From 1acf4b385762ec1faf1d8b5df63c19f29d021f04 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 27 六月 2024 14:02:41 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/home/home.vue |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index d583544..8ebb333 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -217,7 +217,7 @@
 								<view class="swiper-head">
 									<view style="width: 30%;">鎵樼洏鐮�: {{infoText.barcode}}</view>
 									<view style="width: 20%;">宸ヤ綔鍙�: {{infoText.workNo}}</view>
-									<view style="width: 30%;">婧愬簱浣�: {{infoText.sourceLocNo}}</view>
+									<view style="width: 30%;" v-show="pakoutShow">婧愬簱浣�: {{infoText.sourceLocNo}}</view>
 									<view style="width: 20%;">鐩爣绔�: {{infoText.staNo}}</view>
 									<!-- <view style="width: 10%;">鏁伴噺</view> -->
 								</view>
@@ -233,10 +233,10 @@
 										<swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
 											<view style="width: 100%;display: flex;flex-direction: column;
 											align-items: center;justify-content: space-around;">
-												<view style="width: 60%;">搴撲綅鍙�: {{item.locNo}}</view>
-												<view style="width: 60%;" v-show="pakoutShow">浜у搧浠e彿: {{item.matnr}}</view>
-												<view style="width: 60%;" v-show="pakoutShow">浜у搧鍚嶇О: {{item.maknx}}</view>
-												<view style="width: 60%;" v-show="pakoutShow">鏁伴噺: [{{item.anfme}} / {{item.memo}}]</view>
+												<view style="width: 60%;font-size:4vw" v-show="!pakoutShow">搴撲綅鍙�: {{item.locNo}}</view>
+												<view style="width: 60%;font-size:4vw" v-show="pakoutShow">浜у搧浠e彿: {{item.matnr}}</view>
+												<view style="width: 60%;font-size:4vw" v-show="pakoutShow">浜у搧鍚嶇О: {{item.maknx}}</view>
+												<view style="width: 60%;font-size:4vw" v-show="pakoutShow">鏁伴噺: [{{item.count}} / {{item.total}}]</view>
 											</view>
 										</swiper-item>
 									</swiper>
@@ -419,10 +419,10 @@
 				this.getOther()
 				// this.getDate()
 				this.getDate2()
-				// this.getInfo()
-				// this.getError()
-				this.getInfo2()
-				this.getError2()
+				this.getInfo()
+				this.getError()
+				// this.getInfo2()
+				// this.getError2()
 				this.getUrl()
 				this.controller()
 				// 娴嬭瘯鐢�
@@ -522,12 +522,16 @@
 							that.infoType = 1
 							if (res.data[0].ioType === 101) {
 								that.infoText.title = '鍏ㄦ澘鍑哄簱'
+								that.pakoutShow = true
 							} else if(res.data[0].ioType === 103) {
 								that.infoText.title = '妫�鏂欏嚭搴�'
+								that.pakoutShow = true
 							} else if(res.data[0].ioType === 107) {
 								that.infoText.title = '鐩樼偣鍑哄簱'
+								that.pakoutShow = true
 							} else if(res.data[0].ioType === 1) {
 								that.infoText.title = '鍏ュ簱'
+								that.pakoutShow = false
 							} else if(res.data[0].ioType === 10) {
 								that.infoText.title = '绌烘墭鍏ュ簱'
 							} else if(res.data[0].ioType === 110) {

--
Gitblit v1.9.1