| | |
| | | toScanCode() { |
| | | MpaasScan.scanCode((res) => { |
| | | if (res) { |
| | | this.getSourceBillInfo(HBarCode); |
| | | this.getSourceBillInfo(res); |
| | | } |
| | | }); |
| | | }, |
| | |
| | | if(!item.num){ |
| | | this.$set(item, 'num', 1); |
| | | }else{ |
| | | this.$set(item, 'num', item.num++); |
| | | this.$set(item, 'num', item.num+1); |
| | | } |
| | | console.log(item.num) |
| | | //this.$set(item, 'num', newValue); |
| | | this.getHisReportList(); |
| | | this.hasCheckQty=true; |
| | |
| | | // if (!this.checkSubmitValidate()) { |
| | | // return; |
| | | // } |
| | | if(this.HisReportList.length<=0){ |
| | | CommonUtils.showTips({ |
| | | title: "温馨提示", |
| | | message: `请输入检验信息`, |
| | | }); |
| | | return |
| | | } |
| | | try { |
| | | console.log('this.$refs: ', this.$refs); |
| | | |