From 1cb1fbf80c955986385377b5f84e8915d1e655d6 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 15 一月 2025 15:04:00 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/particty.vue | 64 ++++++++++++++++++-------------- 1 files changed, 36 insertions(+), 28 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index 2da9e48..6fbf96d 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -78,7 +78,6 @@ v-for="(item, index) in checkboxlist" :key="index" :label="item.value" - :disabled="!item.disabled" @change="checkboxChange($event, item.value)" > {{ item.label }}</el-checkbox @@ -399,18 +398,15 @@ </el-col> <el-col :span="1.5"> - - - <el-button - type="primary" - plain - icon="el-icon-plus" - size="medium" - :disabled="!patientqueryParams.allhosp" - @click="handleQuery" - >鏂板</el-button - > - + <el-button + type="primary" + plain + icon="el-icon-plus" + size="medium" + :disabled="!patientqueryParams.allhosp" + @click="handleQuery" + >鏂板</el-button + > </el-col> <!-- <el-col :span="1.5"> @@ -661,7 +657,7 @@ </el-select> </el-form-item ></el-col> </el-row> - <el-row> + <!-- <el-row> <el-col :span="20" ><el-form-item label="閫傜敤鐥呭尯" prop="region"> <el-select @@ -670,7 +666,7 @@ size="medium" multiple filterable - placeholder="璇烽�夋嫨绉戝" + placeholder="璇烽�夋嫨鐥呭尯" > <el-option class="ruleFormaa" @@ -682,7 +678,7 @@ </el-option> </el-select> </el-form-item ></el-col> - </el-row> + </el-row> --> <div class="xinz-infs"> <el-form-item> @@ -1033,6 +1029,8 @@ pageNum: 1, // pageSize: 10, topica: 1, //0鍏ㄩ儴1绉戝2鐥呭尯 + leaveldeptcodes: [], + leavehospitaldistrictcodes: [], }, topicoptions: [{ children: [{ children: [] }] }], showSearch: true, // @@ -1200,16 +1198,16 @@ deptcode: [ { required: true, message: "閫傜敤绉戝涓嶈兘涓虹┖", trigger: "blur" }, ], - leavehospitaldistrictcode: [ - { required: true, message: "閫傜敤鐥呭尯涓嶈兘涓虹┖", trigger: "blur" }, - ], + // leavehospitaldistrictcode: [ + // { required: true, message: "閫傜敤鐥呭尯涓嶈兘涓虹┖", trigger: "blur" }, + // ], }, // 绉戝闄㈠尯鏌ヨ鍏ュ弬 queryParamsdept: { tempid: "", type: 2, }, - belongDepts:[], + belongDepts: [], quote: false, serviceType: null, }; @@ -1324,7 +1322,7 @@ { value: "4", label: "鐭俊", - disabled:true, + }, { value: "5", @@ -1340,7 +1338,7 @@ { value: "4", label: "鐭俊", - disabled:true, + }, { value: "5", @@ -1373,7 +1371,7 @@ { value: "4", label: "鐭俊", - disabled:true, + }, { value: "5", @@ -1397,7 +1395,7 @@ { value: "4", label: "鐭俊", - disabled:true, + }, { value: "5", @@ -1516,9 +1514,9 @@ this.objyl.isoperation = 2; this.objyl.taskid = data.taskId; if (!this.objyl.sendDa) { - this.objyl.sendDay='5'; + this.objyl.sendDay = "5"; } - console.log(this.objyl.sendDay,'this.objyl.sendDay'); + console.log(this.objyl.sendDay, "this.objyl.sendDay"); Taskparticty(this.objyl).then((response) => { this.previewtf = false; @@ -1759,10 +1757,16 @@ this.$modal .confirm('鏄惁纭鍒犻櫎鎮h��"' + row.name + '"鐨勬湇鍔¢」锛�') .then(() => { + console.log(); + let indexa = this.overallCase.indexOf(row); let indexb = this.form.patTaskRelevances.indexOf(row); this.overallCase.splice(indexa, 1); - this.form.patTaskRelevances[indexb].isoperation = 3; + if (!this.form.taskid) { + this.form.patTaskRelevances.splice(indexa, 1); + } else { + this.form.patTaskRelevances[indexb].isoperation = 3; + } this.$modal.msgSuccess("鍒犻櫎鎴愬姛"); }); }, @@ -1780,6 +1784,10 @@ store.getters.leavehospitaldistrictcodes; this.patientqueryParams.leaveldeptcodes = null; } + if (!this.patientqueryParams.leavehospitaldistrictcodes||!this.patientqueryParams.leavehospitaldistrictcodes[0]) + this.patientqueryParams.leavehospitaldistrictcodes = null; + if (!this.patientqueryParams.leaveldeptcodes||!this.patientqueryParams.leaveldeptcodes[0]) + this.patientqueryParams.leaveldeptcodes = null; this.handleAddpatient(); }, resetQuery() {}, @@ -1998,7 +2006,7 @@ this.objyl.taskid = this.form.id; } if (!this.objyl.sendDay) { - this.objyl.sendDay='5'; + this.objyl.sendDay = "5"; } if (this.form.templateid) { deleteTaskparticty(this.form.templateid).then((res) => { -- Gitblit v1.9.3