Commit 1c4fcf36 authored by shenshaokai's avatar shenshaokai

Merge branch 'fix-20221102' into 'jinfa-20221102'

fix: [37829] 新增合同-采购询价合同类型-供应商不可编辑 See merge request project/jinfa-platform!507
parents c2c73462 f8e6da71
......@@ -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