Quellcode durchsuchen

8月28,32号打印单

yq1 vor 9 Monaten
Ursprung
Commit
56c4c6a1a8

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_thirtyTwo.vue Datei anzeigen

@@ -580,7 +580,7 @@
580 580
                                 <span v-if="item.prescribing_number">&nbsp;&nbsp; {{ item.prescribing_number }}{{ item.prescribing_number_unit }}</span>
581 581
                                 <span v-if="item.single_dose != 0">{{ item.single_dose }}{{ item.single_dose_unit }}</span>
582 582
                                 <span v-if="item.parent_id == 0">{{ item.delivery_way }}</span>
583
-                                <span v-if="item.parent_id == 0">{{ item.execution_frequency }}</span>
583
+                                <!-- <span v-if="item.parent_id == 0">{{ item.execution_frequency }}</span> -->
584 584
                                 <span v-if="item.parent_id == 0 && item.remark.length > 0">({{ advice.remark }})</span>
585 585
                                 <span v-if="item.children && !Array.isArray(item)" style="display:block;border-top: 1px solid #000;" v-for="(child, childindex) in item.children" :key="childindex" class="advice-children">
586 586
                                     <span style="padding-left: 20px !important;">---></span>

+ 3 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyTwo.vue Datei anzeigen

@@ -666,7 +666,7 @@
666 666
               <span v-if="advice.prescribing_number"> &nbsp;&nbsp; {{ advice.prescribing_number }}{{ advice.prescribing_number_unit }}</span>
667 667
               <span v-if="advice.single_dose != 0">{{ advice.single_dose }}{{ advice.single_dose_unit }}</span>
668 668
               <span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
669
-              <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span>
669
+              <!-- <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span> -->
670 670
               <span v-if="advice.parent_id == 0 && advice.remark.length > 0">({{ advice.remark }})</span>
671 671
             </td>
672 672
             <td height="40px">
@@ -1649,6 +1649,8 @@ export default {
1649 1649
               response.data.data.advices == null
1650 1650
                 ? []
1651 1651
                 : response.data.data.advices
1652
+                console.log('this.doctor_advices',this.doctor_advices);
1653
+                
1652 1654
             for (let index = 0; index < this.doctor_advices.length; index++) {
1653 1655
               this.doctor_advices[index]['isShow'] = 2
1654 1656
             }