Преглед изворни кода

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

yq1 пре 3 месеци
родитељ
комит
d2ca0f186a

+ 1 - 1
build/cdn.json Прегледај датотеку

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "2999.999.13800"
2
+  "version": "2999.999.13713"
3 3
 }

+ 1 - 1
src/pages/main/PatientBox.vue Прегледај датотеку

@@ -468,7 +468,7 @@
468 468
                 </span>
469 469
               </p>
470 470
 
471
-              <p v-if="$store.getters.user.template_info.org_id == 10597 || $store.getters.user.template_info.org_id == 10612 || $store.getters.user.template_info.org_id == 10598 || $store.getters.user.template_info.org_id == 10679 || $store.getters.user.template_info.org_id == 10677 || $store.getters.user.template_info.org_id == 10702 ">
471
+              <p v-if="$store.getters.user.template_info.org_id == 10597 || $store.getters.user.template_info.org_id == 10612 || $store.getters.user.template_info.org_id == 10598 || $store.getters.user.template_info.org_id == 10679 || $store.getters.user.template_info.org_id == 10677 || $store.getters.user.template_info.org_id == 10702|| $store.getters.user.template_info.org_id == 10745">
472 472
                 处方脱水量:
473 473
                   <span>{{patient.prescription? patient.prescription.prescription_water: ""}}L</span>
474 474
               </p>

+ 1 - 1
src/pages/main/WaitingArea.vue Прегледај датотеку

@@ -1473,7 +1473,7 @@ export default {
1473 1473
           item.sort = item.device_number.sort
1474 1474
         })
1475 1475
        
1476
-        if (this.$store.getters.user.template_info.org_id == 10346 || this.$store.getters.user.template_info.org_id == 10490 || this.$store.getters.user.template_info.org_id == 10340  || this.$store.getters.user.template_info.org_id == 10579 || this.$store.getters.user.template_info.org_id == 10587 || 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 == 10702 && this.$store.getters.user.template_info.org_id != 10740) {
1476
+        if (this.$store.getters.user.template_info.org_id == 10346 || this.$store.getters.user.template_info.org_id == 10490 || this.$store.getters.user.template_info.org_id == 10340  || this.$store.getters.user.template_info.org_id == 10579 || this.$store.getters.user.template_info.org_id == 10587 || 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 == 10702 || this.$store.getters.user.template_info.org_id == 10740 || this.$store.getters.user.template_info.org_id == 10679) {
1477 1477
           arr4[0].scheduals.sort(this.compareOne('sort'))
1478 1478
         }
1479 1479
         this.allPatient = arr4

+ 2 - 0
src/pages/main/newActionBar/computer.vue Прегледај датотеку

@@ -808,6 +808,8 @@ export default {
808 808
       this.record == null || this.record.id == ""
809 809
         ? this.$store.getters.user.admin.id
810 810
         : this.record.puncture_nurse;
811
+    console.log("穿刺==================",this.puncture_nurse)
812
+    console.log("admin_map----------------",this.admins)
811 813
     this.washpipe_nurse =
812 814
       this.record == null || this.record.id == ""
813 815
         ? this.$store.getters.user.admin.id

+ 1 - 1
src/pages/main/newActionBar/dialysisPrescription.vue Прегледај датотеку

@@ -2248,7 +2248,7 @@ export default {
2248 2248
             if(this.dialysisPrescription.target_ultrafiltration<=0 || this.dialysisPrescription.target_ultrafiltration==""){
2249 2249
               this.dialysisPrescription.target_ultrafiltration = ((this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(0))*1000
2250 2250
             }
2251
-          }else if(this.$store.getters.user.template_info.org_id == 10731){
2251
+          }else if(this.$store.getters.user.template_info.org_id == 10164){
2252 2252
             if(this.dialysisPrescription.target_ultrafiltration<=0 || this.dialysisPrescription.target_ultrafiltration==""){
2253 2253
               this.dialysisPrescription.target_ultrafiltration = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight)*1000
2254 2254
             }

+ 1 - 1
src/pages/main/newActionBar/doubleCheck.vue Прегледај датотеку

@@ -34,7 +34,7 @@
34 34
                       <van-checkbox name="a">透析模式:<span v-if="prescription_prop!=null">{{getMode(prescription_prop.mode_id)}}</span></van-checkbox>
35 35
                       <van-checkbox name="b">透析时长:<span v-if="prescription_prop!=null">{{prescription_prop.dialysis_duration_hour}}小时{{prescription_prop.dialysis_duration_minute}}分</span></van-checkbox>
36 36
                       <van-checkbox name="c">目标超滤量:<span v-if="prescription_prop!=null">{{prescription_prop.target_ultrafiltration?prescription_prop.target_ultrafiltration:""}} </span> <span v-if="org_id==10617">L</span></van-checkbox>
37
-                      <van-checkbox name="m" v-if="org_id ==10469 || org_id ==10597 || org_id ==10679 || org_id ==10702">处方脱水量:<span v-if="prescription_prop!=null">{{prescription_prop.prescription_water?prescription_prop.prescription_water:""}}</span></van-checkbox>
37
+                      <van-checkbox name="m" v-if="org_id ==10469 || org_id ==10597 || org_id ==10679 || org_id ==10702 || org_id == 10745">处方脱水量:<span v-if="prescription_prop!=null">{{prescription_prop.prescription_water?prescription_prop.prescription_water:""}}</span></van-checkbox>
38 38
                       <van-checkbox name="d">抗凝剂:<span v-if="prescription_prop!=null">{{getAnticoagulant(prescription_prop.anticoagulant)}}</span></van-checkbox>
39 39
                       <van-checkbox name="e">首剂:<span v-if="prescription_prop!=null">{{prescription_prop.anticoagulant_shouji}}</span></van-checkbox>
40 40
                       <van-checkbox name="f">维持:<span v-if="prescription_prop!=null">{{prescription_prop.anticoagulant_weichi}}</span></van-checkbox>

+ 2 - 1
src/pages/main/today/dialysisPrescription.vue Прегледај датотеку

@@ -136,7 +136,8 @@
136 136
           <span class="content">{{anticoagulant_weichi != '0'?anticoagulant_weichi:""}}</span>
137 137
           <span v-if="this.$store.getters.user.template_info.org_id == 10013 || this.$store.getters.user.template_info.org_id == 10014">
138 138
              <span class="unit" v-if="this.prescription.anticoagulant == 2">iu/h</span>
139
-             <span class="unit" v-if="this.prescription.anticoagulant != 2"> ml/h</span>
139
+             <span class="unit" v-if="this.prescription.anticoagulant == 15">mg/h</span>
140
+             <span class="unit" v-if="this.prescription.anticoagulant != 2&& this.prescription.anticoagulant != 15"> ml/h</span>
140 141
           </span>
141 142
           <span v-if="this.$store.getters.user.template_info.org_id == 10101 || this.$store.getters.user.template_info.template_id == 45">
142 143
             <span class="unit" v-if="this.prescription.anticoagulant == 2">{{anticoagulant_weichi != '0'?"mg/h":""}}</span>