From 8d31c05be7bd3c56ae05599c37d4c310046621f8 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Wed, 12 Mar 2025 08:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countPlanMain/countPlanMain.data.ts | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index 8a178399a..f275e7e83 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -48,17 +48,6 @@ export const CountPlanMain = useCrudSchemas(reactive([ }, isSearch: true }, - { - label: '盘点方式', - dictType: DICT_TYPE.COUNT_MODE, - dictClass: 'string', - field: 'countMode', - sort: 'custom', - table: { - width: 180, - fixed: 'left' - }, - }, { label: '状态', field: 'status', @@ -101,6 +90,20 @@ export const CountPlanMain = useCrudSchemas(reactive([ // } // } // }, + { + label: '盘点方式', + dictType: DICT_TYPE.COUNT_MODE, + dictClass: 'string', + field: 'countMode', + sort: 'custom', + form: { + component: 'Radio' + }, + table: { + width: 180, + fixed: 'left' + }, + }, { label: '明盘', field: 'isOpenCount', @@ -109,7 +112,7 @@ export const CountPlanMain = useCrudSchemas(reactive([ isTable: true, form: { component: 'Switch', - value: 'FALSE', + value: 'TRUE', componentProps: { inactiveValue: 'FALSE', activeValue: 'TRUE' @@ -132,7 +135,7 @@ export const CountPlanMain = useCrudSchemas(reactive([ isTable:true, isForm: true, form: { - value: 'masterId', + value: 'locationCode', componentProps: { disabled:true }