|
|
@ -2154,7 +2154,7 @@ export const Kitting = [ |
|
|
|
// 空器具呼叫任务
|
|
|
|
export const callEmptyUtensilJob = [ |
|
|
|
{ label: "任务编号", prop: "number" }, |
|
|
|
{ label: "状态", prop: "status",type: "filter", filters: "jobStatus" }, |
|
|
|
{ label: "状态", prop: "jobStatus",type: "filter", filters: "jobStatus" }, |
|
|
|
{ label: "器具呼叫号码", prop: 'containerRequestNumber' }, |
|
|
|
{ label: "器具类型", prop: 'containerType',type:"filter",filters:"utensilType" }, |
|
|
|
{ label: "器具规格", prop: "specificationsType",type: "filter", filters: "getDict" , dictType:"ContainerSpecificationsType"}, |
|
|
|