|
@@ -99,8 +99,8 @@
|
99
|
99
|
</div>
|
100
|
100
|
</template>
|
101
|
101
|
<div style="position: relative;">
|
102
|
|
- <!-- :style="{'border-right':item.arr.length>0 && (item.arr[0][0].groupno==it.groupno) ? '1px solid black': 'none','width':'80%'}" -->
|
103
|
|
- <!-- <div class="drugsOne" >
|
|
102
|
+ <!-- -->
|
|
103
|
+ <div class="drugsOne" :style="{'border-right':item.arr.length>0 && (item.arr[0][0].groupno==it.groupno) ? '1px solid black': 'none','width':'80%'}">
|
104
|
104
|
<span style="font-weight: bold" >
|
105
|
105
|
{{ index + 1 + "."}}
|
106
|
106
|
</span>
|
|
@@ -155,9 +155,9 @@
|
155
|
155
|
<div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" v-if="item.arr.length>0&&item.arr[0][0].groupno==it.groupno">
|
156
|
156
|
共{{ it.single_dose }}{{ it.single_dose_unit }}
|
157
|
157
|
</div>
|
158
|
|
- </template> -->
|
|
158
|
+ </template>
|
159
|
159
|
<!-- --------------------------------------------------------------------- -->
|
160
|
|
- <template>
|
|
160
|
+ <!-- <template>
|
161
|
161
|
<div v-for="(ite,indexs) in item.arr" :key="indexs">
|
162
|
162
|
<div class="drugsOne" :style="{'border-right':item.arr.length>0 && (ite[0].groupno==it.groupno) ? '1px solid black': 'none','width':'80%'}">
|
163
|
163
|
<span style="font-weight: bold" >
|
|
@@ -179,7 +179,6 @@
|
179
|
179
|
</div>
|
180
|
180
|
<div style="display: inline-block;position: absolute;left:85%;top:20px;margin-left: 5px;" >
|
181
|
181
|
共{{ ite[0].single_dose }}{{ ite[0].single_dose_unit }}
|
182
|
|
- <!-- 共{{ it.prescribing_number}}{{ it.prescribing_number_unit }} -->
|
183
|
182
|
</div>
|
184
|
183
|
</template>
|
185
|
184
|
</div>
|
|
@@ -194,7 +193,6 @@
|
194
|
193
|
<div style="margin-left: 70px" v-if="it.remark !=''">
|
195
|
194
|
备注:<span > {{ it.remark }}</span>
|
196
|
195
|
</div>
|
197
|
|
- <!-- 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',-->
|
198
|
196
|
</div>
|
199
|
197
|
<div style="display: inline-block;position: absolute;left:80%;bottom:30px;margin-left: 5px;" >
|
200
|
198
|
× {{ it.prescribing_number}}
|
|
@@ -207,7 +205,6 @@
|
207
|
205
|
</template>
|
208
|
206
|
</div>
|
209
|
207
|
<template>
|
210
|
|
- <!-- <div v-for="(ite,indexs) in item.arr" :key="indexs"> -->
|
211
|
208
|
<div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" v-if="(item.arr.length>0&&item.arr[0][0].groupno!=it.groupno) || item.arr.length==0">
|
212
|
209
|
共{{ it.prescribing_number}}{{ it.prescribing_number_unit }}
|
213
|
210
|
</div>
|
|
@@ -215,11 +212,11 @@
|
215
|
212
|
<div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" v-if="item.arr.length>0&&item.arr[0][0].groupno==it.groupno">
|
216
|
213
|
共{{ it.single_dose }}{{ it.single_dose_unit }}
|
217
|
214
|
</div>
|
218
|
|
- <!-- </div> -->
|
|
215
|
+
|
219
|
216
|
</template>
|
220
|
217
|
</div>
|
221
|
218
|
|
222
|
|
- </template>
|
|
219
|
+ </template> -->
|
223
|
220
|
|
224
|
221
|
</div>
|
225
|
222
|
<template v-if="index==yi&&item.advices.length>5">
|