|
@@ -2,8 +2,8 @@
|
2
|
2
|
<div>
|
3
|
3
|
<div v-if="paramsObj.balance_accounts_type != 2" id='prescription-print' class="prescription-print"
|
4
|
4
|
style="position: relative;">
|
5
|
|
- <img style="width:100%;height:80px" v-if="org_id == 10138" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
|
6
|
|
- <img style="width:100%;height:80px" v-if="org_id==10278" src="https://kuyi.shengws.com/beierlog.png" alt="">
|
|
5
|
+ <img style="width:100%;height:80px" v-if="$store.getters.xt_user.org_id == 10138" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
|
|
6
|
+ <img style="width:100%;height:80px" v-if="$store.getters.xt_user.org_id==10278" src="https://kuyi.shengws.com/beierlog.png" alt="">
|
7
|
7
|
<div class="printTitle" style="position: absolute;left: 40%;top: 50px;">门诊收费清单</div>
|
8
|
8
|
<div style="display:flex;">
|
9
|
9
|
<div>单据号:<span
|
|
@@ -142,12 +142,12 @@
|
142
|
142
|
<div>操作日期:<span style="width:100px;display:inline-block;">{{info.setl_time ? info.setl_time.split(' ')[0] : ''}}</span>
|
143
|
143
|
</div>
|
144
|
144
|
</div>
|
145
|
|
- <img style="width:100%;" v-if="org_id == 10138" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
|
146
|
|
- <img style="width:100%;" v-if="org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">
|
147
|
|
-
|
|
145
|
+ <img style="width:100%;" v-if="$store.getters.xt_user.org_id == 10138" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
|
|
146
|
+ <img style="width:100%;" v-if="$store.getters.xt_user.org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">
|
|
147
|
+
|
148
|
148
|
</div>
|
149
|
149
|
<div v-else id='prescription-print' class="prescription-print" style="position: relative;">
|
150
|
|
- <img style="width:100%;height:80px" v-if="org_id != 10278" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
|
|
150
|
+ <img style="width:100%;height:80px" v-if="$store.getters.xt_user.org_id != 10278" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
|
151
|
151
|
<img style="width:100%;height:80px" v-else src="https://kuyi.shengws.com/beierlog.png" alt="">
|
152
|
152
|
<div class="printTitle" style="position: absolute;left: 40%;top: 50px;">门诊收费清单</div>
|
153
|
153
|
<div style="display:flex;">
|
|
@@ -286,9 +286,9 @@
|
286
|
286
|
<div>操作日期:<span style="width:100px;display:inline-block;">{{getTime(new Date(),'{y}-{m}-{d}')?getTime(new Date(),'{y}-{m}-{d}'):''}}</span>
|
287
|
287
|
</div>
|
288
|
288
|
</div>
|
289
|
|
- <img style="width:100%;" v-if="org_id == 10138" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
|
290
|
|
- <img style="width:100%;" v-if="org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">
|
291
|
|
-
|
|
289
|
+ <img style="width:100%;" v-if="$store.getters.xt_user.org_id == 10138" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
|
|
290
|
+ <img style="width:100%;" v-if="$store.getters.xt_user.org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">
|
|
291
|
+
|
292
|
292
|
</div>
|
293
|
293
|
</div>
|
294
|
294
|
|