yq1 před 1 rokem
rodič
revize
10b5b601f1

+ 5 - 5
src/xt_pages/outpatientCharges/invoicePrint.vue Zobrazit soubor

@@ -12,14 +12,14 @@
12 12
       <el-button
13 13
       v-if="org_id==10088 || org_id == 0"
14 14
       style="position:fixed;right:115px;z-index:999"
15
-      size="small" type="success" 
16
-      @click="showclick = !showclick">{{ showclick==false ? '白纸' : '发票' }}</el-button>  
15
+      size="small" type="success"
16
+      @click="showclick = !showclick">{{ showclick==false ? '白纸' : '发票' }}</el-button>
17 17
     </template>
18
-    <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375 && org_id != 10567 && org_id != 10188 "><!--&& org_id != 10188 && org_id != 0-->
18
+    <div class="app-container" style="padding-top:40px;" v-if="org_id != 10217 && org_id != 10485 && org_id != 10375 && org_id != 10567 && org_id != 10188 && org_id != 0"><!--&& org_id != 10188 && org_id != 0-->
19 19
         <div class='dialysisPage'>
20 20
           <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id != 10480 " >
21 21
             <printOne v-if="org_id != 10088 && org_id != 10510 && org_id != 0" :paramsObj="invoiceParams"></printOne>
22
-            <printThree v-if="org_id == 10088 || org_id == 0" :paramsObj="invoiceParams" :show="showclick"></printThree>
22
+            <printThree v-if="org_id == 10088 " :paramsObj="invoiceParams" :show="showclick"></printThree>
23 23
             <printfifteen v-if="org_id == 10510  " :paramsObj="invoiceParams"></printfifteen>
24 24
           </div>
25 25
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
@@ -45,7 +45,7 @@
45 45
         <printSix :paramsObj="invoiceParams"></printSix>
46 46
       </div>
47 47
     </div>
48
-    <div class="app-container" style="padding-top:40px;" v-if="org_id == 10375">
48
+    <div class="app-container" style="padding-top:20px;" v-if="org_id == 10375 || org_id == 0">
49 49
       <div class='dialysisPage'>
50 50
         <print-ten :paramsObj="invoiceParams"></print-ten>
51 51
       </div>

+ 5 - 5
src/xt_pages/outpatientCharges/invoiceTemplate/printTen.vue Zobrazit soubor

@@ -24,9 +24,9 @@
24 24
           <div>项目</div>
25 25
           <div>金额</div>
26 26
         </div>
27
-        <div style=" width: 608px;min-height: 200px;">
27
+        <div style=" width: 608px;height: 180px;">
28 28
           <div style="display:flex;justify-content: space-around;">
29
-            
29
+
30 30
             <div style="">西药费</div>
31 31
             <div style="">{{ list.westernMedicineCostTotal ? list.westernMedicineCostTotal.toFixed(2) : '' }}</div>
32 32
             <div style="">检查费</div>
@@ -36,7 +36,7 @@
36 36
           </div>
37 37
 
38 38
           <div style="display:flex;justify-content: space-around;">
39
-           
39
+
40 40
             <div style="">床位费</div>
41 41
             <div style="">{{ list.bedCostTotal ? list.bedCostTotal.toFixed(2) : '' }}</div>
42 42
             <div style="position:  relative;left: -15px;">中成药</div>
@@ -62,7 +62,7 @@
62 62
           </div>
63 63
         </div>
64 64
         <div style="border-top:1px solid black;width: 608px;">
65
-          
65
+
66 66
           <div style="border-right: 1px solid black;display: inline-block;width: 360px;padding: 5px;">
67 67
             <span>合计(大写):</span>
68 68
             <span>
@@ -135,7 +135,7 @@
135 135
           <div style="width:140px">收款人:{{list.admin_user_name}}</div>
136 136
         </div>
137 137
       </div>
138
-      
138
+
139 139
   </div>
140 140
 </template>
141 141
 <script>