Browse Source

【nev-pc】字段更改

ag_report_nev
安虹睿 12 months ago
parent
commit
97c00d0514
  1. 1
      fe/PC/src/utils/detailsTableColumns/index.js
  2. 1
      fe/PC/src/utils/tableColumns/index.js
  3. 1
      fe/PC/src/utils/tabsDesTions/index.js

1
fe/PC/src/utils/detailsTableColumns/index.js

@ -78,6 +78,7 @@ export const PurchaseOrder = [
{ label: "ERP储位", prop: "locationErpCode" }, { label: "ERP储位", prop: "locationErpCode" },
{ label: "项目编号", prop: "projectCode" }, { label: "项目编号", prop: "projectCode" },
{ label: "类型", prop: "ctype", type: "filter", filters: "SupplierAsnCtypeSta" }, { label: "类型", prop: "ctype", type: "filter", filters: "SupplierAsnCtypeSta" },
{ label: "状态", prop: "lineStatus", type: "filter", filters: "openToClose" },
{ label: "已发货数量", prop: "shippedQty" }, { label: "已发货数量", prop: "shippedQty" },
{ label: "已收货数量", prop: "receivedQty" }, { label: "已收货数量", prop: "receivedQty" },
{ label: "已退货数量", prop: "returnedQty" }, { label: "已退货数量", prop: "returnedQty" },

1
fe/PC/src/utils/tableColumns/index.js

@ -1124,6 +1124,7 @@ export const PurchaseOrder = [
{ label: "供应商代码", prop: "supplierCode" }, { label: "供应商代码", prop: "supplierCode" },
{ label: "供应商名称", prop: "supplierName" }, { label: "供应商名称", prop: "supplierName" },
{ label: "供应商地址", prop: "supplierAddress",showProp: true }, { label: "供应商地址", prop: "supplierAddress",showProp: true },
{ label: "状态", prop: 'orderStatus', type: "filter", filters: "openToClose" },
{ label: "订单备注", prop: 'remark' }, { label: "订单备注", prop: 'remark' },
{ label: "创建时间", prop: 'creationTime', type:'dateTime' }, { label: "创建时间", prop: 'creationTime', type:'dateTime' },
{ label: "操作员", prop: 'worker' }, { label: "操作员", prop: 'worker' },

1
fe/PC/src/utils/tabsDesTions/index.js

@ -859,6 +859,7 @@ export const PurchaseOrder = [
{ label: "供应商代码", prop: "supplierCode" }, { label: "供应商代码", prop: "supplierCode" },
{ label: "供应商名称", prop: "supplierName" }, { label: "供应商名称", prop: "supplierName" },
{ label: "供应商地址", prop: "supplierAddress" }, { label: "供应商地址", prop: "supplierAddress" },
{ label: "状态", prop: 'orderStatus', type: "filter", filters: "openToClose" },
{ label: "订单备注", prop: 'remark' }, { label: "订单备注", prop: 'remark' },
{ label: "创建时间", prop: 'creationTime', type:'dateTime' }, { label: "创建时间", prop: 'creationTime', type:'dateTime' },
{ label: "创建者ID", prop: "creatorId" }, { label: "创建者ID", prop: "creatorId" },

Loading…
Cancel
Save