Forráskód Böngészése

病案首页手术类别

‘chenzhilei’ 3 hónapja
szülő
commit
11e1c67248

+ 28 - 0
src/views/hospitalization/case-front-sheet/FillCaseFrontSheet.vue

@@ -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"
+                  >
+                    &nbsp;&nbsp;{{ 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">&nbsp;&nbsp;1&nbsp;&nbsp;</option>
+                  <option value="2">&nbsp;&nbsp;2&nbsp;&nbsp;</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.择期手术&nbsp;2.急诊手术&nbsp;&nbsp;切口类别:0.0级切口&nbsp;Ⅰ.Ⅰ级切口&nbsp;Ⅱ.Ⅱ级切口&nbsp;Ⅲ.Ⅲ级切口&nbsp;&nbsp;<br/>
+            愈合等级:甲.甲级愈合&nbsp;乙.乙级愈合&nbsp;丙.丙级愈合&nbsp;其他.提前出院等无法预知的&nbsp;&nbsp;
+          </div>
           <div>
             离院方式:
             <select