Browse Source

7月18,徐闻治疗单

yq1 11 months ago
parent
commit
9043cf27b6

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

1
 <template>
1
 <template>
2
     <div id='prescriptionPrint'>
2
     <div id='prescriptionPrint'>
3
         <div id='prescription-print' class="prescription-print" v-for="(item,index) in advicePrint" :key="index">
3
         <div id='prescription-print' class="prescription-print" v-for="(item,index) in advicePrint" :key="index">
4
-            <span v-if="org_id == 10537 || org_id ==0">
5
-              <img
6
-                src="	https://kuyi.shengws.com/xuwenshou.jpg"
7
-                style="width: 100%"
8
-                alt=""/>
9
-            </span>
4
+           
10
             <div style="display:flex;justify-content: space-between;font-weight:bold;align-items:center;" >
5
             <div style="display:flex;justify-content: space-between;font-weight:bold;align-items:center;" >
11
                 <div style="width:200px;display:flex;justify-content: space-between;font-weight:bold;">
6
                 <div style="width:200px;display:flex;justify-content: space-between;font-weight:bold;">
12
                     <span>费别</span>
7
                     <span>费别</span>
125
                     :src="setAdminUserES(item.creator,item.doctor)"
120
                     :src="setAdminUserES(item.creator,item.doctor)"
126
                     alt=""
121
                     alt=""
127
                     srcset=""
122
                     srcset=""
128
-
129
                   />
123
                   />
130
                 </div>
124
                 </div>
131
                 <div style="width: 300px;">签章:</div>
125
                 <div style="width: 300px;">签章:</div>
159
                   </tr>
153
                   </tr>
160
               </table>
154
               </table>
161
             </div>
155
             </div>
162
-            <span v-if="org_id == 10537 || org_id ==0">
163
-            <img
164
-              src="https://kuyi.shengws.com/xuwenwei.jpg"
165
-              style="width: 100%"
166
-              alt=""
167
-            /></span>
156
+            
168
         </div>
157
         </div>
169
 
158
 
170
 
159
 

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

19
           style="width: 100%"
19
           style="width: 100%"
20
           alt=""
20
           alt=""
21
       /></span>
21
       /></span>
22
-      <span v-if="org_id == 10610 ||org_id ==0">
22
+      <span v-if="org_id == 10610 ">
23
         <img
23
         <img
24
           src="@/assets/img/penggang_top.jpg"
24
           src="@/assets/img/penggang_top.jpg"
25
           style="width: 100%"
25
           style="width: 100%"
26
           alt=""
26
           alt=""
27
       /></span>
27
       /></span>
28
+      <span v-if="org_id == 10537 ||org_id ==0">
29
+        <img
30
+          src="	https://kuyi.shengws.com/xuwenshou.jpg"
31
+          style="width: 100%"
32
+          alt=""/>
33
+      </span>
28
       <div class="printTitle">
34
       <div class="printTitle">
29
         治疗单
35
         治疗单
30
         <span
36
         <span
218
           style="width: 100%"
224
           style="width: 100%"
219
           alt=""
225
           alt=""
220
       /></span>
226
       /></span>
221
-      <span v-if="org_id == 10610 ||org_id ==0">
227
+      <span v-if="org_id == 10610 ">
222
         <img
228
         <img
223
           src="@/assets/img/penggang_bottom.jpg"
229
           src="@/assets/img/penggang_bottom.jpg"
224
           style="width: 100%"
230
           style="width: 100%"
225
           alt=""
231
           alt=""
226
       /></span>
232
       /></span>
233
+      <span v-if="org_id == 10537 ||org_id ==0">
234
+      <img
235
+        src="https://kuyi.shengws.com/xuwenwei.jpg"
236
+        style="width: 100%"
237
+        alt=""
238
+      /></span>
227
       <div style="page-break-after: always"></div>
239
       <div style="page-break-after: always"></div>
228
     </div>
240
     </div>
229
 
241