diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index 402a2964e..64f38a54f 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -48,22 +48,6 @@ export const CountPlanMain = useCrudSchemas(reactive([ }, 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([ } } }, + { + 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',