Browse Source

7月18,徐闻治疗单

yq1 11 months ago
parent
commit
9043cf27b6

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

@@ -1,12 +1,7 @@
1 1
 <template>
2 2
     <div id='prescriptionPrint'>
3 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 5
             <div style="display:flex;justify-content: space-between;font-weight:bold;align-items:center;" >
11 6
                 <div style="width:200px;display:flex;justify-content: space-between;font-weight:bold;">
12 7
                     <span>费别</span>
@@ -125,7 +120,6 @@
125 120
                     :src="setAdminUserES(item.creator,item.doctor)"
126 121
                     alt=""
127 122
                     srcset=""
128
-
129 123
                   />
130 124
                 </div>
131 125
                 <div style="width: 300px;">签章:</div>
@@ -159,12 +153,7 @@
159 153
                   </tr>
160 154
               </table>
161 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 157
         </div>
169 158
 
170 159
 

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

@@ -19,12 +19,18 @@
19 19
           style="width: 100%"
20 20
           alt=""
21 21
       /></span>
22
-      <span v-if="org_id == 10610 ||org_id ==0">
22
+      <span v-if="org_id == 10610 ">
23 23
         <img
24 24
           src="@/assets/img/penggang_top.jpg"
25 25
           style="width: 100%"
26 26
           alt=""
27 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 34
       <div class="printTitle">
29 35
         治疗单
30 36
         <span
@@ -218,12 +224,18 @@
218 224
           style="width: 100%"
219 225
           alt=""
220 226
       /></span>
221
-      <span v-if="org_id == 10610 ||org_id ==0">
227
+      <span v-if="org_id == 10610 ">
222 228
         <img
223 229
           src="@/assets/img/penggang_bottom.jpg"
224 230
           style="width: 100%"
225 231
           alt=""
226 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 239
       <div style="page-break-after: always"></div>
228 240
     </div>
229 241