see999 4 years ago
parent
commit
20aeb9ffa3

+ 4 - 4
src/xt_pages/outpatientCharges/newTreatTemplate/printTwo.vue View File

1
 <template>
1
 <template>
2
     <div>
2
     <div>
3
         <div v-if="paramsObj.balance_accounts_type != 2" id='prescription-print' class="prescription-print" style="position: relative;">
3
         <div v-if="paramsObj.balance_accounts_type != 2" id='prescription-print' class="prescription-print" style="position: relative;">
4
-            <img style="width:100%;height:80px" src="../../../assets/img/bailinTop.jpg" alt="">
4
+            <img style="width:100%;height:80px" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
5
             <div class="printTitle" style="position: absolute;left: 40%;top: 50px;">门诊收费清单</div>
5
             <div class="printTitle" style="position: absolute;left: 40%;top: 50px;">门诊收费清单</div>
6
             <div style="display:flex;">
6
             <div style="display:flex;">
7
                 <div>单据号:<span style="display:inline-block;width:200px;">{{info.order_number ? info.order_number : ''}}</span></div>
7
                 <div>单据号:<span style="display:inline-block;width:200px;">{{info.order_number ? info.order_number : ''}}</span></div>
74
                 <div>操作人:<span style="width:100px;display:inline-block;">{{info.doctor_name}}</span></div>
74
                 <div>操作人:<span style="width:100px;display:inline-block;">{{info.doctor_name}}</span></div>
75
                 <div>操作日期:<span style="width:100px;display:inline-block;">{{info.record_date}}</span></div>
75
                 <div>操作日期:<span style="width:100px;display:inline-block;">{{info.record_date}}</span></div>
76
             </div>
76
             </div>
77
-            <img style="width:100%;" src="../../../assets/img/bailinBottom.jpg" alt="">
77
+            <img style="width:100%;" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
78
         </div>
78
         </div>
79
         <div v-else id='prescription-print' class="prescription-print" style="position: relative;">
79
         <div v-else id='prescription-print' class="prescription-print" style="position: relative;">
80
-          <img style="width:100%;height:80px" src="../../../assets/img/bailinTop.jpg" alt="">
80
+          <img style="width:100%;height:80px" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
81
             <div class="printTitle" style="position: absolute;left: 40%;top: 50px;">门诊收费清单</div>
81
             <div class="printTitle" style="position: absolute;left: 40%;top: 50px;">门诊收费清单</div>
82
             <div style="display:flex;">
82
             <div style="display:flex;">
83
                 <div>单据号:<span style="display:inline-block;width:200px;">{{balanceAccounts.his.number ? balanceAccounts.his.number : ''}}</span></div>
83
                 <div>单据号:<span style="display:inline-block;width:200px;">{{balanceAccounts.his.number ? balanceAccounts.his.number : ''}}</span></div>
181
                 <div>操作人:<span style="width:100px;display:inline-block;">{{balanceAccounts.current_admin.user_name}}</span></div>
181
                 <div>操作人:<span style="width:100px;display:inline-block;">{{balanceAccounts.current_admin.user_name}}</span></div>
182
                 <div>操作日期:<span style="width:100px;display:inline-block;">{{getTime(new Date(),"{y}-{m}-{d}")?getTime(new Date(),"{y}-{m}-{d}"):""}}</span></div>
182
                 <div>操作日期:<span style="width:100px;display:inline-block;">{{getTime(new Date(),"{y}-{m}-{d}")?getTime(new Date(),"{y}-{m}-{d}"):""}}</span></div>
183
             </div>
183
             </div>
184
-            <img style="width:100%;" src="../../../assets/img/bailinBottom.jpg" alt="">
184
+            <img style="width:100%;" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
185
         </div>
185
         </div>
186
     </div>
186
     </div>
187
 
187
 

+ 2 - 2
src/xt_pages/outpatientDoctorStation/checkTemplate/printOne.vue View File

1
 <template>
1
 <template>
2
     <div>
2
     <div>
3
         <div id='prescription-print3' class="prescription-print">
3
         <div id='prescription-print3' class="prescription-print">
4
-            <img style="width:100%;height:80px" src="../../../assets/img/bailinTop.jpg" alt="">
4
+            <img style="width:100%;height:80px" src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
5
             <div class="printTitle">检验申请单</div>
5
             <div class="printTitle">检验申请单</div>
6
 
6
 
7
             <div style="border:1px solid #000;">
7
             <div style="border:1px solid #000;">
40
                     <div>医生签字:{{ doctor ? doctor : '' }}</div>
40
                     <div>医生签字:{{ doctor ? doctor : '' }}</div>
41
                 </div>
41
                 </div>
42
             </div>   
42
             </div>   
43
-            <img style="width:100%;" src="../../../assets/img/bailinBottom.jpg" alt="">
43
+            <img style="width:100%;" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
44
         </div>
44
         </div>
45
     </div>
45
     </div>
46
 
46
 

+ 2 - 2
src/xt_pages/outpatientDoctorStation/template/printThree.vue View File

3
   <div id='prescriptionPrint1'>
3
   <div id='prescriptionPrint1'>
4
     <div v-for="(item,index) in advicePrint" :key="index">
4
     <div v-for="(item,index) in advicePrint" :key="index">
5
       <div id='prescription-print' v-if="item.project.length == 0" v-for='(i,pageIndex) in item.pageArr.length' :key="pageIndex" class="prescription-print" style="page-break-after: always;">
5
       <div id='prescription-print' v-if="item.project.length == 0" v-for='(i,pageIndex) in item.pageArr.length' :key="pageIndex" class="prescription-print" style="page-break-after: always;">
6
-          <img src="../../../assets/img/bailinTop.jpg" style="width:100%" alt="">
6
+          <img src="https://kuyi.shengws.com/bailin/bltotle.jpg" style="width:100%" alt="">
7
           <div class="printTitle">
7
           <div class="printTitle">
8
             处方笺
8
             处方笺
9
             <span v-if="item.med_type == '1111'" style="margin-left: 50px;border: 1px solid #000;">精一</span>
9
             <span v-if="item.med_type == '1111'" style="margin-left: 50px;border: 1px solid #000;">精一</span>
70
           </div>
70
           </div>
71
           <div>*处方当日有效,特殊情况可适当延长,一般不超过3天</div>
71
           <div>*处方当日有效,特殊情况可适当延长,一般不超过3天</div>
72
           <div>*药品属于特殊商品,非质量问题不允许退换</div>
72
           <div>*药品属于特殊商品,非质量问题不允许退换</div>
73
-          <img src="../../../assets/img/bailinBottom.jpg" style="width:100%" alt="">
73
+          <img src="https://kuyi.shengws.com/bailin/blend.jpg" style="width:100%" alt="">
74
           <!-- <div class="doctorBox">
74
           <!-- <div class="doctorBox">
75
               <p>医师:{{item.doctor?item.doctor:""}}</p>
75
               <p>医师:{{item.doctor?item.doctor:""}}</p>
76
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>
76
               <p>日期:{{getTime(item.ctime)?getTime(item.ctime):""}}</p>

+ 2 - 2
src/xt_pages/outpatientDoctorStation/treatTemplate/printTwo.vue View File

2
    <div id='prescriptionPrint2'>
2
    <div id='prescriptionPrint2'>
3
     <div id='prescription-print' v-if="item.advices.length == 0" class="prescription-print" v-for="(item,index) in advicePrint" :key="index">
3
     <div id='prescription-print' v-if="item.advices.length == 0" class="prescription-print" v-for="(item,index) in advicePrint" :key="index">
4
 
4
 
5
-        <img src="../../../assets/img/bailinTop.jpg" style="width:100%" alt="">
5
+        <img src="https://kuyi.shengws.com/bailin/bltotle.jpg" style="width:100%" alt="">
6
         <div class="printTitle">治疗单
6
         <div class="printTitle">治疗单
7
           <span v-if="item.med_type == '1111'" style="margin-left: 50px;border: 1px solid #000;">精一</span>
7
           <span v-if="item.med_type == '1111'" style="margin-left: 50px;border: 1px solid #000;">精一</span>
8
           <span v-if="item.med_type == '1112'" style="margin-left: 50px;border: 1px solid #000;">精二</span>
8
           <span v-if="item.med_type == '1112'" style="margin-left: 50px;border: 1px solid #000;">精二</span>
91
           <div style="display:flex;">
91
           <div style="display:flex;">
92
             打印时间:<span style="border-bottom:1px solid #000;">{{getTime(new Date())?getTime(new Date()):""}}</span>
92
             打印时间:<span style="border-bottom:1px solid #000;">{{getTime(new Date())?getTime(new Date()):""}}</span>
93
           </div>
93
           </div>
94
-          <img src="../../../assets/img/bailinBottom.jpg" style="width:100%" alt="">
94
+          <img src="https://kuyi.shengws.com/bailin/blend.jpg" style="width:100%" alt="">
95
           <div style="page-break-after:always"></div>
95
           <div style="page-break-after:always"></div>
96
      </div>
96
      </div>
97
 
97