yq1 1 年之前
父節點
當前提交
e177df3f96
共有 1 個文件被更改,包括 12 次插入12 次删除
  1. 12 12
      src/xt_pages/outpatientCharges/invoiceTemplate/printSix.vue

+ 12 - 12
src/xt_pages/outpatientCharges/invoiceTemplate/printSix.vue 查看文件

@@ -45,19 +45,19 @@
45 45
       <div :style="{position: 'absolute',top:(305 + (index * 420))  + 'px',left:121+ 'px'}">{{ zhongwen }}</div>
46 46
       <div :style="{position: 'absolute',top:(305 + (index * 420))  + 'px',left:490+ 'px'}">{{ list.medfee_sumamt }}</div>
47 47
       <div v-if="index == pageArr.length - 1" :style="{position: 'absolute',top:(320 + (index * 420))  + 'px',left:110+ 'px',width:100 + '%',fontSize:12+'px'}">
48
-          <div style="display:flex;">
49
-            <div style="width:140px">医疗总费用:{{ list.order.medfee_sumamt }}</div>
50
-            <div style="width:140px">基金支付总额:{{ list.order.fund_pay_sumamt }}</div>
51
-            <div style="width:140px">统筹支出:{{ list.order.hifp_pay }}</div>
52
-            <div style="width:140px">大病支出:{{list.order.hifmi_pay}}</div>
48
+        <div style="display:flex;">
49
+          <div style="width:140px">医疗总费用:{{ list.order.medfee_sumamt }}</div>
50
+          <div style="width:140px">基金支付总额:{{ list.order.fund_pay_sumamt }}</div>
51
+          <div style="width:140px">统筹支出:{{ list.order.hifp_pay }}</div>
52
+          <div style="width:140px">大病支出:{{list.order.hifmi_pay}}</div>
53 53
 
54
-          </div>
55
-          <div style="display:flex;">
56
-            <div style="width:140px">个人账户支付:{{ list.order.acct_pay }}</div>
57
-            <div style="width:140px">现金支出:{{ list.order.psn_cash_pay }}</div>
58
-            <div style="width:140px">本次账户:0</div>
59
-            <div style="width:140px">上次账户:0</div>
60
-          </div>
54
+        </div>
55
+        <div style="display:flex;">
56
+          <div style="width:140px">个人账户支付:{{ list.order.acct_pay }}</div>
57
+          <div style="width:140px">现金支出:{{ list.order.psn_cash_pay }}</div>
58
+          <div style="width:140px">本次账户:0</div>
59
+          <div style="width:140px">上次账户:0</div>
60
+        </div>
61 61
         <div style="display:flex;">
62 62
           <div style="width:140px">账户余额:{{ list.order.balc }}</div>
63 63
           <div style="width:140px">其他支出:{{ list.order.oth_pay }}</div>