From df1250120c3821ec701def9b899e3586a33beaa2 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 08 七月 2024 15:07:26 +0800
Subject: [PATCH] 修改检验下单

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

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index 74d7830..2769482 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -1437,7 +1437,6 @@
             count++
           })
         })
-        // 闂寮�濮�
         this.tableList.forEach(a => {
           let dels = new Set()
           let ids = []
@@ -1494,7 +1493,6 @@
               }
             }
           })
-          // return
           ids.forEach(id => {
             for (let b = 0; b < a.template.length; b++) {
               if (a.template[b].r === id.r) {
@@ -1529,7 +1527,6 @@
             }
           })
         })
-        // 闂缁撴潫
         this.tableList.forEach(a => {
           let arrs = []
           let set = new Set()

--
Gitblit v1.9.3