|
@@ -16,7 +16,19 @@
|
16
|
16
|
:key="index"
|
17
|
17
|
>
|
18
|
18
|
<img style="width:100%;height:80px" v-if="org_id == 10138 " src="https://kuyi.shengws.com/bailin/bltotle.jpg" alt="">
|
19
|
|
- <img style="width:100%;height:80px" v-if="org_id == 10278 || org_id==0" src="https://kuyi.shengws.com/beierlog.png" alt="">
|
|
19
|
+ <img style="width:100%;height:80px" v-if="org_id == 10278" src="https://kuyi.shengws.com/beierlog.png" alt="">
|
|
20
|
+ <span v-if="org_id == 10610 ">
|
|
21
|
+ <img
|
|
22
|
+ src="@/assets/img/penggang_top.jpg"
|
|
23
|
+ style="width: 100%;height:80px"
|
|
24
|
+ alt=""
|
|
25
|
+ /></span>
|
|
26
|
+ <span v-if="org_id == 10537 ||org_id ==0">
|
|
27
|
+ <img
|
|
28
|
+ src=" https://kuyi.shengws.com/xuwenshou.jpg"
|
|
29
|
+ style="width: 100%;height:80px"
|
|
30
|
+ alt=""/>
|
|
31
|
+ </span>
|
20
|
32
|
<div class="printTitle">检验申请单</div>
|
21
|
33
|
|
22
|
34
|
<div style="border: 1px solid #000;margin-bottom: 10px;">
|
|
@@ -133,8 +145,20 @@
|
133
|
145
|
</div>
|
134
|
146
|
</div>
|
135
|
147
|
|
136
|
|
- <img style="width:100%;" v-if="org_id == 10138 || org_id == 0" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
|
|
148
|
+ <img style="width:100%;" v-if="org_id == 10138" src="https://kuyi.shengws.com/bailin/blend.jpg" alt="">
|
137
|
149
|
<img style="width:100%;" v-if="org_id == 10278" src="https://kuyi.shengws.com/bailinbeier.png" alt="">
|
|
150
|
+ <span v-if="org_id == 10610 ">
|
|
151
|
+ <img
|
|
152
|
+ src="@/assets/img/penggang_bottom.jpg"
|
|
153
|
+ style="width: 100%;height:80px"
|
|
154
|
+ alt=""
|
|
155
|
+ /></span>
|
|
156
|
+ <span v-if="org_id == 10537 ||org_id ==0">
|
|
157
|
+ <img
|
|
158
|
+ src="@/assets/img/xuwendizhi.jpg"
|
|
159
|
+ style="width: 100%;height:80px"
|
|
160
|
+ alt=""
|
|
161
|
+ /></span>
|
138
|
162
|
</div>
|
139
|
163
|
|
140
|
164
|
</div>
|
|
@@ -142,7 +166,7 @@
|
142
|
166
|
</template>
|
143
|
167
|
<script>
|
144
|
168
|
import { uParseTime } from '@/utils/tools'
|
145
|
|
-import { getAllDoctorList } from '@/api/project/project'
|
|
169
|
+import { getAllDoctorList,getPrescriptionPrint } from '@/api/project/project'
|
146
|
170
|
import { getInitData } from '@/api/his/his'
|
147
|
171
|
|
148
|
172
|
export default {
|