llj
2026-01-07 9782db3b170f38829bdd1ad6ef70e83d90072a28
pages/ZLGL/QualityReportStep/QualityReportStepBill.vue
@@ -461,7 +461,7 @@
         toScanCode() {
            MpaasScan.scanCode((res) => {
               if (res) {
                  this.getSourceBillInfo(HBarCode);
                  this.getSourceBillInfo(res);
               }
            });
         },
@@ -893,8 +893,9 @@
                  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;
@@ -944,6 +945,13 @@
            // if (!this.checkSubmitValidate()) {
            //    return;
            // }
            if(this.HisReportList.length<=0){
               CommonUtils.showTips({
                  title: "温馨提示",
                  message: `请输入检验信息`,
               });
               return
            }
            try {
               console.log('this.$refs: ', this.$refs);