From b1e2edd8f4c77f145c4818ea50aba0acc9d1cd91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Mon, 10 Jul 2023 16:25:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=BA=8B=E5=8A=A1=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AD=90=E4=BA=8B=E5=8A=A1=E7=B1=BB=E5=9E=8B=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/tableColumns/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/PC/src/utils/tableColumns/index.js b/fe/PC/src/utils/tableColumns/index.js index 6005b4c31..08ca8f188 100644 --- a/fe/PC/src/utils/tableColumns/index.js +++ b/fe/PC/src/utils/tableColumns/index.js @@ -2596,6 +2596,7 @@ export const InventoryTransaction = [ { label: "物品描述1", prop: "itemDesc1" }, { label: "物品描述2", prop: "itemDesc2" }, { label: "事务分类", prop: "transType",type: "filter", filters: "TransTypeBase" }, + { label: "子事务类型", prop: "transSubType", type: "filter", filters: "transSubType" }, { label: "出库/入库", prop: "transInOut",type: "filter", filters: "transInOutStatus" }, { label: "接口对应类型", prop: "interfaceType", width: '360px', showProp: true }, { label: "事务数量", prop: "qty" }, @@ -2616,7 +2617,6 @@ export const InventoryTransaction = [ { label: "过期时间", prop: "expireDate",type: "dateTime" }, { label: "标包数量", prop: "stdPackQty" }, { label: "管理类型", prop: "manageType", type: "filter", filters: "manageType" }, - { label: "事务替代类型", prop: "transSubType", type: "filter", filters: "TransSubType" }, { label: "供应商批次", prop: "supplierBatch" }, { label: "备注", prop: "remark" }, { label: "生效日期", prop: 'activeDate', type: "dateTime" },