Преглед на файлове

Merge remote-tracking branch 'origin/20230223_pad_vue_new_branch' into 20230223_pad_vue_new_branch

yq1 преди 2 седмици
родител
ревизия
e3c221b869

+ 1 - 1
build/cdn.json Целия файл

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "2999.999.13744"
2
+  "version": "2999.999.13748"
3 3
 }

+ 2 - 7
src/pages/main/newActionBar/assessmentAfter.vue Целия файл

@@ -751,7 +751,7 @@ export default {
751 751
       }
752 752
 
753 753
       //干体重默认透前评估里面的干体重
754
-      if(this.$store.getters.user.template_info.org_id==10138 || this.$store.getters.user.template_info.org_id==10278 ||  this.$store.getters.user.template_info.org_id==0 || this.$store.getters.user.template_info.org_id==3877 || this.$store.getters.user.template_info.org_id==10551 || this.$store.getters.user.template_info.org_id==10558 || this.$store.getters.user.template_info.org_id==10515 || this.$store.getters.user.template_info.org_id==10597 || this.$store.getters.user.template_info.org_id==10599 || this.$store.getters.user.template_info.org_id==10598  || this.$store.getters.user.template_info.org_id==10510 || this.$store.getters.user.template_info.org_id==10629 || this.$store.getters.user.template_info.org_id==10702 || this.$store.getters.user.template_info.org_id==10721 ){
754
+      if(this.$store.getters.user.template_info.org_id==10138 || this.$store.getters.user.template_info.org_id==10278 ||  this.$store.getters.user.template_info.org_id==0 || this.$store.getters.user.template_info.org_id==3877 || this.$store.getters.user.template_info.org_id==10551 || this.$store.getters.user.template_info.org_id==10558 || this.$store.getters.user.template_info.org_id==10515 || this.$store.getters.user.template_info.org_id==10597 || this.$store.getters.user.template_info.org_id==10599 || this.$store.getters.user.template_info.org_id==10598  || this.$store.getters.user.template_info.org_id==10510 || this.$store.getters.user.template_info.org_id==10629 || this.$store.getters.user.template_info.org_id==10702 || this.$store.getters.user.template_info.org_id==10721 || this.$store.getters.user.template_info.org_id==10726 ){
755 755
           this.formValue.additional_weight = this.predialysis.additional_weight
756 756
           this.formValue.patient_gose = "1"
757 757
       }
@@ -795,12 +795,7 @@ export default {
795 795
       if(this.formValue.temperature == 0){
796 796
          this.formValue.temperature = 36.5
797 797
       }
798
-      if(this.formValue.systolic_blood_pressure == 0){
799
-         this.formValue.systolic_blood_pressure = this.last_monitor.systolic_blood_pressure
800
-      }
801
-      if(this.formValue.diastolic_blood_pressure == 0){
802
-        this.formValue.diastolic_blood_pressure = this.last_monitor.diastolic_blood_pressure
803
-      }
798
+     
804 799
       if(this.formValue.pulse_frequency == 0){
805 800
          this.formValue.pulse_frequency = this.last_monitor.pulse_frequency
806 801
       }

+ 2 - 1
src/pages/main/newActionBar/assessmentBefore.vue Целия файл

@@ -675,6 +675,7 @@ created () {
675 675
   this.getPermission()
676 676
 
677 677
   console.log("数据我哦我",this.predialysis_evaluation_obj)
678
+  console.log("上次透前评估",this.last_predialysis)
678 679
   
679 680
   if (this.predialysis != null) {
680 681
     if (this.predialysis.thromubus_type == 1) {
@@ -819,7 +820,7 @@ created () {
819 820
     this.propDryForm.remark = this.dry_weight.remakes
820 821
 
821 822
     if(this.$store.getters.user.template_info.org_id==10677 || this.$store.getters.user.template_info.org_id==10679){
822
-      console.log("处方000啊多发点辅导费",this.first_monitor)
823
+     
823 824
       if(this.formValue.temperature == 0){
824 825
          this.formValue.temperature = 36.5
825 826
       }

+ 4 - 1
src/pages/main/newActionBar/computer.vue Целия файл

@@ -835,7 +835,8 @@ export default {
835 835
       this.nuclein_date_str = this.getTimeOne(this.record.nuclein_date);
836 836
     }
837 837
 
838
-    if(this.predialysis!=null){
838
+    if(this.org_id == 10721){
839
+      if(this.predialysis!=null){
839 840
       if(this.predialysis.internal_fistula!=''){
840 841
           this.change_nurse = 0
841 842
           this.puncture_nurse = this.record == null || this.record.id == ""? this.$store.getters.user.admin.id : this.record.puncture_nurse;
@@ -846,6 +847,8 @@ export default {
846 847
       }
847 848
     }
848 849
 
850
+    }
851
+   
849 852
     for (let index = 0; index < this.temp_device_numbers.length; index++) {
850 853
       const device_number = this.temp_device_numbers[index];
851 854
       this.temp_device_numbers[index]["zoneNumber"] =

+ 13 - 0
src/pages/main/newActionBar/dialysisPrescription.vue Целия файл

@@ -3812,6 +3812,12 @@ export default {
3812 3812
           if(this.dialysisPrescription.mode_id != 2){
3813 3813
             this.dialysisPrescription.replacement_flow = ""
3814 3814
           }
3815
+          if(this.$store.getters.user.template_info.org_id == 10721){
3816
+            if(this.dialysisPrescription.prescription_water == 0){
3817
+              Toast.fail('请填写处方脱水量!')
3818
+              return
3819
+           }
3820
+          }
3815 3821
           if(this.$store.getters.user.template_info.org_id!=9671){
3816 3822
             if (this.$store.getters.user.template_info.template_id == 6) {
3817 3823
             console.log(" this.dialysisPrescription.mode_id", this.dialysisPrescription.mode_id)
@@ -5689,6 +5695,13 @@ export default {
5689 5695
           return
5690 5696
          }
5691 5697
        }
5698
+      
5699
+      if(this.$store.getters.user.template_info.org_id == 10721){
5700
+         if(this.dialysisPrescription.prescription_water == 0){
5701
+          Toast.fail('请填写处方脱水量!')
5702
+          return
5703
+         }
5704
+      } 
5692 5705
       if(this.dialysisPrescription.mode_id != 2){
5693 5706
         this.dialysisPrescription.replacement_flow = ""
5694 5707
       }

+ 11 - 4
src/pages/main/newActionBar/monitoring.vue Целия файл

@@ -2047,14 +2047,16 @@ methods: {
2047 2047
       if(this.org_id == 10597 || this.org_id ==10599 || this.org_id ==10587 || this.org_id ==10571 || this.org_id==10579 || this.org_id ==10600 || this.org_id ==10612 || this.org_id ==10617 || this.org_id ==10580 || this.org_id ==10375 || this.org_id ==10629 || this.org_id ==10480  || this.org_id ==10414 || this.org_id ==10679 || this.org_id ==10693 || this.org_id == 10694 || this.org_id == 10697 || this.org_id ==10702 || this.org_id ==10723 || this.org_id == 10721){
2048 2048
 
2049 2049
         if(lastMonitorRecordList!=null){
2050
-          this.form.ultrafiltration_rate = lastMonitorRecordList.ultrafiltration_rate?lastMonitorRecordList.ultrafiltration_rate:""
2051
-
2050
+          this.form.ultrafiltration_rate = lastMonitorRecordList.ultrafiltration_rate?lastMonitorRecordList.ultrafiltration_rate:this.today_last_monitor_record.ultrafiltration_rate
2051
+          console.log("haaaaaaaaaaaaaaaa",this.form.ultrafiltration_rate)
2052
+          console.log("bbbbbbbbbbbbbbbbbbbbb",this.today_last_monitor_record.ultrafiltration_rate)
2052 2053
           this.form.replacement_rate = lastMonitorRecordList.replacement_rate?lastMonitorRecordList.replacement_rate:""
2053 2054
           this.form.transmembrane_pressure = lastMonitorRecordList.transmembrane_pressure?lastMonitorRecordList.transmembrane_pressure:""
2054 2055
 
2055 2056
           this.form.venous_pressure = lastMonitorRecordList.venous_pressure?lastMonitorRecordList.venous_pressure:""
2056 2057
 
2057 2058
           this.form.displacement_quantity = lastMonitorRecordList.displacement_quantity + lastMonitorRecordList.replacement_rate
2059
+         
2058 2060
           if(this.org_id == 10587){
2059 2061
             this.form.displacement_quantity = (lastMonitorRecordList.displacement_quantity + (lastMonitorRecordList.replacement_rate *60) ).toFixed(0)
2060 2062
           }
@@ -2079,12 +2081,17 @@ methods: {
2079 2081
 
2080 2082
 
2081 2083
 
2082
-          this.form.ultrafiltration_volume = (lastMonitorRecordList.ultrafiltration_rate + lastMonitorRecordList.ultrafiltration_volume).toFixed(0)
2084
+          this.form.ultrafiltration_volume = (this.form.replacement_rate + lastMonitorRecordList.ultrafiltration_volume).toFixed(0)
2083 2085
 
2084 2086
           if(this.org_id == 10694){
2085 2087
             this.form.ultrafiltration_volume = this.form.ultrafiltration_volume.toFixed(0)
2086 2088
           }
2087 2089
 
2090
+          if(this.org_id == 10721){
2091
+
2092
+            this.form.displacement_quantity =  resp.monitor.displacement_quantity
2093
+          }
2094
+
2088 2095
         }
2089 2096
 
2090 2097
       
@@ -2122,7 +2129,7 @@ methods: {
2122 2129
       }
2123 2130
 
2124 2131
       if(this.org_id == 10644){
2125
-          console.log("hahahhahahahahh",this.form.displacement_quantity)
2132
+        
2126 2133
           this.form.displacement_quantity = (this.form.displacement_quantity/1000).toFixed(2)
2127 2134
        }
2128 2135