Browse Source

YT-2140:去掉任务拆分方式与任务拆分值

intex_online20250327
赵雪冰 3 weeks ago
parent
commit
5ce115ac19
  1. 31
      src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts

31
src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts

@ -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',

Loading…
Cancel
Save