From f4f531370125f2217b55d397877b09e0227339aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Mon, 12 Aug 2024 17:55:36 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/manage/manualReview/index.vue | 47 +-
src/views/manage/patientInfo/index.vue | 294 ++-----
src/views/manage/preHospitalized/index.vue | 36 +-
src/views/manage/signRecord/index.vue | 568 +++----------
src/views/manage/visitin/index.vue | 40 +-
src/views/manage/visitout/index.vue | 816 ++++---------------
src/views/system/followup/index.vue | 445 +++-------
src/views/system/taskExecuteRecord/index.vue | 3 +
8 files changed, 499 insertions(+), 1750 deletions(-)
diff --git a/src/views/manage/manualReview/index.vue b/src/views/manage/manualReview/index.vue
index 13b6084..e73d531 100644
--- a/src/views/manage/manualReview/index.vue
+++ b/src/views/manage/manualReview/index.vue
@@ -6,8 +6,8 @@
-
+
@@ -58,7 +58,7 @@
-
+
@@ -175,7 +175,7 @@ export default {
dischargeMethod: null,
patientSource: null,
routeCheckStatus: "UNAUDITED",
- serviceStatus:'SERVICE_CENTER',
+ serviceStatus: 'SERVICE_CENTER',
},
dischargeTime: [],
admissionTime: [],
@@ -295,30 +295,30 @@ export default {
/** 重置按钮操作 */
resetQuery() {
// 未审核
- if(this.queryParams.routeCheckStatus == "UNAUDITED"){
+ if (this.queryParams.routeCheckStatus == "UNAUDITED") {
this.queryParams = {
- pageNum: 1,
- pageSize: 10,
- routeCheckStatus:'UNAUDITED',
- serviceStatus:'SERVICE_CENTER',
+ pageNum: 1,
+ pageSize: 10,
+ routeCheckStatus: 'UNAUDITED',
+ serviceStatus: 'SERVICE_CENTER',
- }
- }else if(this.queryParams.routeCheckStatus == "AGREE"){//已审核
+ }
+ } else if (this.queryParams.routeCheckStatus == "AGREE") {//已审核
this.queryParams = {
- pageNum: 1,
- pageSize: 10,
- routeCheckStatus:'AGREE',
- serviceStatus:'SERVICE_CENTER',
+ pageNum: 1,
+ pageSize: 10,
+ routeCheckStatus: 'AGREE',
+ serviceStatus: 'SERVICE_CENTER',
- }
- }else if(this.queryParams.routeCheckStatus == "DISAGREE"){//易忽略
+ }
+ } else if (this.queryParams.routeCheckStatus == "DISAGREE") {//易忽略
this.queryParams = {
- pageNum: 1,
- pageSize: 10,
- routeCheckStatus:'DISAGREE',
- serviceStatus:'SERVICE_CENTER',
+ pageNum: 1,
+ pageSize: 10,
+ routeCheckStatus: 'DISAGREE',
+ serviceStatus: 'SERVICE_CENTER',
- }
+ }
}
this.signTime = [];
this.admissionTime = [];
@@ -466,4 +466,7 @@ export default {
padding-top: 0 !important;
}
+::v-deep .el-table__fixed-right::before {
+ height: 0px !important;
+}
diff --git a/src/views/manage/patientInfo/index.vue b/src/views/manage/patientInfo/index.vue
index b726b7b..33c6af6 100644
--- a/src/views/manage/patientInfo/index.vue
+++ b/src/views/manage/patientInfo/index.vue
@@ -4,196 +4,80 @@
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -204,19 +88,10 @@
-
+
-
+
{{ scope.row.sex == "MALE" ? "男" : "" }}
@@ -224,12 +99,7 @@
-
+
-
+
{{ parseTime(scope.row.visitDate, "{y}-{m}-{d}") }}
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
@@ -313,33 +143,17 @@
v-hasPermi="['manage:patientInfo:edit']">修改
删除 -->
- 详情
- 画像编辑
+ 详情
+ 画像编辑
-
+
-
+
@@ -734,10 +548,6 @@ export default {
overflow: hidden;
}
-::v-deep .el-table__fixed,
-::v-deep .el-table__fixed-right {
-}
-
.card-table {
width: 80px;
height: 30px;
diff --git a/src/views/manage/preHospitalized/index.vue b/src/views/manage/preHospitalized/index.vue
index ca1c0ed..b56abf1 100644
--- a/src/views/manage/preHospitalized/index.vue
+++ b/src/views/manage/preHospitalized/index.vue
@@ -653,17 +653,17 @@ export default {
familyMemberPhone: row.familyMemberPhone,
cardNo: row.cardNo,
address: row.address,
- mainDiagnosis:row.mainDiagnosis,
- hospitalAgencyName:row.hospitalAgencyName,
- campusAgencyName:row.campusAgencyName,
- departmentName:row.departmentName,
- wardName:row.wardName,
- certificateIssuingDoctorName:row.certificateIssuingDoctorName,
- appointmentTreatmentGroup:row.appointmentTreatmentGroup,
- responsibleNurse:row.responsibleNurse,
- registrationNo:row.registrationNo,
- registrationDate:row.registrationDate,
- appointmentDate:row.appointmentDate,
+ mainDiagnosis: row.mainDiagnosis,
+ hospitalAgencyName: row.hospitalAgencyName,
+ campusAgencyName: row.campusAgencyName,
+ departmentName: row.departmentName,
+ wardName: row.wardName,
+ certificateIssuingDoctorName: row.certificateIssuingDoctorName,
+ appointmentTreatmentGroup: row.appointmentTreatmentGroup,
+ responsibleNurse: row.responsibleNurse,
+ registrationNo: row.registrationNo,
+ registrationDate: row.registrationDate,
+ appointmentDate: row.appointmentDate,
sex: row.sex,
birthDate: row.birthDate,
@@ -1174,20 +1174,22 @@ export default {
};
diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue
index 7a77868..0dd344a 100644
--- a/src/views/system/followup/index.vue
+++ b/src/views/system/followup/index.vue
@@ -1,79 +1,36 @@
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
{{ scope.row.sex == "MALE" ? "男" : "" }}
{{ scope.row.sex == "FEMALE" ? "女" : "" }}
@@ -262,26 +132,15 @@
-
+
{{ scope.row.departmentName }}
{{ scope.row.wardName }}
-
+
{{ scope.row.inHospitalNumber }}
{{ scope.row.visitSerialNumber }}
@@ -294,29 +153,16 @@
width="120"
:show-overflow-tooltip="true"
/> -->
-
+
-
+
- {{ scope.row.visitMethod == "OUTPATIENT_SERVICE" ? "门诊" : "" }}
+ {{ scope.row.visitMethod == "OUTPATIENT_SERVICE" ? "门诊" : "" }}
{{ scope.row.visitMethod == "BE_IN_HOSPITAL" ? "住院" : "" }}
-
+
-
+
{{
- scope.row.visitMethod == "BE_IN_HOSPITAL"
- ? parseTime(scope.row.admissionTime, "{y}-{m}-{d}")
- : ""
- }}
+ scope.row.visitMethod == "BE_IN_HOSPITAL"
+ ? parseTime(scope.row.admissionTime, "{y}-{m}-{d}")
+ : ""
+ }}
-
+
{{
- scope.row.visitMethod == "OUTPATIENT_SERVICE"
- ? parseTime(scope.row.visitTime, "{y}-{m}-{d}")
- : ""
- }}
+ scope.row.visitMethod == "OUTPATIENT_SERVICE"
+ ? parseTime(scope.row.visitTime, "{y}-{m}-{d}")
+ : ""
+ }}
{{
- scope.row.visitMethod == "BE_IN_HOSPITAL"
- ? parseTime(scope.row.dischargeTime, "{y}-{m}-{d}")
- : ""
- }}
+ scope.row.visitMethod == "BE_IN_HOSPITAL"
+ ? parseTime(scope.row.dischargeTime, "{y}-{m}-{d}")
+ : ""
+ }}
-
+
-
+
- 出院后第{{ scope.row.routeNodeDay }}天
- 入院后第{{ scope.row.routeNodeDay }}天
- 就诊后第{{ scope.row.routeNodeDay }}天
- 就诊/出院后第{{ scope.row.routeNodeDay }}天
- 术前第{{ scope.row.routeNodeDay }}天
- 术后第{{ scope.row.routeNodeDay }}天
+ 出院后第{{
+ scope.row.routeNodeDay }}天
+ 入院后第{{
+ scope.row.routeNodeDay }}天
+ 就诊后第{{
+ scope.row.routeNodeDay }}天
+ 就诊/出院后第{{ scope.row.routeNodeDay }}天
+ 术前第{{
+ scope.row.routeNodeDay }}天
+ 术后第{{
+ scope.row.routeNodeDay }}天
-
+
{{ scope.row.taskNodeType == "PHONE_OUTBOUND" ? "电话外呼" : "" }}
{{
- scope.row.taskNodeType == "QUESTIONNAIRE_SCALE"
- ? "问卷量表"
- : ""
- }}
+ scope.row.taskNodeType == "QUESTIONNAIRE_SCALE"
+ ? "问卷量表"
+ : ""
+ }}
{{
- scope.row.taskNodeType == "PROPAGANDA_ARTICLE" ? "宣教文章" : ""
- }}
+ scope.row.taskNodeType == "PROPAGANDA_ARTICLE" ? "宣教文章" : ""
+ }}
{{ scope.row.taskNodeType == "TEXT_REMIND" ? "文字提醒" : "" }}
-
+
{{ parseTime(scope.row.planTime, "{y}-{m}-{d}") }}
-
+
{{ parseTime(scope.row.executeTime, "{y}-{m}-{d}") }}
-
+
- 处理
- 详情
+ 处理
+ 详情
-
+