| | |
| | | <!-- 选择患者列表 --> |
| | | <SFtable |
| | | ref="multipleTable" |
| | | @handleUpdate="handleUpdate" |
| | | |
| | | @handleSelectionChange="handleSelectionChange" |
| | | :currentList="patientuserList" |
| | | :tableLabel="tableLabelhz" |
| | |
| | | label: "体检随访", |
| | | }, |
| | | { |
| | | value: 6, |
| | | label: "满意度调查", |
| | | }, |
| | | { |
| | | value: 7, |
| | | label: "患者日常报告", |
| | | }, |
| | | { |
| | | value: 9, |
| | | label: "患者异常报告", |
| | | value: 11, |
| | | label: "医技随访", |
| | | }, |
| | | { |
| | | value: 10, |
| | | label: "专病随访", |
| | | }, |
| | | { |
| | | value: 8, |
| | | label: "其他通知", |
| | | label: "专科随访", |
| | | }, |
| | | ], |
| | | // 科室/病区 |
| | |
| | | item.deptName = item.dept; |
| | | item.admindate = item.inhosptime; |
| | | item.sfzh = item.idcardno; |
| | | if (this.patientqueryParams.allhosp==6) { |
| | | item.patfrom = 1; |
| | | } |
| | | this.overallCase.push(item); |
| | | this.form.patTaskRelevances.push(item); |
| | | } |
| | |
| | | this.objyl.suitway = this.objyl.suitway.join(","); |
| | | } |
| | | this.objyl.templateid = this.objyl.svyid; |
| | | this.form.libtemplateid = this.objyl.svyid; |
| | | this.objyl.isoperation = 1; |
| | | this.objyl.svyTaskTemplateScriptVOS = this.objyl.svyTemplateLibScripts; |
| | | this.form.svyTaskTemplateVO=this.objyl; |
| | | this.submitForm(); |
| | | }) |