Sfoglia il codice sorgente

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

陈少旭 9 mesi fa
parent
commit
8d3033b598

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seventynine.vue Vedi File

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

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_thirtyTwo.vue Vedi File

580
                                 <span v-if="item.prescribing_number">&nbsp;&nbsp; {{ item.prescribing_number }}{{ item.prescribing_number_unit }}</span>
580
                                 <span v-if="item.prescribing_number">&nbsp;&nbsp; {{ item.prescribing_number }}{{ item.prescribing_number_unit }}</span>
581
                                 <span v-if="item.single_dose != 0">{{ item.single_dose }}{{ item.single_dose_unit }}</span>
581
                                 <span v-if="item.single_dose != 0">{{ item.single_dose }}{{ item.single_dose_unit }}</span>
582
                                 <span v-if="item.parent_id == 0">{{ item.delivery_way }}</span>
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
                                 <span v-if="item.parent_id == 0 && item.remark.length > 0">({{ advice.remark }})</span>
584
                                 <span v-if="item.parent_id == 0 && item.remark.length > 0">({{ advice.remark }})</span>
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">
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
                                     <span style="padding-left: 20px !important;">---></span>
586
                                     <span style="padding-left: 20px !important;">---></span>

+ 9 - 3
src/xt_pages/dialysis/details/index.vue Vedi File

297
                   <span>{{main_collection.patient.name}} </span>
297
                   <span>{{main_collection.patient.name}} </span>
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>)
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
                 </div>
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
                   <div style="">透析模式:
301
                   <div style="">透析模式:
302
                    <span>{{getModeName(main_collection.prescription.mode_id)  }}</span>
302
                    <span>{{getModeName(main_collection.prescription.mode_id)  }}</span>
303
                   </div>
303
                   </div>
545
                   </span>
545
                   </span>
546
                   </span>
546
                   </span>
547
                 </div>
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
                   <span style="display: block;width: 45%;">处方脱水量:{{main_collection.prescription.prescription_water}}
549
                   <span style="display: block;width: 45%;">处方脱水量:{{main_collection.prescription.prescription_water}}
550
                     <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
550
                     <span v-if="$store.getters.xt_user.org.id == 10278 || $store.getters.xt_user.org.id == 10460">ml</span>
551
                      <span v-else>L</span>
551
                      <span v-else>L</span>
554
                     血流量:{{ main_collection.prescription.blood_flow_volume }} ml/min
554
                     血流量:{{ main_collection.prescription.blood_flow_volume }} ml/min
555
                   </span>
555
                   </span>
556
                 </div>
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
                   <div style="">透析时长:
558
                   <div style="">透析时长:
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;
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
                   </div>
560
                   </div>
562
                     {{ getDisplaceLiquiPart(main_collection.prescription.displace_liqui_part) }}
562
                     {{ getDisplaceLiquiPart(main_collection.prescription.displace_liqui_part) }}
563
                   </div>
563
                   </div>
564
                 </div>
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
               </div>
571
               </div>
566
             </div>
572
             </div>
567
 
573
 

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSeventynine.vue Vedi File

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

+ 3 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyTwo.vue Vedi File

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