huangyw 3 年之前
父節點
當前提交
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
     },
439
     },
440
 
440
 
441
     // 电子病历打印
441
     // 电子病历打印
442
-    opentwo(index) {
442
+    opentwo(index) {  
443
       if (index == 1) {
443
       if (index == 1) {
444
         if (this.patientInfo.id == undefined) {
444
         if (this.patientInfo.id == undefined) {
445
           this.$message.error('请先选择病人')
445
           this.$message.error('请先选择病人')

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

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