From ef129e199bb5fb1c7aaa5cf39d089c00a3d5fadd Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 27 十一月 2024 13:17:37 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 6146452..f5639ff 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -215,7 +215,7 @@ <view class="text-content"> <!-- head --> <view class="swiper-head"> - <view style="width: 30%;">鎵樼洏鐮�: {{infoText.barcode}}</view> + <view style="width: 30%;">娴佹按鍙�: {{infoText.orderNo}}</view> <view style="width: 20%;">宸ヤ綔鍙�: {{infoText.workNo}}</view> <view style="width: 30%;">婧愬簱浣�: {{infoText.sourceLocNo}}</view> <view style="width: 20%;">鐩爣绔�: {{infoText.staNo}}</view> @@ -233,13 +233,13 @@ <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%;">鏂欏彿: {{item.matnr}}</view> --> - <view style="width: 40%;">鍚嶇О: {{item.maknx}}</view> - <view style="width: 30%;">瀹㈡埛: {{item.manu}}</view> + <view style="width: 40%;">瑙勬牸: {{item.matnr}}</view> + <view style="width: 30%;">绠卞彿: {{item.batch}}</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: 30%;">鍑�閲�: {{item.weight}} / 闀垮害: {{item.price}}</view> + <view style="width: 40%;">鎺ュご: {{item.specs}}</view> + <view style="width: 30%;">鍗峰彿: {{item.model}}</view> </swiper-item> @@ -554,7 +554,7 @@ }, fail(err) { that.timeOut = true - that.times = that.times+3 + that.times = that.times+1 that.infoType = 0 } }) @@ -570,7 +570,6 @@ that.timeOut = false that.times = 0 var res = result.data - console.log(res); if (res.data && res.data !== "") { var errorInfo = res.data if (that.infoType == 1) { @@ -808,6 +807,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