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