| | |
| | | </el-col> |
| | | |
| | | <el-col :span="1.5"> |
| | | <div v-if="form.longTask"> |
| | | <el-tooltip |
| | | class="item" |
| | | effect="dark" |
| | | content="长期任务不支持手动添加患者!" |
| | | placement="top-start" |
| | | > |
| | | <el-button |
| | | type="primary" |
| | | plain |
| | | disabled |
| | | icon="el-icon-plus" |
| | | size="medium" |
| | | @click="handleQuery" |
| | | >新增</el-button |
| | | > |
| | | </el-tooltip> |
| | | </div> |
| | | <div v-else> |
| | | |
| | | |
| | | <el-button |
| | | type="primary" |
| | | plain |
| | |
| | | @click="handleQuery" |
| | | >新增</el-button |
| | | > |
| | | </div> |
| | | |
| | | </el-col> |
| | | |
| | | <!-- <el-col :span="1.5"> |
| | |
| | | ], |
| | | // 科室/病区 |
| | | belongWards: [], |
| | | belongWards: [], |
| | | deptlist: [], |
| | | hosplist: [], |
| | | tempDetpRelevanceslist: [], //科室数据 |
| | |
| | | tempid: "", |
| | | type: 2, |
| | | }, |
| | | belongDepts:[], |
| | | quote: false, |
| | | serviceType: null, |
| | | }; |
| | |
| | | this.objyl = res.data; |
| | | this.objyl.isoperation = 2; |
| | | this.objyl.taskid = data.taskId; |
| | | this.objyl.sendDay='5', |
| | | console.log(this.objyl.sendDay,'this.objyl.sendDay'); |
| | | |
| | | Taskparticty(this.objyl).then((response) => { |
| | | this.previewtf = false; |
| | | this.form.libtemplateid = this.objyl.id; |
| | |
| | | if (res.code == 200) { |
| | | this.objyl = res.data; |
| | | if (this.form.longTask) { |
| | | this.objyl.longTemp = 5; |
| | | this.objyl.sendDay = 5; |
| | | } |
| | | this.queryParamsdept.type = 2; |
| | | this.queryParamsdept.tempid = row.id; |
| | |
| | | if (this.form.id) { |
| | | this.objyl.taskid = this.form.id; |
| | | } |
| | | this.objyl.sendDay='5'; |
| | | if (this.form.templateid) { |
| | | deleteTaskparticty(this.form.templateid).then((res) => { |
| | | if (res.code == 200) { |