Просмотр исходного кода

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 1 год назад
Родитель
Сommit
2ef41675d3
1 измененных файлов: 17 добавлений и 17 удалений
  1. 17 17
      src/xt_pages/outpatientCharges/invoiceTemplate/printSix.vue

+ 17 - 17
src/xt_pages/outpatientCharges/invoiceTemplate/printSix.vue Просмотреть файл

@@ -1,11 +1,11 @@
1 1
 <template>
2 2
   <div id='invoice-print' >
3 3
     <div v-for='(i,index) in pageArr.length' :key="index" >
4
-      <div :style="{position: 'absolute',top:(0 + (index * 420))  + 'px',left:152+ 'px',}">盐城大丰悦达金骆驼血液透析中心</div>
4
+      <div :style="{position: 'absolute',top:(0 + (index * 420))  + 'px',left:152+ 'px',}">大丰燕舞血液透析中心</div>
5 5
       <div :style="{position: 'absolute',top:(18 + (index * 420))  + 'px',left:117+ 'px',}">{{ list.order_number }}</div>
6 6
       <div >
7
-          <div :style="{position: 'absolute',top:(38 + (index * 420))  + 'px',left:92+ 'px',}">{{ paramsObj.name }}</div>
8
-          <div :style="{position: 'absolute',top:(38 + (index * 420))  + 'px',left:492+ 'px',}">{{ doctor_info.user_name }}  {{ doctor_info.doctor_number }} </div>
7
+        <div :style="{position: 'absolute',top:(38 + (index * 420))  + 'px',left:92+ 'px',}">{{ paramsObj.name }}</div>
8
+        <div :style="{position: 'absolute',top:(38 + (index * 420))  + 'px',left:492+ 'px',}">{{ doctor_info.user_name }}  {{ doctor_info.doctor_number }} </div>
9 9
       </div>
10 10
       <div :style="{position: 'absolute',top:(95 + (index * 420))  + 'px',left:76+ 'px',}">
11 11
           <div v-if="list.westernMedicineCostTotal">西药 {{ list.westernMedicineCostTotal }}</div>
@@ -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>
@@ -71,7 +71,7 @@
71 71
 
72 72
       </div>
73 73
       <div v-if="index != pageArr.length - 1">
74
-          <div :style="{position: 'absolute',top:(390 + (index * 420))  + 'px',left:140+ 'px'}">盐城大丰悦达金骆驼血液透析中心</div>
74
+          <div :style="{position: 'absolute',top:(390 + (index * 420))  + 'px',left:140+ 'px'}">大丰燕舞血液透析中心</div>
75 75
           <div :style="{position: 'absolute',top:(390 + (index * 420))  + 'px',left:374+ 'px'}">{{ paramsObj.chargeName }}</div>
76 76
           <div :style="{position: 'absolute',top:(390 + (index * 420))  + 'px',left:435+ 'px'}">
77 77
               <span>{{  paramsObj.setl_time ? paramsObj.setl_time.split(' ')[0].slice(0,4) : getTime(list.date, '{y}-{m}-{d}').slice(0,4) }}</span>
@@ -84,7 +84,7 @@
84 84
           </div>
85 85
       </div>
86 86
       <div v-if="index == pageArr.length - 1">
87
-        <div :style="{position: 'absolute',top:(390 + (index * 420))  + 'px',left:140+ 'px'}">盐城大丰悦达金骆驼血液透析中心</div>
87
+        <div :style="{position: 'absolute',top:(390 + (index * 420))  + 'px',left:140+ 'px'}">大丰燕舞血液透析中心</div>
88 88
         <div :style="{position: 'absolute',top:(390 + (index * 420))  + 'px',left:374+ 'px'}">{{ paramsObj.chargeName }}</div>
89 89
         <div :style="{position: 'absolute',top:(390 + (index * 420))  + 'px',left:435+ 'px'}">
90 90
           <span>{{  paramsObj.setl_time ? paramsObj.setl_time.split(' ')[0].slice(0,4) : getTime(list.date, '{y}-{m}-{d}').slice(0,4) }}</span>