|
@@ -2217,7 +2217,7 @@ export default {
|
2217
|
2217
|
|
2218
|
2218
|
|
2219
|
2219
|
//针对揭阳
|
2220
|
|
- 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){
|
|
2220
|
+ 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){
|
2221
|
2221
|
if(this.predialysis!=undefined){
|
2222
|
2222
|
if(this.$store.getters.user.template_info.org_id == 10702){
|
2223
|
2223
|
if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
|
|
@@ -2252,6 +2252,13 @@ export default {
|
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
|
}
|
|
2255
|
+ }else if(this.$store.getters.user.template_info.org_id == 10742){
|
|
2256
|
+ if(this.dialysisPrescription.target_ultrafiltration<=0 || this.dialysisPrescription.target_ultrafiltration==""){
|
|
2257
|
+ this.dialysisPrescription.target_ultrafiltration = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight)
|
|
2258
|
+ }
|
|
2259
|
+ if(this.dialysisPrescription.prescription_water<=0 || this.dialysisPrescription.prescription_water==""){
|
|
2260
|
+ this.dialysisPrescription.prescription_water = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)
|
|
2261
|
+ }
|
2255
|
2262
|
}else{
|
2256
|
2263
|
if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
|
2257
|
2264
|
this.dialysisPrescription.target_ultrafiltration = this.predialysis.weight_before - this.predialysis.dry_weight
|
|
@@ -2276,7 +2283,7 @@ export default {
|
2276
|
2283
|
}
|
2277
|
2284
|
}
|
2278
|
2285
|
|
2279
|
|
- if(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 == 10740 || this.$store.getters.user.template_info.org_id == 10742 || this.$store.getters.user.template_info.org_id == 10745){
|
|
2286
|
+ if(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 == 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 == 10742){
|
2280
|
2287
|
console.log("进来2噢噢噢哦",this.lastDialysisPrescription.blood_access_part_id)
|
2281
|
2288
|
if(this.lastDialysisPrescription!=undefined){
|
2282
|
2289
|
|