From 3241e723ceb7c763d6d57890a3b702eed611e129 Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期三, 16 四月 2025 13:22:02 +0800
Subject: [PATCH] 利福德二期电视机出库改多条数据出库
---
Monitor-APP/pages/home/home.css | 4 ++--
Monitor-APP/pages/home/home.vue | 26 ++++++++++++--------------
2 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/Monitor-APP/pages/home/home.css b/Monitor-APP/pages/home/home.css
index c5f0793..c1f87b5 100644
--- a/Monitor-APP/pages/home/home.css
+++ b/Monitor-APP/pages/home/home.css
@@ -1,7 +1,7 @@
.text-content {
width: 100%;
height: 100%;
- font-size: 4.5vw;
+ font-size: 3vw;
/* background-color: aliceblue; */
display: flex;
flex-direction: column;
@@ -18,7 +18,7 @@
}
.swiper-body {
width: 100%;
- height: 90%;
+ height: 100%;
/* background-color: #aa0000; */
}
.swiper-body-main {
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index a181dbf..72b2dac 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -253,13 +253,12 @@
<view style="flex: 1;">鍓╀綑鏁伴噺</view>
</view> -->
<view class="swiper-head" v-show="swiperList.length > 0">
- <view style="flex: 2;">鎵樼洏鐮侊細{{infoText.barcode}} <br /> 璁㈠崟鍙�</view>
- <view style="flex: 2;">{{infoText.title2}} <br />鍟嗗搧缂栧彿</view>
+ <view style="flex: 2;">浠诲姟鍙�</view>
+ <view style="flex: 3;">鍟嗗搧缂栧彿</view>
<view style="flex: 2;">鍟嗗搧鍚嶇О</view>
- <view style="flex: 2;">鍥惧彿</view>
- <view style="flex: 5;">瑙勬牸</view>
- <view style="flex: 1;">浣滀笟鏁伴噺</view>
- <view style="flex: 1;">鍓╀綑鏁伴噺</view>
+ <view style="flex: 2;">瑙勬牸</view>
+ <view style="flex: 2;">浣滀笟鏁伴噺</view>
+ <view style="flex: 2;">鍓╀綑鏁伴噺</view>
</view>
<!-- body -->
<view class="swiper-body">
@@ -271,15 +270,12 @@
circular="true" :autoplay="true" :interval="3000" :duration="1000">
<swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"
:style="item.color">
- <view style="flex: 2;word-break: break-all;">
- {{item.orderNo ? item.orderNo : '--'}}
- </view>
- <view style="flex: 2;">{{item.matnr}}</view>
+ <view style="flex: 2;">{{infoText.workNo}}</view>
+ <view style="flex: 3;">{{item.matnr}}</view>
<view style="flex: 2;">{{item.maknx}}</view>
- <view style="flex: 2;">{{item.model}}</view>
- <view style="flex: 5;">{{item.specs}}</view>
- <view style="flex: 1;">{{item.count}}</view>
- <view style="flex: 1;">{{item.total}}</view>
+ <view style="flex: 2;">{{item.specs}}</view>
+ <view style="flex: 2;">{{item.count}}</view>
+ <view style="flex: 2;">{{item.total}}</view>
</swiper-item>
</swiper>
</view>
@@ -427,6 +423,7 @@
infoType: 0,
text: '',
infoText: {
+ workNo: '',
title: '',
staNo: "",
matnr: "",
@@ -663,6 +660,7 @@
}
that.infoText.staNo = res.data[0].staNo
+ that.infoText.workNo = res.data[0].workNo
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