WXL (wul)
4 天以前 5fbc4feb28dfc709652cbf8dc74c7f5751116d75
src/views/followvisit/record/detailpage/index.vue
@@ -171,7 +171,7 @@
        </el-table>
      </div>
    </div>
    <div :class="form.serviceType  ? 'Followuserinfo' : 'Followuserinfos'">
    <div :class="form.serviceType ? 'Followuserinfo' : 'Followuserinfos'">
      <div>
        <el-form ref="form" :model="form" label-width="120px">
          <div class="headline">
@@ -663,6 +663,7 @@
          subId: this.id,
          taskid: this.taskid,
          scriptid: item.id,
          sendstate: 6,
          templatequestionnum: item.scriptno,
          questiontext: item.scriptContent,
        };
@@ -713,6 +714,7 @@
        param1: this.taskid,
        param2: this.patid,
        subId: this.id,
        sendstate: 6,
      };
      addPersonVoices(obj).then((res) => {
@@ -753,7 +755,7 @@
      let objson = {};
      getTaskservelist({
        patid: this.patid,
        subId: this.id,
        subid: this.id,
      }).then((res) => {
        if (res.code == 200) {
          objson = res.rows[0].serviceSubtaskList[0];
@@ -771,12 +773,13 @@
      let objson = {};
      getTaskservelist({
        patid: this.patid,
        subId: this.id,
        subid: this.id,
      }).then((res) => {
        if (res.code == 200) {
          objson = res.rows[0].serviceSubtaskList[0];
          objson.remark = this.form.remark;
          if (sendstate) objson.sendstate = sendstate;
          objson.sendstate = 6;
          Editsingletaskson(objson).then((res) => {
            if (res.code) {
              this.$modal.msgSuccess("服务修改成功");