| | |
| | | }); |
| | | |
| | | that.stafList = json.data.result.rksqOrderList; |
| | | that.$playSound('success'); |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |
| | | that.$playSound('error'); |
| | | } |
| | | that.isLoading = false; |
| | | }) |
| | |
| | | this.$refs.sjBillNo.focus(); |
| | | } else { |
| | | this.$toast("未找到匹配的送检单号"); |
| | | that.$playSound('error'); |
| | | } |
| | | //this.GetMesItemBlDetailByBillNo(); |
| | | //this.$toast(item.name); |
| | |
| | | }); |
| | | |
| | | that.stafList = json.data.tbBillList; |
| | | that.$playSound('success'); |
| | | console.log('DAWDADWDADADADWD' + that.stafList); |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |
| | | that.$playSound('error'); |
| | | } |
| | | that.isLoading = false; |
| | | }) |
| | |
| | | console.log(entity.barcodesDetail); |
| | | console.log(that.BarcodesDetail); |
| | | that.$notify({ type: 'success', message: '扫描成功' }); |
| | | that.$playSound('success'); |
| | | that.$refs.barcode.focus(); |
| | | that.barcode = null; |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |
| | | that.$playSound('error'); |
| | | that.$refs.barcode.focus(); |
| | | that.barcode = null; |
| | | } |
| | |
| | | var json = res; |
| | | if (json.status == 0) { |
| | | that.$notify({ type: 'success', message: '送检成功' }); |
| | | |
| | | that.BarcodesDetail = []; |
| | | that.$playSound('success'); |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |
| | | that.$playSound('error'); |
| | | } |
| | | that.isLoading = false; |
| | | that.load = false; |
| | |
| | | console.log(that.BarcodesDetail); |
| | | that.$notify({ type: 'success', message: '扫描成功' }); |
| | | that.$refs.sjBillNo.focus(); |
| | | that.$playSound('success'); |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |
| | | that.$refs.sjBillNo.focus(); |
| | | that.$playSound('error'); |
| | | that.barcode = null; |
| | | } |
| | | that.isLoading = false; |