From c7a65630bf97706554c68c269403d672bde52ca9 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期六, 18 一月 2025 14:57:26 +0800
Subject: [PATCH] 完成随访记录
---
src/views/home/components/fangAn/editDietary.vue | 33 ++++++++++++++++++++++++++++-----
1 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/src/views/home/components/fangAn/editDietary.vue b/src/views/home/components/fangAn/editDietary.vue
index 7219e2c..a1c6e85 100644
--- a/src/views/home/components/fangAn/editDietary.vue
+++ b/src/views/home/components/fangAn/editDietary.vue
@@ -64,6 +64,15 @@
</td>
</tr>
<tr>
+ <td class="htr">营养记录汇总</td>
+ <td colspan="7">
+ <el-form-item>
+ <el-input v-model="state.tableData.营养记录汇总" type="textarea"
+ :autosize="{ minRows: 1, maxRows: 3 }" placeholder="营养记录汇总" />
+ </el-form-item>
+ </td>
+ </tr>
+ <!-- <tr>
<td class="htr">饮食回顾时间</td>
<td class="htr">早餐</td>
<td class="htr">加餐</td>
@@ -73,8 +82,8 @@
<td class="htr">加餐</td>
<td class="htr">其他</td>
- </tr>
- <tr>
+ </tr> -->
+ <!-- <tr>
<td class="htr">透析日</td>
<td>
<el-input v-model="state.tableData.透析日.早餐" placeholder="" />
@@ -123,7 +132,7 @@
<el-input v-model="state.tableData.非透析日.其他" placeholder="" />
</td>
- </tr>
+ </tr> -->
<tr>
<td class="htr">饮食问题</td>
<td colspan="7">
@@ -203,6 +212,16 @@
<tr>
<td colspan="8" style=" background-color: rgb(250, 236, 216);font-weight:800 ;">
A:营养评估结果,计算所需摄入量</td>
+ </tr>
+ <tr>
+ <td class="htr">营养饮食现状</td>
+
+ <td colspan="7">
+ <el-form-item>
+ <el-input v-model="state.tableData.营养饮食现状" type="textarea"
+ :autosize="{ minRows: 1, maxRows: 3 }" placeholder="" />
+ </el-form-item>
+ </td>
</tr>
<tr>
<td class="htr">营养指导初期目标</td>
@@ -642,6 +661,7 @@
食物过敏原: "",
胃肠功能状况: "",
蛋白粉补充情况: "",
+ 营养记录汇总:"",
透析日: {
早餐: '',
早加餐: '',
@@ -677,6 +697,7 @@
异常生化指标: '',
// A:营养评估结果,计算所需摄入量
营养指导初期目标: '',//优先改善( )的问题,遵循血透饮食低磷低钾优质蛋白充足能量的饮食原则
+ 营养饮食现状:'',
营养师指导建议: {
透析饮食指导: {
能量: "",
@@ -876,6 +897,7 @@
食物过敏原: "",
胃肠功能状况: "",
蛋白粉补充情况: "",
+ 营养记录汇总:"",
透析日: {
早餐: '',
早加餐: '',
@@ -911,6 +933,7 @@
异常生化指标: '',
// A:营养评估结果,计算所需摄入量
营养指导初期目标: '',//优先改善( )的问题,遵循血透饮食低磷低钾优质蛋白充足能量的饮食原则
+ 营养饮食现状:'',
营养师指导建议: {
透析饮食指导: {
能量: "",
@@ -1049,7 +1072,7 @@
wherecondition: `survery_form_type=1 and patient_code='${patientsInfo.value.code}'`,
ordercondition: 'survery_time desc'
}
- pasm.wherecondition += "and suvery_form_name='营养风险筛查表(NRS2002)'"
+ pasm.wherecondition += "and suvery_form_name='NRS2002'"
const yinyangbiaodan1 = await list(pasm)
return yinyangbiaodan1
}
@@ -1061,7 +1084,7 @@
wherecondition: `survery_form_type=1 and patient_code='${patientsInfo.value.code}'`,
ordercondition: 'survery_time desc'
}
- pasm.wherecondition += "and suvery_form_name='GNIR营养评估分'"
+ pasm.wherecondition += "and suvery_form_name='GNRI'"
const yinyangbiaodan1 = await list(pasm)
return yinyangbiaodan1
}
--
Gitblit v1.8.0