|
@ -2852,6 +2852,7 @@ export const pickingRequest = [ |
|
|
type: "name", |
|
|
type: "name", |
|
|
width: orderWidth |
|
|
width: orderWidth |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ label: "领料类别", prop: 'unplannedIssueType', type: "filter", filters: "unplannedIssueType" }, |
|
|
{ label: "状态", prop: 'requestStatus',type: "tagFilter", filters: "requestStatus" }, |
|
|
{ label: "状态", prop: 'requestStatus',type: "tagFilter", filters: "requestStatus" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
@ -2881,6 +2882,7 @@ export const pickingApproval = [ |
|
|
type: "name", |
|
|
type: "name", |
|
|
width: orderWidth |
|
|
width: orderWidth |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ label: "领料类别", prop: 'unplannedIssueType', type: "filter", filters: "unplannedIssueType" }, |
|
|
{ label: "状态", prop: 'requestStatus',type: "tagFilter", filters: "requestStatus" }, |
|
|
{ label: "状态", prop: 'requestStatus',type: "tagFilter", filters: "requestStatus" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
@ -2910,6 +2912,7 @@ export const pickingNote = [ |
|
|
type: "name", |
|
|
type: "name", |
|
|
width: orderWidth |
|
|
width: orderWidth |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ label: "领料类别", prop: 'unplannedIssueType', type: "filter", filters: "unplannedIssueType" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "请求单号", prop: 'unplannedIssueRequestNumber',width: orderWidth}, |
|
|
{ label: "请求单号", prop: 'unplannedIssueRequestNumber',width: orderWidth}, |
|
|
{ label: "操作员", prop: "worker" }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
@ -2934,6 +2937,7 @@ export const materialReturnRequest = [ |
|
|
type: "name", |
|
|
type: "name", |
|
|
width: orderWidth |
|
|
width: orderWidth |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ label: "退料类别", prop: 'unplannedReceiptType', type: "filter", filters: "unplannedReceiptType" }, |
|
|
{ label: "状态", prop: 'requestStatus', type: "tagFilter", filters: "requestStatus" }, |
|
|
{ label: "状态", prop: 'requestStatus', type: "tagFilter", filters: "requestStatus" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
@ -2963,6 +2967,7 @@ export const materialReturnApproval = [ |
|
|
type: "name", |
|
|
type: "name", |
|
|
width: orderWidth |
|
|
width: orderWidth |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ label: "退料类别", prop: 'unplannedReceiptType', type: "filter", filters: "unplannedReceiptType" }, |
|
|
{ label: "状态", prop: 'requestStatus', type: "tagFilter", filters: "requestStatus" }, |
|
|
{ label: "状态", prop: 'requestStatus', type: "tagFilter", filters: "requestStatus" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
@ -2992,6 +2997,7 @@ export const materialReturnNote = [ |
|
|
type: "name", |
|
|
type: "name", |
|
|
width: orderWidth |
|
|
width: orderWidth |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ label: "退料类别", prop: 'unplannedReceiptType', type: "filter", filters: "unplannedReceiptType" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "建档日期", prop: "buildDate", type: "dateTime" }, |
|
|
{ label: "请求单号", prop: 'unplannedReceiptRequestNumber',width: orderWidth }, |
|
|
{ label: "请求单号", prop: 'unplannedReceiptRequestNumber',width: orderWidth }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
|
{ label: "操作员", prop: "worker" }, |
|
|