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" },