From 9782db3b170f38829bdd1ad6ef70e83d90072a28 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期三, 07 一月 2026 16:07:29 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 pages/ZLGL/QualityReportStep/QualityReportStepBill.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/pages/ZLGL/QualityReportStep/QualityReportStepBill.vue b/pages/ZLGL/QualityReportStep/QualityReportStepBill.vue
index 3df60d0..191b607 100644
--- a/pages/ZLGL/QualityReportStep/QualityReportStepBill.vue
+++ b/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);
 

--
Gitblit v1.9.1