diff --git a/fe/PC/src/utils/tableColumns/index.js b/fe/PC/src/utils/tableColumns/index.js index 8fe8800ab..370f41bab 100644 --- a/fe/PC/src/utils/tableColumns/index.js +++ b/fe/PC/src/utils/tableColumns/index.js @@ -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: "工作站编号", diff --git a/fe/PC/src/utils/tabsDesTions/index.js b/fe/PC/src/utils/tabsDesTions/index.js index 5f0c6558d..b904d98a4 100644 --- a/fe/PC/src/utils/tabsDesTions/index.js +++ b/fe/PC/src/utils/tabsDesTions/index.js @@ -332,7 +332,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" }, @@ -374,7 +374,7 @@ export const ItemStoreRelation = [ { label: _Public.lastModificationTime, prop: "lastModificationTime", type: "dateTime" }, ] -// 工作站库位零件关系 +// 工作站库位关系 export const PostionLocation = [ { label: "工作站编号",