|
@@ -6,12 +6,12 @@
|
6
|
6
|
class="prescription-print"
|
7
|
7
|
style="page-break-after: always;"
|
8
|
8
|
>
|
9
|
|
- <div class="printTitle" v-if="prescriptions[index].med_type == '1111'">
|
|
9
|
+ <!-- <div class="printTitle" v-if="prescriptions[index].med_type == '1111'">
|
10
|
10
|
{{ orgname }}第一类精神处方笺
|
11
|
11
|
</div>
|
12
|
12
|
<div class="printTitle" v-if="prescriptions[index].med_type == '1112'">
|
13
|
13
|
{{ orgname }}第二类精神处方笺
|
14
|
|
- </div>
|
|
14
|
+ </div> -->
|
15
|
15
|
<div
|
16
|
16
|
class="printTitle"
|
17
|
17
|
v-if="
|
|
@@ -137,7 +137,7 @@
|
137
|
137
|
</div>
|
138
|
138
|
<!-- v-if="arr.length>0 && arr[0][0].groupno==it.groupno" 'border-right':arr.length>0 && arr[0][0].groupno==it.groupno ? '1px solid black' :'none',-->
|
139
|
139
|
</div>
|
140
|
|
- <div style="display: inline-block;position: absolute;left:80%;bottom:0px;margin-left: 10px;" >
|
|
140
|
+ <div style="display: inline-block;position: absolute;left:80%;bottom:0px;margin-left: 10px;" v-if="item.arr.length>0 && item.arr[0][0].groupno==it.groupno">
|
141
|
141
|
× {{ it.prescribing_number}}
|
142
|
142
|
</div>
|
143
|
143
|
<div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 10px;" v-if="item.arr.length>0 && item.arr[0][0].groupno==it.groupno">
|