|
|
@@ -1054,6 +1054,7 @@
|
|
|
<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>
|
|
|
@@ -1124,6 +1125,29 @@
|
|
|
</option>
|
|
|
</select>
|
|
|
</td>
|
|
|
+ <!-- <td style="text-align-last: center">
|
|
|
+ <select
|
|
|
+ style="border: none !important; width: 30px"
|
|
|
+ v-model="patient.surgeryList[n - 1].type"
|
|
|
+ >
|
|
|
+ <option
|
|
|
+ v-for="(item, index) in dics.getOperateScale"
|
|
|
+ :key="index"
|
|
|
+ :value="item.code"
|
|
|
+ >
|
|
|
+ {{ item.code }}
|
|
|
+ </option>
|
|
|
+ </select>
|
|
|
+ </td> -->
|
|
|
+ <td style="text-align-last: center">
|
|
|
+ <select
|
|
|
+ style="border: none !important; width: 30px"
|
|
|
+ v-model="patient.surgeryList[n - 1].classType"
|
|
|
+ >
|
|
|
+ <option value="1"> 1 </option>
|
|
|
+ <option value="2"> 2 </option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
<td style="padding: 3px">
|
|
|
<textarea
|
|
|
id="surgeryMain"
|
|
|
@@ -1248,6 +1272,10 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
+ <div style="border-bottom:1px solid black;margin-right: 20px">
|
|
|
+ 手术类别:1.择期手术 2.急诊手术 切口类别:0.0级切口 Ⅰ.Ⅰ级切口 Ⅱ.Ⅱ级切口 Ⅲ.Ⅲ级切口 <br/>
|
|
|
+ 愈合等级:甲.甲级愈合 乙.乙级愈合 丙.丙级愈合 其他.提前出院等无法预知的
|
|
|
+ </div>
|
|
|
<div>
|
|
|
离院方式:
|
|
|
<select
|