From 2698387e653c6a25059c3ae9976f18b814eba892 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 12 九月 2025 15:16:46 +0800
Subject: [PATCH] 医疗权限
---
src/views/project/medicalevaluation/index.vue | 158 +++++++++++++++++++++++++++++++---------------------
1 files changed, 95 insertions(+), 63 deletions(-)
diff --git a/src/views/project/medicalevaluation/index.vue b/src/views/project/medicalevaluation/index.vue
index 157fda8..257e87d 100644
--- a/src/views/project/medicalevaluation/index.vue
+++ b/src/views/project/medicalevaluation/index.vue
@@ -51,13 +51,13 @@
<el-col :span="6">
<el-form-item label="鎹愮尞杩涘害" prop="recordstate">
<el-select
- v-model="queryParams.recordstate"
+ v-model="queryParams.workflow"
placeholder="璇烽�夋嫨鎹愮尞杩涘害"
clearable
size="small"
>
<el-option
- v-for="dict in dict.type.sys_DonationStatus"
+ v-for="dict in dict.type.sys_donornode"
:key="dict.value"
:label="dict.label"
:value="dict.value"
@@ -85,7 +85,7 @@
</el-col>
<el-col :span="12">
- <el-form-item label="鎶ュ憡鏃ユ湡">
+ <el-form-item label="璇勪及鏃堕棿">
<el-date-picker
style="width: 100%"
v-model="selecttime"
@@ -120,7 +120,17 @@
<!--<el-table v-loading="loading" border :data="donatebaseinfoList"> -->
<el-table v-loading="loading" border :data="VMedicalevaluation">
<el-table-column
- label="鎶ュ憡鏃堕棿"
+ label="妗堜緥鏃堕棿"
+ align="center"
+ prop="donatetime"
+ width="120"
+ >
+ <template slot-scope="scope">
+ <span>{{ parseTime(scope.row.donatetime, "{y}-{m}-{d}") }}</span>
+ </template>
+ </el-table-column>
+ <el-table-column
+ label="璇勪及鏃堕棿"
align="center"
prop="reporttime"
width="120"
@@ -140,7 +150,19 @@
/>
</template>
</el-table-column>
- <el-table-column label="骞撮緞" align="center" prop="age" width="100" />
+ <el-table-column label="骞撮緞" align="center" prop="age" width="100">
+ <template slot-scope="scope">
+ {{
+ `${
+ scope.row.age && scope.row.age !== 0 ? `${scope.row.age}${scope.row.ageunit?scope.row.ageunit:''}` : ""
+ } ${
+ scope.row.age2 && scope.row.age2 !== 0
+ ? `${scope.row.age2}${scope.row.ageunit2}`
+ : ""
+ }`.trim()
+ }}
+ </template>
+ </el-table-column>
<el-table-column
label="鍖荤枟鏈烘瀯"
@@ -200,10 +222,13 @@
width="120"
>
<template slot-scope="scope">
- <dict-tag
- :options="dict.type.sys_DonationStatus"
- :value="scope.row.recordstate"
- />
+ <div v-if="!scope.row.terminationCase">
+ <dict-tag
+ :options="dict.type.sys_donornode"
+ :value="scope.row.workflow"
+ />
+ </div>
+ <div v-else>浠诲姟缁堟</div>
</template>
</el-table-column>
@@ -628,7 +653,8 @@
"sys_organstate",
"sys_CoreAssessConclusion",
"sys_BaseAssessConclusion",
- "sys_OrganDecision"
+ "sys_OrganDecision",
+ "sys_donornode"
],
data() {
//杩欓噷瀛樻斁鏁版嵁
@@ -754,7 +780,6 @@
this.selecttime = [
this.$moment(this.$route.params.starttime).format("YYYY-MM-DD"),
this.$moment(this.$route.params.endtime)
- .add(-1, "month")
.format("YYYY-MM-DD")
];
}
@@ -882,22 +907,17 @@
getList(e) {
this.loading = true;
this.queryParams.params = {};
- // if (null != this.daterangeReporttime && "" != this.daterangeReporttime) {
- // this.queryParams.params["beginReporttime"] =
- // this.daterangeReporttime[0];
- // this.queryParams.params["endReporttime"] = this.daterangeReporttime[1];
- // }
+ sessionStorage.removeItem("medicalevaluation");
+ sessionStorage.setItem(
+ "medicalevaluation",
+ JSON.stringify(this.queryParams)
+ );
+
// 璺宠浆鏃剁殑榛樿杩涘害
if (e != null && e != undefined && !isNaN(e)) {
this.queryParams.recordstate = e;
}
- // if (this.selecttime[0] != null && this.selecttime[1] != null) {
- // this.queryParams.params["starttime"] = this.selecttime[0];
- // this.queryParams.params["endReporttime"] = this.selecttime[1];
- // }
- // this.queryParams.city='001'
- //console.log(JSON.stringify(this.queryParams));
if (this.starttime != "") {
this.queryParams.starttime = this.starttime;
}
@@ -1015,53 +1035,61 @@
/** 鏂板鎸夐挳鎿嶄綔 */
handleAdd(data) {
console.log("datadata", data);
+
+ this.$router.push({
+ path: "/organ/donationdetails/",
+ query: {
+ id: data.id,
+ organType: "edit"
+ }
+ });
// if(data.recordstate != 2 && data.recordstate != 4 && data.recordstate != 5 && data.recordstate != 13){
// this.$modal.msgError("褰撳墠鎹愮尞妗堜緥涓嶈兘杩涜鍖诲鎹愮尞璇勪及");
// return
// }
- this.flowname = "鎹愮尞鍖诲璇勪及";
- this.annexno = "";
- this.reset();
- //this.curCase = data;
- this.curCase = {
- id: data.id,
- recordstate: null,
- donorno: data.donorno
- };
- //鑾峰彇鍖诲鎹愮尞璇勪及璁板綍
- this.loading = true;
- if (data.meid) {
- let searchParam = {
- id: data.meid
- };
- //listDonatebaseinfo(searchParam).then((response) => {
- listMedicalevaluation(searchParam).then(response => {
- if (response.code == 200 && response.rows.length == 1) {
- this.title = "淇敼鎹愮尞鍖诲璇勪及";
- this.form = response.rows[0];
- this.form.infoid = data.id;
- this.open = true;
- this.$nextTick(function() {
- this.$refs.evaluationannex.getAnnexList();
- });
- } else {
- this.$modal.msgError(
- "鑾峰彇鍖诲璇勪及璁板綍澶辫触锛�" + JSON.stringify(response)
- );
- }
- });
- } else {
- this.title = "鏂板鎹愮尞鍖诲璇勪及";
- this.form.infoid = data.id;
- this.form.donorno = data.donorno;
+ // this.flowname = "鎹愮尞鍖诲璇勪及";
+ // this.annexno = "";
+ // this.reset();
+ // //this.curCase = data;
+ // this.curCase = {
+ // id: data.id,
+ // recordstate: null,
+ // donorno: data.donorno
+ // };
+ // //鑾峰彇鍖诲鎹愮尞璇勪及璁板綍
+ // this.loading = true;
+ // if (data.meid) {
+ // let searchParam = {
+ // id: data.meid
+ // };
+ // //listDonatebaseinfo(searchParam).then((response) => {
+ // listMedicalevaluation(searchParam).then(response => {
+ // if (response.code == 200 && response.rows.length == 1) {
+ // this.title = "淇敼鎹愮尞鍖诲璇勪及";
+ // this.form = response.rows[0];
+ // this.form.infoid = data.id;
+ // this.open = true;
+ // this.$nextTick(function() {
+ // this.$refs.evaluationannex.getAnnexList();
+ // });
+ // } else {
+ // this.$modal.msgError(
+ // "鑾峰彇鍖诲璇勪及璁板綍澶辫触锛�" + JSON.stringify(response)
+ // );
+ // }
+ // });
+ // } else {
+ // this.title = "鏂板鎹愮尞鍖诲璇勪及";
+ // this.form.infoid = data.id;
+ // this.form.donorno = data.donorno;
- this.open = true;
- this.$nextTick(function() {
- this.$refs.evaluationannex.getAnnexList();
- });
- }
- this.loading = false;
+ // this.open = true;
+ // this.$nextTick(function() {
+ // this.$refs.evaluationannex.getAnnexList();
+ // });
+ // }
+ // this.loading = false;
},
/** 鎻愪氦鎸夐挳 */
submitForm() {
@@ -1333,6 +1361,10 @@
//鑾峰彇鐢ㄦ埛鍒楄〃
this.getuserlist();
//鑾峰彇鍒楄〃
+ if (sessionStorage.getItem("medicalevaluation")) {
+ this.queryParams = JSON.parse(sessionStorage.getItem("medicalevaluation"));
+ console.log(this.queryParams, "queryParams");
+ }
this.getList();
}
// //鐢熷懡鍛ㄦ湡 - 鎸傝浇瀹屾垚锛堝彲浠ヨ闂瓺OM鍏冪礌锛�
--
Gitblit v1.9.3