| | |
| | | var json = res; |
| | | if (json.status == 0) { |
| | | |
| | | that.ItemBlDetail = json.data.tbBillList.item2; |
| | | that.ItemBlDetail = json.data.tbBillList.items; |
| | | console.log(that.ItemBlDetail); |
| | | that.daa001 = json.data.tbBillList.daa001; |
| | | that.$refs.barcode.focus(); |
| | | } |
| | |
| | | that.$notify({ type: 'success', message: '扫描成功' }); |
| | | that.GetMesItemBlDetailByBillNo(); |
| | | that.$refs.barcode.focus(); |
| | | that.barcode = ""; |
| | | that.num = ""; |
| | | that.splitNum = ""; |
| | | that.barcode = json.data.success.barcode; |
| | | that.sms = json.data.success.fum; |
| | | that.num = json.data.success.num; |
| | | } |
| | | else if (json.status == 2) { |
| | | that.$refs.splitNum.focus(); |