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);
               }
            });
         },
@@ -945,6 +945,13 @@
            // if (!this.checkSubmitValidate()) {
            //    return;
            // }
            if(this.HisReportList.length<=0){
               CommonUtils.showTips({
                  title: "温馨提示",
                  message: `请输入检验信息`,
               });
               return
            }
            try {
               console.log('this.$refs: ', this.$refs);