| | |
| | | var json = res; |
| | | if (json.status == 0) { |
| | | that.formData.sectionName = json.data.tbBillList; |
| | | that.$refs.barcode.focus(); |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |
| | |
| | | that.itemTableData = json.data.tbBillList.itemInDetails; |
| | | that.tableData = json.data.tbBillList.invItemInCDetails; |
| | | that.barMessage = json.data.tbBillList.message; |
| | | that.$refs.barcode.focus(); |
| | | that.formData.barcode = null; |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |
| | | that.$refs.barcode.focus(); |
| | | that.formData.barcode = null; |
| | | } |
| | | that.$notify({ type: 'success', message: json.message }); |
| | | that.isLoading = false; |