| | |
| | | onLoad(res) { |
| | | this.barcodefocus = false; |
| | | this.warehouseId = res.warehouseId; |
| | | if (this.warehouseId == 5) { |
| | | this.address = "8005" |
| | | } |
| | | this.istrue = false; |
| | | this.addressFocus = false; |
| | | }, |
| | | methods: { |
| | | onClickItem(e) { |
| | |
| | | } |
| | | this.$u.post('/api/OutStockLockInfo/MaterialPick?palletCode=' + this.barcode, {}).then(res => { |
| | | if (res.status) { |
| | | if(this.warehouseId==5){ |
| | | this.Finish("8005"); |
| | | } |
| | | |
| | | // if(this.warehouseId==5){ |
| | | // this.Finish("8005"); |
| | | // } |
| | | |
| | | uni.$showMsg('æ£éæå!') |
| | | this.barcode = ""; |
| | | this.matInfos = []; |
| | |
| | | } |
| | | }) |
| | | }, |
| | | Finish(code){ |
| | | Finish(code) { |
| | | this.$u.post('http://127.0.0.1:9291/api/CTU_AGV/PutFinish?&code=' + code).then( |
| | | res => { |
| | | if (res.status) { |