|
@@ -337,7 +337,10 @@
|
337
|
337
|
</div>
|
338
|
338
|
<div class="inline_block" style="margin-left:20px;">
|
339
|
339
|
维持:
|
340
|
|
- <div class="under_line" style="width: 50px;text-align: center;">
|
|
340
|
+ <div v-if="prescription.anticoagulant == 1" class="under_line" style="width: 50px;text-align: center;">
|
|
341
|
+ {{record.prescription&&record.prescription.anticoagulant_weichi?record.prescription.anticoagulant_weichi:'/'}}
|
|
342
|
+ </div>
|
|
343
|
+ <div v-if="prescription.anticoagulant != 1" class="under_line" style="width: 50px;text-align: center;">
|
341
|
344
|
{{record.prescription&&record.prescription.anticoagulant_weichi?record.prescription.anticoagulant_weichi:0}}
|
342
|
345
|
</div>
|
343
|
346
|
lu
|
|
@@ -452,12 +455,12 @@
|
452
|
455
|
<td height="35px" colspan="2" class="advice-name" style="padding-left:7px;" >
|
453
|
456
|
<span v-if="advice.parent_id > 0">---></span>
|
454
|
457
|
<span >{{advice.advice_name }}</span>
|
455
|
|
- <span>{{advice.advice_desc}}{{advice.drug_spec_unit}}</span>
|
456
|
|
- <span v-if="advice.prescribing_number">* {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
457
|
|
- <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span>
|
458
|
|
- <span v-if="advice.parent_id == 0 ">{{advice.delivery_way}}</span>
|
459
|
|
- <span v-if="advice.parent_id == 0 ">{{advice.execution_frequency}}</span>
|
460
|
|
- <span v-if="advice.parent_id == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
|
458
|
+ <span>({{advice.advice_desc}}{{advice.drug_spec_unit}})</span>
|
|
459
|
+ <span v-if="advice.prescribing_number"> {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
|
|
460
|
+ <!-- <span v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span> -->
|
|
461
|
+ <span v-if="advice.parent_id == 0 && advice.children.length == 0">{{advice.delivery_way}}</span>
|
|
462
|
+ <span v-if="advice.parent_id == 0 && advice.children.length == 0">{{advice.execution_frequency}}</span>
|
|
463
|
+ <span v-if="advice.parent_id == 0 && advice.children && advice.children.length == 0 && advice.remark.length > 0" >({{advice.remark}})</span>
|
461
|
464
|
</td>
|
462
|
465
|
<!-- <td colspan="2" height="60px" style="text-align: center" v-else >
|
463
|
466
|
<span>{{advice.delivery_way}}</span>
|