From 38a41677509ba21004d2fe9af2a69ad6b86662ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Wed, 5 Jul 2023 16:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E8=AE=B0=E5=BD=95=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E5=8E=BB=E6=8E=89=E5=88=9D=E7=9B=98=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/detailsTableColumns/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/PC/src/utils/detailsTableColumns/index.js b/fe/PC/src/utils/detailsTableColumns/index.js index e23da28d4..d0e7ce38b 100644 --- a/fe/PC/src/utils/detailsTableColumns/index.js +++ b/fe/PC/src/utils/detailsTableColumns/index.js @@ -2971,7 +2971,6 @@ export const CountNote = [ { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "库存数量", prop: "inventoryQty" }, - { label: "初盘数量", prop: "firstCountQty" }, { label: "最终盘点数量", prop: "finalCountQty" }, { label: "盘点差异数量", prop: "diffQty" }, { label: "单位", prop: "uom" }, @@ -3013,6 +3012,7 @@ export const CountNote = [ { label: "过期时间", prop: "expireDate",type: "dateTime" }, { label: "仓库", prop: 'warehouseCode' }, // ************** 确定隐藏 ************************ + // { label: "初盘数量", prop: "firstCountQty" }, // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: "id" }, // ************** 确定隐藏 ************************