From 5939f05ad7cf85c2056c8c657852d0a957b0ca7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Fri, 21 Apr 2023 17:11:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9E=E7=94=9F=E4=BA=A7=E9=A2=86=E9=80=80?= =?UTF-8?q?=E6=96=99=20=20=E6=B7=BB=E5=8A=A0=E3=80=90=E4=B8=93=E6=A1=88?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E3=80=91=E3=80=90=E9=A1=B9=E7=9B=AE=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E3=80=91=E3=80=90=E6=AC=A1=E4=BA=A4=E6=98=93=E7=A0=81?= =?UTF-8?q?=E3=80=91=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/detailsTableColumns/index.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/fe/PC/src/utils/detailsTableColumns/index.js b/fe/PC/src/utils/detailsTableColumns/index.js index b88ee462b..53cfa2955 100644 --- a/fe/PC/src/utils/detailsTableColumns/index.js +++ b/fe/PC/src/utils/detailsTableColumns/index.js @@ -1819,6 +1819,9 @@ export const pickingRequest = [ { label: "调出库位", prop: "locationCode" }, { label: "调出ERP库位", prop: 'locationErpCode' }, { label: "说明", prop: 'remark' }, + { label: "专案代码", prop: 'caseCode' }, + { label: "项目分类", prop: 'projCapacityCode' }, + { label: "次交易码", prop: 'onceBusiCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- @@ -1853,6 +1856,9 @@ export const pickingApproval = [ { label: "调出库位", prop: "locationCode" }, { label: "调出ERP库位", prop: 'locationErpCode' }, { label: "说明", prop: 'remark' }, + { label: "专案代码", prop: 'caseCode' }, + { label: "项目分类", prop: 'projCapacityCode' }, + { label: "次交易码", prop: 'onceBusiCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, // ----------------------------------------------------------------------- @@ -1887,6 +1893,9 @@ export const pickingNote = [ { label: "调出库位", prop: "locationCode" }, { label: "调出ERP库位", prop: 'locationErpCode' }, { label: "说明", prop: 'remark' }, + { label: "专案代码", prop: 'caseCode' }, + { label: "项目分类", prop: 'projCapacityCode' }, + { label: "次交易码", prop: 'onceBusiCode' }, { label: "任务编号", prop: 'number' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" }, @@ -1946,6 +1955,9 @@ export const pickingNote = [ { label: "调入库位", prop: "locationCode" }, { label: "调入ERP库位", prop: 'locationErpCode' }, { label: "说明", prop: 'remark' }, + { label: "专案代码", prop: 'caseCode' }, + { label: "项目分类", prop: 'projCapacityCode' }, + { label: "次交易码", prop: 'onceBusiCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, @@ -1979,6 +1991,9 @@ export const materialReturnApproval = [ { label: "调入库位", prop: "locationCode" }, { label: "调入ERP库位", prop: 'locationErpCode' }, { label: "说明", prop: 'remark' }, + { label: "专案代码", prop: 'caseCode' }, + { label: "项目分类", prop: 'projCapacityCode' }, + { label: "次交易码", prop: 'onceBusiCode' }, { label: "创建时间", prop: 'creationTime', type: "dateTime" }, { label: "创建者ID", prop: 'creatorId' }, { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, @@ -2011,6 +2026,9 @@ export const materialReturnNote = [ { label: "箱码", prop: "packingCode" }, { label: "调入库位", prop: "locationCode" }, { label: "调入ERP库位", prop: 'locationErpCode' }, + { label: "专案代码", prop: 'caseCode' }, + { label: "项目分类", prop: 'projCapacityCode' }, + { label: "次交易码", prop: 'onceBusiCode' }, { label: "任务编号", prop: 'number' }, { label: "供应商批次", prop: 'supplierBatch' }, { label: "到货时间", prop: 'arriveDate', type: "dateTime" },