瀏覽代碼

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

28169 2 天之前
父節點
當前提交
ba76cff2d7

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_sixty.vue 查看文件

@@ -736,8 +736,8 @@
736 736
                         >
737 737
                           {{
738 738
                             record.prescription &&
739
-                            record.prescription.displace_liqui_value
740
-                              ? record.prescription.displace_liqui_value
739
+                            record.prescription.replacement_total
740
+                              ? record.prescription.replacement_total
741 741
                               : "/"
742 742
                           }}
743 743
                         </div>

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderSixty.vue 查看文件

@@ -703,8 +703,8 @@
703 703
                         style="width: 70px; text-align: center"
704 704
                       >
705 705
                         {{
706
-                          prescription.displace_liqui_value
707
-                            ? prescription.displace_liqui_value
706
+                          prescription.replacement_total
707
+                            ? prescription.replacement_total
708 708
                             : "/"
709 709
                         }}
710 710
                       </div>
@@ -2505,7 +2505,7 @@ export default {
2505 2505
       ) {
2506 2506
         this.$message.error("置换方式未填");
2507 2507
       } else if (
2508
-        this.prescription.displace_liqui_value == 0 &&
2508
+        this.prescription.replacement_total == 0 &&
2509 2509
         this.prescription.mode_id == 2
2510 2510
       ) {
2511 2511
         this.$message.error("置换量未填");

+ 13 - 13
src/xt_pages/dialysis/template/DialysisPrintOrdereightytwo.vue 查看文件

@@ -6,7 +6,7 @@
6 6
         id="dialysis-print-box-1-1"
7 7
         class="dialysis-print-order print-template-two print_page_main_content"
8 8
       >
9
-      
9
+
10 10
         <div style="display:inline-block;width:100%;text-align:center;">
11 11
           <div
12 12
             class="order-title"
@@ -68,8 +68,8 @@
68 68
                   }}
69 69
                 </span> -->
70 70
 
71
-                
72
-              
71
+
72
+
73 73
                 <span v-if="prescription.dialysis_dialyszers !=''">
74 74
                   {{
75 75
                     prescription.dialysis_dialyszers
@@ -109,7 +109,7 @@
109 109
         </div>
110 110
 
111 111
         <div class="row">
112
-          
112
+
113 113
         </div>
114 114
         <div class="row">
115 115
           抗凝药物&nbsp;&nbsp;
@@ -213,7 +213,7 @@
213 213
             <div class="inline_block under_line" style="width:80px;text-align: center;margin-right:30px;">
214 214
               {{ receiverTreatmentAccess.way ? receiverTreatmentAccess.way : "/" }}
215 215
             </div>
216
-           
216
+
217 217
           </div>
218 218
         </div>
219 219
         <div class="row">
@@ -267,8 +267,8 @@
267 267
               <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.change_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.change_nurse)}}</span>
268 268
               <img class="es-img" style="height:30px" :src="setAdminUserES(dialysisOrder==null?0:dialysisOrder.change_nurse)" alt="" srcset="" v-else>
269 269
             </div>
270
-          </div> 
271
-          
270
+          </div>
271
+
272 272
           上机护士
273 273
           <div class="inline_block under_line" style="width:100px;text-align: center;">
274 274
             <span v-if="setAdminUserES(dialysisOrder==null?0:dialysisOrder.start_nurse) == ''">{{getAdminUser(dialysisOrder==null?0:dialysisOrder.start_nurse)}}</span>
@@ -362,7 +362,7 @@
362 362
                 <td>&nbsp;{{monitor.systolic_blood_pressure?monitor.systolic_blood_pressure:''}} <span v-if="monitor.systolic_blood_pressure||monitor.diastolic_blood_pressure">/</span>
363 363
                   {{monitor.diastolic_blood_pressure?monitor.diastolic_blood_pressure:''}}
364 364
                 </td>
365
-               
365
+
366 366
                 <td>&nbsp;{{monitor.pulse_frequency?monitor.pulse_frequency:''}}</td>
367 367
                 <td>&nbsp;{{monitor.blood_flow_volume?monitor.blood_flow_volume:''}}</td>
368 368
                 <td>&nbsp;{{monitor.venous_pressure?monitor.venous_pressure:''}}
@@ -478,7 +478,7 @@
478 478
                         <span class="under_line" style="width:100px;display:inline-block">
479 479
                           {{  getintravenous(afterdialysis.intravenous_tube) }}
480 480
                         </span>
481
-                        
481
+
482 482
                         <!-- <label-box :isChecked="afterdialysis.intravenous_tube == 1 ? true : false" showValue="无"></label-box>&nbsp;
483 483
                         <label-box :isChecked="afterdialysis.intravenous_tube == 2 ? true : false" showValue="+"></label-box>&nbsp;
484 484
                         <label-box :isChecked="afterdialysis.intravenous_tube == 3 ? true : false" showValue="+ +"></label-box>&nbsp;
@@ -489,7 +489,7 @@
489 489
                         <span class="under_line" style="width:100px;display:inline-block">
490 490
                           {{ getarterial(afterdialysis.arterial_tube) }}
491 491
                         </span>
492
-                        
492
+
493 493
                         <!-- <label-box :isChecked="afterdialysis.arterial_tube == 1 ? true : false" showValue="无"></label-box>&nbsp;
494 494
                         <label-box :isChecked="afterdialysis.arterial_tube == 2 ? true : false" showValue="+"></label-box>&nbsp;
495 495
                         <label-box :isChecked="afterdialysis.arterial_tube == 3 ? true : false" showValue="+ +"></label-box>&nbsp;
@@ -1402,7 +1402,7 @@ export default {
1402 1402
           if (prescription.replacement_way === 4) {
1403 1403
             prescription.replacement_way = '混合置换'
1404 1404
           }
1405
-     
1405
+
1406 1406
           this.prescription = prescription
1407 1407
           var receiverTreatmentAccess =
1408 1408
             response.data.data.receiverTreatmentAccess
@@ -1776,7 +1776,7 @@ export default {
1776 1776
             return options[i].shouji_unit
1777 1777
           }
1778 1778
         }
1779
-       
1779
+
1780 1780
       }else{
1781 1781
         return ''
1782 1782
       }
@@ -1844,7 +1844,7 @@ export default {
1844 1844
     this.arterial_tube =  this.$store.getters.arterial_tube
1845 1845
     this.intravenous_tube = this.$store.getters.intravenous_tube
1846 1846
     console.log('intravenous_tube',this.intravenous_tube);
1847
-    
1847
+
1848 1848
 
1849 1849
     this.way_arr = getDataConfig('hemodialysis', 'way')
1850 1850
     this.consciousness_arr = getDataConfig('hemodialysis', 'consciousness')

+ 2 - 2
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue 查看文件

@@ -3215,8 +3215,8 @@ export default {
3215 3215
                 var err_msg = ""
3216 3216
                 for(let i =0; i < this.prescriptions.length; i++){
3217 3217
                   for(let b= 0; b < this.prescriptions[i].advices.length;b++){
3218
-                    console.log(this.prescriptions[i].advices[b])
3219
-                    if(this.prescriptions[i].advices[b].prescribing_number_unit !=this.prescriptions[i].advices[b].drug.min_unit){
3218
+
3219
+                    if(this.prescriptions[i].advices[b].prescribing_number_unit !=this.prescriptions[i].advices[b].drug.min_unit && this.prescriptions[i].advices[b].delivery_way.indexOf("口服") != -1 ){
3220 3220
                       isLoading = false
3221 3221
                       if(err_msg.length == 0){
3222 3222
 

+ 4 - 4
src/xt_pages/user/components/PatientSidebar.vue 查看文件

@@ -202,10 +202,10 @@ export default {
202 202
               name: '1-3',
203 203
               label: '肾科检验'
204 204
             },
205
-            {
206
-              name: '4-2',
207
-              label: '肾科检验新'
208
-            },
205
+            // {
206
+            //   name: '4-2',
207
+            //   label: '肾科检验新'
208
+            // },
209 209
             // {
210 210
             //   name: '4-12',
211 211
             //   label: '新版肾科检验'