From d27482cf41fba24805d4ded9ac5cbac56887ce3b Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期四, 09 十一月 2023 17:12:48 +0800
Subject: [PATCH] s

---
 src/views/quality/finishedProductInspection/finishedProduct-form.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/quality/finishedProductInspection/finishedProduct-form.vue b/src/views/quality/finishedProductInspection/finishedProduct-form.vue
index da0e42b..e806b33 100644
--- a/src/views/quality/finishedProductInspection/finishedProduct-form.vue
+++ b/src/views/quality/finishedProductInspection/finishedProduct-form.vue
@@ -154,7 +154,7 @@
                                             class="item" effect="dark" content="璇峰厛閫夋嫨璁惧锛�" placement="top-start">
                                             <el-input :disabled="scope.row.eId == null"
                                                 v-model="scope.row.inote"
-                                                @blur="changeState(scope.row, index)" placeholder="璇疯緭鍏ユ娴嬪��"></el-input>
+                                                @blur="changeState(scope.row, index)" placeholder="璇疯緭鍏ユ楠屾弿杩�"></el-input>
                                             <!-- <el-select style="width: 100%;" @change="changeState(scope.row, index)" :disabled="scope.row.eId == null" v-model="scope.row.inote" placeholder="璇烽�夋嫨">
                                                 <el-option v-for="item in dataVal" :key="item.value" :label="item.label"
                                                     :value="item.value">
@@ -390,7 +390,7 @@
             })
         },
         updateDevice(row,index){
-            updateDeviceById({equiomentId:row.eId,fpid:row.iId}).then(res=>{
+            updateDeviceById({deviceId:row.eId,fpid:row.iId}).then(res=>{
                 this.inspectionItems.forEach(obj=>{
                     if(obj.children){
                         obj.children[index-1].inspectionValue = ''
@@ -425,7 +425,7 @@
                     return
                 }
                 let obj = {
-                    equiomentId: row.eId,
+                    deviceId: row.eId,
                     fpid: row.iid,
                     inspectionValue: str,
                     note : row.inote

--
Gitblit v1.9.3