From fd33107c412decf4a72184558354314a9c82e92c Mon Sep 17 00:00:00 2001
From: gaoluyang <gaoluyang@rengu.cc>
Date: 星期二, 23 七月 2024 11:00:29 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/components/do/b1-inspect-order-plan/Inspection.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 5653f45..cb67224 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -1653,6 +1653,7 @@
                   }
                 }
               })
+              console.log(1111,str)
               if (str != '') {
                 let count2 = 0
                 for (let i in this.currentSample.insProduct) {
@@ -1665,6 +1666,7 @@
                   .insProduct[i].inspectionItemSubclass==null||this.currentSample
                   .insProduct[i].inspectionItemSubclass==undefined?'':this.currentSample
                   .insProduct[i].inspectionItemSubclass
+                  console.log(inspectionItemClass, inspectionItem, inspectionItemSubclass)
                   if (this.currentSample.insProduct[i].templateId === a.templateId && inspectionItemClass +inspectionItem+inspectionItemSubclass ===
                     str) {
                     ids.push({

--
Gitblit v1.9.3