|
@@ -2,7 +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" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
|
|
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
|
7
|
<div class="printTitle" style="position: absolute;left: 40%;top: 50px;">门诊收费清单</div>
|
7
|
8
|
<div style="display:flex;">
|
8
|
9
|
<div>单据号:<span
|
|
@@ -282,7 +283,8 @@
|
282
|
283
|
<div>操作日期:<span style="width:100px;display:inline-block;">{{getTime(new Date(),'{y}-{m}-{d}')?getTime(new Date(),'{y}-{m}-{d}'):''}}</span>
|
283
|
284
|
</div>
|
284
|
285
|
</div>
|
285
|
|
- <img style="width:100%;" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
|
|
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="">
|
286
|
288
|
</div>
|
287
|
289
|
</div>
|
288
|
290
|
|