diff --git a/src/api/healthCenter/index.js b/src/api/healthCenter/index.js index a6fc31d5..15eac282 100644 --- a/src/api/healthCenter/index.js +++ b/src/api/healthCenter/index.js @@ -136,7 +136,6 @@ export function editHealthInfoApi(data) { data: data }) } - // 健康档案-删除 export function delHealthInfoApi(data) { return request({ @@ -148,6 +147,70 @@ export function delHealthInfoApi(data) { data: data }) } +// 模板-列表 +export function getModelListApi() { + return request({ + url: '/smart-canteen/health_medical_report_template/getModelList', + method: 'get', + headers: { + "merchant-id":"378915229716713472", + }, + params:{} + }) +} +// 查询 体检报告模板-详情 +export function getModelByIdApi(data) { + return request({ + url: '/smart-canteen/health_medical_report_template/getModelById', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data:data + }) +} +// 体检报告-编辑 +export function addReportApi(data) { + return request({ + url: '/smart-canteen/health_person_medical_report/addReport', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data: data + }) +} +export function getReportApi(data) { + return request({ + url: '/smart-canteen/health_person_medical_report/getReportList', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data:data + }) +} +export function delReportListApi(data) { + return request({ + url: '/smart-canteen/health_person_medical_report/delReportList', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data:data + }) +} +// 查询 体检报告-详情 +export function getReportByIdApi(data) { + return request({ + url: '/smart-canteen/health_person_medical_report/getReportById', + method: 'post', + headers: { + "merchant-id":"378915229716713472", + }, + data:data + }) +} @@ -172,13 +235,6 @@ export function delHealthInfoApi(data) { - - - - - - - diff --git a/src/views/healthCenter/examinationReport/index.vue b/src/views/healthCenter/examinationReport/index.vue index ccccf8d8..25e2fee2 100644 --- a/src/views/healthCenter/examinationReport/index.vue +++ b/src/views/healthCenter/examinationReport/index.vue @@ -56,7 +56,7 @@ 体检报告 @@ -69,181 +69,244 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
个人信息
* 用户姓名测试操作员* 用户编号232072
* 所属组织测试有限责任公司(默认)/后场临时部门用户类别临时人员
用户手机号136****0965性别
位置信息出生日期
健康信息
就诊号 - - 住院号 - -
身高 - + + + + + + + + + + +
+ + 新增体检报告 + +
+ + + + + + + + + +
+
+
+
+ + + + + + + + +
+
+ + + +
+
+
+
+ +
+ + + + + + +
+
体检报告单
+
+ + + + + + + + + + +
+
用户姓名:测试操作员
+
+
性别:
+
+
年龄:未知
+
+
检验机构:
+
+ + +
检查日期:
+
+ + +
+
+
+ + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{itmes.medicalProjectName}}
项目名称检查结果单位
{{itme.medicalProjectDetailName}} - 体重 - -
血型 - - - - 慢性病 - - - -
怀孕状态 - - - - 怀孕日期
是否住院 - - - - - 住院日期
劳动强度 - - - - 过敏源 - -
饮食医嘱 - - - - 体重控制目标 - - 减肥 - 增重 - -
BMI(kg/m²)
- - - + />
{{itme.medicalProjectDetailUnit}}
+ + +
+ + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
个人信息
用户姓名{{personData.nickName}}用户编号 {{personData.userId}}
所属组织{{personData.orgFullName}}用户类别 {{personData.userType}}
用户手机号 {{personData.mobile}}性别 {{personData.sex==1?'男':'女'}}
位置信息{{personData.nickName}}出生日期 {{personData.birthday}}
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
健康信息
就诊号{{personData.doctorNum}}{{personData.hospitalNum}}
身高{{personData.height}}体重{{personData.weight}}
血型{{personData.bloodType}}慢性病{{personData.chronicNames}}
怀孕状态 {{personData.pregnantStatus}}怀孕日期{{personData.pregnancyDate}}
是否住院 {{personData.ifHospitalized}}住院日期{{personData.inpatientDate}}
劳动强度{{personData.labourIntensity}}过敏源{{personData.allergen}}
饮食医嘱{{personData.doctorAdvice}}体重控制目标{{personData.weightControl}}
BMI(kg/m²){{personData.bmi}}
+
+
+
+
+ + +
@@ -254,7 +317,8 @@ -SSSSSSSSS diff --git a/src/views/healthCenter/healthRecords/index.vue b/src/views/healthCenter/healthRecords/index.vue index 484727ae..1d1d4c0a 100644 --- a/src/views/healthCenter/healthRecords/index.vue +++ b/src/views/healthCenter/healthRecords/index.vue @@ -192,7 +192,7 @@ 慢性病 - + { this.$modal.msgSuccess("修改成功"); this.open = false;