|
|
@ -218,7 +218,6 @@ export const InspectRequest = [ |
|
|
|
{ label: "收货数量", prop: "receiveQty" }, |
|
|
|
{ label: "生产批次", prop: "lot" }, |
|
|
|
{ label: "箱码", prop: "packingCode" }, |
|
|
|
{ label: "状态", prop: "status", type: "tagFilter", filters: "requestStatus" }, |
|
|
|
{ label: "检验状态", prop: "detailInspectStatus", type: "filter", filters: "detailInspectStatus" }, |
|
|
|
{ label: "库位", prop: 'locationCode' }, |
|
|
|
{ label: "ERP库位", prop: 'locationErpCode' }, |
|
|
@ -258,6 +257,7 @@ export const InspectRequest = [ |
|
|
|
{ label: "尺寸", prop: 'volume' }, |
|
|
|
{ label: "重量", prop: 'weight' }, |
|
|
|
{ label: "其他属性", prop: 'otherPropertyJson' }, |
|
|
|
// { label: "状态", prop: "status", type: "tagFilter", filters: "requestStatus" },
|
|
|
|
// { label: "检验人姓名", prop: 'inspectUserName' },
|
|
|
|
// { label: "检验人电话", prop: 'inspectUserPhone' },
|
|
|
|
// { label: "检验人邮件", prop: 'inspectUserEmail' },
|
|
|
|