#
zjj
2024-12-27 1872d4c65681b74938828823cdc41d9483cf0e6c
Monitor-APP/pages/home/home.vue
@@ -213,6 +213,8 @@
                                 
                                 <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: 33%; font-size: 3vw;">数量: {{item.count}}</view>
                                 
                                 
@@ -402,10 +404,10 @@
         const BasePort = uni.getStorageSync('BasePort');
         const BaseCrnId = uni.getStorageSync('BaseCrnId');
         const PROJ = uni.getStorageSync('UPROJ');
         that.baseUrl = "gtwcs"
         that.baseIP = "10.0.100.120"
         that.baseUrl = PROJ
         that.baseIP = BaseIP
         that.baseLedId = BaseLedId
         that.basePort = "8088"
         that.basePort = BasePort
         that.baseCrnId = BaseCrnId
         that.webSockerInit();
      },
@@ -419,8 +421,8 @@
            // this.getDate2()
            // this.getInfo()
            // this.getError()
            // // this.getInfo2()
            // // this.getError2()
            // this.getInfo2()
            // this.getError2()
            // this.getUrl()
            this.controller()
            // this.statisticalModel()
@@ -519,6 +521,8 @@
                      that.infoText.title = '空托出库'
                   }else if(data.taskList[0].ioType === 104) {
                      that.infoText.title = '并板出库'
                   }else if(data.taskList[0].ioType === 54) {
                      that.infoText.title = '并板入库'
                   }
                   that.infoText.barcode = data.taskList[0].barcode
                   that.infoText.workNo = data.taskList[0].workNo