From 19cbb1faec1b1eec515a5ac802533f005c71a7b2 Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Mon, 8 Jul 2024 11:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E4=B8=BB=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8C=89=E5=AD=97=E5=85=B8=E9=98=88=E5=80=BC=E6=8B=86?= =?UTF-8?q?=E5=88=86=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=AD=90=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E4=BB=93=E5=BA=93=E3=80=81=E5=BA=93=E5=8C=BA=E3=80=81?= =?UTF-8?q?=E5=BA=93=E4=BD=8D=E7=BB=84=E3=80=81=E5=BA=93=E4=BD=8D=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=EF=BC=8C=E5=AF=B9=E5=BA=94PC=E7=AB=AF=E5=8F=8A?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countPlanMain/countPlanMain.data.ts | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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',