Parcourir la source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 il y a 9 mois
Parent
révision
8d3033b598

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seventynine.vue Voir le fichier

@@ -60,7 +60,7 @@
60 60
                           }}
61 61
                         </div>
62 62
                         <div style="flex: 1;">
63
-                          透析次数:{{ record.patient.total_dialysis +
63
+                          透析次数{{ record.patient.total_dialysis +
64 64
                             record.patient.user_sys_before_count
65 65
                               ? record.patient.total_dialysis +
66 66
                                 record.patient.user_sys_before_count

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_thirtyTwo.vue Voir le fichier

@@ -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>

+ 9 - 3
src/xt_pages/dialysis/details/index.vue Voir le fichier

@@ -297,7 +297,7 @@
297 297
                   <span>{{main_collection.patient.name}} </span>
298 298
                   ({{ main_collection.patient.dialysis_no }},{{getNewAge(main_collection.patient.id_card_no)  }}岁<span v-if="main_collection.patient.height>0">,{{ main_collection.patient.height }}cm</span>)
299 299
                 </div>
300
-                <div class="printCell" style="display:flex;" v-if="org_id ==10598 || org_id == 0">
300
+                <div class="printCell" style="display:flex;" v-if="org_id ==10598 ">
301 301
                   <div style="">透析模式:
302 302
                    <span>{{getModeName(main_collection.prescription.mode_id)  }}</span>
303 303
                   </div>
@@ -545,7 +545,7 @@
545 545
                   </span>
546 546
                   </span>
547 547
                 </div>
548
-                <div class="printCell" style="display:flex;"  v-if="org_id==10598 || org_id == 0">
548
+                <div class="printCell" style="display:flex;"  v-if="org_id==10598">
549 549
                   <span style="display: block;width: 45%;">处方脱水量:{{main_collection.prescription.prescription_water}}
550 550
                     <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
551 551
                      <span v-else>L</span>
@@ -554,7 +554,7 @@
554 554
                     血流量:{{ main_collection.prescription.blood_flow_volume }} ml/min
555 555
                   </span>
556 556
                 </div>
557
-                <div class="printCell" style="display:flex;" v-if="org_id ==10598 || org_id == 0">
557
+                <div class="printCell" style="display:flex;" v-if="org_id ==10598">
558 558
                   <div style="">透析时长:
559 559
                    <span>{{main_collection.prescription.dialysis_duration_hour }}小时 <span v-if="main_collection.prescription.dialysis_duration_minute>0">{{main_collection.prescription.dialysis_duration_minute }}分 </span></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
560 560
                   </div>
@@ -562,6 +562,12 @@
562 562
                     {{ getDisplaceLiquiPart(main_collection.prescription.displace_liqui_part) }}
563 563
                   </div>
564 564
                 </div>
565
+                <div class="printCell" style="display:flex;" v-if="org_id ==10635 || org_id == 0">
566
+                  <div>
567
+                    处方脱水量:{{main_collection.prescription.prescription_water}} L
568
+                  </div>
569
+                  <div></div>
570
+                </div>
565 571
               </div>
566 572
             </div>
567 573
 

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSeventynine.vue Voir le fichier

@@ -36,7 +36,7 @@
36 36
                     {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
37 37
                   </div>
38 38
                   <div style="flex: 1;">
39
-                    透析次数:{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count ? 
39
+                    透析次数{{ patientInfo.total_dialysis + patientInfo.user_sys_before_count ? 
40 40
                                 patientInfo.total_dialysis + patientInfo.user_sys_before_count : "/" }}
41 41
                   </div>
42 42
                 </div>

+ 3 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyTwo.vue Voir le fichier

@@ -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
             }