From fcd180cc41cd8380c48a78faf775aaf3b64d9ee1 Mon Sep 17 00:00:00 2001
From: 86134 <aa>
Date: 星期五, 10 十一月 2023 09:12:07 +0800
Subject: [PATCH] 11

---
 src/views/quality/rawMaterial/rawMaterial-form.vue |  101 ++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 85 insertions(+), 16 deletions(-)

diff --git a/src/views/quality/rawMaterial/rawMaterial-form.vue b/src/views/quality/rawMaterial/rawMaterial-form.vue
index 1ab5234..6fd3a62 100644
--- a/src/views/quality/rawMaterial/rawMaterial-form.vue
+++ b/src/views/quality/rawMaterial/rawMaterial-form.vue
@@ -160,7 +160,7 @@
                     <template slot-scope="scope">
                       <div v-if="!scope.row.children">
                       <el-tooltip :disabled="scope.row.deviceId != null" class="item" effect="dark" content="璇峰厛閫夋嫨璁惧锛�" placement="top-start">
-                          <el-select style="width:100%" allow-create filterable default-first-option
+                          <el-select   @blur="changeState(scope.row, index)" style="width:100%" allow-create filterable default-first-option
                           :disabled="scope.row.deviceId == null ||  (dataForm.id!=null&&resultVal!=null)"
                           v-model="scope.row.testValueList[index]"
                           placeholder="璇疯緭鍏ユ垨閫夋嫨妫�娴嬪��" @change="updateTestValue(scope.row,scope.$index)">
@@ -185,7 +185,7 @@
                   <el-table-column prop="note" label="妫�楠屾弿杩�" width="260" >
                     <template slot-scope="scope">
                       <div v-if="!scope.row.children">
-                        <el-input :disabled="scope.row.deviceId == null ||  (dataForm.id!=null&&resultVal!=null)" v-model="scope.row.note" placeholder="妫�楠屾弿杩�"></el-input>
+                        <el-input    @blur="changeState(scope.row, note)"  :disabled="scope.row.deviceId == null ||  (dataForm.id!=null&&resultVal!=null)" v-model="scope.row.note" placeholder="妫�楠屾弿杩�"></el-input>
                       </div>
                     </template>
                   </el-table-column>
@@ -382,17 +382,40 @@
         }
         this.showPart = true
       },
-      updateDevice(row,index){
-        if(this.dataForm.id != null){
-          updateDeviceById({deviceId:row.deviceId,rpId:row.rpId}).then(res=>{
-            this.list[index].testValue = ''
-            this.list[index].testState = null
-            this.list[index].testValueList = []
-          }).catch(error=>{
-            console.log(error)
-          })
-        }
-      },
+
+      updateDevice(row, index) {
+            let rowId=JSON.stringify(row.rpId)
+            updateDeviceById({ deviceId: row.deviceId, rpId: row.rpId }).then(res => {
+                this.list.forEach(obj => {
+                    obj.children.forEach(c=>{
+                        if(c.rpId==rowId){
+                        c.testValue = ''
+                        c.testState = null
+                        c.testValueList = []
+                        c.note=''
+                        }
+                    })
+                })
+            }).catch(error => {
+                console.log(error)
+            })
+        },
+      
+      // updateDevice(row,index){
+      //   if(this.dataForm.id != null){
+      //     updateDeviceById({deviceId:row.deviceId,rpId:row.rpId}).then(res=>{
+      //       this.inspectionItems.forEach(obj => {
+      //       this.list[index-1].testValue = ''
+      //       this.list[index-1].testState = null
+      //       this.list[index-1].testValueList = []
+      //       this.list[index-1].note = ''
+
+      //     })
+      //     }).catch(error=>{
+      //       console.log(error)
+      //     })
+      //   }
+      // },
       checkTestState(){
           let resultVal = '1'
           this.list.forEach(item=>{
@@ -482,10 +505,10 @@
               name: null,
               unit: null,
               userName: null,
-              testValue: null,
+              testValue: '',
               testValueList: [],
-              note: null,
-              testState: null
+              note: '',
+              testState: ''
             })
           this.list.push(ele)
         }
@@ -501,9 +524,12 @@
           }
         }
       },
+
       updateTestValue(row,index){
         console.log(row);
         if(row.rpId == null){
+          
+          
           return
         }
         let val = row.testValueList.join(",");
@@ -524,6 +550,8 @@
           this.$message.error(error)
         })
       },
+    
+
       init(){
         if(this.dataForm.id){
           getObj(this.dataForm.id).then(res=>{
@@ -554,9 +582,11 @@
                         userNameList.push(obj.userName)
                       }
                       let arr= []
+                    
                       if(obj.testValue){
                         arr = obj.testValue.split(",")
                       }
+                     
                       let o = {
                         deviceId: obj.deviceId,
                         deviceName: obj.deviceName,
@@ -589,6 +619,45 @@
           this.conclusionTable = []
         }
       },
+      changeState(row, index) {
+            console.log(row)
+            if (row.rpId != null && row.rpId != '') {
+              let val = ""
+                row.testValueList.forEach(e => {
+                  val += e + ","
+                })
+             
+                // if (note === undefined || note === '' || note === null) {
+                //     return
+                // }
+                console.log(val)
+                val = val.slice(0, -1);
+                if (val === undefined || val === '' || val === null) {
+                    return
+                }
+
+                
+                let obj = {
+                  deviceId: row.deviceId,
+                rpId: row.rpId,
+                testValue: val,
+                note: row.note
+
+                }
+                console.log(obj)
+                updateRawInsProduct(obj).then(res => {
+                    if (res.data.code == 0) {
+                        this.$message.success("鏇存柊鎴愬姛")
+                    } else {
+                        this.$message.error("鏇存柊澶辫触")
+                    }
+                    this.init()
+                })
+            }
+        },
+
+
+
       // 鍒犻櫎瀛愰」鐩�
       delChildren(row,index,isParent) {
         if(isParent){

--
Gitblit v1.9.3