|
@@ -95,7 +95,7 @@
|
|
|
padding: 0 4px;
|
|
|
border-bottom: 1px solid black;
|
|
|
width: 50px;
|
|
|
- ">{{ patient.ageDays}}</span>
|
|
|
+ ">{{ patient.ageDays }}</span>
|
|
|
天
|
|
|
</div>
|
|
|
<div style="margin: 8px 8px 8px 0">
|
|
@@ -829,9 +829,12 @@
|
|
|
<th rowspan="2">手术及操作编码</th>
|
|
|
<th rowspan="2" style="width: 70px">手术及操作日期</th>
|
|
|
<th rowspan="2" style="width: 10px">手术级别</th>
|
|
|
+ <th rowspan="2" style="width: 10px">手术类别</th>
|
|
|
<th rowspan="2">手术及操作名称</th>
|
|
|
<th colspan="3">手术及操作医师</th>
|
|
|
- <th rowspan="2" style="width: 30px">切口愈合等级</th>
|
|
|
+ <!-- <th rowspan="2" style="width: 30px">切口愈合等级</th> -->
|
|
|
+ <th rowspan="2" style="width: 10px">切口等级</th>
|
|
|
+ <th rowspan="2" style="width: 10px">愈合等级</th>
|
|
|
<th rowspan="2">麻醉方式</th>
|
|
|
<th rowspan="2">麻醉医师</th>
|
|
|
</tr>
|
|
@@ -855,6 +858,9 @@
|
|
|
)
|
|
|
}}
|
|
|
</td>
|
|
|
+ <td style="padding: 3px">
|
|
|
+ {{ patient.surgeryList[n - 1].classType }}
|
|
|
+ </td>
|
|
|
<td style="padding: 3px">
|
|
|
{{ patient.surgeryList[n - 1].name }}
|
|
|
</td>
|
|
@@ -867,13 +873,23 @@
|
|
|
<td style="width: 50px">
|
|
|
{{ patient.surgeryList[n - 1].assistantTwoName }}
|
|
|
</td>
|
|
|
- <td style="text-align-last: center">
|
|
|
+ <!-- <td style="text-align-last: center">
|
|
|
{{
|
|
|
filterNameInDic(
|
|
|
patient.surgeryList[n - 1].cutHeal,
|
|
|
"getCutHealGrade"
|
|
|
)
|
|
|
}}
|
|
|
+ </td> -->
|
|
|
+ <td style="width: 25px;">
|
|
|
+ {{
|
|
|
+ patient.surgeryList[n - 1].cut
|
|
|
+ }}
|
|
|
+ </td>
|
|
|
+ <td style="width: 25px;">
|
|
|
+ {{
|
|
|
+ patient.surgeryList[n - 1].heal
|
|
|
+ }}
|
|
|
</td>
|
|
|
<td>
|
|
|
{{
|
|
@@ -1418,17 +1434,17 @@
|
|
|
</span>
|
|
|
1.完成 2.变异 3.退出 4.未入
|
|
|
</div>
|
|
|
- <div style="width: 700px;box-sizing: border-box;">
|
|
|
- <span>说明:(一)医疗付费方式 1.城镇职工基本医疗保险 2.城镇居民基本医疗保险 3.新型农村合作医疗 4.贫困救助
|
|
|
- 5.商业医疗保险 6.全公费 7.全自费 8.其他社会保险 9.其他
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- <div style="width: 700px;box-sizing: border-box;">
|
|
|
- <span>说明:(二)身份证件类型</span>
|
|
|
- <span v-for="item in dics.getPsnCertType">
|
|
|
- {{ item.code }}.{{ item.name }}
|
|
|
- </span>
|
|
|
- </div>
|
|
|
+ <div style="width: 700px;box-sizing: border-box;">
|
|
|
+ <span>说明:(一)医疗付费方式 1.城镇职工基本医疗保险 2.城镇居民基本医疗保险 3.新型农村合作医疗 4.贫困救助
|
|
|
+ 5.商业医疗保险 6.全公费 7.全自费 8.其他社会保险 9.其他
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div style="width: 700px;box-sizing: border-box;">
|
|
|
+ <span>说明:(二)身份证件类型</span>
|
|
|
+ <span v-for="item in dics.getPsnCertType">
|
|
|
+ {{ item.code }}.{{ item.name }}
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
<!-- <div style="margin: 8px 8px 8px 0">
|
|
|
单病种管理:
|
|
|
<span style="
|