Browse Source

【agv-pc】分支同步(工作站版本)

ag_report_nev
安虹睿 5 months ago
parent
commit
0989cb2008
  1. 4
      fe/PC/src/utils/tableColumns/index.js
  2. 4
      fe/PC/src/utils/tabsDesTions/index.js

4
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: "工作站编号",

4
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: "工作站编号",

Loading…
Cancel
Save