| | |
| | | |
| | | <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> |
| | | |
| | | |
| | |
| | | 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(); |
| | | }, |
| | |
| | | // this.getDate2() |
| | | // this.getInfo() |
| | | // this.getError() |
| | | // // this.getInfo2() |
| | | // // this.getError2() |
| | | // this.getInfo2() |
| | | // this.getError2() |
| | | // this.getUrl() |
| | | this.controller() |
| | | // this.statisticalModel() |
| | |
| | | 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 |