#
whycq
2024-07-01 71f46569ad797467ccfd39e6883511293dfd49fe
Monitor-APP/pages/home/home.vue
@@ -217,7 +217,7 @@
                        <view class="swiper-head">
                           <view style="width: 30%;">托盘码: {{infoText.barcode}}</view>
                           <view style="width: 20%;">工作号: {{infoText.workNo}}</view>
                           <view style="width: 30%;">源库位: {{infoText.sourceLocNo}}</view>
                           <view style="width: 30%;" v-show="pakoutShow">源库位: {{infoText.sourceLocNo}}</view>
                           <view style="width: 20%;">目标站: {{infoText.staNo}}</view>
                           <!-- <view style="width: 10%;">数量</view> -->
                        </view>
@@ -228,20 +228,16 @@
                           vertical 滑动方向是否为纵向 
                           display-multiple-items 同时显示的滑块数量 -->
                           <swiper class="swiper-body-main" vertical="true" 
                           display-multiple-items="3"
                           circular="true" :autoplay="true" :interval="3000" :duration="2000">
                           display-multiple-items="1"
                           circular="true" :autoplay="false" :interval="3000" :duration="2000">
                              <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.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>
                                 <view style="width: 100%;display: flex;flex-direction: column;
                                 align-items: center;justify-content: space-around;">
                                    <view style="width: 60%;font-size:4vw" v-show="!pakoutShow">库位号: {{infoText.locNo}}</view>
                                    <view style="width: 60%;font-size:4vw" v-show="pakoutShow">产品代号: {{item.matnr}}</view>
                                    <view style="width: 60%;font-size:4vw" v-show="pakoutShow">产品名称: {{item.maknx}}</view>
                                    <view style="width: 60%;font-size:4vw" v-show="pakoutShow">数量: [{{item.count}} / {{item.total}}]</view>
                                 </view>
                              </swiper-item>
                           </swiper>
                        </view>
@@ -319,7 +315,7 @@
            </view>
         </view>
      </view>
      <view style="color: #FFF;position: fixed;bottom: 10px;left: 10px;" v-show="timeOut">
      <view style="color: #FFF;position: fixed;bottom: 10px;left: 10px;" v-show="timeOuts">
         连接超时: {{times}} s
      </view>
   </view>
@@ -389,9 +385,10 @@
               barcode: ""
            },
            swiperList: [],
            timeOut: false,
            timeOuts: false,
            times: 0,
            currDate: ''
            currDate: '',
            pakoutShow: false
         }
      },
      onShow() {
@@ -422,10 +419,10 @@
            this.getOther()
            // this.getDate()
            this.getDate2()
            this.getInfo()
            this.getError()
            // this.getInfo2()
            // this.getError2()
            // this.getInfo()
            // this.getError()
            this.getInfo2()
            this.getError2()
            this.getUrl()
            this.controller()
            // 测试用
@@ -456,14 +453,25 @@
               that.infoType = 1
               if (res.data[0].ioType === 101) {
                  that.infoText.title = '全板出库'
                  that.pakoutShow = true
               } else if(res.data[0].ioType === 103) {
                  that.infoText.title = '检料出库'
                  that.infoText.title = '拣料出库'
                  that.pakoutShow = true
               } else if(res.data[0].ioType === 53) {
                  that.infoText.title = '拣料入库'
                  that.pakoutShow = false
               } else if(res.data[0].ioType === 57) {
                  that.infoText.title = '盘点入库'
                  that.pakoutShow = false
               } else if(res.data[0].ioType === 107) {
                  that.infoText.title = '盘点出库'
                  that.pakoutShow = true
               } else if(res.data[0].ioType === 1) {
                  that.infoText.title = '入库'
                  that.pakoutShow = false
               } else if(res.data[0].ioType === 10) {
                  that.infoText.title = '空托入库'
                  that.pakoutShow = false
               } else if(res.data[0].ioType === 110) {
                  that.infoText.title = '空托出库'
               }
@@ -472,10 +480,6 @@
               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
               // that.infoText.maknx = res.data[0].matDtos[0].maknx
               // that.infoText.count = res.data[0].matDtos[0].count
            } else {
               if (that.infoType == 2 || that.infoType == 3) {
                  return;
@@ -525,14 +529,25 @@
                     that.infoType = 1
                     if (res.data[0].ioType === 101) {
                        that.infoText.title = '全板出库'
                        that.pakoutShow = true
                     } else if(res.data[0].ioType === 103) {
                        that.infoText.title = '检料出库'
                        that.infoText.title = '拣料出库'
                        that.pakoutShow = true
                     } else if(res.data[0].ioType === 53) {
                        that.infoText.title = '拣料入库'
                        that.pakoutShow = false
                     } else if(res.data[0].ioType === 57) {
                        that.infoText.title = '盘点入库'
                        that.pakoutShow = false
                     } else if(res.data[0].ioType === 107) {
                        that.infoText.title = '盘点出库'
                        that.pakoutShow = true
                     } else if(res.data[0].ioType === 1) {
                        that.infoText.title = '入库'
                        that.pakoutShow = false
                     } else if(res.data[0].ioType === 10) {
                        that.infoText.title = '空托入库'
                        that.pakoutShow = false
                     } else if(res.data[0].ioType === 110) {
                        that.infoText.title = '空托出库'
                     }