From 50d299923985b96d171694c9f4955794736a1e56 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Thu, 13 Mar 2025 13:37:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=9B=98=E7=82=B9=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countJobMain/countJobMain.data.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts index 9af7a3421..4b5efc80a 100644 --- a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts +++ b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts @@ -662,14 +662,14 @@ export const CountJobDetail = useCrudSchemas(reactive([ component: 'InputNumber', } }, - { - label: '盘点数量', - field: 'countQty', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '盘点数量', + // field: 'countQty', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '计量单位', field: 'uom',