From a022656b8defdca726d12db26269cbbcdba9eb37 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 08 四月 2025 15:34:49 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/propaganda/particty.vue | 31 ++++++++++++++++++++-----------
1 files changed, 20 insertions(+), 11 deletions(-)
diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 5989005..8c29f6c 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -477,6 +477,12 @@
@keyup.enter.native="handleQuery"
></el-input>
</el-form-item>
+ <el-form-item label="鎮h�呮爣绛撅細">
+ <el-input
+ v-model="patientqueryParams.tagname"
+ @keyup.enter.native="handleQuery"
+ ></el-input>
+ </el-form-item>
<el-select
v-model="patientqueryParams.searchscope"
placeholder="璇烽�夋嫨鎮h�呰寖鍥�"
@@ -805,7 +811,7 @@
import { messagelistpatient } from "@/api/patient/homepage";
import store from "@/store";
import {
- getTaskpatient,
+ getTaskpatientQC,
getlibrarylist,
getFollowuplist,
getvFollowup,
@@ -871,14 +877,15 @@
propstask: { value: "deptCode", label: "deptName" },
// 鎮h�呰〃鍗�
tableLabelhz: [
- { label: "鍑洪櫌鏃ユ湡", width: "150", prop: "inhosptime" },
+ { label: "鍑洪櫌鏃ユ湡", width: "150", prop: "endtime" },
{ label: "鎮h��", width: "", prop: "name" },
{ label: "韬唤璇�", width: "200", prop: "idcardno" },
{ label: "鐢佃瘽鍙风爜", width: "180", prop: "telcode" },
{ label: "鎬у埆", width: "", prop: "sex" },
{ label: "骞撮緞", width: "", prop: "age" },
- { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
- { label: "涓绘不鍖荤敓", width: "", prop: "drname" },
+ { label: "鎮h�呮爣绛�", width: "", prop: "tag" },
+ // { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
+ // { label: "涓绘不鍖荤敓", width: "", prop: "drname" },
{ label: "绉戝", width: "240", prop: "dept" },
{ label: "鐥呭尯", width: "240", prop: "leavehospitaldistrictname" },
],
@@ -891,8 +898,8 @@
{ label: "鎬у埆", width: "", prop: "sex" },
{ label: "骞撮緞", width: "", prop: "age" },
{ label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" },
- { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
- { label: "涓绘不鍖荤敓", width: "", prop: "drname" },
+ // { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
+ // { label: "涓绘不鍖荤敓", width: "", prop: "drname" },
{ label: "绉戝", width: "180", prop: "deptName" },
{ label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" },
],
@@ -1518,9 +1525,10 @@
{ label: "鐢佃瘽鍙风爜", width: "180", prop: "telcode" },
{ label: "鎬у埆", width: "", prop: "sex" },
{ label: "骞撮緞", width: "", prop: "age" },
+ { label: "鎮h�呮爣绛�", width: "", prop: "tag" },
{ label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" },
- { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
- { label: "鍖荤敓", width: "", prop: "drname" },
+ // { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
+ // { label: "鍖荤敓", width: "", prop: "drname" },
{ label: "绉戝", width: "180", prop: "dept" },
{ label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" },
];
@@ -1532,9 +1540,10 @@
{ label: "鐢佃瘽鍙风爜", width: "180", prop: "telcode" },
{ label: "鎬у埆", width: "", prop: "sex" },
{ label: "骞撮緞", width: "", prop: "age" },
+ { label: "鎮h�呮爣绛�", width: "", prop: "tag" },
{ label: "鍑洪櫌澶╂暟", width: "", prop: "endDay" },
- { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
- { label: "鍖荤敓", width: "", prop: "drname" },
+ // { label: "璐d换鎶ゅ+", width: "", prop: "nurseName" },
+ // { label: "鍖荤敓", width: "", prop: "drname" },
{ label: "绉戝", width: "180", prop: "dept" },
{ label: "鐥呭尯", width: "150", prop: "leavehospitaldistrictname" },
];
@@ -1569,7 +1578,7 @@
this.patientqueryParams.leavehospitaldistrictcodes =
store.getters.belongWards.map((obj) => obj.districtCode);
}
- getTaskpatient(this.patientqueryParams).then((response) => {
+ getTaskpatientQC(this.patientqueryParams).then((response) => {
this.patientuserList = response.rows;
this.patientuserList.forEach((item) => {
if (item.endtime) {
--
Gitblit v1.9.3