WXL
23 小时以前 952ce5369317b40f6c6f2e11e70969d50108d240
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;