From feb6a750d8f1ef1683de4e349d2773fd7cbfc720 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 05 六月 2023 12:18:52 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/home/home.vue |   36 ++++++++++++++++++++++++------------
 1 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index aad59ba..15ca418 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -217,11 +217,11 @@
 							<view class="text-content">
 								<!-- head -->
 								<view class="swiper-head">
-									<view style="width: 20%;">鎵樼洏鐮侊細{{infoText.barcode}}</view>
-									<view style="width: 35%;">鍟嗗搧缂栧彿</view>
-									<view style="width: 35%;">鍟嗗搧鍚嶇О</view>
-									<!-- <view style="width: 20%;">瑙勬牸</view> -->
-									<view style="width: 10%;">鏁伴噺</view>
+									<view style="width: 30%;">鎵樼洏鐮�: {{infoText.barcode}}</view>
+									<view style="width: 20%;">宸ヤ綔鍙�: {{infoText.workNo}}</view>
+									<view style="width: 30%;">婧愬簱浣�: {{infoText.sourceLocNo}}</view>
+									<view style="width: 20%;">鐩爣绔�: {{infoText.staNo}}</view>
+									<!-- <view style="width: 10%;">鏁伴噺</view> -->
 								</view>
 								<!-- body -->
 								<view class="swiper-body">
@@ -230,14 +230,20 @@
 									vertical 婊戝姩鏂瑰悜鏄惁涓虹旱鍚� 
 									display-multiple-items 鍚屾椂鏄剧ず鐨勬粦鍧楁暟閲� -->
 									<swiper class="swiper-body-main" vertical="true" 
-									display-multiple-items="8"
-									circular="true" :autoplay="true" :interval="3000" :duration="1000">
+									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: 20%;">No:{{i+1}}</view>
-											<view style="width: 35%;">{{item.matnr}}</view>
-											<view style="width: 35%;">{{item.maknx}}</view>
-											<!-- <view style="width: 20%;">{{item.specs}}</view> -->
-											<view style="width: 10%;">{{item.count}}</view>
+											<view style="width: 20%;">{{i+1}}\5</view>
+											<!-- <view style="width: 30%;">鏂欏彿: {{item.matnr}}</view> -->
+											<view style="width: 40%;">鍚嶇О: {{item.maknx}}</view>
+											<view style="width: 40%;">瀹㈡埛: {{item.info}}</view>
+											
+											
+											<view style="width: 20%;">鏁伴噺: {{item.count}}</view>
+											<view style="width: 40%;">瑙勬牸: {{item.specs}}</view>
+											<view style="width: 40%;">澶囨敞: {{item.bz}}</view>
+											
+											
 										</swiper-item>
 									</swiper>
 								</view>
@@ -464,6 +470,9 @@
 						that.infoText.title = '绌烘墭鍑哄簱'
 					}
 					that.infoText.barcode = res.data[0].barcode
+					that.infoText.workNo = res.data[0].workNo
+					that.infoText.sourceLocNo = res.data[0].sourceLocNo
+					that.infoText.staNo = res.data[0].staNo
 					that.swiperList = res.data[0].matDtos
 					// that.infoText.matnr = res.data[0].matDtos[0].matnr
 					// that.infoText.specs = res.data[0].matDtos[0].specs
@@ -530,6 +539,9 @@
 								that.infoText.title = '绌烘墭鍑哄簱'
 							}
 							that.infoText.barcode = res.data[0].barcode
+							that.infoText.workNo = res.data[0].workNo
+							that.infoText.sourceLocNo = res.data[0].sourceLocNo
+							that.infoText.staNo = res.data[0].staNo
 							that.swiperList = res.data[0].matDtos
 							// that.infoText.matnr = res.data[0].matDtos[0].matnr
 							// that.infoText.specs = res.data[0].matDtos[0].specs

--
Gitblit v1.9.1