From 4041049945a930e3fe4adc54f1d8e12cd70be384 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 09 七月 2025 08:10:29 +0800
Subject: [PATCH] 删除不需要的部分

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

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 72b2dac..7948851 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -138,10 +138,7 @@
 												<view style="margin-left: auto;">
 													<!-- 鐧惧垎姣� -->
 													<view class="flex-col"
-														style="align-items: flex-end;justify-content: flex-end;">
-														<!-- style="justify-content: flex-end;position: absolute;top: 0;right: 1vw;text-align: right;" -->
-														<text class="item-title">31</text>
-														<text class="item-subTitle">浠婃棩璁㈠崟鏁�</text>
+														style="align-items: flex-end;justify-content: flex-end;">sssss
 													</view>
 												</view>
 											</view>
@@ -218,12 +215,12 @@
 									</y-box>
 								</view>
 								<view style="height: 2%;"></view>
-								<view style="height: 18%"  class="flex-row">
+								<!-- <view style="height: 18%"  class="flex-row">
 										<image style="height: 100%;"
 											src="../../static/barcode.png" mode="aspectFit"></image>
 										<image style="height: 100%;"
 											src="../../static/zy_logo.png" mode="aspectFit"></image>
-								</view>
+								</view> -->
 							</view>
 						</view>
 					</view>
@@ -257,8 +254,9 @@
                   <view style="flex: 3;">鍟嗗搧缂栧彿</view>
                   <view style="flex: 2;">鍟嗗搧鍚嶇О</view>
                   <view style="flex: 2;">瑙勬牸</view>
-                  <view style="flex: 2;">浣滀笟鏁伴噺</view>
-                  <view style="flex: 2;">鍓╀綑鏁伴噺</view>
+									<view style="flex: 2;">宸ュ簭</view>
+                  <view style="flex: 2;">鏁伴噺</view>
+                  
                 </view>
                 <!-- body -->
                 <view class="swiper-body">
@@ -274,8 +272,8 @@
                       <view style="flex: 3;">{{item.matnr}}</view>
                       <view style="flex: 2;">{{item.maknx}}</view>
                       <view style="flex: 2;">{{item.specs}}</view>
-                      <view style="flex: 2;">{{item.count}}</view>
-                      <view style="flex: 2;">{{item.total}}</view>
+											<view style="flex: 2;">{{item.sku}}</view>
+                      <view style="flex: 2;">{{item.count}}/{{item.total}}</view>
                     </swiper-item>
                   </swiper>
                 </view>
@@ -352,14 +350,6 @@
 					<view class="button-item" @click="ejectConfirm">纭� 璁�</view>
 				</view>
 			</view>
-		</view>
-		<!-- 灏忚溅寮傚父 -->
-		<view class="board">
-			<uni-transition ref="ani" custom-class="transition" :mode-class="newModeClass" :show="errorBoardShow">
-				<view class="error-board">
-					<text v-for="item in carInfo">{{item}}</text>
-				</view>
-			</uni-transition>
 		</view>
 		<view style="color: #FFF;position: fixed;bottom: 10px;left: 10px;" v-show="timeOut">
 			杩炴帴瓒呮椂: {{times}} s
@@ -513,17 +503,6 @@
 				var result = ycqdata.carError
 				var res = result.data
 				that.carInfoModel(res)
-			},
-			getCarInfo() {
-				let that = this
-				uni.request({
-					url: that.commonUrl + "/monitor/device/error",
-					method: "GET",
-					success(result) {
-						var res = result.data
-						that.carInfoModel(res)
-					}
-				})
 			},
 			carInfoModel(res) {
 				let infoList = []
@@ -891,6 +870,10 @@
 				}
 				uni.request({
 					url: that.commonUrl + "/monitor/loc/rep",
+					data: {
+						crnId: that.baseCrnId,
+						ledId: that.baseLedId,
+					},
 					method: 'GET',
 					success(result) {
 						var res = result.data

--
Gitblit v1.9.1