From 0989cb2008eac6ab278dc7718c69cc4b68c91d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Tue, 3 Dec 2024 15:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90agv-pc=E3=80=91=E5=88=86=E6=94=AF?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=EF=BC=88=E5=B7=A5=E4=BD=9C=E7=AB=99=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/utils/tableColumns/index.js | 4 ++-- fe/PC/src/utils/tabsDesTions/index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: "工作站编号",