|
@@ -3,7 +3,7 @@
|
3
|
3
|
<div v-if="paramsObj.balance_accounts_type != 2" id='prescription-print' class="prescription-print"
|
4
|
4
|
style="position: relative;">
|
5
|
5
|
<img style="width:100%;height:80px" v-if="org_id != 10278" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
|
6
|
|
- <img style="width:100%;height:80px" v-else src="https://kuyi.shengws.com/beierlog.png" alt="">
|
|
6
|
+ <img style="width:100%;height:80px" v-if="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
|
|
@@ -284,7 +284,7 @@
|
284
|
284
|
</div>
|
285
|
285
|
</div>
|
286
|
286
|
<img style="width:100%;" v-if="org_id != 10278" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
|
287
|
|
- <img style="width:100%;" v-else src="https://kuyi.shengws.com/bailinbeier.png" alt="">
|
|
287
|
+ <img style="width:100%;" v-if="org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">
|
288
|
288
|
</div>
|
289
|
289
|
</div>
|
290
|
290
|
|