From 891f1591f759a9dfa333fcea4707d41bad9fe436 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 24 二月 2025 10:32:28 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/QuestionnaireTask.vue | 52 +++++++++++++++++++++++++++------------------------- 1 files changed, 27 insertions(+), 25 deletions(-) diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue index 3e427ba..42a60c2 100644 --- a/src/views/patient/propaganda/QuestionnaireTask.vue +++ b/src/views/patient/propaganda/QuestionnaireTask.vue @@ -489,7 +489,6 @@ <!-- 閫夋嫨鎮h�呭垪琛� --> <SFtable ref="multipleTable" - @handleSelectionChange="handleSelectionChange" :currentList="patientuserList" :tableLabel="tableLabelhz" @@ -805,7 +804,7 @@ } from "@/api/AiCentre/index"; import SFtable from "@/components/SFtable"; //琛ㄦ牸缁勪欢 -import { MessageBox, } from "element-ui"; +import { MessageBox } from "element-ui"; export default { name: "ServiceDetails", @@ -1054,24 +1053,12 @@ label: "浣撴闅忚", }, { - value: 6, - label: "婊℃剰搴﹁皟鏌�", - }, - { - value: 7, - label: "鎮h�呮棩甯告姤鍛�", - }, - { - value: 9, - label: "鎮h�呭紓甯告姤鍛�", + value: 11, + label: "鍖绘妧闅忚", }, { value: 10, - label: "涓撶梾闅忚", - }, - { - value: 8, - label: "鍏朵粬閫氱煡", + label: "涓撶闅忚", }, ], // 绉戝/鐥呭尯 @@ -1102,7 +1089,7 @@ // { required: true, message: "閫傜敤鐥呭尯涓嶈兘涓虹┖", trigger: "blur" }, // ], }, - belongDepts:[], + belongDepts: [], // 绉戝闄㈠尯鏌ヨ鍏ュ弬 queryParamsdept: {}, quote: false, @@ -1312,7 +1299,7 @@ this.$modal.msgError("璇烽�夋嫨鏈嶅姟绫诲瀷"); return; } - if (this.deptcodesWards[0]||this.leavehospitaldistrictcodes[0]) { + if (this.deptcodesWards[0] || this.leavehospitaldistrictcodes[0]) { } else { this.$modal.msgError("璇烽�夋嫨绉戝鎴栫梾鍖�"); return; @@ -1559,8 +1546,8 @@ item.deptName = item.dept; item.admindate = item.inhosptime; item.sfzh = item.idcardno; - if (this.patientqueryParams.allhosp==6) { - item.patfrom = 1; + if (this.patientqueryParams.allhosp == 6) { + item.patfrom = 1; } this.overallCase.push(item); this.form.patTaskRelevances.push(item); @@ -1969,7 +1956,7 @@ "鍔熻兘鎻愮ず", { confirmButtonText: "淇濆瓨浠诲姟", - cancelButtonText: "鍙栨秷", + cancelButtonText: "鏆傚瓨妯℃澘", type: "warning", } ) @@ -1980,11 +1967,26 @@ this.objyl.templateid = this.objyl.svyid; this.form.libtemplateid = this.objyl.svyid; this.objyl.isoperation = 1; - this.objyl.svyTaskTemplateScriptVOS = this.objyl.svyTemplateLibScripts; - this.form.svyTaskTemplateVO=this.objyl; + this.objyl.svyTaskTemplateScriptVOS = + this.objyl.svyTemplateLibScripts; + this.form.svyTaskTemplateVO = this.objyl; this.submitForm(); }) - .catch(() => {}); + .catch(() => { + if (Array.isArray(this.objyl.suitway)) { + this.objyl.suitway = this.objyl.suitway.join(","); + } + this.objyl.templateid = this.objyl.svyid; + this.form.libtemplateid = this.objyl.svyid; + this.objyl.isoperation = 1; + this.objyl.svyTaskTemplateScriptVOS = + this.objyl.svyTemplateLibScripts; + this.form.svyTaskTemplateVO = this.objyl; + this.form.templatename=this.objyl.svyname; + this.$modal.msgSuccess("鏆傚瓨鎴愬姛淇濆瓨浠诲姟鍚庢ā鏉垮け鏁�"); + this.drawermb=false; + this.previewtf=false; + }); } else { setTimeout(() => { this.previewFn(); -- Gitblit v1.9.3