Browse Source

采购订单去掉生产时间

dev_web_online
安虹睿 2 years ago
parent
commit
0226ec4e81
  1. 2
      fe/PC/public/version.json
  2. 2
      fe/PC/src/utils/detailsTableColumns/index.js

2
fe/PC/public/version.json

@ -1,3 +1,3 @@
{
"version": "1.0.21"
"version": "1.0.22"
}

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

Loading…
Cancel
Save