From 2ba045658a9e6a1a28cf0bdf1a751395ad283c62 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期五, 12 九月 2025 18:00:30 +0800
Subject: [PATCH] iqc提交检验时,会判断是否要提交异常处置单

---
 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