| | |
| | | |
| | | this.getItem(); |
| | | |
| | | //var that = this; |
| | | |
| | | //that.isLoading = true; |
| | | //that.AxiosHttp("post", 'MesInvItemOuts/GetPage', { |
| | | // billNo: this.scanFormData.itemOutNo, |
| | | // pageIndex: 1, |
| | | // limit: 1, |
| | | //}, false) |
| | | // .then(function (res) { |
| | | // var json = res; |
| | | // if (json.status == 0) { |
| | | // that.formData = json.data.tbBillList[0]; |
| | | // that.formData.billTypeName = "出库单"; |
| | | |
| | | // that.getScanBarcode(); |
| | | // } |
| | | // else { |
| | | // that.$toast.fail(json.message); |
| | | // } |
| | | // that.isLoading = false; |
| | | // }) |
| | | // .catch(function (error) { |
| | | // that.isLoading = false; |
| | | // that.$toast.fail("网络错误,请重试!"); |
| | | // console.log(error); |
| | | // }); |
| | | |
| | | }, |
| | | getItem() { |
| | | var that = this; |