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