Browse Source

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

yq1 1 month ago
parent
commit
3195bf5f88

+ 1 - 1
build/cdn.json View File

@@ -1,3 +1,3 @@
1 1
 {
2
-  "version": "2999.999.13538"
2
+  "version": "2999.999.13544"
3 3
 }

+ 11 - 4
src/pages/main/newActionBar/dialysisPrescription.vue View File

@@ -210,8 +210,8 @@
210 210
         </van-field>
211 211
         <van-field v-model="dialysisPrescription.prescription_water" @focus="inputFocus" v-if="isShow('处方脱水量')" type="number" input-align="right">
212 212
             <template #label>
213
-                <span 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!=10622&& $store.getters.user.template_info.org_id!=10702 && $store.getters.user.template_info.org_id!=10635 && $store.getters.user.template_info.org_id!=10721 && $store.getters.user.template_info.org_id!=10740 && $store.getters.user.template_info.org_id!=10742 && $store.getters.user.template_info.org_id!=10745 && $store.getters.user.template_info.org_id!=10752">处方脱水量(ml)</span>
214
-                <span  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==10622  || $store.getters.user.template_info.org_id==10702 || $store.getters.user.template_info.org_id==10635 || $store.getters.user.template_info.org_id==10721 || $store.getters.user.template_info.org_id==10740|| $store.getters.user.template_info.org_id==10742 || $store.getters.user.template_info.org_id==10745 || $store.getters.user.template_info.org_id==10752">处方脱水量(L)</span>
213
+                <span 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!=10622&& $store.getters.user.template_info.org_id!=10702 && $store.getters.user.template_info.org_id!=10635 && $store.getters.user.template_info.org_id!=10721 && $store.getters.user.template_info.org_id!=10740 && $store.getters.user.template_info.org_id!=10742 && $store.getters.user.template_info.org_id!=10745 && $store.getters.user.template_info.org_id!=10752&& $store.getters.user.template_info.org_id!=10757">处方脱水量(ml)</span>
214
+                <span  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==10622  || $store.getters.user.template_info.org_id==10702 || $store.getters.user.template_info.org_id==10635 || $store.getters.user.template_info.org_id==10721 || $store.getters.user.template_info.org_id==10740|| $store.getters.user.template_info.org_id==10742 || $store.getters.user.template_info.org_id==10745 || $store.getters.user.template_info.org_id==10752 || $store.getters.user.template_info.org_id==10757">处方脱水量(L)</span>
215 215
             </template>
216 216
          </van-field>
217 217
 
@@ -2222,7 +2222,7 @@ export default {
2222 2222
 
2223 2223
 
2224 2224
       //针对揭阳
2225
-      if(this.$store.getters.user.template_info.org_id == 10597 || this.$store.getters.user.template_info.org_id == 10679 || this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10635 || this.$store.getters.user.template_info.org_id == 10721|| this.$store.getters.user.template_info.org_id == 10742 || this.$store.getters.user.template_info.org_id == 10751|| this.$store.getters.user.template_info.org_id == 10752){
2225
+      if(this.$store.getters.user.template_info.org_id == 10597 || this.$store.getters.user.template_info.org_id == 10679 || this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10635 || this.$store.getters.user.template_info.org_id == 10721|| this.$store.getters.user.template_info.org_id == 10742 || this.$store.getters.user.template_info.org_id == 10751|| this.$store.getters.user.template_info.org_id == 10752 || this.$store.getters.user.template_info.org_id == 10757){
2226 2226
         if(this.predialysis!=undefined){
2227 2227
           if(this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10752 ){
2228 2228
             if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
@@ -2272,7 +2272,14 @@ export default {
2272 2272
             if(this.dialysisPrescription.prescription_water<=0 || this.dialysisPrescription.prescription_water==""){
2273 2273
               this.dialysisPrescription.prescription_water = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)
2274 2274
             }
2275
-          }else{
2275
+          }else if(this.$store.getters.user.template_info.org_id == 10757){
2276
+            if(this.dialysisPrescription.target_ultrafiltration<=0 || this.dialysisPrescription.target_ultrafiltration==""){
2277
+              this.dialysisPrescription.target_ultrafiltration = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight)
2278
+            }
2279
+            if(this.dialysisPrescription.prescription_water<=0 || this.dialysisPrescription.prescription_water==""){
2280
+              this.dialysisPrescription.prescription_water = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)
2281
+            }
2282
+          } else{
2276 2283
             if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
2277 2284
               this.dialysisPrescription.target_ultrafiltration = this.predialysis.weight_before - this.predialysis.dry_weight
2278 2285
             }

+ 1 - 1
src/pages/main/newActionBar/doubleCheck.vue View File

@@ -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" v-if="org_id!=10679">目标超滤量:<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 || org_id == 10745 || org_id == 10752">处方脱水量:<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 || org_id == 10752 || org_id == 10757">处方脱水量:<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>

+ 19 - 19
src/pages/main/newActionBar/monitoring.vue View File

@@ -45,12 +45,12 @@
45 45
                   <th v-if="isShow('跨膜压')" width="40px" style="width:6%"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
46 46
                   <th v-if="isShow('跨膜压1')" width="40px" style="width:6%"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
47 47
                   
48
-                  <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 65 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551  || org_id == 10537 || org_id ==10597 || org_id ==10599 || org_id == 10580 || org_id ==10629 || org_id ==10617 || org_id==10677|| org_id==10667 || org_id == 10693 || org_id ==10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id ==10721 || org_id == 10727 || org_id == 10206 || org_id == 10740 || org_id == 10742 || org_id ==10745 || org_id == 10751 || org_id == 10752)" width="50px" style="6%"> 超滤率 <br />(ml/h) </th>
49
-                  <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=47 && template_id !=48 && template_id !=53 && template_id !=54 && template_id !=56 && template_id !=65 && org_id!=10432 && org_id!=10445 && org_id!=10375  && org_id!=10480 && org_id!=10551 && org_id!=10537 && org_id!=10597 && org_id!=10599 && org_id!=10580 && org_id!=10629 && org_id!=10617  && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721  && org_id!=10727 && org_id!=10206&&org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 && org_id!=10752" width="50px" style="6%"> 超滤率 <br />(L/h) </th>
48
+                  <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 65 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551  || org_id == 10537 || org_id ==10597 || org_id ==10599 || org_id == 10580 || org_id ==10629 || org_id ==10617 || org_id==10677|| org_id==10667 || org_id == 10693 || org_id ==10702 || org_id == 10697 || org_id ==10635 || org_id == 10723 || org_id ==10721 || org_id == 10727 || org_id == 10206 || org_id == 10740 || org_id == 10742 || org_id ==10745 || org_id == 10751 || org_id == 10752 || org_id == 10757)" width="50px" style="6%"> 超滤率 <br />(ml/h) </th>
49
+                  <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=47 && template_id !=48 && template_id !=53 && template_id !=54 && template_id !=56 && template_id !=65 && org_id!=10432 && org_id!=10445 && org_id!=10375  && org_id!=10480 && org_id!=10551 && org_id!=10537 && org_id!=10597 && org_id!=10599 && org_id!=10580 && org_id!=10629 && org_id!=10617  && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702 && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721  && org_id!=10727 && org_id!=10206&&org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 && org_id!=10752 && org_id!=10757" width="50px" style="6%"> 超滤率 <br />(L/h) </th>
50 50
                   <th v-if="isShow('超滤率2')" width="60px">超滤率 <br />(ml/h) </th>
51 51
                   
52
-                  <th v-if="isShow('超滤量') && (template_id ==5 || template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 9 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 65 || template_id == 56 || template_id == 60 || org_id == 10340 || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10485 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id==10677 || org_id==10667 || org_id==10693 || org_id ==10702 || org_id ==10697 || org_id ==10635 || org_id==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751 || org_id == 10752) && org_id!=10471" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
53
-                  <th v-if="isShow('超滤量') && (template_id != 5 && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && org_id !=9555 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && template_id!=46  && template_id!=48 && template_id!=53 && template_id!=54 && template_id!=65 && template_id!=56 && template_id!=60 && org_id != 10340 && org_id != 10387 && org_id != 10432  && org_id != 10445 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10485 && org_id!=10597 && org_id!=10599&&org_id!=10612 &&org_id!=10580 && org_id !=10629 && org_id!=10617 && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702  && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727  && org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id !=10751 && org_id!=10752) || org_id ==10471" width="50px" style="width:6%"> 超滤量 <br />(L) </th>
52
+                  <th v-if="isShow('超滤量') && (template_id ==5 || template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 9 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 65 || template_id == 56 || template_id == 60 || org_id == 10340 || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10485 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10629 || org_id ==10617 || org_id==10677 || org_id==10667 || org_id==10693 || org_id ==10702 || org_id ==10697 || org_id ==10635 || org_id==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751 || org_id == 10752 || org_id == 10757) && org_id!=10471" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
53
+                  <th v-if="isShow('超滤量') && (template_id != 5 && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && org_id !=9555 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && template_id!=46  && template_id!=48 && template_id!=53 && template_id!=54 && template_id!=65 && template_id!=56 && template_id!=60 && org_id != 10340 && org_id != 10387 && org_id != 10432  && org_id != 10445 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10485 && org_id!=10597 && org_id!=10599&&org_id!=10612 &&org_id!=10580 && org_id !=10629 && org_id!=10617 && org_id!=10677 && org_id!=10667 && org_id!=10693 && org_id!=10702  && org_id!=10697 && org_id!=10635 && org_id!=10723 && org_id!=10721 && org_id!=10727  && org_id!=10206 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id !=10751 && org_id!=10752&& org_id!=10757) || org_id ==10471" width="50px" style="width:6%"> 超滤量 <br />(L) </th>
54 54
 
55 55
                   <th v-if="isShow('超滤量1')" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
56 56
 
@@ -58,8 +58,8 @@
58 58
                   <th v-if="isShow('钠浓度1')" width="40px" style="width:6%"> 钠浓度 <br />(mmol/L) </th>
59 59
                   <th v-if="isShow('透析液温度')" width="60px" style="width:6%"> 透析液温度 <br />(℃) </th>
60 60
                   <th v-if="isShow('透析液温度1')" width="60px" style="width:6%"> 透析液温度 <br />(℃) </th>
61
-                  <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || org_id == 10340 || org_id == 10445 || org_id == 10410 || org_id ==10617 || org_id ==10598 || org_id ==10677 || org_id==10702 || org_id == 10727 || org_id ==10721 || org_id == 10727 || org_id == 10206 || org_id == 10751 || org_id == 10752) && org_id!=10558 && org_id!=10414 && org_id!=10677 && org_id!=10353 " width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
62
-                  <th v-if="isShow('置换率') && (template_id !=6 && template_id !=10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29  && template_id != 46 && template_id != 48 && template_id != 53  && template_id != 54 && org_id!=10340 && org_id!=10445 && org_id!=10410 && org_id!=10617 && org_id!=10598 && org_id!=10677 && org_id!=10702 && org_id!=10727 && org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10751 && org_id!=10752) || org_id ==10558 || org_id ==10414 || org_id==10677 || org_id == 10353" width="50px"  style="width:6%"> 置换率 <br />(L/h) </th>
61
+                  <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || org_id == 10340 || org_id == 10445 || org_id == 10410 || org_id ==10617 || org_id ==10598 || org_id ==10677 || org_id==10702 || org_id == 10727 || org_id ==10721 || org_id == 10727 || org_id == 10206 || org_id == 10751 || org_id == 10752 || org_id == 10757) && org_id!=10558 && org_id!=10414 && org_id!=10677 && org_id!=10353 " width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
62
+                  <th v-if="isShow('置换率') && (template_id !=6 && template_id !=10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29  && template_id != 46 && template_id != 48 && template_id != 53  && template_id != 54 && org_id!=10340 && org_id!=10445 && org_id!=10410 && org_id!=10617 && org_id!=10598 && org_id!=10677 && org_id!=10702 && org_id!=10727 && org_id!=10721 && org_id!=10727 && org_id!=10206 && org_id!=10751 && org_id!=10752 && org_id!=10757) || org_id ==10558 || org_id ==10414 || org_id==10677 || org_id == 10353" width="50px"  style="width:6%"> 置换率 <br />(L/h) </th>
63 63
                   <th v-if="isShow('置换率1')" width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
64 64
                   <th v-if="isShow('置换量') && (template_id ==43 )" width="40px" style="width:6%"> 置换量 <br />(ml/h) </th>
65 65
                   <th v-if="isShow('置换量') && ((template_id ==6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id ==9779 ||template_id ==11 ||template_id ==20 ||template_id ==26 ||template_id ==29 ||template_id == 48 ||template_id == 46 ||template_id == 53 ||template_id == 54 ||template_id == 56 ||org_id == 10340 ||org_id == 10432 ||org_id == 10445 || org_id == 10206 || org_id == 10751) && org_id!=10558 && org_id!=10346 && org_id!=10517 && org_id!=10598 && org_id!=10617 && org_id!=10414 && org_id!=10510 && org_id!=10567 && org_id!=10644 && org_id!=10353 && org_id!=10752 && org_id!=10731" width="50px" style="width:6%"> 置换量 <br />(ml) </th>
@@ -136,13 +136,13 @@
136 136
                   </td>
137 137
                   <td v-if="isShow('跨膜压1')" >{{item.transmembrane_pressure_one?item.transmembrane_pressure_one:'/'}}</td>
138 138
                   <td v-if="isShow('超滤率')" >
139
-                    <span v-if="org_id==10702"> {{item.ultrafiltration_rate?item.ultrafiltration_rate:'0'}}</span>
140
-                    <span v-if="org_id!=10702"> {{item.ultrafiltration_rate?item.ultrafiltration_rate:''}}</span>
139
+                    <span v-if="org_id==10702 || org_id== 10757"> {{item.ultrafiltration_rate?item.ultrafiltration_rate:'0'}}</span>
140
+                    <span v-if="org_id!=10702 && org_id!=10757"> {{item.ultrafiltration_rate?item.ultrafiltration_rate:''}}</span>
141 141
                   </td>
142 142
                   <th v-if="isShow('超滤率2')" width="60px">{{ item.ultrafiltration_rate_one?item.ultrafiltration_rate_one:"/" }} <br /></th>
143
-                  <td v-if="isShow('超滤量') && (org_id==10551 || org_id ==10617 || org_id ==10629 || org_id ==10679 || org_id ==10693 || org_id ==10702 || org_id ==10721 || org_id ==10644 || org_id == 10727 || org_id == 10752)" >
143
+                  <td v-if="isShow('超滤量') && (org_id==10551 || org_id ==10617 || org_id ==10629 || org_id ==10679 || org_id ==10693 || org_id ==10702 || org_id ==10721 || org_id ==10644 || org_id == 10727 || org_id == 10752 || org_id == 10757)" >
144 144
                     {{item.ultrafiltration_volume?item.ultrafiltration_volume:'0'}}</td>
145
-                  <td v-if="isShow('超滤量') && org_id!=10551 && org_id != 10617 && org_id!=10629 && org_id!=10679 && org_id!=10693 && org_id!=10702 && org_id!=10721 && org_id!=10644 && org_id!=10727 && org_id!=10752" >
145
+                  <td v-if="isShow('超滤量') && org_id!=10551 && org_id != 10617 && org_id!=10629 && org_id!=10679 && org_id!=10693 && org_id!=10702 && org_id!=10721 && org_id!=10644 && org_id!=10727 && org_id!=10752 && org_id!=10757" >
146 146
                     <span v-if="org_id ==10612">
147 147
                       <span v-if="index == 1"> {{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "0" }}</span>
148 148
                       <span v-if="index!=1"> {{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "" }}</span>
@@ -356,14 +356,14 @@
356 356
 
357 357
                           <van-field v-model="form.ultrafiltration_volume" @focus="inputFocus" @keydown='changeFocus' :required="isShow_title('超滤量')" v-if="isShow('超滤量')" type="number" input-align="right">
358 358
                               <template #label>
359
-                                  <span v-if="(template_id == 5 || template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 9 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340  || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id == 10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id == 10635 || org_id==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10740 || org_id == 10742 || org_id == 10745 || org_id == 10751 || org_id == 10752) && org_id!=10471" >超滤量(ml)</span>
359
+                                  <span v-if="(template_id == 5 || template_id == 6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 9 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340  || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id == 10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id == 10702 || org_id == 10697 || org_id == 10635 || org_id==10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10740 || org_id == 10742 || org_id == 10745 || org_id == 10751 || org_id == 10752 || org_id == 10757) && org_id!=10471" >超滤量(ml)</span>
360 360
                                   <span v-else>超滤量(L)</span>
361 361
                               </template>
362 362
                           </van-field>
363 363
 
364 364
                           <van-field v-model="form.ultrafiltration_rate" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('超滤率')" :required="isShow_title('超滤率')" type="number" input-align="right">
365 365
                               <template #label>
366
-                                  <span v-if="(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10537 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id==10702 || org_id == 10697 || org_id == 10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751 || org_id == 10752) && org_id!=10471">超滤率(ml/h)</span>
366
+                                  <span v-if="(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || org_id == 10445 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10537 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10580 || org_id ==10629  || org_id ==10617 || org_id ==10677 || org_id ==10667 || org_id == 10693 || org_id==10702 || org_id == 10697 || org_id == 10635 || org_id == 10723 || org_id == 10721 || org_id ==10727 || org_id == 10206 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751 || org_id == 10752 || org_id == 10757) && org_id!=10471">超滤率(ml/h)</span>
367 367
                                   <span v-else>超滤率(L/h)</span>
368 368
                               </template>
369 369
                           </van-field>
@@ -385,7 +385,7 @@
385 385
 
386 386
                           <van-field v-model="form.replacement_rate" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('置换率')" :required="isShow_title('置换率')" type="number" input-align="right">
387 387
                               <template #label>
388
-                                  <span v-if="(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || org_id == 10340 || org_id == 10445 || org_id == 10410 || org_id ==10410 || org_id ==10617 || org_id ==10598 || org_id ==10677 || org_id ==10702 || org_id == 10727 || org_id == 10721 || org_id == 10727 || org_id == 10206 || org_id == 10751 || org_id == 10752) && org_id!=10558 && org_id!=10414 && org_id!=10677 && org_id!=10353">置换率(ml/min)</span>
388
+                                  <span v-if="(template_id == 6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || org_id == 10340 || org_id == 10445 || org_id == 10410 || org_id ==10410 || org_id ==10617 || org_id ==10598 || org_id ==10677 || org_id ==10702 || org_id == 10727 || org_id == 10721 || org_id == 10727 || org_id == 10206 || org_id == 10751 || org_id == 10752 || org_id == 10757) && org_id!=10558 && org_id!=10414 && org_id!=10677 && org_id!=10353">置换率(ml/min)</span>
389 389
                                   <span v-else>置换率(L/h)</span>
390 390
                               </template>
391 391
                           </van-field>
@@ -571,12 +571,12 @@
571 571
                             <th v-if="isShow('血流量')" width="40px"> 血流量 <br />(ml/min) </th>
572 572
                             <th width="60px"> 静脉压/动脉压 <br />({{monitorRecords[0]&&monitorRecords[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
573 573
                             <th v-if="isShow('跨膜压')" width="40px"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
574
-                            <th v-if="isShow('超滤量') && (template_id ==5 || template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 9 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || org_id == 10340 || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10480 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id == 10697 || org_id ==10727 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751 || org_id == 10752)" width="50px" > 超滤量 <br />(ml) </th>
575
-                            <th v-if="isShow('超滤量') && template_id != 5 && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && org_id !=9555 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && template_id!=46  && template_id!=48 && template_id!=53 && template_id!=54 && template_id!=56 && template_id!=60 && org_id != 10340 && org_id != 10387 && org_id != 10432  && org_id != 10445 && org_id != 10480 && org_id!=10597 && org_id!=10599&&org_id!=10612 && org_id!=10580  && org_id!=10617 && org_id!=10697 && org_id!=10727 && org_id!=10740 && org_id!=10742&& org_id!=10745 && org_id!=10751 && org_id!=10752" width="50px" > 超滤量 <br />(L) </th>
574
+                            <th v-if="isShow('超滤量') && (template_id ==5 || template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || org_id == 9555 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 9 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || org_id == 10340 || org_id == 10387 || org_id == 10432 || org_id == 10445 || org_id == 10480 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id == 10697 || org_id ==10727 || org_id == 10742 || org_id == 10740 || org_id == 10745 || org_id == 10751 || org_id == 10752 || org_id ==10757)" width="50px" > 超滤量 <br />(ml) </th>
575
+                            <th v-if="isShow('超滤量') && template_id != 5 && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && org_id !=9555 && template_id!=27 && template_id!=29 && template_id!=30 && template_id!=31 && template_id !=9 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id!=40 && template_id!=41 && template_id!=43 && template_id!=44 && template_id!=47 && template_id!=46  && template_id!=48 && template_id!=53 && template_id!=54 && template_id!=56 && template_id!=60 && org_id != 10340 && org_id != 10387 && org_id != 10432  && org_id != 10445 && org_id != 10480 && org_id!=10597 && org_id!=10599&&org_id!=10612 && org_id!=10580  && org_id!=10617 && org_id!=10697 && org_id!=10727 && org_id!=10740 && org_id!=10742&& org_id!=10745 && org_id!=10751 && org_id!=10752 && org_id!=10757" width="50px" > 超滤量 <br />(L) </th>
576 576
                             <th v-if="isShow('钠浓度')" width="40px"> 钠浓度 <br />(mmol/L) </th>
577 577
                             <th v-if="isShow('透析液温度')" width="60px"> 透析液温度 <br />(℃) </th>
578
-                            <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || org_id == 10340 || org_id == 10445 || org_id ==10375 || org_id ==10721 || org_id == 10751 || org_id == 10752) && org_id!=10558 && org_id!=10598 && org_id!=10617 && org_id!=10727" width="50px" > 置换率 <br />(ml/min) </th>
579
-                            <th v-if="isShow('置换率') && (template_id !=6 && template_id !=10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29  && template_id != 46 && template_id != 48 && template_id != 53  && template_id != 54 && org_id!=10340 && org_id!=10445 && org_id!=10375 && org_id!=10721 && org_id!=10751 && org_id!=10752) || org_id ==10558 || org_id ==10598 || org_id ==10617 || org_id ==10727" width="50px"  > 置换率 <br />(L/h) </th>
578
+                            <th v-if="isShow('置换率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || org_id == 10340 || org_id == 10445 || org_id ==10375 || org_id ==10721 || org_id == 10751 || org_id == 10752 || org_id == 10757) && org_id!=10558 && org_id!=10598 && org_id!=10617 && org_id!=10727" width="50px" > 置换率 <br />(ml/min) </th>
579
+                            <th v-if="isShow('置换率') && (template_id !=6 && template_id !=10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29  && template_id != 46 && template_id != 48 && template_id != 53  && template_id != 54 && org_id!=10340 && org_id!=10445 && org_id!=10375 && org_id!=10721 && org_id!=10751 && org_id!=10752 && org_id!=10757) || org_id ==10558 || org_id ==10598 || org_id ==10617 || org_id ==10727" width="50px"  > 置换率 <br />(L/h) </th>
580 580
                             <th v-if="isShow('置换量') && (template_id ==43 )" width="40px" > 置换量 <br />(ml/h) </th>
581 581
                             <th v-if="isShow('置换量') && ((template_id ==6 && org_id != 9919 && org_id!=10191 && template_id!=43) || org_id ==9779 ||template_id ==11 ||template_id ==20 ||template_id ==26 ||template_id ==29 ||template_id == 48 ||template_id == 46 ||template_id == 53 ||template_id == 54 ||template_id == 56 ||org_id == 10340 ||org_id == 10432 ||org_id == 10445 || org_id ==10751) && org_id!=10558 && org_id !=10617 && org_id!=10510 && org_id!=10644 && org_id!=10752" width="50px" > 置换量 <br />(ml) </th>
582 582
                             <th v-if="isShow('置换量') && ((template_id !=6 || org_id == 9919 || org_id == 10191) && org_id !=9779 && template_id !=11 && template_id !=20 && template_id !=26 && template_id !=29 && template_id!=43 && template_id!=48 && template_id!=46 && template_id!=53 && template_id!=54 && template_id!=56 && org_id!=10340 && org_id!=10432  && org_id!=10445 && org_id!=10751) || org_id == 10558 || org_id ==10617 || org_id == 10510 || org_id == 10644 || org_id == 10752" width="50px" > 置换量 <br />(L) </th>
@@ -585,8 +585,8 @@
585 585
                             <th v-if="isShow('电导度')" width="40px"> 电导度 <br />(mS/cm) </th>
586 586
                             <th v-if="isShow('置换液流量')" width="50px"> 置换液流量 <br /><span v-if="template_id !=27 && template_id !=29 && template_id !=60">(ml/h)</span><span v-if="template_id ==27 || template_id ==29 || template_id==60">(ml/min)</span> </th>
587 587
                             <th v-if="isShow('透析液流量')" width="50px"> 透析液流量 <br />(ml/h) </th>
588
-                            <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10480 || org_id ==10537 || org_id ==10597 || org_id ==10599 || org_id ==10580 || org_id ==10617 || org_id == 10697 || org_id == 10740 || org_id == 10742 || org_id == 10745 || org_id == 10751 || org_id == 10752)" width="50px"> 超滤率 <br />(ml/h) </th>
589
-                            <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=47 && template_id !=48 && template_id !=53 && template_id !=54 && template_id !=56 && org_id!=10432 && org_id!=10445 && org_id!=10480 && org_id!=10537 && org_id!=10597 && org_id!=10599 && org_id!=10580 && org_id!=10617  && org_id!=10697 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 && org_id!=10752" width="50px"> 超滤率 <br />(L/h) </th>
588
+                            <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || org_id == 10432 || org_id == 10445 || org_id == 10480 || org_id ==10537 || org_id ==10597 || org_id ==10599 || org_id ==10580 || org_id ==10617 || org_id == 10697 || org_id == 10740 || org_id == 10742 || org_id == 10745 || org_id == 10751 || org_id == 10752 || org_id == 10757)" width="50px"> 超滤率 <br />(ml/h) </th>
589
+                            <th v-if="isShow('超滤率') && template_id !=6 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38 && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=47 && template_id !=48 && template_id !=53 && template_id !=54 && template_id !=56 && org_id!=10432 && org_id!=10445 && org_id!=10480 && org_id!=10537 && org_id!=10597 && org_id!=10599 && org_id!=10580 && org_id!=10617  && org_id!=10697 && org_id!=10740 && org_id!=10742 && org_id!=10745 && org_id!=10751 && org_id!=10752 && org_id!=10757" width="50px"> 超滤率 <br />(L/h) </th>
590 590
                             <th v-if="isShow('肝素用量余量')" width="60px"> 肝素用量余量 <br />(ml) </th>
591 591
                             <th v-if="isShow('肝素量')" width="60px"> 肝素量 <br />(mg) </th>
592 592
                             <th v-if="isShow('抗凝剂')" width="60px">抗凝剂</th>

+ 1 - 1
src/pages/main/newActionBar/treatment.vue View File

@@ -696,7 +696,7 @@ export default {
696 696
           this.predialysis_evaluation.blood_access_part_id = ""
697 697
         }
698 698
 
699
-        var str = "患者今日常规进行血液透析治疗,目前诊断:1.尿毒症 2.肾性贫血 3.肾性骨病 4肉毒碱缺乏症 5.心功能不全,需继续使用促红素、左卡尼汀、帕立骨化醇治疗。 "+ "血管通路选择:"+this.predialysis_evaluation.blood_access_part_id+ " "+this.QueryOperaById(this.predialysis_evaluation.blood_access_part_opera_id) +",透析模式:"+this.getModeId(this.prescription_prop.mode_id)+
699
+        var str = "患者今日常规进行血液透析治疗,患者透前未诉头晕乏力抽筋不适,未诉咳嗽喘憋及夜间呼吸困难,未诉牙龈出血,未见出血点及瘀斑。心肺无殊,双下肢无浮肿。目前诊断:1.尿毒症 2.肾性贫血 3.肾性骨病 4肉毒碱缺乏症 5.心功能不全,需继续使用促红素、左卡尼汀、帕立骨化醇治疗。 "+ "血管通路选择:"+this.predialysis_evaluation.blood_access_part_id+ " "+this.QueryOperaById(this.predialysis_evaluation.blood_access_part_opera_id) +",透析模式:"+this.getModeId(this.prescription_prop.mode_id)+
700 700
         ",透前检查:"+this.predialysis_evaluation.internal_fistula +this.predialysis_evaluation.catheter + str_one +" "+ ",透析器:"+this.prescription_prop.dialyzer_perfusion_apparatus +
701 701
         ",透前体重:"+this.predialysis_evaluation.weight_before+"kg"+",间期体重增长:"+total +"kg"+",目标脱水量:"+this.prescription_prop.target_ultrafiltration +"L" +",血流量:"+this.prescription_prop.blood_flow_volume+"ml/min" + ",透析开始时间:"+this.getTime(this.dialysis_order.start_time) +"透析结束时间:"+this.getTime(this.dialysis_order.end_time) +
702 702
         ",实际治疗时长:"+ this.assessment_after_dislysis.actual_treatment_hour +"时"+this.assessment_after_dislysis.actual_treatment_minute+"分" +",实际超滤量:"+this.assessment_after_dislysis.actual_ultrafiltration+"L"+",透后体重:"+this.assessment_after_dislysis.weight_after+"kg"+",透析过程顺利,安全下机" + " "

+ 7 - 7
src/pages/main/today/dialysisMonitoring.vue View File

@@ -32,8 +32,8 @@
32 32
           <th v-if="isShow('钠浓度1')" width="60px"> 钠浓度 <br />(mmol/L) </th>
33 33
           <th v-if="isShow('透析液温度')" width="70px"> 透析液温度 <br />(℃) </th>
34 34
           <th v-if="isShow('透析液温度1')" width="70px"> 透析液温度 <br />(℃) </th>
35
-          <th v-if="isShow('置换率')&& (template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 48 || template_id == 53  || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10410 || org_id == 10375 || org_id == 10598 || org_id ==10702 || org_id == 10721 || org_id == 10727 || org_id == 10206 || org_id == 10751 || org_id == 10752) && org_id!=10558  && org_id!=10414 && org_id!=10677 && org_id!=10353" width="60px" > 置换率 <br />(ml/min) </th>
36
-          <th v-if="isShow('置换率')&& (template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && org_id!=10340  && org_id!=10410 && org_id!=10375 && org_id!=10598 && org_id!=10702 && org_id!=10721  && org_id!=10727 && org_id!=10206 && org_id!=10751 && org_id!=10752) || org_id ==10558 || org_id ==10414 || org_id==10677 || org_id ==10353" width="60px" > 置换率 <br />(L/h) </th>
35
+          <th v-if="isShow('置换率')&& (template_id == 6 ||template_id == 10 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 48 || template_id == 53  || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10410 || org_id == 10375 || org_id == 10598 || org_id ==10702 || org_id == 10721 || org_id == 10727 || org_id == 10206 || org_id == 10751 || org_id == 10752 || org_id == 10757) && org_id!=10558  && org_id!=10414 && org_id!=10677 && org_id!=10353" width="60px" > 置换率 <br />(ml/min) </th>
36
+          <th v-if="isShow('置换率')&& (template_id != 6 && template_id != 10 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && org_id!=10340  && org_id!=10410 && org_id!=10375 && org_id!=10598 && org_id!=10702 && org_id!=10721  && org_id!=10727 && org_id!=10206 && org_id!=10751 && org_id!=10752 && org_id!=10757) || org_id ==10558 || org_id ==10414 || org_id==10677 || org_id ==10353" width="60px" > 置换率 <br />(L/h) </th>
37 37
           <th v-if="isShow('置换率1')"  width="60px" > 置换率 <br />(ml/min) </th>
38 38
           <th v-if="isShow('置换量')&& (template_id == 43 )" width="50px" > 置换量 <br />(ml/h) </th>
39 39
           <th v-if="isShow('置换量')&& ((template_id == 6 && org_id != 9919 && template_id!=43 && org_id!=10478) || (template_id == 10 && org_id!=10191) || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29  || template_id == 46  || template_id == 47 || template_id == 48 || template_id == 53 || template_id == 54 | template_id == 56 || org_id == 10340 || org_id == 10432 || org_id == 10206 || org_id == 10751) && org_id!=10558 && org_id!=10346&&org_id!=10517 &&org_id!=10598 &&org_id!=10617 &&org_id!=10414 && org_id!=10510  && org_id!=10644 && org_id!=10353 && org_id!=10752&&org_id!=10731" width="50px" > 置换量 <br />(ml) </th>
@@ -104,9 +104,9 @@
104 104
           <td v-if="isShow('血流量1')">{{ item.blood_flow_volume_one ? item.blood_flow_volume_one : "/" }}</td>
105 105
           <td v-if="isShow('跨膜压')" >{{ item.transmembrane_pressure ? item.transmembrane_pressure : "" }}</td>
106 106
           <td v-if="isShow('跨膜压1')" >{{ item.venous_pressure_one ? item.venous_pressure_one : "/" }}</td>
107
-          <td v-if="isShow('超滤量')&&(org_id ==10551 || org_id ==10629 || org_id ==10679|| org_id ==10693 || org_id ==10702 || org_id == 10721 || org_id == 10751 || org_id == 10752)" >{{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "0" }}</td>
108
-          <td v-if="isShow('超滤量')&&org_id !=10551 && org_id!=10629 && org_id != 10679&&org_id!=10693 &&org_id!=10702 && org_id!=10721 && org_id!=10751 && org_id!=10752" >
109
-            <span v-if="org_id == 10612 || org_id == 10721">
107
+          <td v-if="isShow('超滤量')&&(org_id ==10551 || org_id ==10629 || org_id ==10679|| org_id ==10693 || org_id ==10702 || org_id == 10721 || org_id == 10751 || org_id == 10752 || org_id == 10757)" >{{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "0" }}</td>
108
+          <td v-if="isShow('超滤量')&&org_id !=10551 && org_id!=10629 && org_id != 10679&&org_id!=10693 &&org_id!=10702 && org_id!=10721 && org_id!=10751 && org_id!=10752 && org_id!=10757" >
109
+            <span v-if="org_id == 10612 || org_id == 10721 || org_id == 10757">
110 110
               <span v-if="index == 1"> {{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "0" }}</span>
111 111
                <span v-if="index!=1"> {{ item.ultrafiltration_volume ? item.ultrafiltration_volume : "" }}</span>
112 112
             </span>
@@ -117,8 +117,8 @@
117 117
           </td>
118 118
           <td v-if="isShow('超滤量1')" >{{item.ultrafiltration_volume_one?item.ultrafiltration_volume_one:'/'}}</td>
119 119
           <td v-if="isShow('超滤率')" >
120
-            <span v-if="org_id==10702 || org_id == 10721 || org_id == 10751">{{item.ultrafiltration_rate?item.ultrafiltration_rate:'0'}} </span> 
121
-            <span v-if="org_id!=10702 && org_id!=10721 && org_id!=10751">{{item.ultrafiltration_rate?item.ultrafiltration_rate:''}} </span> 
120
+            <span v-if="org_id==10702 || org_id == 10721 || org_id == 10751 || org_id == 10757 || org_id == 10757">{{item.ultrafiltration_rate?item.ultrafiltration_rate:'0'}} </span> 
121
+            <span v-if="org_id!=10702 && org_id!=10721 && org_id!=10751 && org_id!=10757 && org_id!=10757">{{item.ultrafiltration_rate?item.ultrafiltration_rate:''}} </span> 
122 122
           </td>
123 123
           <td v-if="isShow('超滤率2')" >{{item.ultrafiltration_rate_one?item.ultrafiltration_rate_one:''}}</td>
124 124
           <td v-if="isShow('钠浓度')">{{ item.sodium_concentration ? item.sodium_concentration : "" }}</td>

+ 2 - 2
src/pages/main/today/dialysisPrescription.vue View File

@@ -26,8 +26,8 @@
26 26
 
27 27
         <li v-if="isShow('处方脱水量')">
28 28
           <label>处方脱水量 :</label>
29
-          <span class="content" v-if="this.$store.getters.user.template_info.org_id !=10597 && this.$store.getters.user.template_info.org_id !=10612  && this.$store.getters.user.template_info.org_id !=10598 && this.$store.getters.user.template_info.org_id !=10679 && this.$store.getters.user.template_info.org_id !=10677 && this.$store.getters.user.template_info.org_id !=10679&& this.$store.getters.user.template_info.org_id !=10702 && this.$store.getters.user.template_info.org_id !=10635 && this.$store.getters.user.template_info.org_id !=10721&& this.$store.getters.user.template_info.org_id !=10740 && this.$store.getters.user.template_info.org_id !=10742&& this.$store.getters.user.template_info.org_id !=10745&& this.$store.getters.user.template_info.org_id !=10752">{{prescription_water != '0'?prescription_water:''}}ml</span>
30
-          <span class="content" v-if="this.$store.getters.user.template_info.org_id ==10597 || this.$store.getters.user.template_info.org_id ==10612 || this.$store.getters.user.template_info.org_id ==10598  || this.$store.getters.user.template_info.org_id ==10679 || this.$store.getters.user.template_info.org_id ==10677 || this.$store.getters.user.template_info.org_id == 10679|| this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10635 || this.$store.getters.user.template_info.org_id == 10721 || this.$store.getters.user.template_info.org_id == 10740 || this.$store.getters.user.template_info.org_id == 10742|| this.$store.getters.user.template_info.org_id == 10745|| this.$store.getters.user.template_info.org_id == 10752">{{prescription_water != '0'?prescription_water:''}}L</span>
29
+          <span class="content" v-if="this.$store.getters.user.template_info.org_id !=10597 && this.$store.getters.user.template_info.org_id !=10612  && this.$store.getters.user.template_info.org_id !=10598 && this.$store.getters.user.template_info.org_id !=10679 && this.$store.getters.user.template_info.org_id !=10677 && this.$store.getters.user.template_info.org_id !=10679&& this.$store.getters.user.template_info.org_id !=10702 && this.$store.getters.user.template_info.org_id !=10635 && this.$store.getters.user.template_info.org_id !=10721&& this.$store.getters.user.template_info.org_id !=10740 && this.$store.getters.user.template_info.org_id !=10742&& this.$store.getters.user.template_info.org_id !=10745&& this.$store.getters.user.template_info.org_id !=10752&& this.$store.getters.user.template_info.org_id !=10757">{{prescription_water != '0'?prescription_water:''}}ml</span>
30
+          <span class="content" v-if="this.$store.getters.user.template_info.org_id ==10597 || this.$store.getters.user.template_info.org_id ==10612 || this.$store.getters.user.template_info.org_id ==10598  || this.$store.getters.user.template_info.org_id ==10679 || this.$store.getters.user.template_info.org_id ==10677 || this.$store.getters.user.template_info.org_id == 10679|| this.$store.getters.user.template_info.org_id == 10702 || this.$store.getters.user.template_info.org_id == 10635 || this.$store.getters.user.template_info.org_id == 10721 || this.$store.getters.user.template_info.org_id == 10740 || this.$store.getters.user.template_info.org_id == 10742|| this.$store.getters.user.template_info.org_id == 10745|| this.$store.getters.user.template_info.org_id == 10752|| this.$store.getters.user.template_info.org_id == 10757">{{prescription_water != '0'?prescription_water:''}}L</span>
31 31
         </li>
32 32
 
33 33
         <li v-if="isShow('钙')">