| | |
| | | GetMesItemBlDetailByBillNo() { |
| | | var that = this; |
| | | that.isLoading = true; |
| | | that.AxiosHttp("post", 'MesItemBl/GetMesItemBlDetailByBillNo', { |
| | | that.AxiosHttp("post", 'MesItemBl/GetMesItemWWBlDetailByBillNo', { |
| | | billNo: that.billNo, |
| | | type: selectType, |
| | | }, false) |
| | |
| | | if (json.status == 0) { |
| | | |
| | | that.ItemBlDetail = json.data.tbBillList.item2; |
| | | that.daa001 = json.data.tbBillList.item1; |
| | | that.daa001 = json.data.tbBillList.daa001; |
| | | that.$refs.barcode.focus(); |
| | | } |
| | | else { |
| | |
| | | userName: that.userInfo.loginAccount, |
| | | barcode: that.barcode, |
| | | blNo: that.billNo, |
| | | billNo: that.daa001 |
| | | billNo: that.daa001, |
| | | type: selectType |
| | | }, false) |
| | | .then(function (res) { |
| | | var json = res; |