1
zhang
2025-08-21 c03bca81846581a092d58953d059dbaa04747bb2
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>
@@ -233,10 +233,10 @@
                              <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                 <view style="width: 100%;display: flex;flex-direction: column;
                                 align-items: center;justify-content: space-around;">
                                    <view style="width: 60%;">库位号: {{item.locNo}}</view>
                                    <view style="width: 60%;" v-show="pakoutShow">产品代号: {{item.matnr}}</view>
                                    <view style="width: 60%;" v-show="pakoutShow">产品名称: {{item.maknx}}</view>
                                    <view style="width: 60%;" v-show="pakoutShow">数量: [{{item.anfme}} / {{item.memo}}]</view>
                                    <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>
@@ -377,6 +377,8 @@
            infoText: {
               title: '',
               staNo: "",
               locNo: "",
               sourceLocNo: "",
               matnr: "",
               maknx: "",
               specs: "",
@@ -455,8 +457,14 @@
                  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
@@ -465,6 +473,7 @@
                  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 = '空托出库'
               }
@@ -524,8 +533,14 @@
                        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
@@ -534,12 +549,14 @@
                        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 = '空托出库'
                     }
                     that.infoText.barcode = res.data[0].barcode
                     that.infoText.workNo = res.data[0].workNo
                     that.infoText.sourceLocNo = res.data[0].sourceLocNo
                     that.infoText.locNo = res.data[0].locNo
                     that.infoText.staNo = res.data[0].staNo
                     that.swiperList = res.data[0].matDtos
                     // that.infoText.matnr = res.data[0].matDtos[0].matnr