From 58b1c9807237de894cf5d3119b047d563575b86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Fri, 27 Sep 2024 17:52:45 +0800 Subject: [PATCH] no message --- src/pages/modules/home/workshop.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/modules/home/workshop.vue b/src/pages/modules/home/workshop.vue index ba0225d..d2e297e 100644 --- a/src/pages/modules/home/workshop.vue +++ b/src/pages/modules/home/workshop.vue @@ -72,13 +72,15 @@ export default { {type: 'xlw', device_code: 'FJ04MDW01', coords: '540,571,553,580', coord: {x: 540, y: 571}, shape: 'rect'}, {type: 'xlw', device_code: 'FJ04MDW02', coords: '489,570,504,580', coord: {x: 489, y: 570}, shape: 'rect'}, {type: 'yao', device_code: '窑', coords: '855,339,455,271', coord: {x: 644, y: 245}, shape: 'rect'}, - {type: 'yao', device_code: '窑入口', coords: '871,277,911,366', coord: {}, shape: 'rect'}, - {type: 'yao', device_code: '窑出口', coords: '249,301,314,347', coord: {}, shape: 'rect'}, + {type: 'yao', device_code: '出窑RGV', coords: '251,313,272,344', coord: {}, shape: 'rect'}, + {type: 'yao', device_code: '窑出口', coords: '298,296,338,340', coord: {}, shape: 'rect'}, {type: 'rgv', device_code: 'RGV', coords: '726,590,758,614', coord: {}, shape: 'rect'}, {type: 'cpj', device_code: '拆盘机', coords: '775,211,868,253', coord: {}, shape: 'rect'}, {type: 'hj', device_code: '等待架', coords: '269,264,406,296', coord: {}, shape: 'rect'}, {type: 'hj', device_code: '冷却架', coords: '240,371,880,417', coord: {}, shape: 'rect'}, - {type: 'qy', device_code: '包装区域', coords: '66,552,133,551,143,509,156,527,188,526,193,550,216,550,240,528,247,549,285,549,452,551,449,590,61,587', coord: {}, shape: 'poly'} + {type: 'qy', device_code: '包装区域', coords: '66,552,133,551,143,509,156,527,188,526,193,550,216,550,240,528,247,549,285,549,452,551,449,590,61,587', coord: {}, shape: 'poly'}, + {type: 'qy', device_code: '木托盘库', coords: '895,470,918,589,950,595,927,467', coord: {}, shape: 'poly'}, + {type: 'qy', device_code: '人工分拣区', coords: '340,477,465,525', coord: {}, shape: 'rect'} ], interTime: this.$store.getters.setTime, wsTimer: null, @@ -133,7 +135,7 @@ export default { this.StackingPositionList = [...res.StackingPositionList] this.SortingPositionList = [...res.SortingPositionList] this.SortAndPalletizingList = [...res.SortAndPalletizingList] - let arr = [{device_code: '窑', mode: '1'}, {device_code: '窑入口'}, {device_code: '窑出口'}, {device_code: 'RGV'}, {device_code: '拆盘机'}, {device_code: '等待架'}, {device_code: '冷却架'}, {device_code: '包装区域'}] + let arr = [{device_code: '窑', mode: '1'}, {device_code: '出窑RGV'}, {device_code: '窑出口'}, {device_code: 'RGV'}, {device_code: '拆盘机'}, {device_code: '等待架'}, {device_code: '冷却架'}, {device_code: '包装区域'}, {device_code: '木托盘库'}, {device_code: '人工分拣区'}] this.allData = [...this.PressMachineList, ...this.StackingPositionList, ...this.SortingPositionList, ...this.SortAndPalletizingList, ...arr] this.pushArr(this.areaList, this.allData) },