|
|
@ -55,22 +55,21 @@ export const CountadjustRequestMain = useCrudSchemas(<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '任务拆分方式', |
|
|
|
field: 'countSplitType', |
|
|
|
dictType: DICT_TYPE.COUNT_SPLIT_TYPE, |
|
|
|
dictClass: 'string', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
isTable:true, |
|
|
|
isForm: true, |
|
|
|
form: { |
|
|
|
value: 'locationCode' |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '任务拆分方式',
|
|
|
|
// field: 'countSplitType',
|
|
|
|
// dictType: DICT_TYPE.COUNT_SPLIT_TYPE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// isTable:true,
|
|
|
|
// isForm: true,
|
|
|
|
// form: {
|
|
|
|
// value: 'locationCode'
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '任务拆分值',
|
|
|
|
// field: 'countSplitCode',
|
|
|
|