From 4cf6b258a3b390bb89ef4f02d3bb6a7a4d261e85 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 20 六月 2025 14:10:24 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/QuestionnaireTask.vue | 34 ++++++++++++++++++---------------- 1 files changed, 18 insertions(+), 16 deletions(-) diff --git a/src/views/patient/propaganda/QuestionnaireTask.vue b/src/views/patient/propaganda/QuestionnaireTask.vue index f1b0449..eff5fda 100644 --- a/src/views/patient/propaganda/QuestionnaireTask.vue +++ b/src/views/patient/propaganda/QuestionnaireTask.vue @@ -202,7 +202,7 @@ <el-radio :label="1">鐥呭尯鍏宠仈</el-radio> </el-radio-group> </el-form-item> --> - <el-row > + <el-row> <el-col :span="20" ><el-form-item label="閫傜敤绉戝" prop="region"> <el-select @@ -225,7 +225,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 @@ -436,6 +436,7 @@ :currentList="overallCase" :tableLabel="tableLabelhzwb" :serialnumber="false" + :agenumber="true" :searchTrue="true" :multiplechoice="false" :controlxz="false" @@ -528,6 +529,7 @@ :currentList="patientuserList" :tableLabel="tableLabelhz" :heights="600" + :agenumber="true" :serialnumber="false" :center="false" :typeinfo="3" @@ -536,6 +538,8 @@ <pagination v-show="patienttotal > 0 && this.patientqueryParams.allhosp != 6" :total="patienttotal" + :page.sync="patientqueryParams.pageNum" + :limit.sync="patientqueryParams.pageSize" @pagination="handleAddpatient" /> </div> @@ -800,6 +804,7 @@ :serialnumber="false" :controlsc="false" :multiplechoice="false" + :agenumber="true" :typeinfo="1" /> <pagination @@ -883,11 +888,10 @@ propstask: { value: "deptCode", label: "deptName" }, // 鎮h�呰〃鍗� tableLabelhz: [ - { label: "鍑洪櫌鏃ユ湡", width: "150", prop: "inhosptime" }, + { label: "鍑洪櫌鏃ユ湡", width: "180", prop: "endtime" }, { label: "鎮h��", width: "", prop: "name" }, { label: "韬唤璇�", width: "200", prop: "idcardno" }, { label: "鎬у埆", width: "", prop: "sex" }, - { label: "骞撮緞", width: "", prop: "age" }, { label: "鎮h�呮爣绛�", width: "", prop: "tag" }, { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, { label: "涓绘不鍖荤敓", width: "", prop: "drname" }, @@ -896,11 +900,10 @@ ], // 鎮h�呰〃鍗� tableLabelhzwb: [ - { label: "鍑洪櫌鏃ユ湡", width: "150", prop: "endtime" }, + { label: "鍑洪櫌鏃ユ湡", width: "180", prop: "endtime" }, { label: "鎮h��", width: "", prop: "name" }, { label: "韬唤璇�", width: "200", prop: "sfzh" }, { label: "鎬у埆", width: "", prop: "sex" }, - { label: "骞撮緞", width: "", prop: "age" }, { label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" }, { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, { label: "涓绘不鍖荤敓", width: "", prop: "drname" }, @@ -1028,7 +1031,7 @@ templateid: null, libtemplateid: null, kcb: "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾偍濂斤紒鎴戜滑鏄棤閿″効绔ュ尰闄㈢殑鍖绘姢浜哄憳锛屼负浜嗘洿濂藉湴浜嗚В鎮ㄧ殑搴峰鎯呭喌锛岃鎮ㄦ娊涓�鐐瑰疂璐垫椂闂达紝瑙傜湅杩欎唤瀹f暀璧勮銆�", - jsy: "璇锋偍娉ㄦ剰浼戞伅鍜岃惀鍏伙紝鐢熸椿涓婅鍔抽�哥粨鍚堬紝閫傚綋閿荤偧锛屾垝鐑熼檺閰掞紝淇濇寔蹇冩儏鑸掔晠锛屽畾鏈熷璇娿�傞偅鏈瀹f暀鍐呭灏卞埌杩欓噷锛岀鎮ㄨ韩浣撳仴搴凤紒", + jsy: "鎰熻阿鎮ㄥ弬涓庢湰娆¢殢璁裤�傛偍鐨勫弽棣堝府鍔╂垜浠洿濂藉湴浜嗚В瀹濆疂鐨勯�傚簲鎯呭喌锛屽苟涓烘偍鎻愪緵鏇寸簿鍑嗙殑鎶ょ悊寤鸿涓庡仴搴锋寚瀵笺�傜鎮ㄥ拰瀹濆疂鍋ュ悍蹇箰銆�", }, taskoptions: [ { @@ -1302,6 +1305,8 @@ // }, ]; } + console.log(this.topqueryParams, "this.topqueryParams"); + getQtemplatelist(this.topqueryParams).then((response) => { this.userList = response.rows; this.total = response.total; @@ -1424,7 +1429,7 @@ }, // 棰勮 previewfnmb() { - console.log(this.form.templateid,'this.form.templateid'); + console.log(this.form.templateid, "this.form.templateid"); getTaskQuestioncomit(this.form.templateid).then((res) => { if (res.code == 200) { @@ -1497,11 +1502,10 @@ ) { this.tableLabelhz = [ // { label: "鍏ラ櫌鏃ユ湡", width: "170", prop: "starttime" }, - { label: "鍑洪櫌鏃ユ湡", width: "150", prop: "endtime" }, + { label: "鍑洪櫌鏃ユ湡", width: "180", prop: "endtime" }, { label: "鎮h��", width: "", prop: "name" }, { label: "韬唤璇�", width: "200", prop: "idcardno" }, { label: "鎬у埆", width: "", prop: "sex" }, - { label: "骞撮緞", width: "", prop: "age" }, { label: "鎮h�呮爣绛�", width: "200", prop: "tag" }, { label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" }, { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, @@ -1515,7 +1519,6 @@ { label: "鎮h��", width: "", prop: "name" }, { label: "韬唤璇�", width: "200", prop: "idcardno" }, { label: "鎬у埆", width: "", prop: "sex" }, - { label: "骞撮緞", width: "", prop: "age" }, { label: "鎮h�呮爣绛�", width: "200", prop: "tag" }, { label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" }, { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" }, @@ -1677,7 +1680,6 @@ { label: "鎮h��", width: "", prop: "name" }, { label: "韬唤璇�", width: "200", prop: "idcardno" }, { label: "鎬у埆", width: "", prop: "sex" }, - { label: "骞撮緞", width: "", prop: "age" }, { label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" }, ]; this.patientqueryParams.pageSize = 1000; @@ -1728,7 +1730,7 @@ templateid: null, libtemplateid: null, kcb: "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾偍濂斤紒鎴戜滑鏄棤閿″効绔ュ尰闄㈢殑鍖绘姢浜哄憳锛屼负浜嗘洿濂藉湴浜嗚В鎮ㄧ殑搴峰鎯呭喌锛岃鎮ㄦ娊涓�鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤闅忚闂嵎銆�", - jsy: "璇锋偍娉ㄦ剰浼戞伅鍜岃惀鍏伙紝鐢熸椿涓婅鍔抽�哥粨鍚堬紝閫傚綋閿荤偧锛屾垝鐑熼檺閰掞紝淇濇寔蹇冩儏鑸掔晠锛屽畾鏈熷璇娿�傞偅鏈鍥炶灏卞埌杩欓噷锛岀鎮ㄨ韩浣撳仴搴凤紒", + jsy: "鎰熻阿鎮ㄥ弬涓庢湰娆¢殢璁裤�傛偍鐨勫弽棣堝府鍔╂垜浠洿濂藉湴浜嗚В瀹濆疂鐨勯�傚簲鎯呭喌锛屽苟涓烘偍鎻愪緵鏇寸簿鍑嗙殑鎶ょ悊寤鸿涓庡仴搴锋寚瀵笺�傜鎮ㄥ拰瀹濆疂鍋ュ悍蹇箰銆�", }; this.questionList = []; @@ -2024,10 +2026,10 @@ this.objyl.svyTaskTemplateScriptVOS = this.objyl.svyTemplateLibScripts; this.form.svyTaskTemplateVO = this.objyl; - this.form.templatename=this.objyl.svyname; + this.form.templatename = this.objyl.svyname; this.$modal.msgSuccess("鏆傚瓨鎴愬姛淇濆瓨浠诲姟鍚庢ā鏉垮け鏁�"); - this.drawermb=false; - this.previewtf=false; + this.drawermb = false; + this.previewtf = false; }); } else { setTimeout(() => { -- Gitblit v1.9.3