From 81730bf0a3e063c12ee0c3877e9df86d63afde1c Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期六, 20 九月 2025 18:59:11 +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