no message
This commit is contained in:
@@ -108,8 +108,8 @@ export default {
|
|||||||
background top center / 100% 18px url(../../../images/popup_line.png) no-repeat
|
background top center / 100% 18px url(../../../images/popup_line.png) no-repeat
|
||||||
.pop_name
|
.pop_name
|
||||||
width 50%
|
width 50%
|
||||||
_font(14px,28px,#32C5FF,,left)
|
_font(16px,28px,#32C5FF,700,left)
|
||||||
text-shadow 2px 2px 4px #A6E6FF
|
text-shadow 2px 2px 4px rgba(166, 230, 255, 50%)
|
||||||
margin-bottom 8px
|
margin-bottom 8px
|
||||||
.pop_status
|
.pop_status
|
||||||
_wh(50%, 28px)
|
_wh(50%, 28px)
|
||||||
|
|||||||
@@ -80,8 +80,8 @@
|
|||||||
<ul class="scroll_tab_1">
|
<ul class="scroll_tab_1">
|
||||||
<li>设备编号</li>
|
<li>设备编号</li>
|
||||||
<li>物料编号</li>
|
<li>物料编号</li>
|
||||||
<li>计划重量</li>
|
<li>计划数量</li>
|
||||||
<li>实际重量</li>
|
<li>实际数量</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="scroll_container_1">
|
<div class="scroll_container_1">
|
||||||
<vue-seamless-scroll :data="pressdayList" :class-option="defaultOption">
|
<vue-seamless-scroll :data="pressdayList" :class-option="defaultOption">
|
||||||
@@ -107,8 +107,8 @@
|
|||||||
<ul class="scroll_tab_1">
|
<ul class="scroll_tab_1">
|
||||||
<li>设备编号</li>
|
<li>设备编号</li>
|
||||||
<li>物料编号</li>
|
<li>物料编号</li>
|
||||||
<li>计划重量</li>
|
<li>计划数量</li>
|
||||||
<li>实际重量</li>
|
<li>实际数量</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="scroll_container_1">
|
<div class="scroll_container_1">
|
||||||
<vue-seamless-scroll :data="unstackingdayList" :class-option="defaultOption">
|
<vue-seamless-scroll :data="unstackingdayList" :class-option="defaultOption">
|
||||||
|
|||||||
@@ -70,7 +70,9 @@ export default {
|
|||||||
{type: 'xlw', device_code: 'FJ04CDW01', coords: '539,483,556,506', coord: {x: 539, y: 483}, shape: 'rect'},
|
{type: 'xlw', device_code: 'FJ04CDW01', coords: '539,483,556,506', coord: {x: 539, y: 483}, shape: 'rect'},
|
||||||
{type: 'xlw', device_code: 'FJ04CDW02', coords: '491,487,506,506', coord: {x: 491, y: 487}, shape: 'rect'},
|
{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: '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: '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'}
|
||||||
],
|
],
|
||||||
interTime: this.$store.getters.setTime,
|
interTime: this.$store.getters.setTime,
|
||||||
wsTimer: null,
|
wsTimer: null,
|
||||||
@@ -125,7 +127,8 @@ export default {
|
|||||||
this.StackingPositionList = [...res.StackingPositionList]
|
this.StackingPositionList = [...res.StackingPositionList]
|
||||||
this.SortingPositionList = [...res.SortingPositionList]
|
this.SortingPositionList = [...res.SortingPositionList]
|
||||||
this.SortAndPalletizingList = [...res.SortAndPalletizingList]
|
this.SortAndPalletizingList = [...res.SortAndPalletizingList]
|
||||||
this.allData = [...this.PressMachineList, ...this.StackingPositionList, ...this.SortingPositionList, ...this.SortAndPalletizingList]
|
let arr = [{device_code: '窑'}, {device_code: 'RGV'}]
|
||||||
|
this.allData = [...this.PressMachineList, ...this.StackingPositionList, ...this.SortingPositionList, ...this.SortAndPalletizingList, ...arr]
|
||||||
this.pushArr(this.areaList, this.allData)
|
this.pushArr(this.areaList, this.allData)
|
||||||
},
|
},
|
||||||
pushArr (arr1, arr2) {
|
pushArr (arr1, arr2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user