diff --git a/src/pages/modules/home/workshop.vue b/src/pages/modules/home/workshop.vue index 96318d4..2d21173 100644 --- a/src/pages/modules/home/workshop.vue +++ b/src/pages/modules/home/workshop.vue @@ -71,8 +71,14 @@ export default { {type: 'xlw', device_code: 'FJ04CDW02', coords: '491,487,506,506', coord: {x: 491, y: 487}, shape: 'rect'}, {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: '456,270,881,335', coord: {}, shape: 'rect'}, - {type: 'rgv', device_code: 'RGV', coords: '726,590,758,614', coord: {}, 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: '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'} ], interTime: this.$store.getters.setTime, wsTimer: null, @@ -127,7 +133,7 @@ export default { this.StackingPositionList = [...res.StackingPositionList] this.SortingPositionList = [...res.SortingPositionList] this.SortAndPalletizingList = [...res.SortAndPalletizingList] - let arr = [{device_code: '窑'}, {device_code: 'RGV'}] + let arr = [{device_code: '窑', mode: '1'}, {device_code: '窑入口'}, {device_code: '窑出口'}, {device_code: 'RGV'}, {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) },