From b82d5b73c25a4246e335b127edeb1de231e26148 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Wed, 12 Mar 2025 08:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=AC=E5=BA=A6=20=E6=8C=89=E5=BA=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countPlanMain/countPlanMain.data.ts | 28 +++++++++---------- .../countManage/count/countPlanMain/index.vue | 1 + 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index f275e7e83..b6c2051f6 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -142,20 +142,20 @@ export const CountPlanMain = useCrudSchemas(reactive([ } }, - { - label: '维度', - field: 'dimension', - dictType: DICT_TYPE.COUNT_DIMENSION, - dictClass: 'string', - isTable: true, - sort: 'custom', - table: { - width: 150 - }, - form: { - value: 'BY_INEVNEOTY' - } - }, + // { + // label: '维度', + // field: 'dimension', + // dictType: DICT_TYPE.COUNT_DIMENSION, + // dictClass: 'string', + // isTable: true, + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // value: 'BY_INEVNEOTY' + // } + // }, // { // label: '限值', // field: 'limitedValue', diff --git a/src/views/wms/countManage/count/countPlanMain/index.vue b/src/views/wms/countManage/count/countPlanMain/index.vue index 78d3af8d5..9f9e76c39 100644 --- a/src/views/wms/countManage/count/countPlanMain/index.vue +++ b/src/views/wms/countManage/count/countPlanMain/index.vue @@ -705,6 +705,7 @@ const submitForm = async (formType, data) => { return } } + data['dimension'] = 'BY_INEVNEOTY' // 纬度 按库存 data.subList = tableData.value.map((item) => { return { type: item.type,