Browse Source

提交代码

陈少旭 9 months ago
parent
commit
54cf7009a1

+ 1 - 1
src/xt_pages/outpatientCharges/statementPrint.vue View File

@@ -28,7 +28,7 @@
28 28
           :info="info"
29 29
           :paramsObj="paramsObj"
30 30
           :balanceAccounts="balanceAccounts"
31
-          v-if="org_id == 10138 || org_id == 10278  "
31
+          v-if="org_id == 10138 || org_id == 10278 || org_id ==10610"
32 32
         ></printThree>
33 33
         <printFour
34 34
           v-if="org_id == 9504 || org_id == 10028 || org_id == 10088  "

+ 8 - 1
src/xt_pages/outpatientCharges/statementTemplate/printThree.vue View File

@@ -4,6 +4,8 @@
4 4
            style="position: relative;">
5 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 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
+        <img style="width:100%;height:80px" v-if="$store.getters.xt_user.org_id==10610" src="https://kuyi.shengws.com/156.jpg" alt="">
8
+
7 9
           <div class="printTitle" style="position: absolute;left: 40%;top: 50px;">门诊收费清单</div>
8 10
           <div style="display:flex;">
9 11
               <div>单据号:<span
@@ -151,11 +153,14 @@
151 153
           </div>
152 154
           <img style="width:100%;" v-if="$store.getters.xt_user.org_id == 10138" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
153 155
           <img style="width:100%;" v-if="$store.getters.xt_user.org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">
156
+        <img style="width:100%;" v-if="$store.getters.xt_user.org_id == 10610"src="https://kuyi.shengws.com/157.jpg" alt="">
154 157
 
155 158
       </div>
156 159
       <div v-else id='prescription-print' class="prescription-print" style="position: relative;">
157 160
           <img style="width:100%;height:80px" v-if="$store.getters.xt_user.org_id == 10138" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
158 161
           <img style="width:100%;height:80px" v-if="$store.getters.xt_user.org_id == 10278" src="https://kuyi.shengws.com/beierlog.png" alt="">
162
+        <img style="width:100%;height:80px" v-if="$store.getters.xt_user.org_id==10610" src="https://kuyi.shengws.com/156.jpg" alt="">
163
+
159 164
 
160 165
           <div class="printTitle" style="position: absolute;left: 40%;top: 50px;">门诊收费清单</div>
161 166
           <div style="display:flex;">
@@ -298,7 +303,9 @@
298 303
               </div>
299 304
           </div>
300 305
           <img style="width:100%;" v-if="$store.getters.xt_user.org_id == 10138" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
301
-          <img style="width:100%;" v-else src="https://kuyi.shengws.com/bailinbeier.png" alt="">
306
+          <img style="width:100%;" v-if="$store.getters.xt_user.org_id == 10278"src="https://kuyi.shengws.com/bailinbeier.png" alt="">
307
+        <img style="width:100%;" v-if="$store.getters.xt_user.org_id == 10610"src="https://kuyi.shengws.com/157.jpg" alt="">
308
+
302 309
 
303 310
       </div>
304 311
   </div>