| | |
| | | cacheName: '', |
| | | stationNo: '', |
| | | stationName: '', |
| | | barcode2:'', |
| | | istrue: true, |
| | | cacheshow: false, |
| | | stationshow: false, |
| | |
| | | //this.from_address = e.detail.value; |
| | | this.$u.post("/api/Towms/GetStation", { |
| | | MainData: { |
| | | barcode: this.barcode, |
| | | from_address: this.barcode, |
| | | //to_address:this.to_address, |
| | | //creator: uni.getStorageSync('jo_user').userName |
| | | } |
| | | }).then(res => { |
| | | console.log(res) |
| | | if (res.status) { |
| | | this.barcode2=this.barcode; |
| | | this.barcode = res.code; |
| | | //this.istrue = false; |
| | | //this.$t.message.toast(res.code); |
| | |
| | | // console.log(ip); |
| | | this.$u.post("api/ToWms/agvTransferList", { |
| | | MainData: { |
| | | sn: this.barcode, |
| | | sn: this.barcode2, |
| | | jobID: this.jobID, |
| | | // cacheNo: this.cacheNo, |
| | | // address: this.stationNo, |