|  |  | 
 |  |  |                   <el-radio-group v-model="form.longTask"> | 
 |  |  |                     <el-radio :label="0">自定义周期</el-radio> | 
 |  |  |                     <el-radio :label="1">长期任务</el-radio> | 
 |  |  |                     <el-radio :label="2">固定任务</el-radio> | 
 |  |  |                   </el-radio-group> | 
 |  |  |                 </el-form-item> | 
 |  |  |                 <el-row :gutter="20" v-if="form.longTask"> | 
 |  |  | 
 |  |  |             </div> | 
 |  |  |           </div> | 
 |  |  |         </div> | 
 |  |  |         <el-button type="success" @click="nextstep('ruleForm')">{{ | 
 |  |  |           quote ? "立即创建" : "任务详情配置" | 
 |  |  |         <el-button type="primary" @click="nextstep('ruleForm')">{{ | 
 |  |  |           quote ? "立即创建" : "派发患者配置" | 
 |  |  |         }}</el-button> | 
 |  |  |         <el-button type="success" @click="submitForm('ruleForm')">{{ | 
 |  |  |           quote ? "立即创建" : "确认服务配置" | 
 |  |  |         }}</el-button> | 
 |  |  |         <el-button @click="resetForm('ruleForm')">重置</el-button> | 
 |  |  |       </div> | 
 |  |  |       <!-- 任务详情 --> | 
 |  |  |       <div v-if="Editprogress == 2"> | 
 |  |  |         <el-alert title="在本阶段选择宣教病人" type="success" effect="dark"> | 
 |  |  |         <el-alert title="在本阶段选择随访病人" type="success" effect="dark"> | 
 |  |  |         </el-alert> | 
 |  |  |         <div class="leftvlue-jbxx"> | 
 |  |  |           <div class="examine-jic"> | 
 |  |  | 
 |  |  |         </div> | 
 |  |  |         <el-button type="primary" @click="laststep()">上一步</el-button> | 
 |  |  |         <el-button type="success" @click="submitForm('ruleForm')">{{ | 
 |  |  |           quote ? "立即创建" : "确认任务配置" | 
 |  |  |           quote ? "立即创建" : "确认服务配置" | 
 |  |  |         }}</el-button> | 
 |  |  |         <el-button @click="resetForm('ruleForm')">重置</el-button> | 
 |  |  |       </div> | 
 |  |  | 
 |  |  |               <el-form-item label="患者诊断:"> | 
 |  |  |                 <el-input | 
 |  |  |                   v-model="patientqueryParams.leavediagname" | 
 |  |  |                   @keyup.enter.native="handleQuery" | 
 |  |  |                 ></el-input> | 
 |  |  |               </el-form-item> | 
 |  |  |               <el-form-item label="主治医生:"> | 
 |  |  |                 <el-input | 
 |  |  |                   v-model="patientqueryParams.drname" | 
 |  |  |                   @keyup.enter.native="handleQuery" | 
 |  |  |                 ></el-input> | 
 |  |  |               </el-form-item> | 
 |  |  | 
 |  |  |   taskdiaggetlist, | 
 |  |  |   taskopergetlist, | 
 |  |  | } from "@/api/AiCentre/index"; | 
 |  |  | import OptionalForm from "@/components/OptionalForm"; //正则组件 | 
 |  |  | import OptionalForm from "@/components/OptionalForm"; //疾病添加组件 | 
 |  |  | import SFtable from "@/components/SFtable"; //表格组件 | 
 |  |  | import { MessageBox } from "element-ui"; | 
 |  |  |  | 
 |  |  | 
 |  |  |       }, | 
 |  |  |       taskoptions: [ | 
 |  |  |         { | 
 |  |  |           value: "1", | 
 |  |  |           value: "4", | 
 |  |  |           label: "出院病人", | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           value: "4", | 
 |  |  |           value: "1", | 
 |  |  |           label: "在院病人", | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  | 
 |  |  |         }, | 
 |  |  |       ], | 
 |  |  |  | 
 |  |  |       tasktypes: [ | 
 |  |  |         { | 
 |  |  |           value: 1, | 
 |  |  |           label: "监测评估", | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           value: 2, | 
 |  |  |           label: "出院随访", | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           value: 3, | 
 |  |  |           label: "门诊随访", | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           value: 4, | 
 |  |  |           label: "宣教关怀", | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           value: 5, | 
 |  |  |           label: "复诊管理", | 
 |  |  |         }, | 
 |  |  |         // { | 
 |  |  |         //   value: 5, | 
 |  |  |         //   label: "满意度调查", | 
 |  |  |         // }, | 
 |  |  |         { | 
 |  |  |           value: 7, | 
 |  |  |           label: "患者报告", | 
 |  |  |         }, | 
 |  |  |         // { | 
 |  |  |         //   value: 8, | 
 |  |  |         //   label: "其他通知", | 
 |  |  |         // }, | 
 |  |  |         { | 
 |  |  |           value: 9, | 
 |  |  |           label: "体检随访", | 
 |  |  |         }, | 
 |  |  |         // { | 
 |  |  |         //   value: 1", | 
 |  |  |         //   label: "医技随访", | 
 |  |  |         // }, | 
 |  |  |         { | 
 |  |  |           value: 11, | 
 |  |  |           label: "影像随访", | 
 |  |  |         }, | 
 |  |  |         { | 
 |  |  |           value: 12, | 
 |  |  |           label: "心电随访", | 
 |  |  |         }, | 
 |  |  |         // { | 
 |  |  |         //   value: "13", | 
 |  |  |         //   label: "专病随访", | 
 |  |  |         // }, | 
 |  |  |       ], | 
 |  |  |       tasktypes: store.getters.tasktypes, | 
 |  |  |       // 科室/病区 | 
 |  |  |       belongWards: [], | 
 |  |  |       deptlist: [], | 
 |  |  | 
 |  |  |             value: "5", | 
 |  |  |             label: "微信公众号", | 
 |  |  |           }, | 
 |  |  |           { label: "微信小程序", value: 6 }, | 
 |  |  |           { label: "微信小程序", value: "6" }, | 
 |  |  |         ]; | 
 |  |  |       } else if (this.form.serviceType == 6) { | 
 |  |  |       } else if ( | 
 |  |  |         this.form.serviceType == 6 || | 
 |  |  |         this.form.serviceType == 14 || | 
 |  |  |         this.form.serviceType == 15 | 
 |  |  |       ) { | 
 |  |  |         this.checkboxlist = [ | 
 |  |  |           { | 
 |  |  |             value: "3", | 
 |  |  | 
 |  |  |         this.form.serviceType == 2 || | 
 |  |  |         this.form.serviceType == 3 || | 
 |  |  |         this.form.serviceType == 5 || | 
 |  |  |         this.form.serviceType == 16 || | 
 |  |  |         this.form.serviceType == 4 | 
 |  |  |       ) { | 
 |  |  |         this.checkboxlist = [ | 
 |  |  | 
 |  |  |         this.deptcodesWards[0] || | 
 |  |  |         this.leavehospitaldistrictcodes[0] || | 
 |  |  |         this.diagglist[0] || | 
 |  |  |         this.operationcodes[0] | 
 |  |  |         this.operationcodes[0] || | 
 |  |  |         this.form.longTask == 2 | 
 |  |  |       ) { | 
 |  |  |       } else { | 
 |  |  |         this.$modal.msgError("请选择任务关联条件"); | 
 |  |  |         return; | 
 |  |  |       } | 
 |  |  |  | 
 |  |  |       if (!this.form.patTaskRelevances[0] && !this.form.longTask) { | 
 |  |  |         this.$modal.msgError("请选择病人"); | 
 |  |  |         return; | 
 |  |  |       } | 
 |  |  |       //暂停任务患者限制 | 
 |  |  |       // if (!this.form.patTaskRelevances[0] && !this.form.longTask) { | 
 |  |  |       //   this.$modal.msgError("请选择病人"); | 
 |  |  |       //   return; | 
 |  |  |       // } | 
 |  |  |  | 
 |  |  |       if (!this.form.templatename && !this.templateor) { | 
 |  |  |         this.$modal.msgError("未选择模板"); | 
 |  |  | 
 |  |  |       this.overallCase.forEach((item) => { | 
 |  |  |         this.allpids.push(item.patid); | 
 |  |  |       }); | 
 |  |  |       if ( | 
 |  |  |         this.patientqueryParams.allhosp == 4 | 
 |  |  |       ) { | 
 |  |  |       if (this.patientqueryParams.allhosp == 4) { | 
 |  |  |         this.tableLabelhz = [ | 
 |  |  |           // { label: "入院日期", width: "170", prop: "starttime" }, | 
 |  |  |           { label: "出院日期", width: "150", prop: "endtime" }, | 
 |  |  | 
 |  |  |       } | 
 |  |  |       // 来源判断 | 
 |  |  |  | 
 |  |  |       if (this.patientqueryParams.searchscope == 1) { | 
 |  |  |         this.patientqueryParams.leaveldeptcodes = store.getters.belongDepts.map( | 
 |  |  |           (obj) => obj.deptCode | 
 |  |  |         ); | 
 |  |  |       if (this.patientqueryParams.allhosp == 4) { | 
 |  |  |         this.patientqueryParams.hospitaldistrictcodes = []; | 
 |  |  |         this.patientqueryParams.deptcodes = []; | 
 |  |  |       } else if (this.patientqueryParams.allhosp == 1) { | 
 |  |  |         this.patientqueryParams.deptcodes = | 
 |  |  |           this.patientqueryParams.leaveldeptcodes; | 
 |  |  |         this.patientqueryParams.hospitaldistrictcodes = | 
 |  |  |           this.patientqueryParams.leavehospitaldistrictcodes; | 
 |  |  |         this.patientqueryParams.leavehospitaldistrictcodes = []; | 
 |  |  |       } else if (this.patientqueryParams.searchscope == 2) { | 
 |  |  |         this.patientqueryParams.leavehospitaldistrictcodes = | 
 |  |  |           store.getters.belongWards.map((obj) => obj.districtCode); | 
 |  |  |         this.patientqueryParams.leaveldeptcodes = []; | 
 |  |  |       } else { | 
 |  |  |         this.patientqueryParams.leaveldeptcodes = store.getters.belongDepts.map( | 
 |  |  |           (obj) => obj.deptCode | 
 |  |  |         ); | 
 |  |  |         this.patientqueryParams.leavehospitaldistrictcodes = | 
 |  |  |           store.getters.belongWards.map((obj) => obj.districtCode); | 
 |  |  |       } | 
 |  |  |       getTaskpatientQC(this.patientqueryParams).then((response) => { | 
 |  |  |         this.patientuserList = response.rows; | 
 |  |  | 
 |  |  |  | 
 |  |  |         return; | 
 |  |  |       } | 
 |  |  |       if (this.patientqueryParams.searchscope == 1) { | 
 |  |  |         this.patientqueryParams.leaveldeptcodes = store.getters.belongDepts.map( | 
 |  |  |           (obj) => obj.deptCode | 
 |  |  |         ); | 
 |  |  |         this.patientqueryParams.leavehospitaldistrictcodes = []; | 
 |  |  |       } else if (this.patientqueryParams.searchscope == 2) { | 
 |  |  |         this.patientqueryParams.leavehospitaldistrictcodes = | 
 |  |  |           store.getters.belongWards.map((obj) => obj.districtCode); | 
 |  |  |         this.patientqueryParams.leaveldeptcodes = []; | 
 |  |  |       } else { | 
 |  |  |         this.patientqueryParams.leaveldeptcodes = store.getters.belongDepts.map( | 
 |  |  |           (obj) => obj.deptCode | 
 |  |  |         ); | 
 |  |  |         this.patientqueryParams.leavehospitaldistrictcodes = | 
 |  |  |           store.getters.belongWards.map((obj) => obj.districtCode); | 
 |  |  |       } | 
 |  |  |       if ( | 
 |  |  |         !this.patientqueryParams.leavehospitaldistrictcodes || | 
 |  |  |         !this.patientqueryParams.leavehospitaldistrictcodes[0] |