From 0226ec4e81f304b8a153a6bda1b93c01f59729a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Wed, 24 May 2023 10:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E7=94=9F=E4=BA=A7=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/public/version.json | 2 +- fe/PC/src/utils/detailsTableColumns/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/PC/public/version.json b/fe/PC/public/version.json index 4ae1d827e..6abd388a6 100644 --- a/fe/PC/public/version.json +++ b/fe/PC/public/version.json @@ -1,3 +1,3 @@ { - "version": "1.0.21" + "version": "1.0.22" } \ No newline at end of file diff --git a/fe/PC/src/utils/detailsTableColumns/index.js b/fe/PC/src/utils/detailsTableColumns/index.js index 15563d999..21fb98633 100644 --- a/fe/PC/src/utils/detailsTableColumns/index.js +++ b/fe/PC/src/utils/detailsTableColumns/index.js @@ -73,7 +73,6 @@ export const PurchaseOrder = [ { label: "ERP库位", prop: "locationErpCode" }, { label: "项目编号", prop: "projectCode" }, { label: "类型", prop: "ctype", type: "filter", filters: "SupplierAsnCtypeSta" }, - { label: "生产时间", prop: "produceDate", type: "dateTime" }, { label: "已发货数量", prop: "shippedQty" }, { label: "已收货数量", prop: "receivedQty" }, { label: "已退货数量", prop: "returnedQty" }, @@ -98,6 +97,7 @@ export const PurchaseOrder = [ { label: "创建者ID", prop: 'creatorId' }, // { label: "标包计量单位", prop: 'stdPackUom' }, // ************** 确定隐藏 ************************ + // { label: "生产时间", prop: "produceDate", type: "dateTime" }, // { label: "lineStatus", prop: 'lineStatus' }, // { label: "ID", prop: 'id' }, // { label: "主表ID", prop: 'masterID' },