#
whycq
2023-06-05 feb6a750d8f1ef1683de4e349d2773fd7cbfc720
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: 35%;">商品编号</view>
                           <view style="width: 35%;">商品名称</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: 35%;">{{item.matnr}}</view>
                                 <view style="width: 35%;">{{item.maknx}}</view>
                                 <!-- <view style="width: 20%;">{{item.specs}}</view> -->
                                 <view style="width: 10%;">{{item.count}}</view>
                                 <view style="width: 20%;">{{i+1}}\5</view>
                                 <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> -->
                                 <view style="width: 40%;">名称: {{item.maknx}}</view>
                                 <view style="width: 40%;">客户: {{item.info}}</view>
                                 <view style="width: 20%;">数量: {{item.count}}</view>
                                 <view style="width: 40%;">规格: {{item.specs}}</view>
                                 <view style="width: 40%;">备注: {{item.bz}}</view>
                              </swiper-item>
                           </swiper>
                        </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