Browse Source

盘点主表增加按字典阈值拆分字段,子表增加仓库、库区、库位组、库位字段,对应PC端及后端代码修改

hella_online_20240829
bjang03 4 months ago
parent
commit
19cbb1faec
  1. 32
      src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

32
src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts

@ -48,22 +48,6 @@ export const CountPlanMain = 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: 'crontab',
@ -92,6 +76,22 @@ export const CountPlanMain = useCrudSchemas(reactive<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: 'dimension',

Loading…
Cancel
Save