From 8b51f09abfabc7093189b5bd6eee22df6e1abf7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Mon, 12 Jun 2023 11:11:00 +0800 Subject: [PATCH] =?UTF-8?q?FIS=E5=8F=91=E8=B4=A7=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=8F=8A=E8=AE=B0=E5=BD=95=20=E6=96=B0=E5=A2=9E=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=20=E8=B5=B7=E5=A7=8B=E7=9B=98=E5=BA=95=E5=8F=B7?= =?UTF-8?q?=E6=88=AA=E6=AD=A2=E7=9B=98=E5=BA=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/detailsTableColumns/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fe/PC/src/utils/detailsTableColumns/index.js b/fe/PC/src/utils/detailsTableColumns/index.js index bd8c3ffc6..9df6c5a7a 100644 --- a/fe/PC/src/utils/detailsTableColumns/index.js +++ b/fe/PC/src/utils/detailsTableColumns/index.js @@ -1528,6 +1528,8 @@ export const FISDeliverRequest = [ { label: "出货数量", prop: "qty" }, { label: "单位", prop: "uom" }, { label: "出货库区", prop: "areaCode" }, + { label: "起始盘底号", prop: "extraProperties", showProp: 'FromVinCode', type: 'object' }, + { label: "截止盘底号", prop: "extraProperties", showProp: 'ToVinCode', type: 'object' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- @@ -1602,6 +1604,8 @@ export const FISDeliverNote = [ { label: "实际分组", prop: 'handledFromLocationGroup' }, { label: "实际ERP库位", prop: 'handledFromLocationErpCode' }, { label: "实际仓库", prop: 'handledFromWarehouseCode' }, + { label: "起始盘底号", prop: "extraProperties", showProp: 'FromVinCode', type: 'object' }, + { label: "截止盘底号", prop: "extraProperties", showProp: 'ToVinCode', type: 'object' }, // ************** 确定隐藏 ************************ // { label: "主表ID", prop: "masterID" }, // { label: "ID", prop: 'id' },