Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into master_hella

hella_online_20240829
wangyufei 2 months ago
parent
commit
7ef97917ee
  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