| | |
| | | }, |
| | | barcodeInput() { |
| | | // 不设置定时器 会出现扫入的字符串不全 |
| | | this.barcode = this.barcode.split('_')[1] |
| | | if (this.barcode.split('_')[1]) { |
| | | this.barcode = this.barcode.split('_')[1] |
| | | } |
| | | // this.barcode = this.barcode.split('_')[1] |
| | | setTimeout(() => { |
| | | let len = this.barcode.length |
| | | if (len != 10) { |
| | |
| | | return; |
| | | } |
| | | } |
| | | // console.log(that.dataList); |
| | | // console.log(that.barcode); |
| | | // console.log(that.orderNo); |
| | | console.log(that.dataList); |
| | | console.log(that.barcode); |
| | | console.log(that.orderNo); |
| | | // return |
| | | uni.request({ |
| | | url: that.baseUrl + '/agvMobile/comb/auth', |