| | |
| | | <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 |
| | |
| | | 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]) { |
| | |
| | | this.templateid = this.logsheetlist[0].templateid; |
| | | console.log(this.form.serviceType, "serviceType"); |
| | | } |
| | | this.getuserinfo() |
| | | this.getuserinfo(); |
| | | if (this.Voicetype) { |
| | | this.getPersonVoices(); |
| | | } else { |
| | |
| | | this.patid = row.patid; |
| | | this.Voicetype = row.type; |
| | | this.serviceType = row.serviceType; |
| | | this.getTaskservelist(this.id); |
| | | this.getTaskservelist(this.id); |
| | | }) |
| | | .catch(() => {}); |
| | | }, |
| | |
| | | } |
| | | }); |
| | | }, |
| | | // 创建再次随访服务 |
| | | // 发送随访后短信 |
| | | 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 { |
| | |
| | | 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; |