From 21051d356bb8589ad088abb52492fd2a1909ed9e Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期六, 14 三月 2026 10:39:09 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/discharge/index.vue | 64 +++++++++++++++++++++++---------
1 files changed, 46 insertions(+), 18 deletions(-)
diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index 9910019..593b275 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -60,6 +60,25 @@
</el-card>
</div>
</el-col>
+ <el-col :span="2.5" v-if="orgname == '鐪佺珛鍚屽痉缈犺嫅闄㈠尯'">
+ <div class="jgleftvlue">
+ <el-card shadow="hover ">
+ <div style="padding: 8px">
+ <span>璀﹀憡</span>
+ <div
+ style="
+ text-align: center;
+ font-size: 18px;
+ margin-top: 10px;
+ font-weight: 600;
+ "
+ >
+ {{ jgvalue }}
+ </div>
+ </div>
+ </el-card>
+ </div>
+ </el-col>
</el-row>
</div>
<el-row :gutter="20">
@@ -274,7 +293,7 @@
</div>
</div>
</el-col>
- <!-- <el-col :span="1.5">
+ <el-col :span="1.5" v-if="orgname == '鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�'">
<div class="documentf">
<div class="document">
<el-tooltip
@@ -295,7 +314,7 @@
</el-tooltip>
</div>
</div>
- </el-col> -->
+ </el-col>
</el-row>
<el-table
v-loading="loading"
@@ -1107,6 +1126,7 @@
inputVisible: false,
Labelchange: false,
ycvalue: "",
+ jgvalue: "",
yfsvalue: "",
inputValue: "",
preachform: "",
@@ -1288,6 +1308,10 @@
label: "寮傚父",
},
{
+ value: 2,
+ label: "璀﹀憡",
+ },
+ {
value: 0,
label: "姝e父",
},
@@ -1383,7 +1407,7 @@
this.getEndOfDay()
);
} else {
- this.topqueryParams.endSendDateTime = null;
+ // this.topqueryParams.endSendDateTime = null;
}
// 鎺ュ彈寮傚父璺宠浆
if (this.errtype) {
@@ -1410,6 +1434,7 @@
// this.cardlist[1].value = response.rows[0].wzx;
this.cardlist[1].value = response.rows[0].ysf;
this.ycvalue = response.rows[0].yc;
+ this.jgvalue = response.rows[0].jg;
this.cardlist[2].value = response.rows[0].fssb;
this.cardlist[3].value = response.rows[0].dsf;
// this.cardlist[4].value = response.rows[0].yfs2;
@@ -1495,17 +1520,16 @@
buidegetTasklist(obj).then((response) => {
this.userList = response.rows[0].serviceSubtaskList;
this.total = response.total;
- if (refresh) {
- this.cardlist[0].value =
- Number(response.rows[0].wzx) + Number(response.rows[0].ysf);
- this.cardlist[1].value = response.rows[0].wzx;
- this.cardlist[2].value = response.rows[0].ysf;
- this.ycvalue = response.rows[0].yc;
- this.cardlist[3].value = response.rows[0].fssb;
- this.cardlist[4].value = response.rows[0].dsf;
- // this.cardlist[5].value = response.rows[0].yfs2;
- this.yfsvalue = response.rows[0].yfs;
- }
+ this.cardlist[0].value =
+ Number(response.rows[0].wzx) + Number(response.rows[0].ysf);
+ this.cardlist[1].value = response.rows[0].wzx;
+ this.cardlist[2].value = response.rows[0].ysf;
+ this.ycvalue = response.rows[0].yc;
+ this.jgvalue = response.rows[0].jg;
+ this.cardlist[3].value = response.rows[0].fssb;
+ this.cardlist[4].value = response.rows[0].dsf;
+ // this.cardlist[5].value = response.rows[0].yfs2;
+ this.yfsvalue = response.rows[0].yfs;
this.loading = false;
this.userList.forEach((item) => {
let idArray = null;
@@ -1843,9 +1867,9 @@
Seedetails(row) {
let type = "";
console.log(row, "rwo");
- if (row.type == 1) {
- type = 1;
- }
+ if (row.type == 1) {
+ type = 1;
+ }
this.$router.push({
path: "/followvisit/record/detailpage/",
query: {
@@ -1911,7 +1935,7 @@
} else if (too == 2) {
this.topqueryParams.excep = 1;
}
- this.handleQuery();
+ this.handleQuery(1);
},
/** 瀵煎嚭鎸夐挳鎿嶄綔 */
handleExport() {
@@ -2091,6 +2115,10 @@
background: #f88d96;
cursor: pointer; /* 榧犳爣鎮诞鏃跺彉涓烘墜褰� */
}
+::v-deep.jgleftvlue .el-card__body:hover {
+ background: #f7f075;
+ cursor: pointer; /* 榧犳爣鎮诞鏃跺彉涓烘墜褰� */
+}
::v-deep.ysfleftvlue .el-card__body {
background: #d0fdd8;
--
Gitblit v1.9.3