From 3b0684d87174761dd9f92cf939d6a9b2c12b1a5a Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期一, 22 七月 2024 18:29:17 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index b27d4eb..7934d4a 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -1863,7 +1863,7 @@
           switch (this.result.method){
             case 'saveInsContext':
               this.$nextTick(()=>{
-                this.$delete(this.tableList[0],'arr')
+                // this.$delete(this.tableList[0],'arr')
                 this.$set(this.tableList[0],'arr',this.result.value.tableList[0].arr)
                 this.param = this.result.value.param
                 for (var i in this.param){
@@ -1875,6 +1875,18 @@
                     }
                   }
                 }
+                // let obj = this.param[code.split('-')[3]]
+                // this.tableList[0].arr.forEach(item=>{
+                //   item.forEach(m=>{
+                //     if(obj&&obj.insResult&&m.c==obj.insResult.c&&m.r==obj.insResult.r){
+                //       m.v.v = obj.insResult.v.v
+                //     }
+                //     if(obj&&obj.resValue&&m.c==obj.resValue.c&&m.r==obj.resValue.r){
+                //       m.v.v = obj.resValue.v.v
+                //     }
+                //   })
+                // })
+                // console.log(this.tableList,this.param)
                 this.saveInsContext()
               })
               break;

--
Gitblit v1.9.3