From 5ac9bec38919c1615fc277e8d2115bf87b9cc1d4 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 19 十二月 2022 11:08:37 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/home/home.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index 93644c2..5e9d589 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -187,8 +187,8 @@
<y-box>
<view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;letter-spacing: 1vh;">
<!-- 鍢夊杽杈归攱鏈烘鑲′唤鏈夐檺鍏徃 -->
- 鑷姩浠撳簱WCS鐩戞帶骞冲彴
- <!-- <image src="../../static/ruiyun.jpg" mode="" style="width: 100%;"></image> -->
+ <!-- 鑷姩浠撳簱WCS鐩戞帶骞冲彴 -->
+ <image src="../../static/ruiyun.jpg" mode="" style="width: 100%;"></image>
</view>
</y-box>
</view>
@@ -217,7 +217,7 @@
<view class="flex-col info-box-text-item">鐩爣绔欙細{{infoText.staNo}}</view>
<view class="flex-col info-box-text-item">鍟嗗搧缂栧彿锛歿{infoText.matnr}}</view>
<view class="flex-col info-box-text-item">鍟嗗搧鍚嶇О锛歿{infoText.maknx}}</view>
- <view class="flex-col info-box-text-item">鍟嗗搧瑙勬牸锛歿{infoText.specs}}</view>
+ <view class="flex-col info-box-text-item">鎵瑰彿锛歿{infoText.specs}}</view>
<view class="flex-col info-box-text-item">鏁伴噺锛歿{infoText.count}}</view>
</view>
</y-box>
@@ -425,7 +425,7 @@
}
that.infoText.staNo = res.data[0].staNo
that.infoText.matnr = res.data[0].matDtos[0].matnr
- that.infoText.specs = res.data[0].matDtos[0].specs
+ that.infoText.batch = res.data[0].matDtos[0].batch
that.infoText.maknx = res.data[0].matDtos[0].maknx
that.infoText.count = res.data[0].matDtos[0].count
} else {
@@ -477,7 +477,8 @@
that.infoText.title = '妫�鏂欏嚭搴�'
}
that.infoText.staNo = res.data[0].staNo
- that.infoText.specs = res.data[0].matDtos[0].specs
+ that.infoText.matnr = res.data[0].matDtos[0].matnr
+ that.infoText.batch = res.data[0].matDtos[0].batch
that.infoText.maknx = res.data[0].matDtos[0].maknx
that.infoText.count = res.data[0].matDtos[0].count
} else {
--
Gitblit v1.9.1