From 44ac4b1b48516f35e2afcbe1ab1592ae8a6394f9 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 30 Jun 2023 13:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/homepage/one.vue | 20 ++++----- src/pages/modules/homepage/two.vue | 12 ++--- src/pages/modules/sortpack/one.vue | 8 ++-- src/pages/modules/takeshape/one.vue | 70 ++++++++++++++--------------- 4 files changed, 55 insertions(+), 55 deletions(-) diff --git a/src/pages/modules/homepage/one.vue b/src/pages/modules/homepage/one.vue index 18eebad..d9962cc 100644 --- a/src/pages/modules/homepage/one.vue +++ b/src/pages/modules/homepage/one.vue @@ -156,7 +156,7 @@ -
+

{{ StackingPositionList[0].encoder_qty }}

@@ -169,7 +169,7 @@ -
+

{{ StackingPositionList[1].encoder_qty }}

@@ -222,7 +222,7 @@ -
+

{{ StackingPositionList[2].encoder_qty }}

@@ -235,7 +235,7 @@ -
+

{{ StackingPositionList[3].encoder_qty }}

@@ -320,7 +320,7 @@ -
+

{{StackingPositionList[4].encoder_qty}}

@@ -333,7 +333,7 @@ -
+

{{StackingPositionList[5].encoder_qty}}

@@ -346,7 +346,7 @@ -
+

{{ StackingPositionList[6].encoder_qty }}

@@ -359,7 +359,7 @@ -
+

{{ StackingPositionList[7].encoder_qty }}

@@ -469,7 +469,7 @@ -
+

{{StackingPositionList[12].encoder_qty}}

@@ -479,7 +479,7 @@ -
+

{{ StackingPositionList[13].encoder_qty }}

diff --git a/src/pages/modules/homepage/two.vue b/src/pages/modules/homepage/two.vue index f345c8b..8b6e66b 100644 --- a/src/pages/modules/homepage/two.vue +++ b/src/pages/modules/homepage/two.vue @@ -111,7 +111,7 @@ -
+

200

@@ -124,7 +124,7 @@ -
+

200

@@ -132,7 +132,7 @@
-
+
@@ -146,7 +146,7 @@ -
+

200

@@ -159,7 +159,7 @@ -
+

200

@@ -167,7 +167,7 @@
-
+
diff --git a/src/pages/modules/sortpack/one.vue b/src/pages/modules/sortpack/one.vue index 39e1cfa..0115a10 100644 --- a/src/pages/modules/sortpack/one.vue +++ b/src/pages/modules/sortpack/one.vue @@ -57,7 +57,7 @@ -
+

{{ SortAndPalletizingList[0].encoder_qty }}

@@ -70,7 +70,7 @@ -
+

{{ SortAndPalletizingList[1].encoder_qty }}

@@ -92,7 +92,7 @@ -
+

{{ SortAndPalletizingList[2].encoder_qty }}

@@ -105,7 +105,7 @@ -
+

{{ SortAndPalletizingList[3].encoder_qty }}

diff --git a/src/pages/modules/takeshape/one.vue b/src/pages/modules/takeshape/one.vue index a24a129..fd8643b 100644 --- a/src/pages/modules/takeshape/one.vue +++ b/src/pages/modules/takeshape/one.vue @@ -115,7 +115,7 @@ -
+

{{ StackingPositionList[0].encoder_qty }}

@@ -128,7 +128,7 @@ -
+

{{ StackingPositionList[1].encoder_qty }}

@@ -181,7 +181,7 @@ -
+

{{ StackingPositionList[2].encoder_qty }}

@@ -194,7 +194,7 @@ -
+

{{ StackingPositionList[3].encoder_qty }}

@@ -279,7 +279,7 @@ -
+

{{StackingPositionList[4].encoder_qty}}

@@ -292,7 +292,7 @@ -
+

{{StackingPositionList[5].encoder_qty}}

@@ -305,7 +305,7 @@ -
+

{{ StackingPositionList[6].encoder_qty }}

@@ -318,7 +318,7 @@ -
+

{{ StackingPositionList[7].encoder_qty }}

@@ -440,7 +440,7 @@ -
+

{{StackingPositionList[12].encoder_qty}}

@@ -453,7 +453,7 @@ -
+

{{ StackingPositionList[13].encoder_qty }}

@@ -839,7 +839,7 @@
状态
-
{{ ['无货', '有货'][Number(pkObj.point_status) - 1] }}
+
{{ ['无货', '有货'][Number(pkObj.point_status)] }}
载具
@@ -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