소스 검색

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

See999 4 년 전
부모
커밋
98873e3188

+ 0 - 8
src/pages/main/add_urgent_schedule.vue 파일 보기

@@ -387,18 +387,10 @@
387 387
               this.zone_device_options = []
388 388
               this.origin_schedules = rs.data.data.schedules;
389 389
               this.patients = rs.data.data.patients;
390
-              console.log(this.patients)
391 390
               this.modes = rs.data.data.modes;
392 391
               this.origin_device_numbers = rs.data.data.device_numbers;
393 392
 
394 393
 
395
-              if (this.patients.length > 0) {
396
-                this.patient_id = this.patients[0].id;
397
-              }
398
-              if (this.modes.length > 0) {
399
-                this.mode_id = this.modes[0].id;
400
-              }
401
-
402 394
               var zone_device_map = {};
403 395
               for (
404 396
                 let index = 0;

+ 1 - 1
src/pages/main/dialog/PrescriptionDialog.vue 파일 보기

@@ -1289,7 +1289,7 @@
1289 1289
               this.zhiShow = true
1290 1290
               this.totalShow = true
1291 1291
               this.huShow  = true 
1292
-              console.log("aa")
1292
+              console.log("a")
1293 1293
             }
1294 1294
           }
1295 1295
         }

+ 1 - 1
src/pages/main/dialog/subMenu/MsgTip.vue 파일 보기

@@ -78,7 +78,7 @@ export default {
78 78
       this.predialysis.weight_before > 0 &&
79 79
       this.last_record.weight_after > 0
80 80
     ) {
81
-      add_weight = parseFloat(
81
+      this.add_weight = parseFloat(
82 82
         this.predialysis.weight_before - this.last_record.weight_after
83 83
       ).toFixed(2);
84 84
     }

+ 17 - 16
src/pages/main/template/DialysisPrintOrderSix.vue 파일 보기

@@ -583,7 +583,7 @@
583 583
                   </div>
584 584
                   次/分
585 585
                 </div>
586
-                <div class="inline_block" style="margin-left:10px;flex:1;">
586
+                <div class="inline_block" style="margin-left:10px;flex:1.5;">
587 587
                   BP:
588 588
                   <div class="under_line" style="width: 50px;text-align: center;">
589 589
                     {{afterdialysis.systolic_blood_pressure?afterdialysis.systolic_blood_pressure:'/'}}
@@ -594,17 +594,28 @@
594 594
                   </div>
595 595
                   mmHg
596 596
                 </div>
597
+                <div class="inline_block" style="margin-left:10px;flex:1.5;">
598
+                  实际治疗时间:
599
+                  <div class="under_line" style="width: 20px;text-align: center">
600
+                    {{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'/'}}
601
+                  </div>
602
+                  h
603
+                  <div class="under_line" style="width: 20px;text-align: center">
604
+                    {{afterdialysis.actual_treatment_minute?afterdialysis.actual_treatment_minute:0}}
605
+                  </div>
606
+                  min
607
+                </div>
597 608
               </div>
598 609
               <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
599
-                <div class="inline_block" style="flex:1;">
610
+                <div class="inline_block" style="flex:2;">
600 611
                   凝血程度:
601
-                  <div class="under_line" style="width: 100px;text-align: center">
612
+                  <div class="under_line" style="width: 200px;text-align: center">
602 613
                     {{afterdialysis.cruor?afterdialysis.cruor:'/'}}
603 614
                   </div>
604 615
                 </div>
605
-                <div class="inline_block" style="flex:1;">
616
+                <div class="inline_block" style="flex:2;">
606 617
                   内瘘:
607
-                  <div class="under_line" style="width: 70px;text-align: center">
618
+                  <div class="under_line" style="width: 200px;text-align: center">
608 619
                     {{afterdialysis.internal_fistula?afterdialysis.internal_fistula:'/'}}
609 620
                   </div>
610 621
                 </div>
@@ -614,17 +625,7 @@
614 625
                     {{afterdialysis.catheter?afterdialysis.catheter:'/'}}
615 626
                   </div>
616 627
                 </div>
617
-                <div class="inline_block" style="flex:1;">
618
-                  实际治疗时间:
619
-                  <div class="under_line" style="width: 20px;text-align: center">
620
-                    {{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'/'}}
621
-                  </div>
622
-                  h
623
-                  <div class="under_line" style="width: 20px;text-align: center">
624
-                    {{afterdialysis.actual_treatment_minute?afterdialysis.actual_treatment_minute:0}}
625
-                  </div>
626
-                  min
627
-                </div>
628
+                
628 629
               </div>
629 630
 
630 631
               <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">