|
|
@ -479,7 +479,7 @@ export const Location = [ |
|
|
|
{ label: "列号", prop: "columnCode" }, |
|
|
|
{ label: "拣料优先级", prop: "pickPriority" }, |
|
|
|
{ label: "拣料顺序", prop: "pickOrder" }, |
|
|
|
// { label: "是否AGV配送", prop: "enableAgv", type: "filter", filters: "whetherOrNot" },
|
|
|
|
{ label: "是否AGV配送", prop: "enableAgv", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "是否混物品", prop: "enableMixItem", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "是否混批次", prop: "enableMixLot", type: "filter", filters: "whetherOrNot" }, |
|
|
|
{ label: "是否混状态", prop: "enableMixStatus", type: "filter", filters: "whetherOrNot" }, |
|
|
@ -528,7 +528,7 @@ export const ItemStoreRelation = [ |
|
|
|
{ label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" }, |
|
|
|
] |
|
|
|
|
|
|
|
// 工作站库位零件关系
|
|
|
|
// 工作站库位关系
|
|
|
|
export const PostionLocation = [ |
|
|
|
{ |
|
|
|
label: "工作站编号", |
|
|
|