From 55f0be610b3adae8cc0d83e6d33ff71075f1b9de Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期六, 09 八月 2025 11:15:01 +0800
Subject: [PATCH] 扫码优化

---
 pages/QC/LLJ/ScanCode.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/QC/LLJ/ScanCode.vue b/pages/QC/LLJ/ScanCode.vue
index cb3e460..983367d 100644
--- a/pages/QC/LLJ/ScanCode.vue
+++ b/pages/QC/LLJ/ScanCode.vue
@@ -72,14 +72,14 @@
 									url: 'Add?id=' + ress.data.tbBillList[0].id + '&lotNo=' + ress.data
 										.tbBillList[0].lotNo + '&releaseNo=' + ress.data.tbBillList[0]
 										.releaseNo +
-										'&current=B'
+										'&current=B&type=A'
 								})
 							} else {
 								uni.navigateTo({
 									url: 'Add?id=' + ress.data.tbBillList[0].id + '&lotNo=' + ress.data
 										.tbBillList[0].lotNo + '&releaseNo=' + ress.data.tbBillList[0]
 										.releaseNo +
-										'&current=A'
+										'&current=A&type=A'
 								})
 
 

--
Gitblit v1.9.3