From cb3c799e1bd6a7cf5dd5c7e3cadee238bf67b729 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期五, 10 十月 2025 14:26:10 +0800 Subject: [PATCH] 随访详情本人所属功能及服务形式补偿流程组件维护 --- src/views/patient/propaganda/QuestionnaireTask.vue | 140 +++++++++++++++++++++++----------------------- 1 files changed, 70 insertions(+), 70 deletions(-) diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue index 2548a55..48b97ab 100644 --- a/src/views/patient/propaganda/QuestionnaireTask.vue +++ b/src/views/patient/propaganda/QuestionnaireTask.vue @@ -80,10 +80,20 @@ > </el-radio-group> </el-form-item> + <!-- <el-form-item label="鏈嶅姟褰㈠紡"> + <SortCheckbox + v-model="checkList" + :options="checkboxlist" + value-key="value" + label-key="label" + @change="checkSelectionChange" + /> + </el-form-item> --> <el-form-item label="鎵ц鍛ㄦ湡" prop="longTask"> <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"> @@ -431,14 +441,17 @@ </div> </div> </div> - <el-button type="success" @click="nextstep('ruleForm')">{{ - quote ? "绔嬪嵆鍒涘缓" : "浠诲姟璇︽儏閰嶇疆" + <el-button type="primary" @click="nextstep('ruleForm')">{{ + quote ? "绔嬪嵆鍒涘缓" : "娲惧彂鎮h�呴厤缃�" + }}</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="鍦ㄦ湰闃舵閫夋嫨瀹f暀鐥呬汉" type="success" effect="dark"> + <el-alert title="鍦ㄦ湰闃舵閫夋嫨闅忚鐥呬汉" type="success" effect="dark"> </el-alert> <div class="leftvlue-jbxx"> <div class="examine-jic"> @@ -516,7 +529,7 @@ </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> @@ -550,6 +563,12 @@ <el-form-item label="鎮h�呰瘖鏂細"> <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> @@ -904,8 +923,9 @@ taskdiaggetlist, taskopergetlist, } from "@/api/AiCentre/index"; -import OptionalForm from "@/components/OptionalForm"; //姝e垯缁勪欢 +import OptionalForm from "@/components/OptionalForm"; //鐤剧梾娣诲姞缁勪欢 import SFtable from "@/components/SFtable"; //琛ㄦ牸缁勪欢 +import SortCheckbox from "@/components/SortCheckbox"; //琛ㄦ牸缁勪欢 import { MessageBox } from "element-ui"; export default { @@ -1019,6 +1039,7 @@ pageSize: 10, }, checkList: "", + selectedOrder: [], deliverytopqueryParams: { pageNum: 1, // pageSize: 10, @@ -1108,11 +1129,11 @@ }, taskoptions: [ { - value: "1", + value: "4", label: "鍑洪櫌鐥呬汉", }, { - value: "4", + value: "1", label: "鍦ㄩ櫌鐥呬汉", }, { @@ -1147,60 +1168,7 @@ }, ], - tasktypes: [ - { - value: 1, - label: "鐩戞祴璇勪及", - }, - { - value: 2, - label: "鍑洪櫌闅忚", - }, - { - value: 3, - label: "闂ㄨ瘖闅忚", - }, - { - value: 4, - label: "瀹f暀鍏虫��", - }, - { - value: 5, - label: "澶嶈瘖绠$悊", - }, - // { - // value: 5, - // label: "婊℃剰搴﹁皟鏌�", - // }, - { - value: 7, - label: "鎮h�呮姤鍛�", - }, - // { - // value: 8, - // label: "鍏朵粬閫氱煡", - // }, - { - value: 9, - label: "浣撴闅忚", - }, - // { - // value: 1", - // label: "鍖绘妧闅忚", - // }, - { - value: 11, - label: "褰卞儚闅忚", - }, - { - value: 12, - label: "蹇冪數闅忚", - }, - // { - // value: "13", - // label: "涓撶梾闅忚", - // }, - ], + tasktypes: store.getters.tasktypes, // 绉戝/鐥呭尯 belongWards: [], deptlist: [], @@ -1238,7 +1206,7 @@ serviceType: null, }; }, - components: { SFtable, OptionalForm }, + components: { SFtable, OptionalForm, SortCheckbox }, created() { this.appraiselist = store.getters.appraiselist; @@ -1330,9 +1298,13 @@ 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", @@ -1399,6 +1371,7 @@ this.form.serviceType == 2 || this.form.serviceType == 3 || this.form.serviceType == 5 || + this.form.serviceType == 16 || this.form.serviceType == 4 ) { this.checkboxlist = [ @@ -1486,17 +1459,18 @@ 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; - } + //鏆傚仠浠诲姟鎮h�呴檺鍒� + // if (!this.form.patTaskRelevances[0] && !this.form.longTask) { + // this.$modal.msgError("璇烽�夋嫨鐥呬汉"); + // return; + // } if (!this.form.templatename && !this.templateor) { this.$modal.msgError("鏈�夋嫨妯℃澘"); @@ -1604,6 +1578,11 @@ }); } }); + }, + checkSelectionChange(selectedValues, selectedOrder) { + this.selectedOrder = selectedOrder; + console.log("褰撳墠閫変腑:", selectedValues); + console.log("閫変腑椤哄簭:", selectedOrder); }, getillness(id) { if (id) { @@ -1715,6 +1694,20 @@ { label: "绉戝", width: "180", prop: "dept" }, { label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" }, ]; + } else if (this.patientqueryParams.allhosp == 2) { + this.tableLabelhz = [ + { label: "灏辫瘖鏃ユ湡", width: "150", prop: "admitdate" }, + { label: "鎮h��", width: "", prop: "name" }, + { label: "韬唤璇�", width: "200", prop: "idcardno" }, + { label: "鐢佃瘽鍙风爜", width: "180", prop: "telcode" }, + { label: "鎬у埆", width: "", prop: "sex" }, + { label: "骞撮緞", width: "", prop: "age" }, + { label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" }, + { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, + { label: "鍖荤敓", width: "", prop: "drname" }, + { label: "绉戝", width: "180", prop: "dept" }, + { label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" }, + ]; } if (this.allpids[0]) { this.patientqueryParams.pids = this.allpids; @@ -1771,6 +1764,13 @@ if (this.patientqueryParams.allhosp == 6) { item.patfrom = 1; } + if (this.patientqueryParams.allhosp == 1) { + item.visittime = item.endtime; + } else if (this.patientqueryParams.allhosp == 4) { + item.visittime = item.starttime; + } else if (this.patientqueryParams.allhosp == 2) { + item.visittime = item.admitdate; + } this.overallCase.push(item); this.form.patTaskRelevances.push(item); } -- Gitblit v1.9.3