| | |
| | | matInfos: [], |
| | | orderNo: "", |
| | | batchNo: "", |
| | | materielCode:"", |
| | | orderqty: 0, |
| | | Inqty: 0, |
| | | goods_no: "", |
| | |
| | | this.Inqty = res.order_Inqty; |
| | | this.orderqty = res.order_qty; |
| | | this.batchNo = res.batchNo; |
| | | this.materielCode=res.goods_no; |
| | | this.warehouseId = res.warehouseId; |
| | | this.label = "åæ®ç¼å·ï¼" + this.orderNo; |
| | | this.batch_num = "æ¹æ¬¡å·ï¼" + res.batchNo; |
| | |
| | | "LocationCode": this.barcode, |
| | | "warehouseCode": this.warehouseId, |
| | | "orderNo": this.orderNo, |
| | | "materielCode":this.materielCode, |
| | | "Inqty": this.materSn, |
| | | "batchNo": this.batchNo, |
| | | }, |
| | |
| | | this.barcode = ""; |
| | | this.materSn = ""; |
| | | if (this.Inqty == this.orderqty) { |
| | | uni.setStorageSync('isLoaded', true); |
| | | uni.setStorageSync('isIn', true); |
| | | this.handleInboundComplete(); |
| | | } |
| | | } else { |
| | |
| | | // }); |
| | | // æ¹å¼1ï¼ä½¿ç¨uni.navigateBackè¿åä¸ä¸é¡µ |
| | | uni.navigateBack({ |
| | | delta: 2 |
| | | delta: 1 |
| | | }); |
| | | }, 600); |
| | | } |