Commit f8e6da71 authored by shenshaokai's avatar shenshaokai

fix: [37829] 新增合同-采购询价合同类型-供应商不可编辑

parent 91c17b87
......@@ -607,7 +607,7 @@ const Information = (props: any) => {
]}
>
{
manual && basicsVO.sourceType < 4 ?
basicsVO.sourceType < 4 ?
<Input placeholder={intl.formatMessage({ id: 'contract.zuichang60gezifu30ge' })} disabled />
:
<Search placeholder={intl.formatMessage({ id: 'contract.zuichang60gezifu30ge' })} readOnly enterButton={<div onClick={() => Choose('5')} ><LinkOutlined /> {intl.formatMessage({ id: 'contract.xuanze' })}</div>} />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment