| | |
| | | </el-table> |
| | | </div> |
| | | </div> |
| | | <div :class="form.serviceType == 2 ? 'Followuserinfo' : 'Followuserinfos'"> |
| | | <div :class="form.serviceType ? 'Followuserinfo' : 'Followuserinfos'"> |
| | | <div> |
| | | <el-form ref="form" :model="form" label-width="120px"> |
| | | <div class="headline"> |
| | |
| | | </el-form> |
| | | </div> |
| | | </div> |
| | | <div v-if="form.serviceType == 2"> |
| | | <div> |
| | | <el-tabs v-model="activeName" type="border-card"> |
| | | <el-tab-pane name="wj"> |
| | | <span class="mulsz" slot="label" |
| | |
| | | subId: this.id, |
| | | taskid: this.taskid, |
| | | scriptid: item.id, |
| | | sendstate: 6, |
| | | templatequestionnum: item.scriptno, |
| | | questiontext: item.scriptContent, |
| | | }; |
| | |
| | | param1: this.taskid, |
| | | param2: this.patid, |
| | | subId: this.id, |
| | | sendstate: 6, |
| | | }; |
| | | |
| | | addPersonVoices(obj).then((res) => { |
| | |
| | | let objson = {}; |
| | | getTaskservelist({ |
| | | patid: this.patid, |
| | | subId: this.id, |
| | | subid: this.id, |
| | | }).then((res) => { |
| | | if (res.code == 200) { |
| | | objson = res.rows[0].serviceSubtaskList[0]; |
| | |
| | | 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("服务修改成功"); |
| | |
| | | }, |
| | | // 发送随访后短信 |
| | | setupsubtask() { |
| | | |
| | | sendMsg({ |
| | | phoneNumber: this.userform.telcode, |
| | | content: this.form.content, |