Browse Source

盘点:YT-2142 记录去掉任务拆分方式与任务拆分值

intex_online20250327
赵雪冰 3 weeks ago
parent
commit
bc22dfae3b
  1. 53
      src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts

53
src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts

@ -24,33 +24,32 @@ export const CountadjustRecordMain = useCrudSchemas(reactive<CrudSchema[]>([
},
isSearch: true
},
{
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',
dictClass: 'string',
sort: 'custom',
table: {
width: 150
},
isTable:true,
isForm: true
},
// {
// 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',
// dictClass: 'string',
// sort: 'custom',
// table: {
// width: 150
// },
// isTable:true,
// isForm: true
// },
// {
// label: '出库事务类型',
// field: 'outTransactionType',

Loading…
Cancel
Save