Browse Source

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

intex_online20250327
赵雪冰 3 months 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 isSearch: true
}, },
{ // {
label: '任务拆分方式', // label: '任务拆分方式',
field: 'countSplitType', // field: 'countSplitType',
dictType: DICT_TYPE.COUNT_SPLIT_TYPE, // dictType: DICT_TYPE.COUNT_SPLIT_TYPE,
dictClass: 'string', // dictClass: 'string',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
isTable:true, // isTable:true,
isForm: true, // isForm: true,
form: { // form: {
value: 'locationCode' // value: 'locationCode'
} // }
// },
}, // {
{ // label: '任务拆分值',
label: '任务拆分值', // field: 'countSplitCode',
field: 'countSplitCode', // dictClass: 'string',
dictClass: 'string', // sort: 'custom',
sort: 'custom', // table: {
table: { // width: 150
width: 150 // },
}, // isTable:true,
isTable:true, // isForm: true
isForm: true // },
},
// { // {
// label: '出库事务类型', // label: '出库事务类型',
// field: 'outTransactionType', // field: 'outTransactionType',

Loading…
Cancel
Save