From 8aa05921c15a69886c75bd68183bf9b0fd98c780 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 12 二月 2025 13:54:25 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/record/detailpage/index.vue |   83 ++++++++++++++++++++++-------------------
 1 files changed, 44 insertions(+), 39 deletions(-)

diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 9fc0a60..1438f7c 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -44,17 +44,17 @@
             <template slot-scope="scope">
               <div v-if="scope.row.sendstate == 1">
                 <el-tag type="primary" :disable-transitions="false"
-                  >琚鍙�</el-tag
+                  >琛ㄥ崟宸查鍙�</el-tag
                 >
               </div>
               <div v-if="scope.row.sendstate == 2">
                 <el-tag type="primary" :disable-transitions="false"
-                  >寰呭彂閫�</el-tag
+                  >寰呮墽琛�</el-tag
                 >
               </div>
               <div v-if="scope.row.sendstate == 3">
                 <el-tag type="success" :disable-transitions="false"
-                  >宸插彂閫佹湭棰嗗彇</el-tag
+                  >琛ㄥ崟宸插彂閫�</el-tag
                 >
               </div>
               <div v-if="scope.row.sendstate == 4">
@@ -64,7 +64,9 @@
                 <el-tag type="danger" :disable-transitions="false"
                   >鍙戦�佸け璐�</el-tag
                 >
-              </div>
+              </div><div v-if="scope.row.sendstate == 6">
+              <el-tag type="success" :disable-transitions="false">宸插畬鎴�</el-tag>
+            </div>
             </template>
           </el-table-column>
           <el-table-column
@@ -644,10 +646,12 @@
         if (res.code === 200) {
           this.tableDatatop = res.data.scriptResult.script;
           this.tableDatatop.forEach((item) => {
-            if (item.scriptResult && item.scriptType != 2) {
+            console.log(item.scriptResultId,'scriptResultId');
+
+            if (item.scriptResultId && item.scriptType != 2) {
               item.isoption = 3;
-              item.scriptResult = JSON.parse(item.scriptResult);
-            } else if (item.scriptResult && item.scriptType == 2) {
+              item.scriptResult = item.scriptResult;
+            } else if (item.scriptResultId && item.scriptType == 2) {
               item.scriptResult = item.scriptResult.split("&");
               item.isoption = 3;
             }
@@ -684,7 +688,7 @@
         if (res.code == 200) {
           this.voiceDatatop = res.data.serviceSubtaskDetails;
           this.voice = res.data.voice;
-          // this.activeName = "yy";
+          // // this.activeName = "yy";
           this.taskname = res.data.taskName;
           // 闂嵎灞曠ず鏁版嵁澶勭悊
           this.tableDatatop = res.data.filteredDetails;
@@ -733,9 +737,10 @@
         var objs = item.svyLibTemplateTargetoptions.find(
           (items) => items.optioncontent == item.scriptResult
         );
-
-        if (objs.isabnormal) {
-          excep = 1;
+        if (obj) {
+          if (objs.isabnormal) {
+            excep = 1;
+          }
         }
 
         let obj = {
@@ -749,7 +754,7 @@
         if (item.scriptType == 2 && item.scriptResult[0]) {
           obj.asrtext = item.scriptResult.join("&");
         } else if (item.scriptType != 2 && item.scriptResult) {
-          obj.asrtext = JSON.stringify(item.scriptResult);
+          obj.asrtext = item.scriptResult;
         }
 
         if (item.isoption == 3) {
@@ -772,34 +777,34 @@
       this.Editsingletasksonyic(excep);
     },
     yuyingetdetail() {
-      this.tableDatatop.forEach((item, index) => {
-        console.log(item.scriptResult, "scriptResult");
-        item.scriptResult = item.scriptResult.join("&");
-        item.templatequestionnum = index + 1;
-        item.subId = this.id;
-        item.taskid = this.taskid;
-        item.asrtext = item.matchedtext;
-        if (!item.id) {
-          item.isoperation = 1;
-        }
-        item.patid = this.patid;
-        item.templateid = item.templateID;
+   this.tableDatatop.forEach((item, index) => {
+    console.log(item.scriptResult, "scriptResult");
+    item.scriptResult = item.scriptResult.join("&");
+    item.templatequestionnum = index + 1;
+    item.subId = this.id;
+    item.taskid = this.taskid;
+    item.asrtext = item.matchedtext;
+    if (!item.id) {
+     item.isoperation = 1;
+    }
+    item.patid = this.patid;
+    item.templateid = item.templateID;
+  });
+  let obj ={
+    serviceSubtaskDetailList: this.tableDatatop,
+    param1: this.taskid,
+    param2: this.patid,
+    subId: this.id,
+  }
 
-        if (item.id) {
-          updatePersonVoices(item).then((res) => {
-            if (res.code == 200) {
-              this.$modal.msgSuccess("鏈嶅姟淇敼鎴愬姛");
-            }
-          });
-        } else {
-          addPersonVoices(item).then((res) => {
-            if (res.code == 200) {
-              this.$modal.msgSuccess("鏈嶅姟淇濆瓨鎴愬姛");
-            }
-          });
-        }
-      });
-    },
+    addPersonVoices(obj).then((res) => {
+    if (res.code == 200) {
+     this.$modal.msgSuccess("鏈嶅姟淇濆瓨鎴愬姛");
+    }
+   });
+
+  },
+
     // 鑾峰彇鎮h�呰褰�
     getTaskservelist(taskid) {
       this.taskid = taskid;

--
Gitblit v1.9.3