This commit is contained in:
2023-06-30 13:38:22 +08:00
parent dccf4e4651
commit 44ac4b1b48
4 changed files with 55 additions and 55 deletions

View File

@@ -156,7 +156,7 @@
<img v-show="String(StackingPositionList[0].color_status) === '1'" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="String(StackingPositionList[0].color_status) === '2'" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="String(StackingPositionList[0].color_status) === '3'" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="String(StackingPositionList[0].color_status) === '1'" class="zhuan_qty">
<div v-show="String(StackingPositionList[0].color_status) === '2'" class="zhuan_qty">
<p>{{ StackingPositionList[0].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -169,7 +169,7 @@
<img v-show="String(StackingPositionList[1].color_status) === '1'" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="String(StackingPositionList[1].color_status) === '2'" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="String(StackingPositionList[1].color_status) === '3'" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="String(StackingPositionList[1].color_status) === '1'" class="zhuan_qty">
<div v-show="String(StackingPositionList[1].color_status) === '2'" class="zhuan_qty">
<p>{{ StackingPositionList[1].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -222,7 +222,7 @@
<img v-show="StackingPositionList[2].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[2].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[2].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[2].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[2].color_status === 2" class="zhuan_qty">
<p>{{ StackingPositionList[2].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -235,7 +235,7 @@
<img v-show="StackingPositionList[3].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[3].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[3].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[3].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[3].color_status === 2" class="zhuan_qty">
<p>{{ StackingPositionList[3].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -320,7 +320,7 @@
<img v-show="StackingPositionList[4].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[4].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[4].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[4].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[4].color_status === 2" class="zhuan_qty">
<p>{{StackingPositionList[4].encoder_qty}}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -333,7 +333,7 @@
<img v-show="StackingPositionList[5].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[5].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[5].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[5].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[5].color_status === 2" class="zhuan_qty">
<p>{{StackingPositionList[5].encoder_qty}}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -346,7 +346,7 @@
<img v-show="StackingPositionList[6].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[6].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[6].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[6].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[6].color_status === 2" class="zhuan_qty">
<p>{{ StackingPositionList[6].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -359,7 +359,7 @@
<img v-show="StackingPositionList[7].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[7].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[7].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[7].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[7].color_status === 2" class="zhuan_qty">
<p>{{ StackingPositionList[7].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -469,7 +469,7 @@
<img v-show="StackingPositionList[12].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[12].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[12].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[12].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[12].color_status === 2" class="zhuan_qty">
<p>{{StackingPositionList[12].encoder_qty}}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -479,7 +479,7 @@
<img v-show="StackingPositionList[13].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[13].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[13].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[13].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[13].color_status === 2" class="zhuan_qty">
<p>{{ StackingPositionList[13].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>

View File

@@ -111,7 +111,7 @@
<img v-show="SortAndPalletizingList[0].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="SortAndPalletizingList[0].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="SortAndPalletizingList[0].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div class="zhuan_qty">
<div v-show="SortAndPalletizingList[0].color_status === 2" class="zhuan_qty">
<p>200</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -124,7 +124,7 @@
<img v-show="SortAndPalletizingList[1].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="SortAndPalletizingList[1].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="SortAndPalletizingList[1].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div class="zhuan_qty">
<div v-show="SortAndPalletizingList[1].color_status === 2" class="zhuan_qty">
<p>200</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -132,7 +132,7 @@
<div v-else class="sh_machine kongtuopan_1 kongtuopan_2">
<img src="../../../images/workshop/ktp_gray.png" alt="">
</div>
<div v-if="ManipulatorInfoList.length > 0" class="sh_machine robot_1" :class="{'rotate_1': String(ManipulatorInfoList[4].color_status) === '1'}">
<div v-if="ManipulatorInfoList.length > 0" class="sh_machine robot_1" :class="{'rotate_1': String(ManipulatorInfoList[4].color_status) === '2'}">
<img v-show="String(ManipulatorInfoList[4].color_status) === '0'" src="../../../images/workshop/robot_cmd_gray.png" alt="">
<img v-show="String(ManipulatorInfoList[4].color_status) === '1'" src="../../../images/workshop/robot_cmd_yellow.png" alt="">
<img v-show="String(ManipulatorInfoList[4].color_status) === '2'" src="../../../images/workshop/robot_cmd_green.png" alt="">
@@ -146,7 +146,7 @@
<img v-show="SortAndPalletizingList[2].color_status === 1" src="../../../images/workshop/cmdssj_yellow.png" alt="">
<img v-show="SortAndPalletizingList[2].color_status === 2" src="../../../images/workshop/cmdssj_green.png" alt="">
<img v-show="SortAndPalletizingList[2].color_status === 3" src="../../../images/workshop/cmdssj_red.png" alt="">
<div class="zhuan_qty">
<div v-show="SortAndPalletizingList[2].color_status === 2" class="zhuan_qty">
<p>200</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -159,7 +159,7 @@
<img v-show="SortAndPalletizingList[3].color_status === 1" src="../../../images/workshop/cmdssj_yellow.png" alt="">
<img v-show="SortAndPalletizingList[3].color_status === 2" src="../../../images/workshop/cmdssj_green.png" alt="">
<img v-show="SortAndPalletizingList[3].color_status === 3" src="../../../images/workshop/cmdssj_red.png" alt="">
<div class="zhuan_qty">
<div v-show="SortAndPalletizingList[3].color_status === 2" class="zhuan_qty">
<p>200</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -167,7 +167,7 @@
<div v-else class="sh_machine cmdssj_1 cmdssj_2">
<img src="../../../images/workshop/cmdssj_gray.png" alt="">
</div>
<div v-if="ManipulatorInfoList.length > 0" class="sh_machine robot_2" :class="{'rotate_2': String(ManipulatorInfoList[5].color_status) === '1'}">
<div v-if="ManipulatorInfoList.length > 0" class="sh_machine robot_2" :class="{'rotate_2': String(ManipulatorInfoList[5].color_status) === '2'}">
<img v-show="String(ManipulatorInfoList[5].color_status) === '0'" src="../../../images/workshop/robot_cmd_gray.png" alt="">
<img v-show="String(ManipulatorInfoList[5].color_status) === '1'" src="../../../images/workshop/robot_cmd_yellow.png" alt="">
<img v-show="String(ManipulatorInfoList[5].color_status) === '2'" src="../../../images/workshop/robot_cmd_green.png" alt="">

View File

@@ -57,7 +57,7 @@
<img v-show="SortAndPalletizingList[0].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="SortAndPalletizingList[0].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="SortAndPalletizingList[0].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="SortAndPalletizingList[0].color_status === 1" class="zhuan_qty">
<div v-show="SortAndPalletizingList[0].color_status === 2" class="zhuan_qty">
<p>{{ SortAndPalletizingList[0].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -70,7 +70,7 @@
<img v-show="SortAndPalletizingList[1].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="SortAndPalletizingList[1].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="SortAndPalletizingList[1].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="SortAndPalletizingList[1].color_status === 1" class="zhuan_qty">
<div v-show="SortAndPalletizingList[1].color_status === 2" class="zhuan_qty">
<p>{{ SortAndPalletizingList[1].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -92,7 +92,7 @@
<img v-show="SortAndPalletizingList[2].color_status === 1" src="../../../images/workshop/cmdssj_yellow.png" alt="">
<img v-show="SortAndPalletizingList[2].color_status === 2" src="../../../images/workshop/cmdssj_green.png" alt="">
<img v-show="SortAndPalletizingList[2].color_status === 3" src="../../../images/workshop/cmdssj_red.png" alt="">
<div v-show="SortAndPalletizingList[2].color_status === 1" class="zhuan_qty">
<div v-show="SortAndPalletizingList[2].color_status === 2" class="zhuan_qty">
<p>{{ SortAndPalletizingList[2].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -105,7 +105,7 @@
<img v-show="SortAndPalletizingList[3].color_status === 1" src="../../../images/workshop/cmdssj_yellow.png" alt="">
<img v-show="SortAndPalletizingList[3].color_status === 2" src="../../../images/workshop/cmdssj_green.png" alt="">
<img v-show="SortAndPalletizingList[3].color_status === 3" src="../../../images/workshop/cmdssj_red.png" alt="">
<div v-show="SortAndPalletizingList[3].color_status === 1" class="zhuan_qty">
<div v-show="SortAndPalletizingList[3].color_status === 2" class="zhuan_qty">
<p>{{ SortAndPalletizingList[3].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>

View File

@@ -115,7 +115,7 @@
<img v-show="String(StackingPositionList[0].color_status) === '1'" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="String(StackingPositionList[0].color_status) === '2'" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="String(StackingPositionList[0].color_status) === '3'" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="String(StackingPositionList[0].color_status) === '1'" class="zhuan_qty">
<div v-show="String(StackingPositionList[0].color_status) === '2'" class="zhuan_qty">
<p>{{ StackingPositionList[0].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -128,7 +128,7 @@
<img v-show="String(StackingPositionList[1].color_status) === '1'" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="String(StackingPositionList[1].color_status) === '2'" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="String(StackingPositionList[1].color_status) === '3'" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="String(StackingPositionList[1].color_status) === '1'" class="zhuan_qty">
<div v-show="String(StackingPositionList[1].color_status) === '2'" class="zhuan_qty">
<p>{{ StackingPositionList[1].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -181,7 +181,7 @@
<img v-show="StackingPositionList[2].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[2].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[2].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[2].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[2].color_status === 2" class="zhuan_qty">
<p>{{ StackingPositionList[2].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -194,7 +194,7 @@
<img v-show="StackingPositionList[3].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[3].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[3].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[3].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[3].color_status === 2" class="zhuan_qty">
<p>{{ StackingPositionList[3].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -279,7 +279,7 @@
<img v-show="StackingPositionList[4].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[4].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[4].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[4].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[4].color_status === 2" class="zhuan_qty">
<p>{{StackingPositionList[4].encoder_qty}}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -292,7 +292,7 @@
<img v-show="StackingPositionList[5].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[5].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[5].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[5].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[5].color_status === 2" class="zhuan_qty">
<p>{{StackingPositionList[5].encoder_qty}}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -305,7 +305,7 @@
<img v-show="StackingPositionList[6].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[6].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[6].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[6].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[6].color_status === 2" class="zhuan_qty">
<p>{{ StackingPositionList[6].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -318,7 +318,7 @@
<img v-show="StackingPositionList[7].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[7].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[7].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[7].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[7].color_status === 2" class="zhuan_qty">
<p>{{ StackingPositionList[7].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -440,7 +440,7 @@
<img v-show="StackingPositionList[12].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[12].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[12].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[12].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[12].color_status === 2" class="zhuan_qty">
<p>{{StackingPositionList[12].encoder_qty}}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -453,7 +453,7 @@
<img v-show="StackingPositionList[13].color_status === 1" src="../../../images/workshop/ktp_yellow.png" alt="">
<img v-show="StackingPositionList[13].color_status === 2" src="../../../images/workshop/ktp_green.png" alt="">
<img v-show="StackingPositionList[13].color_status === 3" src="../../../images/workshop/ktp_red.png" alt="">
<div v-show="StackingPositionList[13].color_status === 1" class="zhuan_qty">
<div v-show="StackingPositionList[13].color_status === 2" class="zhuan_qty">
<p>{{ StackingPositionList[13].encoder_qty }}</p>
<div class="zhuan_bg_arrow"></div>
</div>
@@ -839,7 +839,7 @@
<div v-show="machine === 'mpgw'" class="pop_content">
<div class="pop_item">
<div class="pop_label">状态</div>
<div class="pop_val">{{ ['无货', '有货'][Number(pkObj.point_status) - 1] }}</div>
<div class="pop_val">{{ ['无货', '有货'][Number(pkObj.point_status)] }}</div>
</div>
<div class="pop_item">
<div class="pop_label">载具</div>
@@ -1103,120 +1103,120 @@ export default {
case 1:
this.pkObj = this.TrayStationPopoverList[0]
this.top = this.$refs.mpgw01.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw01.getBoundingClientRect().left - 657
this.left = this.$refs.mpgw01.getBoundingClientRect().left - 640
this.foldlineStyle = 'foldline_right'
break
case 2:
this.pkObj = this.TrayStationPopoverList[1]
this.top = this.$refs.mpgw02.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw02.getBoundingClientRect().left - 657
this.left = this.$refs.mpgw02.getBoundingClientRect().left - 640
this.foldlineStyle = 'foldline_right'
break
case 3:
this.pkObj = this.TrayStationPopoverList[2]
this.top = this.$refs.mpgw03.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw03.getBoundingClientRect().left - 635
this.top = this.$refs.mpgw03.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw03.getBoundingClientRect().left - 640
this.foldlineStyle = 'foldline_right'
break
case 4:
this.pkObj = this.TrayStationPopoverList[3]
this.top = this.$refs.mpgw04.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw04.getBoundingClientRect().left - 635
this.top = this.$refs.mpgw04.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw04.getBoundingClientRect().left - 640
this.foldlineStyle = 'foldline_right'
break
case 5:
this.pkObj = this.TrayStationPopoverList[4]
this.top = this.$refs.mpgw05.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw05.getBoundingClientRect().left - 657
this.left = this.$refs.mpgw05.getBoundingClientRect().left - 640
this.foldlineStyle = 'foldline_right'
break
case 6:
this.pkObj = this.TrayStationPopoverList[5]
this.top = this.$refs.mpgw06.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw06.getBoundingClientRect().left - 657
this.left = this.$refs.mpgw06.getBoundingClientRect().left - 640
this.foldlineStyle = 'foldline_right'
break
case 7:
this.pkObj = this.TrayStationPopoverList[6]
this.top = this.$refs.mpgw07.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw07.getBoundingClientRect().left - 657
this.left = this.$refs.mpgw07.getBoundingClientRect().left - 640
this.foldlineStyle = 'foldline_right'
break
case 8:
this.pkObj = this.TrayStationPopoverList[7]
this.top = this.$refs.mpgw08.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw08.getBoundingClientRect().left - 657
this.left = this.$refs.mpgw08.getBoundingClientRect().left - 640
this.foldlineStyle = 'foldline_right'
break
case 9:
this.pkObj = this.TrayStationPopoverList[8]
this.top = this.$refs.mpgw09.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw09.getBoundingClientRect().left - 635
this.top = this.$refs.mpgw09.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw09.getBoundingClientRect().left - 640
this.foldlineStyle = 'foldline_right'
break
case 10:
this.pkObj = this.TrayStationPopoverList[9]
this.top = this.$refs.mpgw10.getBoundingClientRect().top - 40
this.left = this.$refs.mpgw10.getBoundingClientRect().left - 635
this.top = this.$refs.mpgw10.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw10.getBoundingClientRect().left - 640
this.foldlineStyle = 'foldline_right'
break
case 11:
this.pkObj = this.TrayStationPopoverList[10]
this.top = this.$refs.mpgw11.getBoundingClientRect().top - 40
this.top = this.$refs.mpgw11.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw11.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 12:
this.pkObj = this.TrayStationPopoverList[11]
this.top = this.$refs.mpgw12.getBoundingClientRect().top - 40
this.top = this.$refs.mpgw12.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw12.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 13:
this.pkObj = this.TrayStationPopoverList[12]
this.top = this.$refs.mpgw13.getBoundingClientRect().top - 40
this.top = this.$refs.mpgw13.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw13.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 14:
this.pkObj = this.TrayStationPopoverList[13]
this.top = this.$refs.mpgw14.getBoundingClientRect().top - 40
this.top = this.$refs.mpgw14.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw14.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 15:
this.pkObj = this.TrayStationPopoverList[14]
this.top = this.$refs.mpgw15.getBoundingClientRect().top - 40
this.top = this.$refs.mpgw15.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw15.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 16:
this.pkObj = this.TrayStationPopoverList[15]
this.top = this.$refs.mpgw16.getBoundingClientRect().top - 40
this.top = this.$refs.mpgw16.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw16.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 17:
this.pkObj = this.TrayStationPopoverList[16]
this.top = this.$refs.mpgw17.getBoundingClientRect().top - 40
this.top = this.$refs.mpgw17.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw17.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 18:
this.pkObj = this.TrayStationPopoverList[17]
this.top = this.$refs.mpgw18.getBoundingClientRect().top - 40
this.top = this.$refs.mpgw18.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw18.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 19:
this.pkObj = this.TrayStationPopoverList[18]
this.top = this.$refs.mpgw19.getBoundingClientRect().top - 24
this.top = this.$refs.mpgw19.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw19.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break
case 20:
this.pkObj = this.TrayStationPopoverList[19]
this.top = this.$refs.mpgw20.getBoundingClientRect().top - 24
this.top = this.$refs.mpgw20.getBoundingClientRect().top - 21
this.left = this.$refs.mpgw20.getBoundingClientRect().left + 112
this.foldlineStyle = 'foldline_left'
break