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