| | |
| | | url: that.baseUrl + '/mobile/cache/agv/call', |
| | | data: JSON.stringify({ |
| | | orgSite: that.orgSite, |
| | | barcode: that.barcode |
| | | barcode: that.barcode, |
| | | isNewIn: that.checkbox2 |
| | | // tarSite: that.tarSite |
| | | }), |
| | | method: 'POST', |
| | |
| | | this.resetFocus('tarBarcodeFocus') |
| | | }, 200) |
| | | |
| | | this.findMat() |
| | | // this.search() |
| | | // this.findMat() |
| | | this.search() |
| | | }, |
| | | search() { |
| | | let that = this |
| | |
| | | success: (result) => { |
| | | const res = result.data |
| | | if (res.code === 200) { |
| | | that.clearAll() |
| | | that.showMessage(res.msg, 'success') |
| | | // this.showMessage('组托成功') |
| | | // // 播放成功提示音 |