no message

This commit is contained in:
蔡玲
2024-09-27 16:15:36 +08:00
parent 7da8cdc618
commit b5958a6bb0
3 changed files with 11 additions and 8 deletions

View File

@@ -108,8 +108,8 @@ export default {
background top center / 100% 18px url(../../../images/popup_line.png) no-repeat
.pop_name
width 50%
_font(14px,28px,#32C5FF,,left)
text-shadow 2px 2px 4px #A6E6FF
_font(16px,28px,#32C5FF,700,left)
text-shadow 2px 2px 4px rgba(166, 230, 255, 50%)
margin-bottom 8px
.pop_status
_wh(50%, 28px)

View File

@@ -80,8 +80,8 @@
<ul class="scroll_tab_1">
<li>设备编号</li>
<li>物料编号</li>
<li>计划</li>
<li>实际</li>
<li>计划</li>
<li>实际</li>
</ul>
<div class="scroll_container_1">
<vue-seamless-scroll :data="pressdayList" :class-option="defaultOption">
@@ -107,8 +107,8 @@
<ul class="scroll_tab_1">
<li>设备编号</li>
<li>物料编号</li>
<li>计划</li>
<li>实际</li>
<li>计划</li>
<li>实际</li>
</ul>
<div class="scroll_container_1">
<vue-seamless-scroll :data="unstackingdayList" :class-option="defaultOption">

View File

@@ -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: '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: '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,
wsTimer: null,
@@ -125,7 +127,8 @@ export default {
this.StackingPositionList = [...res.StackingPositionList]
this.SortingPositionList = [...res.SortingPositionList]
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)
},
pushArr (arr1, arr2) {