From ac186ac5c9edbe245b70676f86ad2f68bf3f34a7 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 21 十一月 2024 09:14:58 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/home/home.vue | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index bcf60b6..18adba6 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -235,13 +235,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.matnr}}</view>
- <view style="width: 30%;">鍝佸彿: {{item.maktx}}</view>
+ <view style="width: 40%;">鍚嶇О: {{item.maknx}}</view>
+ <view style="width: 30%;">鍝佸彿: {{item.matnr}}</view>
<view style="width: 30%;">浣滀笟: {{item.count}} / 鍘熸暟: {{item.total}}</view>
<view style="width: 40%;">瑙勬牸: {{item.specs}}</view>
- <view style="width: 30%;">鍗曟嵁鍙�: {{item.ordeNo}}</view>
+ <view style="width: 30%;">鍗曟嵁鍙�: {{item.orderNo}}</view>
</swiper-item>
</swiper>
</view>
@@ -519,7 +519,10 @@
that.infoText.title = '绌烘澘鍑哄簱'
break;
}
- that.infoText.staNo = res.data[0].staNo
+ that.infoText.barcode = res.data[0].barcode
+ that.infoText.workNo = res.data[0].workNo
+ that.infoText.staNo = res.data[0].staNo
+ that.infoText.sourceLocNo = res.data[0].sourceLocNo
that.swiperList = res.data[0].matDtos
// that.infoText.matnr = res.data[0].matDtos[0].matnr
// that.infoText.specs = res.data[0].matDtos[0].specs
@@ -608,7 +611,10 @@
} else if(res.data[0].ioType === 107) {
that.infoText.title = '鐩樼偣鍑哄簱'
}
+ that.infoText.barcode = res.data[0].barcode
+ that.infoText.workNo = res.data[0].workNo
that.infoText.staNo = res.data[0].staNo
+ that.infoText.sourceLocNo = res.data[0].sourceLocNo
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