From b51418625400cf028af9deb71be33dc20ef367d4 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 11 Mar 2025 11:51:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countJobMain/countJobMain.data.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts index 173a7c2d1..9af7a3421 100644 --- a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts +++ b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts @@ -50,7 +50,6 @@ export const CountJobMain = useCrudSchemas(reactive([ form: { value: 'locationCode' } - }, { label: '任务拆分值', @@ -71,7 +70,16 @@ export const CountJobMain = useCrudSchemas(reactive([ width: 180 }, }, - + { + label: '盘点方式', + dictType: DICT_TYPE.COUNT_MODE, + dictClass: 'string', + field: 'countMode', + sort: 'custom', + table: { + width: 180, + }, + }, { label: '阶段', field: 'stage',