csx 5 år sedan
förälder
incheckning
94c27606eb

+ 10 - 7
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Visa fil

@@ -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">&nbsp;&nbsp; {{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>

+ 7 - 4
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Visa fil

@@ -322,8 +322,11 @@
322 322
                   </div>
323 323
                   <div class="inline_block" style="margin-left:20px;">
324 324
                   维持:
325
-                    <div class="under_line" style="width: 50px;text-align: center;">
326
-                      {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:0}}
325
+                    <div v-if="prescription.anticoagulant == 1"  class="under_line" style="width: 50px;text-align: center;">
326
+                      {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:"/"}}
327
+                    </div>
328
+                    <div v-if="prescription.anticoagulant != 1"  class="under_line" style="width: 50px;text-align: center;">
329
+                      {{prescription.anticoagulant_weichi?prescription.anticoagulant_weichi:"0"}}
327 330
                     </div>
328 331
                     lu
329 332
                   </div>
@@ -442,8 +445,8 @@
442 445
                         <td height="35px" colspan="2" class="advice-name" style="padding-left:7px;" >
443 446
                           <span v-if="advice.parent_id > 0">---></span>
444 447
                           <span >{{advice.advice_name }}</span>
445
-                          <span>{{advice.advice_desc}}{{advice.drug_spec_unit}}</span>
446
-                          <!-- <span v-if="advice.prescribing_number">* {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span> -->
448
+                          <span>({{advice.advice_desc}}{{advice.drug_spec_unit}})</span>
449
+                          <span v-if="advice.prescribing_number"> &nbsp;&nbsp; {{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
447 450
                           <!-- <span  v-if="advice.single_dose != 0"> {{advice.single_dose}}{{advice.single_dose_unit}}</span> -->
448 451
                           <span v-if="advice.parent_id == 0 ">{{advice.delivery_way}}</span>
449 452
                           <span v-if="advice.parent_id == 0  ">{{advice.execution_frequency}}</span>