diff --git a/src/api/healthCenter/index.js b/src/api/healthCenter/index.js index 2dcd3ec8..afcb070b 100644 --- a/src/api/healthCenter/index.js +++ b/src/api/healthCenter/index.js @@ -114,8 +114,40 @@ export function getHealthInfoPageApi(data) { params:data }) } - - +// 查询 健康档案-详情 +export function getHealthInfoDetailApi(data) { + return request({ + url: '/smart-canteen/health/info/detail-health-info', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data:data + }) +} +// 健康档案-编辑 +export function editHealthInfoApi(data) { + return request({ + url: '/smart-canteen/health/info/edit-health-info', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data: data + }) +} + +// 健康档案-删除 +export function delHealthInfoApi(data) { + return request({ + url: '/smart-canteen/health/info/del-health-info', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data: data + }) +} diff --git a/src/views/healthCenter/examinationReport/index.vue b/src/views/healthCenter/examinationReport/index.vue index 0cee8a7b..ccccf8d8 100644 --- a/src/views/healthCenter/examinationReport/index.vue +++ b/src/views/healthCenter/examinationReport/index.vue @@ -2,7 +2,7 @@
- + - + - +
- + - + - + - + - + - + - + @@ -192,12 +192,12 @@ @@ -213,18 +213,39 @@ - + - + @@ -250,7 +271,7 @@ - +
个人信息
* 用户姓名测试操作员{{form.nickName}} * 用户编号232072{{form.userId}}
* 所属组织测试有限责任公司(默认)/后场临时部门{{form.orgFullName}} 用户类别临时人员{{form.userType}}
用户手机号136****0965{{form.mobile}} 性别{{form.sex==1?'男':'女'}}
位置信息 出生日期{{form.birthday}}
健康信息 慢性病 - - + +
怀孕日期 + + +
是否住院 - - - + + 住院日期 + + +
劳动强度
饮食医嘱 - + 体重控制目标 - - 减肥 - 增重 + +
BMI(kg/m²){{form.bmi}}
@@ -288,7 +312,7 @@