yq1 9 months ago
parent
commit
7a939910c3
1 changed files with 0 additions and 117 deletions
  1. 0 117
      src/xt_pages/outpatientDoctorStation/template/prinSeven.vue

+ 0 - 117
src/xt_pages/outpatientDoctorStation/template/prinSeven.vue View File

@@ -191,11 +191,6 @@
191 191
                     <div style="margin-left: 70px" >
192 192
                       <template>
193 193
                           用法:
194
-                          <!-- <div style="display: inline-block;">
195
-                            <template>
196
-                              
197
-                            </template>
198
-                          </div> -->
199 194
                           <span style="margin-right: 0;" >{{ it.single_dose }}{{ it.single_dose_unit }}</span>
200 195
                         &nbsp;&nbsp;<span>
201 196
                           {{ it.execution_frequency }}&nbsp;{{
@@ -228,118 +223,6 @@
228 223
                   </template>
229 224
                 </div>
230 225
                 
231
-
232
-
233
-                <!-- <div v-if="item.arr.length>0">
234
-                  <div v-for="(ite,indexs) in item.arr" :key="indexs">
235
-                    <template>
236
-                      <div class="drugsOne" :style="{'border-right':item.arr.length>0 && (item.arr[0][0].groupno==it.groupno) ? '1px solid black': 'none','width':'80%'}">
237
-                        <span style="font-weight: bold" >
238
-                          {{ index + 1 + "."}}
239
-                        </span>
240
-                        {{ it.advice_name ? it.advice_name : "" }}&nbsp;&nbsp;
241
-                        <span v-if="it.drug.min_unit != it.drug.dose_unit">
242
-                          {{ it.drug.dose }}{{ it.drug.dose_unit }}&nbsp;* {{ it.drug.min_number }}{{ it.drug.min_unit }}/
243
-                          {{it.drug.max_unit}}
244
-                        </span>&nbsp;
245
-                        <div v-for="(ite,indexs) in item.arr" :key="indexs">
246
-                       
247
-                          <template v-if="item.arr.length>0 && ite[0].groupno==it.groupno">
248
-                            <div>
249
-                              <span style="margin-left: 38px;">{{ite[0].advice_name ? ite[0].advice_name : ""}}</span>&nbsp;&nbsp;
250
-                              <span v-if="ite[0].drug.min_unit != ite[0].drug.dose_unit">
251
-                                {{ ite[0].drug.dose }}{{ ite[0].drug.dose_unit }}&nbsp;* {{ ite[0].drug.min_number }}{{ ite[0].drug.min_unit }}/
252
-                                {{ite[0].drug.max_unit}}
253
-                              </span>&nbsp;
254
-                            </div>
255
-                            <div style="display: inline-block;position: absolute;left:85%;top:20px;margin-left: 5px;" >
256
-                              &nbsp;共{{ ite[0].single_dose }}{{ ite[0].single_dose_unit }}
257
-                            </div>
258
-                          </template>
259
-                        </div>
260
-
261
-                        <div style="margin-left: 70px" >
262
-                          <template>
263
-                              用法:
264
-                              <div style="display: inline-block;" v-for="(ite,indexs) in item.arr" :key="indexs">
265
-                                <template>
266
-                                  <span style="margin-right: 0;" v-if="(item.arr.length>0 && ite[0].groupno!=it.groupno)||item.arr.length==0">{{ it.single_dose }}{{ it.single_dose_unit }}</span>
267
-                                </template>
268
-                              </div>
269
-                            &nbsp;&nbsp;<span>
270
-                              {{ it.execution_frequency }}&nbsp;{{
271
-                                it.delivery_way
272
-                              }}&nbsp;</span>&nbsp;&nbsp;<span>{{ it.advice_desc}}</span>
273
-                          </template>
274
-                        </div>
275
-                        <div style="margin-left: 70px" v-if="it.remark !=''">
276
-                          备注:<span > {{ it.remark }}</span>
277
-                        </div>
278
-                      </div>
279
-                    </template>
280
-                  </div>
281
-                </div> -->
282
-
283
-                <!-- <div v-if="item.arr.length==0">
284
-                  
285
-                      <div class="drugsOne" >
286
-                        <span style="font-weight: bold" >
287
-                          {{ index + 1 + "."}}
288
-                        </span>
289
-                        {{ it.advice_name ? it.advice_name : "" }}&nbsp;&nbsp;
290
-                        <span v-if="it.drug.min_unit != it.drug.dose_unit">
291
-                          {{ it.drug.dose }}{{ it.drug.dose_unit }}&nbsp;* {{ it.drug.min_number }}{{ it.drug.min_unit }}/
292
-                          {{it.drug.max_unit}}
293
-                        </span>&nbsp;
294
-
295
-                        <div style="margin-left: 70px" >
296
-                          <template>
297
-                              用法:
298
-                              <div style="display: inline-block;" >
299
-                                <template>
300
-                                  <span style="margin-right: 0;">{{ it.single_dose }}{{ it.single_dose_unit }}</span>
301
-                                </template>
302
-                              </div>
303
-                            &nbsp;&nbsp;<span>
304
-                              {{ it.execution_frequency }}&nbsp;{{
305
-                                it.delivery_way
306
-                              }}&nbsp;</span>&nbsp;&nbsp;<span>{{ it.advice_desc}}</span>
307
-                          </template>
308
-                        </div>
309
-                        <div style="margin-left: 70px" v-if="it.remark !=''">
310
-                          备注:<span > {{ it.remark }}</span>
311
-                        </div>
312
-                      </div>
313
-                </div>
314
-               
315
-                <div style="display: inline-block;position: absolute;left:80%;bottom:30px;margin-left: 5px;" >
316
-                  ×&nbsp;{{ it.prescribing_number}}
317
-                </div>
318
-                <div v-for="(ite,indexs) in item.arr" :key="indexs">
319
-                  <template v-if="item.arr.length>0&&ite[0].groupno==it.groupno">
320
-                    <div style="display: inline-block;position: absolute;left:80%;bottom:15px;margin-left: 5px;" >
321
-                      ×&nbsp;{{ ite[0].prescribing_number}}
322
-                    </div>
323
-                  </template>
324
-                </div>
325
-                <div v-if="item.arr.length>0">
326
-                  <div v-for="(ite,indexs) in item.arr" :key="indexs">
327
-                    <template>
328
-                        <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" v-if="(item.arr.length>0&&ite[0].groupno!=it.groupno) ||item.arr.length==0">
329
-                          &nbsp;共{{ it.prescribing_number}}{{ it.prescribing_number_unit }}
330
-                        </div>
331
-
332
-                        <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" v-if="item.arr.length>0&&ite[0].groupno==it.groupno">
333
-                          &nbsp;共{{ it.single_dose }}{{ it.single_dose_unit }}
334
-                        </div>
335
-                    </template>
336
-                  </div>
337
-                </div>
338
-                <div v-if="item.arr.length==0">
339
-                  <div style="display: inline-block;position: absolute;left:85%;top:0px;margin-left: 5px;" >
340
-                    &nbsp;共{{ it.prescribing_number}}{{ it.prescribing_number_unit }}
341
-                  </div>
342
-                </div> -->
343 226
                 <!-------------------------------------------------------------------------->
344 227
                 <!-- <template>
345 228
                   <div v-for="(ite,indexs) in item.arr" :key="indexs">