huangyw 2 年之前
父節點
當前提交
f9244b7def
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue
  2. 1 1
      src/xt_pages/outpatientTool/gatherPrint.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue 查看文件

@@ -439,7 +439,7 @@ export default {
439 439
     },
440 440
 
441 441
     // 电子病历打印
442
-    opentwo(index) {
442
+    opentwo(index) {  
443 443
       if (index == 1) {
444 444
         if (this.patientInfo.id == undefined) {
445 445
           this.$message.error('请先选择病人')

+ 1 - 1
src/xt_pages/outpatientTool/gatherPrint.vue 查看文件

@@ -45,7 +45,7 @@
45 45
             <div>护理费:{{getNursing()}}</div>
46 46
             <div>床位费:{{getBedCostTotal()}}</div>
47 47
         </div>
48
-        <div class="listInfo" style="margin-bottom: 20px;">
48
+        <div class="listInfo" style="margin-bottom: 10px;">
49 49
             <div>麻醉费:{{getAnesthesia()}}</div>
50 50
             <div>材料费:{{getMaterialCostTotal()}}</div>
51 51
             <div>其他:{{getOtherCostTotal()}}</div>