fix: 移动成交: 不查询"确认日期"

feature/year-over-year
Lei OT 2 years ago
parent 01748ecb71
commit edbd4f0dd6

@ -28,7 +28,7 @@ class MobileDeal extends Component {
DepartmentList: { show_all: false, mode: 'multiple', col: 24 },
WebCode: { show_all: true },
dates: { hide_vs: true, col: 12 },
DateType: { col: 6, disabledKeys: ['ConfirmDate'] },
DateType: { col: 6, disabledKeys: ['confirmDate'] },
},
}}
onSubmit={(_err, obj, form, str) => {

@ -380,7 +380,7 @@ function getFields(props) {
'DateType',
99,
<Form.Item name={`DateType`} initialValue={at(props, 'initialValue.DateType')[0] || { key: 'applyDate', label: '提交日期' }}>
<DateTypeSelect labelInValue={true} disabledkeys={fieldProps?.DateType?.disabledkeys || []} />
<DateTypeSelect labelInValue={true} disabledkeys={fieldProps?.DateType?.disabledKeys || []} />
</Form.Item>,
fieldProps?.DateType?.col || 3
),

Loading…
Cancel
Save