From 7c2ccb1144bdf87f1b51dc2bd8c7a6183e0103b6 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 29 五月 2024 13:28:05 +0800
Subject: [PATCH] #

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

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 1734aa8..faaeef1 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -231,15 +231,15 @@
 									display-multiple-items="3"
 									circular="true" :autoplay="true" :interval="3000" :duration="2000">
 										<swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
-											<view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view>
+											<!-- <view style="width: 30%;">{{i+1}} / {{swiperList.length}}</view> -->
 											<!-- <view style="width: 30%;">鏂欏彿: {{item.matnr}}</view> -->
-											<view style="width: 40%;">鍚嶇О: {{item.maknx}}</view>
-											<view style="width: 30%;">瀹㈡埛: {{item.manu}}</view>
+											<view style="width: 50%;">DI鍗曞彿: {{item.orderNo}}</view>
+											<view style="width: 50%;">鎹嗗寘鍙风爜: {{item.matnr}}</view>
+											<view style="width: 100%;">AS400: {{item.brand}}</view>
 											
-											
-											<view style="width: 30%;">鍑哄簱: {{item.count}} / 鎬绘暟: {{item.total}}</view>
-											<view style="width: 40%;">瑙勬牸: {{item.specs}}</view>
-											<view style="width: 30%;">澶囨敞: {{item.memo}}</view>
+											<view style="width: 100%;">鏈虹鍙�: {{item.maknx}}</view>
+											<view style="width: 50%;">鍙版暟: {{item.number}}</view>
+											<view style="width: 50%;">鍑�閲�: {{item.weight}}KG</view>
 											
 											
 										</swiper-item>
@@ -391,7 +391,8 @@
 				swiperList: [],
 				timeOut: false,
 				times: 0,
-				currDate: ''
+				currDate: '',
+				
 			}
 		},
 		onShow() {
@@ -422,10 +423,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()
 				// 娴嬭瘯鐢�
@@ -554,7 +555,7 @@
 					},
 					fail(err) {
 						that.timeOut = true
-						that.times = that.times+3
+						that.times = that.times+1
 						that.infoType = 0
 					}
 				})
@@ -807,6 +808,7 @@
 						ledId: that.baseLedId,
 					},
 					success(result) {
+						console.log(result);
 						var res = result.data
 						if (res.code === 200) {
 							that.baseInfo.xDistance = res.data.xDistance

--
Gitblit v1.9.1