From 60e5b16ec6d1c8a4fbb9c714b2066a5dc5202b46 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 15 四月 2025 18:14:12 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/particty.vue | 121 ++++++++++++++++++++++++++-------------- 1 files changed, 78 insertions(+), 43 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index 4529018..bfa6565 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -267,7 +267,6 @@ </el-option> </el-select> </el-form-item ></el-col> - </el-row> <el-row v-if="form.appltype == 3"> <div class="xinz-infs"> @@ -541,6 +540,12 @@ v-show="showSearch" label-width="98px" > + <el-form-item label="涓绘不鍖荤敓锛�"> + <el-input + v-model="patientqueryParams.drname" + @keyup.enter.native="handleQuery" + ></el-input> + </el-form-item> <el-form-item label="鎮h�咃細"> <el-input v-model="patientqueryParams.name" @@ -1109,7 +1114,7 @@ templatename: "", templateid: null, libtemplateid: null, - kcb: "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾偍濂斤紒鎴戜滑鏄櫙瀹佷汉姘戝尰闄㈢殑鍖绘姢浜哄憳锛屼负浜嗘洿濂藉湴浜嗚В鎮ㄧ殑搴峰鎯呭喌锛岃鎮ㄦ娊涓�鐐瑰疂璐垫椂闂达紝杩涜鏈鍥炶鏈嶅姟銆�", + kcb: "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾偍濂斤紒鎴戜滑鏄�"+localStorage.getItem("orgname")+"鐨勫尰鎶や汉鍛橈紝涓轰簡鏇村ソ鍦颁簡瑙f偍鐨勫悍澶嶆儏鍐碉紝璇锋偍鎶戒竴鐐瑰疂璐垫椂闂达紝杩涜鏈鍥炶鏈嶅姟銆�", jsy: "璇锋偍娉ㄦ剰浼戞伅鍜岃惀鍏伙紝鐢熸椿涓婅鍔抽�哥粨鍚堬紝閫傚綋閿荤偧锛屾垝鐑熼檺閰掞紝淇濇寔蹇冩儏鑸掔晠锛屽畾鏈熷璇娿�傞偅鏈鍥炶鍐呭灏卞埌杩欓噷锛岀鎮ㄨ韩浣撳仴搴凤紒", }, taskoptions: [ @@ -1151,33 +1156,57 @@ tasktypes: [ { - value: 1, - label: "蹇冪數闅忚", + value: "1", + label: "鐩戞祴璇勪及", }, { - value: 2, + value: "2", label: "鍑洪櫌闅忚", }, { - value: 3, - label: "褰卞儚闅忚", + value: "3", + label: "闂ㄨ瘖闅忚", }, { - value: 4, + value: "4", label: "瀹f暀鍏虫��", }, { - value: 5, + value: "5", + label: "澶嶈瘖绠$悊", + }, + // { + // value: "5", + // label: "婊℃剰搴﹁皟鏌�", + // }, + { + value: "7", + label: "鎮h�呮姤鍛�", + }, + // { + // value: "8", + // label: "鍏朵粬閫氱煡", + // }, + { + value: "9", label: "浣撴闅忚", }, + // { + // value: "10", + // label: "鍖绘妧闅忚", + // }, { - value: 11, - label: "鍖绘妧闅忚", + value: "11", + label: "褰卞儚闅忚", }, { - value: 10, - label: "涓撶闅忚", + value: "12", + label: "蹇冪數闅忚", }, + // { + // value: "13", + // label: "涓撶闅忚", + // }, ], // 绉戝/鐥呭尯 belongWards: [], @@ -1233,6 +1262,8 @@ this.form.typename = this.$route.query.typename; this.serviceType = Number(this.$route.query.serviceType); this.form.serviceType = Number(this.$route.query.serviceType); + console.log(localStorage.getItem("orgid"),'orgid'); + this.Acquisitiontype(); this.getillnesslist(); this.Getdetails(); @@ -1351,7 +1382,15 @@ // label: "鏅鸿兘鏈哄櫒浜�", // }, ]; - } else if (this.form.serviceType == 7 || this.form.serviceType == 5|| this.form.serviceType == 10|| this.form.serviceType == 11) { + } else if ( + this.form.serviceType == 7 || + this.form.serviceType == 5 || + this.form.serviceType == 8 || + this.form.serviceType == 9 || + this.form.serviceType == 11 || + this.form.serviceType == 12 || + this.form.serviceType == 10 + ) { this.checkboxlist = [ { value: "1", @@ -1382,7 +1421,11 @@ label: "鏈悗闅忚", }, ]; - } else if (this.form.serviceType == 2 || this.form.serviceType == 3) { + } else if ( + this.form.serviceType == 2 || + this.form.serviceType == 3 || + this.form.serviceType == 4 + ) { this.checkboxlist = [ { value: "1", @@ -1440,21 +1483,21 @@ }, ]; if (this.form.appltype == 1) { - this.leavehospitaldistrictcodes=[]; - this.operationcodes=[]; - this.illnesscodes=[]; + this.leavehospitaldistrictcodes = []; + this.operationcodes = []; + this.illnesscodes = []; } else if (this.form.appltype == 2) { - this.deptcodesWards=[]; - this.operationcodes=[]; - this.illnesscodes=[]; + this.deptcodesWards = []; + this.operationcodes = []; + this.illnesscodes = []; } else if (this.form.appltype == 3) { - this.deptcodesWards=[]; - this.leavehospitaldistrictcodes=[]; - this.operationcodes=[]; + this.deptcodesWards = []; + this.leavehospitaldistrictcodes = []; + this.operationcodes = []; } else if (this.form.appltype == 4) { - this.deptcodesWards=[]; - this.illnesscodes=[]; - this.leavehospitaldistrictcodes=[]; + this.deptcodesWards = []; + this.illnesscodes = []; + this.leavehospitaldistrictcodes = []; } if (this.checkList) { this.form.preachform = this.checkList; @@ -1511,7 +1554,8 @@ this.form.opcode = this.operationcodes.join(","); this.form.icd10code = this.diagglist .map((item) => item.icdcode) - .join(","); Editsingletask(this.form).then((res) => { + .join(","); + Editsingletask(this.form).then((res) => { if (res.code == 200) { if (this.form.taskid) { this.$modal.msgSuccess("淇敼鎴愬姛"); @@ -1825,7 +1869,7 @@ templatename: "", templateid: null, libtemplateid: null, - kcb: "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾偍濂斤紒鎴戜滑鏄櫙瀹佷汉姘戝尰闄㈢殑鍖绘姢浜哄憳锛屼负浜嗘洿濂藉湴浜嗚В鎮ㄧ殑搴峰鎯呭喌锛岃鎮ㄦ娊涓�鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤闅忚銆�", + kcb: "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾偍濂斤紒鎴戜滑鏄�"+localStorage.getItem("orgname")+"鐨勫尰鎶や汉鍛橈紝涓轰簡鏇村ソ鍦颁簡瑙f偍鐨勫悍澶嶆儏鍐碉紝璇锋偍鎶戒竴鐐瑰疂璐垫椂闂达紝杩涜鏈鍥炶鏈嶅姟銆�", jsy: "璇锋偍娉ㄦ剰浼戞伅鍜岃惀鍏伙紝鐢熸椿涓婅鍔抽�哥粨鍚堬紝閫傚綋閿荤偧锛屾垝鐑熼檺閰掞紝淇濇寔蹇冩儏鑸掔晠锛屽畾鏈熷璇娿�傞偅鏈鍥炶灏卞埌杩欓噷锛岀鎮ㄨ韩浣撳仴搴凤紒", }; @@ -1916,7 +1960,7 @@ icdcode: item.icd10code, }).then((res) => { item.icdname = res.rows[0].icdname; - this.diagglist.push(item); + this.diagglist.push(item); }); this.illnesscodes.push(item.icd10code); }); @@ -1949,18 +1993,6 @@ // 鎵嬫湳鏌ヨ remoteopcode(name) { if (name) { - getillnesslist({ - pageNum: 1, - pageSize: 1000, - icdname: name, - }).then((res) => { - this.donorchargeList = res.rows; - }); - } - }, - // 鐤剧梾鏌ヨ - remotedonor(name) { - if (name) { getbaseopera({ pageNum: 1, pageSize: 1000, @@ -1970,6 +2002,7 @@ }); } }, + // 浠诲姟绉戝鍒犻櫎瑙﹀彂 removetag(row) { let result = this.deptlist @@ -2018,7 +2051,9 @@ if (result.length) { taskdiaghospgetsondel(result).then((res) => { if (res.code) { - this.diagglist=this.diagglist.filter(item => item.icd10code != row); + this.diagglist = this.diagglist.filter( + (item) => item.icd10code != row + ); this.$modal.msgSuccess("鍒犻櫎鎴愬姛"); } }); -- Gitblit v1.9.3