From 56ac3041200e48479414f23ba3dd38e6b10642b1 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 26 Jul 2023 13:37:05 +0800 Subject: [PATCH] recover --- .../PatientRegisterRecoverList.vue | 294 ++++++++++++++++++ .../customerOrg/patientRegisterRecover.vue | 181 +++++++++-- 2 files changed, 451 insertions(+), 24 deletions(-) create mode 100644 src/components/patientRegister/PatientRegisterRecoverList.vue diff --git a/src/components/patientRegister/PatientRegisterRecoverList.vue b/src/components/patientRegister/PatientRegisterRecoverList.vue new file mode 100644 index 0000000..fd1872e --- /dev/null +++ b/src/components/patientRegister/PatientRegisterRecoverList.vue @@ -0,0 +1,294 @@ + + + + + + + + + + + + + {{ ldddw(dict.completeFlag, "id", scope.row.completeFlag, "displayName") }} + + + + + {{ scope.row.isLock == "Y" ? "是" : "否" }} + + + + + {{ scope.row.customerOrgParentName ? scope.row.customerOrgParentName : scope.row.customerOrgName }} + + + + + {{ scope.row.customerOrgParentName ? scope.row.customerOrgName : "" }} + + + + + + {{ ldddw(dict.sex, "id", scope.row.sexId, "displayName") }} + + + + + + + + + + {{ ldddw(dict.medicalPackage, "id", scope.row.medicalPackageId, "displayName") }} + + + {{ ldddw(dict.customerOrgGroupAll, "id", scope.row.customerOrgGroupId, "displayName") }} + + + + + + + {{ ldddw(dict.nation, "id", scope.row.nationId, "displayName") }} + + + + + + + + {{ lmoment(scope.row.birthDate, "yyyy-MM-DD") }} + + + + + + + + + + + + + {{ ldddw(dict.maritalStatus, "id", scope.row.maritalStatusId, "displayName") }} + + + + + + + {{ ldddw(dict.medicalType, "id", scope.row.medicalTypeId, "displayName") }} + + + + + + + {{ ldddw(dict.personnelType, "id", scope.row.personnelTypeId, "displayName") }} + + + + + + + + + {{ scope.row.isVip == "Y" ? "是" : "否" }} + + + + + + {{ lmoment(scope.row.creationTime, "yyyy-MM-DD") }} + + + + + {{ scope.row.isUpload == "Y" ? "是" : "否" }} + + + + + + + + 回收表单 + + + 扫码回收 + + + + + + + + + + + + + + + diff --git a/src/views/customerOrg/patientRegisterRecover.vue b/src/views/customerOrg/patientRegisterRecover.vue index 01cdcdc..68aabab 100644 --- a/src/views/customerOrg/patientRegisterRecover.vue +++ b/src/views/customerOrg/patientRegisterRecover.vue @@ -1,26 +1,19 @@ - - + + - - - - - - - - - - - - - - + + + + + + + @@ -28,27 +21,167 @@