From ef60bc92aac7a8750e3dba45321a60c0791c95b7 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 01 七月 2025 16:27:55 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/QuestionnaireTask.vue | 65 ++++++++++---------------------- 1 files changed, 20 insertions(+), 45 deletions(-) diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue index 7edc739..c736989 100644 --- a/src/views/patient/propaganda/QuestionnaireTask.vue +++ b/src/views/patient/propaganda/QuestionnaireTask.vue @@ -768,17 +768,7 @@ <el-form-item label="闂嵎鍚嶇О"> <el-input v-model="topqueryParams.svyname"></el-input> </el-form-item> - <!-- <el-form-item label="閫傜敤褰㈠紡" prop="status"> - <el-select v-model="topqueryParams.topica" placeholder="璇烽�夋嫨"> - <el-option - v-for="item in taskoptions" - :key="item.value" - :label="item.label" - :value="item.value" - > - </el-option> - </el-select> - </el-form-item> --> + <el-form-item> <el-button type="primary" @@ -1498,9 +1488,7 @@ this.allpids.push(item.patid); }); if ( - this.patientqueryParams.allhosp == 1 || - (this.patientqueryParams.allhosp == 1 && - this.patientqueryParams.cry == 1) + this.patientqueryParams.allhosp == 1 ) { this.tableLabelhz = [ // { label: "鍏ラ櫌鏃ユ湡", width: "170", prop: "starttime" }, @@ -1515,7 +1503,9 @@ { label: "绉戝", width: "180", prop: "dept" }, { label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" }, ]; - } else if (this.patientqueryParams.allhosp == 4) { + } else if ( + this.patientqueryParams.allhosp == 4 + ) { this.tableLabelhz = [ { label: "鍏ラ櫌鏃ユ湡", width: "150", prop: "starttime" }, { label: "鎮h��", width: "", prop: "name" }, @@ -1537,25 +1527,9 @@ // 绉戝杩樻槸鐥呭尯 - 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.allhosp == 1) { - this.patientqueryParams.cry = 1; this.patientqueryParams.hospitaldistrictcodes = []; this.patientqueryParams.deptcodes = []; } else if (this.patientqueryParams.allhosp == 4) { @@ -1565,9 +1539,8 @@ this.patientqueryParams.leavehospitaldistrictcodes; this.patientqueryParams.leavehospitaldistrictcodes = []; this.patientqueryParams.leaveldeptcodes = []; - this.patientqueryParams.cry = 0; - this.patientqueryParams.allhosp = "1"; } + getTaskpatientQC(this.patientqueryParams).then((response) => { this.patientuserList = response.rows; this.patientuserList.forEach((item) => { @@ -1652,25 +1625,27 @@ getList() {}, handleQuery() { // 鑾峰彇澶栭儴鎮h�� - console.log(this.patientqueryParams.allhosp, "aaalll"); - if (this.patientqueryParams.allhosp == 6) { this.Externallist(); console.log(); return; } - if (this.patientqueryParams.topica == 0) { + 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.leavehospitaldistrictcodes; - this.patientqueryParams.leaveldeptcodes = store.getters.leaveldeptcodes; - } else if (this.patientqueryParams.topica == 1) { - this.patientqueryParams.leavehospitaldistrictcodes = null; - this.patientqueryParams.leaveldeptcodes = store.getters.leaveldeptcodes; - } else if (this.patientqueryParams.topica == 2) { + 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.leavehospitaldistrictcodes; - this.patientqueryParams.leaveldeptcodes = null; + store.getters.belongWards.map((obj) => obj.districtCode); } if ( -- Gitblit v1.9.3