| | |
| | | show: false, |
| | | actions: [], |
| | | ItemDetail: [], |
| | | depotInfo:[], |
| | | } |
| | | }, |
| | | mounted() { |
| | |
| | | //that.ItemBlDetail = json.data.tbBillList; |
| | | that.ItemDetail = json.data.tbBillList; |
| | | that.$refs.sectionCode.focus(); |
| | | that.sectionCode = null; |
| | | //that.sectionCode = null; |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |
| | |
| | | if (json.status == 0) { |
| | | //that.$notify({ type: 'success', message: json.data.tbBillList }); |
| | | //that.$playSound('success'); |
| | | that.depotInfo = json.data; |
| | | that.$refs.barcode.focus(); |
| | | } |
| | | else { |
| | |
| | | that.$notify({ type: 'success', message: '扫描成功' }); |
| | | that.$playSound('success'); |
| | | that.$refs.barcode.focus(); |
| | | //that.GetMesItemBlDetailByBillNo() |
| | | that.GetMesItemBlDetailByBillNo(); |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |