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 @@
| 个人信息 | |||||
| * 用户姓名 | -测试操作员 | +{{form.nickName}} | * 用户编号 | -232072 | +{{form.userId}} | 
| * 所属组织 | -测试有限责任公司(默认)/后场临时部门 | +{{form.orgFullName}} | 用户类别 | -临时人员 | +{{form.userType}} | 
| 用户手机号 | -136****0965 | +{{form.mobile}} | 性别 | -男 | +{{form.sex==1?'男':'女'}} | 
| 位置信息 | 出生日期 | -+ | {{form.birthday}} | ||
| 健康信息 | @@ -192,12 +192,12 @@慢性病 | 
-                         | 
                     怀孕日期 | -+ | 
+                         | 
                     
                     
| 是否住院 | 
-                         | 
                       住院日期 | -+ | 
+                         | 
                     |
| 劳动强度 | @@ -250,7 +271,7 @@|||||
| 饮食医嘱 | 
-                        | 体重控制目标 | 
                       
-                         | 
                      | ||
| BMI(kg/m²) | -+ | {{form.bmi}} | |||