From 952ce5369317b40f6c6f2e11e70969d50108d240 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 09 七月 2025 10:56:22 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/record/detailpage/index.vue |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index f126735..fc69406 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -459,8 +459,12 @@
         <el-form-item label="骞撮緞">
           <el-input style="width: 400px" disabled v-model="form.age"></el-input>
         </el-form-item>
-          <el-form-item label="鐢佃瘽">
-          <el-input style="width: 400px" disabled v-model="userform.telcode"></el-input>
+        <el-form-item label="鐢佃瘽">
+          <el-input
+            style="width: 400px"
+            disabled
+            v-model="userform.telcode"
+          ></el-input>
         </el-form-item>
         <el-form-item label="绉戝">
           <el-input
@@ -659,7 +663,7 @@
           subId: this.id,
           taskid: this.taskid,
           scriptid: item.id,
-          templatequestionnum:item.scriptno,
+          templatequestionnum: item.scriptno,
           questiontext: item.scriptContent,
         };
         if (item.scriptType == 2 && item.scriptResult[0]) {
@@ -737,7 +741,7 @@
           this.templateid = this.logsheetlist[0].templateid;
           console.log(this.form.serviceType, "serviceType");
         }
-this.getuserinfo()
+        this.getuserinfo();
         if (this.Voicetype) {
           this.getPersonVoices();
         } else {
@@ -796,7 +800,7 @@
           this.patid = row.patid;
           this.Voicetype = row.type;
           this.serviceType = row.serviceType;
-    this.getTaskservelist(this.id);
+          this.getTaskservelist(this.id);
         })
         .catch(() => {});
     },
@@ -836,9 +840,13 @@
         }
       });
     },
-    // 鍒涘缓鍐嶆闅忚鏈嶅姟
+    // 鍙戦�侀殢璁垮悗鐭俊
     setupsubtask() {
-      sendMsg({phoneNumber:this.userform.telcode,content:this.form.content}).then((res) => {
+
+      sendMsg({
+        phoneNumber: this.userform.telcode,
+        content: this.form.content,
+      }).then((res) => {
         if (res.code == 200) {
           this.$modal.msgSuccess("鍙戦�佹垚鍔�");
         } else {
@@ -1019,8 +1027,8 @@
     top: 0;
   }
 }
-::v-deep.el-input.is-disabled .el-input__inner{
-color: #02a7f0;
+::v-deep.el-input.is-disabled .el-input__inner {
+  color: #02a7f0;
 }
 ::v-deep.offside-value .el-radio__label {
   color: #fff;

--
Gitblit v1.9.3