From 88a1840d91150d29c8863d0f05f5f2bde8bf5004 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, 20 May 2024 16:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/detailsTableColumns/index.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/fe/PC/src/utils/detailsTableColumns/index.js b/fe/PC/src/utils/detailsTableColumns/index.js index f2999e021..23f3b79be 100644 --- a/fe/PC/src/utils/detailsTableColumns/index.js +++ b/fe/PC/src/utils/detailsTableColumns/index.js @@ -205,11 +205,7 @@ export const PurchaseReceiptJob = [ { label: "不合格原因说明", prop: 'failedReason', type: "filter", filters: "getDict" , dictType:"UnqualifiedReason" }, // ----------------------------------------------------------------------- { label: "标包数量", prop: 'stdPackQty' }, - { label: "创建时间", prop: 'creationTime', type: "dateTime" }, - { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, - { label: "上次修改者ID", prop: "lastModifierId" }, - { label: "任务编号", prop: 'number' }, - { label: "备注", prop: 'remark' }, + { label: "推荐箱码", prop: 'recommendPackingCode' }, { label: "实际箱码", prop: 'handledPackingCode' }, { label: "推荐供应商批次", prop: 'recommendSupplierBatch' }, { label: "实际供应商批次", prop: 'handledSupplierBatch' }, @@ -239,7 +235,10 @@ export const PurchaseReceiptJob = [ { label: "到货时间", prop: 'arriveDate',type: "dateTime" }, { label: "供应商包装计量单位", prop: 'supplierPackUom' }, { label: "供应商包装数量", prop: 'supplierPackQty' }, - { label: "创建者ID", prop: "creatorId" }, + { label: "创建时间", prop: 'creationTime', type: "dateTime" }, + { label: "上次修改时间", prop: 'lastModificationTime', type: "dateTime" }, + { label: "任务编号", prop: 'number' }, + { label: "备注", prop: 'remark' }, { label: "事务ID", prop: "tenantId" }, // { label: "类型", prop: "ctype", type: "filter", filters: "SupplierAsnCtypeSta" }, // ************** 确定隐藏 ************************