From 66514a1a0855914be35731b1cb4338d988073ad5 Mon Sep 17 00:00:00 2001 From: Leo_Ding <2405260743@qq.com> Date: Mon, 3 Nov 2025 16:41:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E8=AF=A6=E7=BB=86=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E4=BF=A1=E6=81=AF=E5=92=8C=E6=AE=8B=E7=96=BE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../serverList/components/BasicInfo.vue | 280 +++++++++--------- .../components/DisabledPersonInfo.vue | 44 ++- .../serverList/components/detail.vue | 213 +++++++------ src/views/serverObj/serverList/index.vue | 2 +- 4 files changed, 286 insertions(+), 253 deletions(-) diff --git a/src/views/serverObj/serverList/components/BasicInfo.vue b/src/views/serverObj/serverList/components/BasicInfo.vue index da9f582..8ef5f7a 100644 --- a/src/views/serverObj/serverList/components/BasicInfo.vue +++ b/src/views/serverObj/serverList/components/BasicInfo.vue @@ -2,179 +2,175 @@
- -
服务对象姓名姓名: {{ formData.name || '-' }}
+ +
出生日期: {{ dayjs(formData.birthDate).format('YYYY-MM-DD') || '-' }}
- -
性别: {{ formData.gender || '-' }}
+ +
关爱巡访电话: {{ formData.careVisitPhone || '-' }}
- -
出生日期: {{ formData.birthDate || '-' }}
+ +
联系方式: {{ formData.contact1 || '-' }}
- -
关爱巡访电话: {{ formData.careVisitPhone || '-' }}
+ +
其他电话1: {{ formData.otherPhone1 || '-' }}
- -
联系方式: {{ formData.contact1 || '-' }}
+ +
其他电话2: {{ formData.otherPhone2 || '-' }}
- -
其他电话1: {{ formData.otherPhone1 || '-' }}
+ +
社保卡号: {{ formData.socialSecurityCardNumber || '-' }}
- -
其他电话2: {{ formData.otherPhone2 || '-' }}
+ +
证件类型: {{ dicsStore.getDictLabel('CARD_TYPE', formData.identityType) || '-' }} +
- -
联系状态: {{ formData.contactStatus || '-' }}
-
- - -
社保卡号: {{ formData.socialSecurityCardNumber || '-' }}
-
- -
证件类型: {{ formData.identityType || '-' }}
-
- -
证件号码: {{ formData.idNumber || '-' }}
+ +
证件号码: {{ formData.identityNo || '-' }}
+ + +
护理等级: {{ dicsStore.getDictLabel('Care_Level', formData.archive.nursingLevel) || + '-' }}
+
+ +
健康状况: {{ dicsStore.getDictLabel('Health_Condition', + formData.archive.healthStatus) || '-' }}
+
+ + +
生存状态: {{ dicsStore.getDictLabel('LIVING_STATUS', + formData.archive.survivalStatus) || '-' }}
+
+ +
服务状态: {{ dicsStore.getDictLabel('SERVICE_STATUS', + formData.archive.serviceStatus) || '-' }}
+
+ + +
服务形式: {{ dicsStore.getDictLabel('Service_Format', formData.archive.serviceForm) + || '-' }}
+
+ + + +
居住情况: {{ dicsStore.getDictLabel('Living_Situation', + formData.archive.livingSituation) || '-' }}
+
+ +
子女情况: {{ dicsStore.getDictLabel('CHILDREN_STATE', + formData.archive.childrenSituation) || '-' }}
+
+ +
统计分类: {{ dicsStore.getDictLabel('Statistical_Classification', + formData.archive.statisticsCategory) || '-' }}
+
+ + +
智力情况: {{ dicsStore.getDictLabel('Intellectual_Condition', + formData.archive.intellectualSituation) || '-' }}
+
+ +
长期照料失能子女: {{ dicsStore.getDictLabel('Disabled_Child', + formData.archive.longTermCareForDisabledChildren) || '-' }}
+
+ +
子女探望情况: {{ dicsStore.getDictLabel('Frequency_Visits', + formData.archive.childrenVisitStatus) || '-' }}
+
+ + +
人户分离: {{ dicsStore.getDictLabel('Separation', + formData.archive.householdResidenceSeparation) || '-' }}
+
+ +
民族: {{ dicsStore.getDictLabel('Ethnicity', formData.archive.ethnicity) || '-' }} +
+
+ +
完成能力评估: {{ dicsStore.getDictLabel('Capability_Assessment', + formData.archive.completedCapacityAssessment) || '-' }}
+
+ + +
住出租屋/地下室: {{ dicsStore.getDictLabel('Property_Basement', + formData.archive.livesInRentedRoomOrBasement) || '-' }}
+
+ +
经济来源: {{ dicsStore.getDictLabel('Source_Income', + formData.archive.economicSource) || '-' }}
+
+ +
文化程度: {{ dicsStore.getDictLabel('Level_Education', + formData.archive.educationLevel) || '-' }}
+
+ + +
宗教信仰: {{ dicsStore.getDictLabel('Religious_belief', formData.archive.religion) + || '-' }}
+
+ +
职业情况: {{ dicsStore.getDictLabel('Employment_Status', + formData.archive.occupation) || '-' }}
+
+ +
政治面貌: {{ dicsStore.getDictLabel('Political_affiliation', + formData.archive.politicalAffiliation) || '-' }}
+
+ + +
婚姻情况: {{ dicsStore.getDictLabel('Marital_Status', + formData.archive.maritalStatus) || '-' }}
+
+ + +
+ 政府购买服务时间: + {{ formatDate(formData.archive.starGovernmentService) }}- {{ formatDate(formData.archive.endGovernmentService) + }} +
+
-
+
家庭地址: - {{ formatArea(formData.homeAreaLabels) }} {{ formData.homeDetailAddress || '' }} + {{ formatArea(formData.archive.homeAreaLabels) }} {{ formData.archive.homeDetailAddress || '' }} (经度: {{ formData.lag }}, 纬度: {{ formData.lat }})
- -
护理等级: {{ formData.nursingLevel || '-' }}
-
- -
健康状况: {{ formData.healthStatus || '-' }}
-
- - -
生存状态: {{ formData.survivalStatus || '-' }}
-
- -
服务状态: {{ formData.serviceStatus || '-' }}
-
- - -
服务形式: {{ formData.serviceForm || '-' }}
-
-
+
户籍地址: - {{ formatArea(formData.houseAreaLabels) }} {{ formData.householdDetailAddress || '' }} + {{ formatArea(formData.archive.houseAreaLabels) }} {{ formData.archive.householdDetailAddress || '' }}
- - - -
- 政府购买服务开始时间(起): - {{ formatDate(formData.governmentPurchasedServiceStartDateStart) }} -
-
- -
- 政府购买服务开始时间(止): - {{ formatDate(formData.governmentPurchasedServiceStartDateEnd) }} -
-
- - - -
居住情况: {{ formData.livingSituation || '-' }}
-
- -
子女情况: {{ formData.childrenSituation || '-' }}
-
- -
统计分类: {{ formData.statisticsCategory || '-' }}
-
- - -
智力情况: {{ formData.intellectualSituation || '-' }}
-
- -
- 长期照料失能子女: - {{ formData.longTermCareForDisabledChildren === 'true' ? '是' : formData.longTermCareForDisabledChildren === 'false' ? '否' : '-' }} -
-
- -
子女探望情况: {{ formData.childrenVisitStatus || '-' }}
-
- - -
- 人户分离: - {{ formData.householdResidenceSeparation === 'true' ? '是' : formData.householdResidenceSeparation === 'false' ? '否' : '-' }} -
-
- -
民族: {{ formData.ethnicity || '-' }}
-
- -
- 完成能力评估: - {{ formData.completedCapacityAssessment === 'true' ? '是' : formData.completedCapacityAssessment === 'false' ? '否' : '-' }} -
-
- - -
- 住出租屋/地下室: - {{ formData.livesInRentedRoomOrBasement === 'true' ? '是' : formData.livesInRentedRoomOrBasement === 'false' ? '否' : '-' }} -
-
- -
经济来源: {{ formData.economicSource || '-' }}
-
- -
文化程度: {{ formData.educationLevel || '-' }}
-
- - -
宗教信仰: {{ formData.religion || '-' }}
-
- -
职业情况: {{ formData.occupation || '-' }}
-
- -
政治面貌: {{ formData.politicalAffiliation || '-' }}
-
- - -
婚姻情况: {{ formData.maritalStatus || '-' }}
-
- - -
+ +
身份证照片:
- +
-
+
+ \ No newline at end of file diff --git a/src/views/serverObj/serverList/components/detail.vue b/src/views/serverObj/serverList/components/detail.vue index 6b89834..be89579 100644 --- a/src/views/serverObj/serverList/components/detail.vue +++ b/src/views/serverObj/serverList/components/detail.vue @@ -1,31 +1,40 @@