From b4a3f1099b0464d6eb1b7d2620a66e632fc3c402 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 10 一月 2024 15:31:00 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 48 ++++++++++++++++++++++++++++++++---------------- 1 files changed, 32 insertions(+), 16 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 7edddbe..e9ab206 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -217,11 +217,11 @@ <view class="text-content"> <!-- head --> <view class="swiper-head"> - <view style="width: 20%;">鎵樼洏鐮侊細{{infoText.barcode}}</view> - <view style="width: 30%;">鍟嗗搧缂栧彿</view> - <view style="width: 20%;">鍟嗗搧鍚嶇О</view> - <!-- <view style="width: 20%;">瑙勬牸</view> --> - <view style="width: 10%;">鏁伴噺</view> + <view style="width: 30%;">鎵樼洏鐮�: {{infoText.barcode}}</view> + <view style="width: 20%;">宸ヤ綔鍙�: {{infoText.workNo}}</view> + <view style="width: 30%;">婧愬簱浣�: {{infoText.sourceLocNo}}</view> + <view style="width: 20%;">鐩爣绔�: {{infoText.staNo}}</view> + <!-- <view style="width: 10%;">鏁伴噺</view> --> </view> <!-- body --> <view class="swiper-body"> @@ -230,14 +230,20 @@ vertical 婊戝姩鏂瑰悜鏄惁涓虹旱鍚� display-multiple-items 鍚屾椂鏄剧ず鐨勬粦鍧楁暟閲� --> <swiper class="swiper-body-main" vertical="true" - display-multiple-items="8" - circular="true" :autoplay="true" :interval="3000" :duration="1000"> + display-multiple-items="3" + circular="true" :autoplay="true" :interval="3000" :duration="2000"> <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i"> - <view style="width: 20%;">No:{{i+1}}</view> - <view style="width: 30%;">{{item.matnr}}</view> - <view style="width: 20%;">{{item.maknx}}</view> - <!-- <view style="width: 20%;">{{item.specs}}</view> --> - <view style="width: 10%;">{{item.count}}</view> + <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: 30%;">鍑哄簱: {{item.count}} / 鎬绘暟: {{item.total}}</view> + <view style="width: 40%;">瑙勬牸: {{item.specs}}</view> + <view style="width: 30%;">澶囨敞: {{item.memo}}</view> + + </swiper-item> </swiper> </view> @@ -276,7 +282,7 @@ <!-- 寮瑰嚭title --> <view class="eject-title">淇敼 / 閰嶇疆</view> <!-- input --> - <view class="eject-input"> + <scroll-view scroll-y class="eject-input"> <view class="item"> <view class="desc">ip锛�</view> <view class="input"> @@ -307,7 +313,7 @@ <input type="text" v-model="baseUrl"> </view> </view> - </view> + </scroll-view> <!-- button --> <view class="eject-button"> <view class="button-item" @click="ejectClose">鍙� 娑�</view> @@ -464,6 +470,9 @@ that.infoText.title = '绌烘墭鍑哄簱' } that.infoText.barcode = res.data[0].barcode + that.infoText.workNo = res.data[0].workNo + that.infoText.sourceLocNo = res.data[0].sourceLocNo + that.infoText.staNo = res.data[0].staNo that.swiperList = res.data[0].matDtos // that.infoText.matnr = res.data[0].matDtos[0].matnr // that.infoText.specs = res.data[0].matDtos[0].specs @@ -530,6 +539,9 @@ that.infoText.title = '绌烘墭鍑哄簱' } that.infoText.barcode = res.data[0].barcode + that.infoText.workNo = res.data[0].workNo + that.infoText.sourceLocNo = res.data[0].sourceLocNo + that.infoText.staNo = res.data[0].staNo that.swiperList = res.data[0].matDtos // that.infoText.matnr = res.data[0].matDtos[0].matnr // that.infoText.specs = res.data[0].matDtos[0].specs @@ -560,6 +572,7 @@ 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) { @@ -1048,12 +1061,15 @@ text-align: center; } .eject-input { - + margin-top: 2vh; + height: 25vh; + /* background-color: #00163E; */ + ::-webkit-scrollbar{display:none} } .item { display: flex; align-items: center; - margin: 2vh 0 0 0; + margin: 1vh 0 0 0; font-size: 1.5vw; color: #363636; } -- Gitblit v1.9.1