#
zhou zhou
14 小时以前 8a855ff4cebb72383b6043e5c5c2f3a27ade9533
Monitor-APP/pages/home/home.vue
@@ -183,9 +183,9 @@
                                 <view style="width: 50%; font-size: 3vw">物料编码: {{ item.matnr }}</view>
                                 <view style="width: 50%; font-size: 3vw">名称: {{ item.maknx }}</view>
                                 <view style="width: 50%; font-size: 3vw">规格: {{ item.specs }}</view>
                                 <view style="width: 50%; font-size: 3vw">批次: {{ item.batch }}</view>
                                 <view style="width: 50%; font-size: 3vw">销售单号: {{ item.orderNo }}</view>
                                 <view style="width: 50%; font-size: 3vw">客户名称: {{ item.customer }}</view>
                                 <!-- <view style="width: 50%; font-size: 3vw">批次: {{ item.batch }}</view> -->
                                 <view style="width: 50%; font-size: 3vw">供应商代码: {{ item.orderNo }}</view>
                                 <!-- <view style="width: 50%; font-size: 3vw">客户名称: {{ item.customer }}</view> -->
                                 <view style="width: 33%; font-size: 3vw">数量: {{ item.count }}</view>
                              </swiper-item>
                           </swiper>
@@ -337,7 +337,7 @@
         wmsPort: '',
         switchDebounceTimer: null,
         viewSwitchInProgress: false,
         getConfigUrl:"http://192.168.1.198:8080/wms/rpc/getLedInfos"
         getConfigUrl:"http://127.0.0.1:8088/wcs/monitor/getIpConfig"
      };
   },
   onShow() {
@@ -557,6 +557,8 @@
                  that.infoText.title = '并板出库';
               } else if (data.taskList[0].ioType === 54) {
                  that.infoText.title = '并板入库';
               }else  {
                  that.infoText.title = data.taskList[0].title;
               }
               that.infoText.barcode = data.taskList[0].barcode;
               that.infoText.workNo = data.taskList[0].workNo;