Browse Source

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

yq1 3 months ago
parent
commit
505ca620f3

+ 1 - 1
build/cdn.json View File

1
 {
1
 {
2
-  "version": "2999.999.13725"
2
+  "version": "2999.999.13738"
3
 }
3
 }

+ 7 - 7
src/pages/home/login.vue View File

78
 import Popup from "./Popup/index"
78
 import Popup from "./Popup/index"
79
 import axios from 'axios'
79
 import axios from 'axios'
80
 const https = require('https');
80
 const https = require('https');
81
-const agent = new https.Agent({  
81
+const agent = new https.Agent({
82
   rejectUnauthorized: false  // 忽略证书验证
82
   rejectUnauthorized: false  // 忽略证书验证
83
 });
83
 });
84
 const instance = axios.create({
84
 const instance = axios.create({
187
           }
187
           }
188
 
188
 
189
           if (resp.state == 1 && this.checked == true) {
189
           if (resp.state == 1 && this.checked == true) {
190
-           
190
+
191
             this.show = false;
191
             this.show = false;
192
             var user = resp.data.user;
192
             var user = resp.data.user;
193
             var admin = resp.data.admin;
193
             var admin = resp.data.admin;
232
             // }
232
             // }
233
             //博白
233
             //博白
234
             console.log("机构ID------------------",resp.data.org.id)
234
             console.log("机构ID------------------",resp.data.org.id)
235
-            if(resp.data.org.id == 10164){
236
-              this.checkMobileIp() 
235
+            if(resp.data.org.id == 9671){
236
+              this.checkMobileIp()
237
             }else{
237
             }else{
238
               this.$router.replace({ path: "/" });
238
               this.$router.replace({ path: "/" });
239
             }
239
             }
240
-           
241
-           
240
+
241
+
242
           } else {
242
           } else {
243
             this.show = false;
243
             this.show = false;
244
             if (this.errorNum >= 2) {
244
             if (this.errorNum >= 2) {
280
           if (response.data.state == 1) {
280
           if (response.data.state == 1) {
281
             console.log("hahahahh");
281
             console.log("hahahahh");
282
             that.$router.replace({ path: "/" });
282
             that.$router.replace({ path: "/" });
283
-           
283
+
284
           }
284
           }
285
         }).catch(function(error) {
285
         }).catch(function(error) {
286
           console.error("Error:", error);
286
           console.error("Error:", error);

+ 14 - 3
src/pages/main/dialog/subMenu/LongAdviceSubMenu.vue View File

307
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'
307
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'
308
             }
308
             }
309
           } else if (this.$store.getters.user.org.id == 10432) {
309
           } else if (this.$store.getters.user.org.id == 10432) {
310
-           
310
+
311
             if (sch.schedule_type == 1) {
311
             if (sch.schedule_type == 1) {
312
               this.advice_start_time = year + '-' + month + '-' + day + ' ' + '06:00'
312
               this.advice_start_time = year + '-' + month + '-' + day + ' ' + '06:00'
313
               this.start_time = year + '-' + month + '-' + day + ' ' + '06:00'
313
               this.start_time = year + '-' + month + '-' + day + ' ' + '06:00'
319
               this.start_time = year + '-' + month + '-' + day + ' ' + '18:00'
319
               this.start_time = year + '-' + month + '-' + day + ' ' + '18:00'
320
             }
320
             }
321
           }else if (this.$store.getters.user.org.id == 9850) {
321
           }else if (this.$store.getters.user.org.id == 9850) {
322
-           
322
+
323
            if (sch.schedule_type == 1) {
323
            if (sch.schedule_type == 1) {
324
              this.advice_start_time = year + '-' + month + '-' + day + ' ' + '06:30'
324
              this.advice_start_time = year + '-' + month + '-' + day + ' ' + '06:30'
325
              this.start_time = year + '-' + month + '-' + day + ' ' + '06:30'
325
              this.start_time = year + '-' + month + '-' + day + ' ' + '06:30'
440
               this.advice_start_time = year + '-' + month + '-' + day + ' ' + '15:00'
440
               this.advice_start_time = year + '-' + month + '-' + day + ' ' + '15:00'
441
               this.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
441
               this.start_time = year + '-' + month + '-' + day + ' ' + '15:00'
442
             }
442
             }
443
-          } else if (this.$store.getters.user.org.id == 10580) {
443
+          }else if (this.$store.getters.user.org.id == 10353) {
444
+               if (sch.schedule_type == 1) {
445
+                 this.advice_start_time = year + '-' + month + '-' + day + ' ' + '07:00'
446
+                 this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'
447
+               } else if (sch.schedule_type == 2) {
448
+                 this.advice_start_time = year + '-' + month + '-' + day + ' ' + '12:00'
449
+                 this.start_time = year + '-' + month + '-' + day + ' ' + '12:00'
450
+               } else if (sch.schedule_type == 3) {
451
+                 this.advice_start_time = year + '-' + month + '-' + day + ' ' + '17:30'
452
+                 this.start_time = year + '-' + month + '-' + day + ' ' + '17:30'
453
+               }
454
+             } else if (this.$store.getters.user.org.id == 10580) {
444
             if (sch.schedule_type == 1) {
455
             if (sch.schedule_type == 1) {
445
               this.advice_start_time = year + '-' + month + '-' + day + ' ' + '07:00'
456
               this.advice_start_time = year + '-' + month + '-' + day + ' ' + '07:00'
446
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'
457
               this.start_time = year + '-' + month + '-' + day + ' ' + '07:00'

+ 12 - 12
src/pages/main/dialysis/components/newAddOrder.vue View File

266
 
266
 
267
     var nowTime = nowYear +'-' +(nowMonth < 10 ? '0' + nowMonth : nowMonth) +'-' +(nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + (hours < 10 ? '0' + hours : hours) +':' + (min < 10 ? '0' + min : min) + ':00'
267
     var nowTime = nowYear +'-' +(nowMonth < 10 ? '0' + nowMonth : nowMonth) +'-' +(nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + (hours < 10 ? '0' + hours : hours) +':' + (min < 10 ? '0' + min : min) + ':00'
268
 
268
 
269
-    var startTime = nowYear +'-' +(nowMonth < 10 ? '0' + nowMonth : nowMonth) +'-' +(nowDay < 10 ? '0' + nowDay : nowDay) 
270
-   
269
+    var startTime = nowYear +'-' +(nowMonth < 10 ? '0' + nowMonth : nowMonth) +'-' +(nowDay < 10 ? '0' + nowDay : nowDay)
270
+
271
     this.advice_start_time = nowTime
271
     this.advice_start_time = nowTime
272
     this.startTime =startTime
272
     this.startTime =startTime
273
     this.start_time = nowTime
273
     this.start_time = nowTime
281
          module:4,
281
          module:4,
282
          remark:remark,
282
          remark:remark,
283
        }
283
        }
284
-      
284
+
285
       saveMobileInformation(params).then(response=>{
285
       saveMobileInformation(params).then(response=>{
286
         if(response.data.state == 1){
286
         if(response.data.state == 1){
287
            this.infor_visibility = false
287
            this.infor_visibility = false
291
     },
291
     },
292
     menuCancleFour:function(){
292
     menuCancleFour:function(){
293
      this.infor_visibility = false
293
      this.infor_visibility = false
294
-    
294
+
295
     },
295
     },
296
     back () {
296
     back () {
297
       this.$emit('close')
297
       this.$emit('close')
303
       this.advice_start_time = parseTime(time, '{y}-{m}-{d} {h}:{i}') + ':00'
303
       this.advice_start_time = parseTime(time, '{y}-{m}-{d} {h}:{i}') + ':00'
304
     },
304
     },
305
     querySearch (queryString, cb) {
305
     querySearch (queryString, cb) {
306
-     
306
+
307
       var restaurants = this.drugList
307
       var restaurants = this.drugList
308
       console.log("druglsit----------------",this.drugList)
308
       console.log("druglsit----------------",this.drugList)
309
       restaurants.map(item => {
309
       restaurants.map(item => {
315
       cb(results)
315
       cb(results)
316
     },
316
     },
317
     createFilter (queryString) {
317
     createFilter (queryString) {
318
-     
318
+
319
       return (restaurant) => {
319
       return (restaurant) => {
320
         console.log("restaurant23223232323",restaurant)
320
         console.log("restaurant23223232323",restaurant)
321
         return (restaurant.drug_name.toLowerCase().indexOf(queryString.toLowerCase()) !=-1)
321
         return (restaurant.drug_name.toLowerCase().indexOf(queryString.toLowerCase()) !=-1)
332
       return name
332
       return name
333
     },
333
     },
334
     handleSelect (item) {
334
     handleSelect (item) {
335
-     
335
+
336
       this.drug_id = item.id
336
       this.drug_id = item.id
337
       console.log('itme33333333', item)
337
       console.log('itme33333333', item)
338
       this.current_drug_name = name
338
       this.current_drug_name = name
342
       this.order.prescribing_number = item.prescribing_number
342
       this.order.prescribing_number = item.prescribing_number
343
       this.order.prescribing_number_unit = item.prescribing_number_unit
343
       this.order.prescribing_number_unit = item.prescribing_number_unit
344
       this.order.single_dose = item.single_dose
344
       this.order.single_dose = item.single_dose
345
-      this.order.single_dose_unit =this.getUnits(item.drug_dose_unit) 
345
+      this.order.single_dose_unit =this.getUnits(item.drug_dose_unit)
346
       this.order.delivery_way  = item.delivery_way
346
       this.order.delivery_way  = item.delivery_way
347
       this.order.execution_frequency = item.execution_frequency
347
       this.order.execution_frequency = item.execution_frequency
348
     },
348
     },
355
       this.drugSpec = []
355
       this.drugSpec = []
356
       this.current_drug_name = ''
356
       this.current_drug_name = ''
357
     },
357
     },
358
-   
358
+
359
     createFilter1 (queryString) {
359
     createFilter1 (queryString) {
360
       return (restaurant) => {
360
       return (restaurant) => {
361
         return (restaurant.drug_name.toLowerCase().indexOf(queryString.toLowerCase()) === 0)
361
         return (restaurant.drug_name.toLowerCase().indexOf(queryString.toLowerCase()) === 0)
404
       this.drug_spec_unit_show = true
404
       this.drug_spec_unit_show = true
405
     },
405
     },
406
     comfirmAction: function () {
406
     comfirmAction: function () {
407
-    
407
+
408
        var frequency_week =  this.weeks.join()
408
        var frequency_week =  this.weeks.join()
409
        var params = {
409
        var params = {
410
          patient_id:parseInt(this.$route.query.patient_id),
410
          patient_id:parseInt(this.$route.query.patient_id),
411
          start_time:this.advice_start_time,
411
          start_time:this.advice_start_time,
412
          advice_name:this.order.title,
412
          advice_name:this.order.title,
413
          advice_desc:this.order.advice_desc,
413
          advice_desc:this.order.advice_desc,
414
-         prescribing_number:this.order.prescribing_number,
414
+         prescribing_number:parseFloat(this.order.prescribing_number),
415
          prescribing_number_unit:this.order.prescribing_number_unit,
415
          prescribing_number_unit:this.order.prescribing_number_unit,
416
          single_dose:parseFloat(this.order.single_dose),
416
          single_dose:parseFloat(this.order.single_dose),
417
          single_dose_unit:this.order.single_dose_unit,
417
          single_dose_unit:this.order.single_dose_unit,
430
           if(response.data.state == 1){
430
           if(response.data.state == 1){
431
             Toast.success('保存成功')
431
             Toast.success('保存成功')
432
             this.$emit('child-event');
432
             this.$emit('child-event');
433
-            
433
+
434
           }
434
           }
435
        })
435
        })
436
     },
436
     },

+ 3 - 3
src/pages/main/newActionBar/assessmentAfter.vue View File

7
             <van-cell>
7
             <van-cell>
8
                 <template #title>
8
                 <template #title>
9
                     <span style="color:#7b8c9c" v-if="prescription_prop!=null">目标超滤量:{{prescription_prop.target_ultrafiltration}}</span>
9
                     <span style="color:#7b8c9c" v-if="prescription_prop!=null">目标超滤量:{{prescription_prop.target_ultrafiltration}}</span>
10
-                    <span style="color:#7b8c9c"  v-if="$store.getters.user.template_info.template_id != 9 && $store.getters.user.template_info.template_id != 17 && $store.getters.user.template_info.template_id != 20 && $store.getters.user.template_info.template_id != 21 && $store.getters.user.template_info.template_id != 22  && $store.getters.user.template_info.template_id != 23 && $store.getters.user.template_info.template_id != 24 && $store.getters.user.template_info.template_id != 26 && $store.getters.user.template_info.template_id != 28 && $store.getters.user.template_info.template_id != 27 && $store.getters.user.template_info.template_id != 29 && $store.getters.user.template_info.template_id != 30 && $store.getters.user.template_info.template_id != 31 && $store.getters.user.template_info.template_id != 32 && $store.getters.user.template_info.template_id != 34 && $store.getters.user.template_info.template_id != 38 && $store.getters.user.template_info.template_id != 40 && $store.getters.user.template_info.template_id != 43 && $store.getters.user.template_info.org_id!=9555 && $store.getters.user.template_info.template_id != 60  && $store.getters.user.template_info.org_id!=10340 && $store.getters.user.template_info.org_id!=10387 && $store.getters.user.template_info.org_id!=10430 && $store.getters.user.template_info.org_id!=10441 && $store.getters.user.template_info.org_id!=10445 && $store.getters.user.template_info.org_id!=9829 && $store.getters.user.template_info.org_id!=10440 && $store.getters.user.template_info.org_id!=10469 && $store.getters.user.template_info.org_id!=10460">L</span>
11
-                    <span style="color:#7b8c9c"  v-if="$store.getters.user.template_info.template_id == 9 || $store.getters.user.template_info.template_id == 17 || $store.getters.user.template_info.template_id == 20 || $store.getters.user.template_info.template_id == 21 || $store.getters.user.template_info.template_id == 22 || $store.getters.user.template_info.template_id == 23 || $store.getters.user.template_info.template_id == 24 || $store.getters.user.template_info.template_id == 26 || $store.getters.user.template_info.template_id == 28 || $store.getters.user.template_info.template_id == 27 || $store.getters.user.template_info.template_id == 29 || $store.getters.user.template_info.template_id == 30 || $store.getters.user.template_info.template_id == 31 || $store.getters.user.template_info.template_id == 32 || $store.getters.user.template_info.template_id == 34 || $store.getters.user.template_info.template_id == 38 || $store.getters.user.template_info.template_id == 40 || $store.getters.user.template_info.template_id == 43 || $store.getters.user.template_info.org_id==9555 || $store.getters.user.template_info.template_id==60|| $store.getters.user.template_info.org_id==10340 || $store.getters.user.template_info.org_id==10387 || $store.getters.user.template_info.org_id==10430  || $store.getters.user.template_info.org_id==10441 || $store.getters.user.template_info.org_id==10445 || $store.getters.user.template_info.org_id==9829 ||  $store.getters.user.template_info.org_id==10440 ||  $store.getters.user.template_info.org_id==10469 ||  $store.getters.user.template_info.org_id==10460">ml</span>
10
+                    <span style="color:#7b8c9c"  v-if="$store.getters.user.template_info.template_id != 9 && $store.getters.user.template_info.template_id != 17 && $store.getters.user.template_info.template_id != 20 && $store.getters.user.template_info.template_id != 21 && $store.getters.user.template_info.template_id != 22  && $store.getters.user.template_info.template_id != 23 && $store.getters.user.template_info.template_id != 24 && $store.getters.user.template_info.template_id != 26 && $store.getters.user.template_info.template_id != 28 && $store.getters.user.template_info.template_id != 27 && $store.getters.user.template_info.template_id != 29 && $store.getters.user.template_info.template_id != 30 && $store.getters.user.template_info.template_id != 31 && $store.getters.user.template_info.template_id != 32 && $store.getters.user.template_info.template_id != 34 && $store.getters.user.template_info.template_id != 38 && $store.getters.user.template_info.template_id != 40 && $store.getters.user.template_info.template_id != 43 && $store.getters.user.template_info.org_id!=9555 && $store.getters.user.template_info.template_id != 60  && $store.getters.user.template_info.org_id!=10340 && $store.getters.user.template_info.org_id!=10387 && $store.getters.user.template_info.org_id!=10430 && $store.getters.user.template_info.org_id!=10441 && $store.getters.user.template_info.org_id!=10445 && $store.getters.user.template_info.org_id!=9829 && $store.getters.user.template_info.org_id!=10440 && $store.getters.user.template_info.org_id!=10469 && $store.getters.user.template_info.org_id!=10460 && $store.getters.user.template_info.org_id!=10723">L</span>
11
+                    <span style="color:#7b8c9c"  v-if="$store.getters.user.template_info.template_id == 9 || $store.getters.user.template_info.template_id == 17 || $store.getters.user.template_info.template_id == 20 || $store.getters.user.template_info.template_id == 21 || $store.getters.user.template_info.template_id == 22 || $store.getters.user.template_info.template_id == 23 || $store.getters.user.template_info.template_id == 24 || $store.getters.user.template_info.template_id == 26 || $store.getters.user.template_info.template_id == 28 || $store.getters.user.template_info.template_id == 27 || $store.getters.user.template_info.template_id == 29 || $store.getters.user.template_info.template_id == 30 || $store.getters.user.template_info.template_id == 31 || $store.getters.user.template_info.template_id == 32 || $store.getters.user.template_info.template_id == 34 || $store.getters.user.template_info.template_id == 38 || $store.getters.user.template_info.template_id == 40 || $store.getters.user.template_info.template_id == 43 || $store.getters.user.template_info.org_id==9555 || $store.getters.user.template_info.template_id==60|| $store.getters.user.template_info.org_id==10340 || $store.getters.user.template_info.org_id==10387 || $store.getters.user.template_info.org_id==10430  || $store.getters.user.template_info.org_id==10441 || $store.getters.user.template_info.org_id==10445 || $store.getters.user.template_info.org_id==9829 ||  $store.getters.user.template_info.org_id==10440 ||  $store.getters.user.template_info.org_id==10469 ||  $store.getters.user.template_info.org_id==10460 ||  $store.getters.user.template_info.org_id==10723">ml</span>
12
                     &nbsp;&nbsp;&nbsp;&nbsp;
12
                     &nbsp;&nbsp;&nbsp;&nbsp;
13
                     <span style="color:#7b8c9c" v-if="prescription_prop!=null && ($store.getters.user.template_info.org_id == 9671 || $store.getters.user.template_info.org_id == 10469)">处方脱水量:{{prescription_prop.prescription_water}}ml</span>
13
                     <span style="color:#7b8c9c" v-if="prescription_prop!=null && ($store.getters.user.template_info.org_id == 9671 || $store.getters.user.template_info.org_id == 10469)">处方脱水量:{{prescription_prop.prescription_water}}ml</span>
14
                     &nbsp;&nbsp;&nbsp;&nbsp;
14
                     &nbsp;&nbsp;&nbsp;&nbsp;
21
                 <van-field v-model="timeValue" readonly @click="openPicker" @focus="inputFocus" v-if="isShow('实际治疗时长')" :required="isShow_title('实际治疗时长')" label="实际治疗时长" input-align="right"/>
21
                 <van-field v-model="timeValue" readonly @click="openPicker" @focus="inputFocus" v-if="isShow('实际治疗时长')" :required="isShow_title('实际治疗时长')" label="实际治疗时长" input-align="right"/>
22
                 <van-field v-model="formValue.actual_ultrafiltration" @focus="inputFocus" v-if="isShow('实际超滤量')" :required="isShow_title('实际超滤量')" type="number" input-align="right">
22
                 <van-field v-model="formValue.actual_ultrafiltration" @focus="inputFocus" v-if="isShow('实际超滤量')" :required="isShow_title('实际超滤量')" type="number" input-align="right">
23
                     <template #label>
23
                     <template #label>
24
-                        <span v-if="(template_id == 6 && $store.getters.user.template_info.org_id !=10447) || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 17 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 28 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 56 || template_id == 60 || $store.getters.user.template_info.org_id == 9555 || $store.getters.user.template_info.org_id == 10307 || $store.getters.user.template_info.org_id == 10340 || $store.getters.user.template_info.org_id == 10387 || $store.getters.user.template_info.org_id == 10430 || $store.getters.user.template_info.org_id == 10432 || $store.getters.user.template_info.org_id == 10441 || $store.getters.user.template_info.org_id == 10445 || $store.getters.user.template_info.org_id == 10495 || $store.getters.user.template_info.org_id == 10375  || $store.getters.user.template_info.org_id == 10551 || $store.getters.user.template_info.org_id == 10597 || $store.getters.user.template_info.org_id == 10599 || $store.getters.user.template_info.org_id == 10580 || $store.getters.user.template_info.org_id == 10629 || $store.getters.user.template_info.org_id == 10617 || $store.getters.user.template_info.org_id == 10677 || $store.getters.user.template_info.org_id == 10667 || $store.getters.user.template_info.org_id == 10480 || $store.getters.user.template_info.org_id == 10693 || $store.getters.user.template_info.org_id == 10702 || $store.getters.user.template_info.org_id == 10697 || $store.getters.user.template_info.org_id == 10635">实际超滤量(ml)</span>
24
+                        <span v-if="(template_id == 6 && $store.getters.user.template_info.org_id !=10447 && $store.getters.user.template_info.org_id !=10471) || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 17 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 28 || template_id == 27 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 43 || template_id == 44 || template_id == 47 || template_id == 56 || template_id == 60 || $store.getters.user.template_info.org_id == 9555 || $store.getters.user.template_info.org_id == 10307 || $store.getters.user.template_info.org_id == 10340 || $store.getters.user.template_info.org_id == 10387 || $store.getters.user.template_info.org_id == 10430 || $store.getters.user.template_info.org_id == 10432 || $store.getters.user.template_info.org_id == 10441 || $store.getters.user.template_info.org_id == 10445 || $store.getters.user.template_info.org_id == 10495 || $store.getters.user.template_info.org_id == 10375  || $store.getters.user.template_info.org_id == 10551 || $store.getters.user.template_info.org_id == 10597 || $store.getters.user.template_info.org_id == 10599 || $store.getters.user.template_info.org_id == 10580 || $store.getters.user.template_info.org_id == 10629 || $store.getters.user.template_info.org_id == 10617 || $store.getters.user.template_info.org_id == 10677 || $store.getters.user.template_info.org_id == 10667 || $store.getters.user.template_info.org_id == 10480 || $store.getters.user.template_info.org_id == 10693 || $store.getters.user.template_info.org_id == 10702 || $store.getters.user.template_info.org_id == 10697 || $store.getters.user.template_info.org_id == 10635 ||  $store.getters.user.template_info.org_id == 10723">实际超滤量(ml)</span>
25
                         <span v-else>实际超滤量(L)</span>
25
                         <span v-else>实际超滤量(L)</span>
26
                     </template>
26
                     </template>
27
                 </van-field>
27
                 </van-field>

+ 17 - 1
src/pages/main/newActionBar/components/lastOrNextAdvice.vue View File

111
         this.start_time_str = year + '-' + month + '-' + day + ' ' + '15:30' + ':00'
111
         this.start_time_str = year + '-' + month + '-' + day + ' ' + '15:30' + ':00'
112
         this.start_time = year + '-' + month + '-' + day + ' ' + '15:30' + ':00'
112
         this.start_time = year + '-' + month + '-' + day + ' ' + '15:30' + ':00'
113
       }
113
       }
114
-    } else {
114
+    }else if ( this.$store.getters.user.org.id == 10353) {
115
+           var date = new Date()
116
+           var year = date.getFullYear() // 获取完整的年份(4位)
117
+           var month = date.getMonth() + 1 < 10 ? '0' + (date.getMonth() + 1).toString() : date.getMonth() + 1 // 获取当前月份(0-11,0代表1月)
118
+           var day = date.getDate() < 10 ? '0' + date.getDate().toString() : date.getDate() // 获取当前日(1-31)
119
+
120
+           if (this.schedulePatient.schedule_type == 1) {
121
+             this.start_time_str = year + '-' + month + '-' + day + ' ' + '07:00' + ':00'
122
+             this.start_time = year + '-' + month + '-' + day + ' ' + '07:00' + ':00'
123
+           } else if (this.schedulePatient.schedule_type == 2) {
124
+             this.start_time_str = year + '-' + month + '-' + day + ' ' + '12:00' + ':00'
125
+             this.start_time = year + '-' + month + '-' + day + ' ' + '12:00' + ':00'
126
+           } else if (this.schedulePatient.schedule_type == 3) {
127
+             this.start_time_str = year + '-' + month + '-' + day + ' ' + '17:30' + ':00'
128
+             this.start_time = year + '-' + month + '-' + day + ' ' + '17:30' + ':00'
129
+           }
130
+      } else {
115
       this.start_time_str = parseTime(this.start_time, '{y}-{m}-{d} {h}:{i}') + ':00'
131
       this.start_time_str = parseTime(this.start_time, '{y}-{m}-{d} {h}:{i}') + ':00'
116
     }
132
     }
117
 
133
 

+ 33 - 15
src/pages/main/newActionBar/dialysisPrescription.vue View File

145
                 $store.getters.user.template_info.org_id!=10469 &&
145
                 $store.getters.user.template_info.org_id!=10469 &&
146
                 $store.getters.user.template_info.org_id!=10460 &&
146
                 $store.getters.user.template_info.org_id!=10460 &&
147
                 $store.getters.user.template_info.org_id!=10644 &&
147
                 $store.getters.user.template_info.org_id!=10644 &&
148
-                $store.getters.user.template_info.org_id!=10667)||
148
+                $store.getters.user.template_info.org_id!=10667 &&
149
+                $store.getters.user.template_info.org_id!=10723 &&
150
+                $store.getters.user.template_info.org_id!=10727)||
149
                 $store.getters.user.template_info.org_id==10633
151
                 $store.getters.user.template_info.org_id==10633
150
               "
152
               "
151
               >目标超滤量(L)</span
153
               >目标超滤量(L)</span
187
                 $store.getters.user.template_info.org_id == 10469 ||
189
                 $store.getters.user.template_info.org_id == 10469 ||
188
                 $store.getters.user.template_info.org_id == 10460 ||
190
                 $store.getters.user.template_info.org_id == 10460 ||
189
                 $store.getters.user.template_info.org_id == 10644 ||
191
                 $store.getters.user.template_info.org_id == 10644 ||
190
-                $store.getters.user.template_info.org_id == 10667)&&
192
+                $store.getters.user.template_info.org_id == 10667 ||
193
+                $store.getters.user.template_info.org_id == 10723 ||
194
+                $store.getters.user.template_info.org_id == 10727)&&
191
                 $store.getters.user.template_info.org_id != 10633
195
                 $store.getters.user.template_info.org_id != 10633
192
               "
196
               "
193
               >目标超滤量(ml)</span
197
               >目标超滤量(ml)</span
416
                       <span v-if="dialysisPrescription.anticoagulant == 4 && $store.getters.user.template_info.org_id!=9538">首剂(ml)</span>
420
                       <span v-if="dialysisPrescription.anticoagulant == 4 && $store.getters.user.template_info.org_id!=9538">首剂(ml)</span>
417
                       <span v-if="dialysisPrescription.anticoagulant == 1">首剂(mg)</span>
421
                       <span v-if="dialysisPrescription.anticoagulant == 1">首剂(mg)</span>
418
                       <span v-if="dialysisPrescription.anticoagulant == 6 || dialysisPrescription.anticoagulant == 14 || dialysisPrescription.anticoagulant == 15">
422
                       <span v-if="dialysisPrescription.anticoagulant == 6 || dialysisPrescription.anticoagulant == 14 || dialysisPrescription.anticoagulant == 15">
419
-                         <span v-if="$store.getters.user.template_info.org_id == 9671">首剂(mg)</span>
423
+                         <span v-if="$store.getters.user.template_info.org_id == 9671 || $store.getters.user.template_info.org_id == 10551">首剂(mg)</span>
420
                          <!-- <span v-else>首剂(iu)</span> -->
424
                          <!-- <span v-else>首剂(iu)</span> -->
421
                       </span>
425
                       </span>
422
                       <span v-if="dialysisPrescription.anticoagulant == 7 ">
426
                       <span v-if="dialysisPrescription.anticoagulant == 7 ">
429
                   </template>
433
                   </template>
430
 
434
 
431
                   <template #label v-else>
435
                   <template #label v-else>
432
-                    <span v-if="dialysisPrescription.anticoagulant == 2 || dialysisPrescription.anticoagulant == 4 || dialysisPrescription.anticoagulant == 17 ">首剂(mg)</span>
436
+                    <span v-if="dialysisPrescription.anticoagulant == 2 || dialysisPrescription.anticoagulant == 4 || dialysisPrescription.anticoagulant == 17 || dialysisPrescription.anticoagulant == 15 ">首剂(mg)</span>
433
                     <span v-if="dialysisPrescription.anticoagulant == 13 || dialysisPrescription.anticoagulant == 11">首剂(AXaIU)</span>
437
                     <span v-if="dialysisPrescription.anticoagulant == 13 || dialysisPrescription.anticoagulant == 11">首剂(AXaIU)</span>
434
-                    <span v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 4  && dialysisPrescription.anticoagulant != 13 && dialysisPrescription.anticoagulant != 17  && dialysisPrescription.anticoagulant != 11">首剂(iu)</span>
438
+                    <span v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 4  && dialysisPrescription.anticoagulant != 13 && dialysisPrescription.anticoagulant != 17  && dialysisPrescription.anticoagulant != 11 && dialysisPrescription.anticoagulant != 15">首剂(iu)</span>
435
                </template>
439
                </template>
436
         </van-field>
440
         </van-field>
437
 
441
 
568
             <span v-if="dialysisPrescription.anticoagulant == 5"
572
             <span v-if="dialysisPrescription.anticoagulant == 5"
569
               >维持(ml/h)</span
573
               >维持(ml/h)</span
570
             >
574
             >
571
-            <span v-if="dialysisPrescription.anticoagulant == 16 || dialysisPrescription.anticoagulant == 15 || dialysisPrescription.anticoagulant == 14"
572
-              >维持(iu/h)</span
575
+            <span v-if="dialysisPrescription.anticoagulant == 16  || dialysisPrescription.anticoagulant == 14"
576
+              >维持(iu/h)
577
+              </span
573
             >
578
             >
579
+
574
             
580
             
575
-            <span v-if="dialysisPrescription.anticoagulant == 1"
581
+            
582
+            <span v-if="dialysisPrescription.anticoagulant == 1 || dialysisPrescription.anticoagulant == 15 "
576
               >维持
583
               >维持
577
                 (mg/h)
584
                 (mg/h)
578
               </span
585
               </span
613
             >
620
             >
614
           </template>
621
           </template>
615
           <template #label v-else>
622
           <template #label v-else>
616
-            <span v-if="dialysisPrescription.anticoagulant == 2 || dialysisPrescription.anticoagulant == 4 || dialysisPrescription.anticoagulant == 17">维持(mg/h)</span>
623
+            <span v-if="dialysisPrescription.anticoagulant == 2 || dialysisPrescription.anticoagulant == 4 || dialysisPrescription.anticoagulant == 17 || dialysisPrescription.anticoagulant == 15">维持(mg/h)</span>
617
             <span v-if="dialysisPrescription.anticoagulant ==11 || dialysisPrescription.anticoagulant == 13">维持(AXaIU)</span>
624
             <span v-if="dialysisPrescription.anticoagulant ==11 || dialysisPrescription.anticoagulant == 13">维持(AXaIU)</span>
618
-            <span v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 4  && dialysisPrescription.anticoagulant != 13 && dialysisPrescription.anticoagulant != 17  && dialysisPrescription.anticoagulant != 11">维持(iu/h)</span>
625
+            <span v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 4  && dialysisPrescription.anticoagulant != 13 && dialysisPrescription.anticoagulant != 17  && dialysisPrescription.anticoagulant != 11 && dialysisPrescription.anticoagulant != 15">维持(iu/h)</span>
619
           </template>
626
           </template>
620
         </van-field>
627
         </van-field>
621
 
628
 
751
               >
758
               >
752
               <span v-else>总量(iu)</span>
759
               <span v-else>总量(iu)</span>
753
             </span>
760
             </span>
754
-            <span v-if="dialysisPrescription.anticoagulant == 11 || dialysisPrescription.anticoagulant == 13 || dialysisPrescription.anticoagulant == 14 || dialysisPrescription.anticoagulant == 15|| dialysisPrescription.anticoagulant == 16"
761
+            <span v-if="dialysisPrescription.anticoagulant == 11 || dialysisPrescription.anticoagulant == 13 || dialysisPrescription.anticoagulant == 14|| dialysisPrescription.anticoagulant == 16"
755
               >总量(iu)</span
762
               >总量(iu)</span
756
             >
763
             >
764
+            <span v-if="dialysisPrescription.anticoagulant == 15"
765
+              >总量(mg)</span
766
+            >
757
           </template>
767
           </template>
758
           <template #label v-else>
768
           <template #label v-else>
759
-            <span v-if="dialysisPrescription.anticoagulant == 2 || dialysisPrescription.anticoagulant == 4 || dialysisPrescription.anticoagulant == 17">总量(mg)</span>
769
+            <span v-if="dialysisPrescription.anticoagulant == 2 || dialysisPrescription.anticoagulant == 4 || dialysisPrescription.anticoagulant == 17 || dialysisPrescription.anticoagulant == 15">总量(mg)</span>
760
             <span v-if="dialysisPrescription.anticoagulant == 11 || dialysisPrescription.anticoagulant == 13">总量(AXaIU)</span>
770
             <span v-if="dialysisPrescription.anticoagulant == 11 || dialysisPrescription.anticoagulant == 13">总量(AXaIU)</span>
761
-            <span v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 4  && dialysisPrescription.anticoagulant != 13 && dialysisPrescription.anticoagulant != 17  && dialysisPrescription.anticoagulant != 11">总量(iu)</span>
771
+            <span v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 4  && dialysisPrescription.anticoagulant != 13 && dialysisPrescription.anticoagulant != 17  && dialysisPrescription.anticoagulant != 11 && dialysisPrescription.anticoagulant != 15">总量(iu)</span>
762
           </template>
772
           </template>
763
         </van-field>
773
         </van-field>
764
 
774
 
2104
 
2114
 
2105
 
2115
 
2106
       //针对揭阳
2116
       //针对揭阳
2107
-      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 ){
2117
+      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 ){
2108
         if(this.predialysis!=undefined){
2118
         if(this.predialysis!=undefined){
2109
           if(this.$store.getters.user.template_info.org_id == 10702){
2119
           if(this.$store.getters.user.template_info.org_id == 10702){
2110
             if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
2120
             if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
2115
               this.dialysisPrescription.prescription_water = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)
2125
               this.dialysisPrescription.prescription_water = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)
2116
             }
2126
             }
2117
             console.log("hahhahahahhah",this.dialysisPrescription.prescription_water)
2127
             console.log("hahhahahahhah",this.dialysisPrescription.prescription_water)
2128
+          }else if(this.$store.getters.user.template_info.org_id == 10635){
2129
+            if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
2130
+              this.dialysisPrescription.target_ultrafiltration = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)
2131
+            }
2132
+           
2133
+            if(this.dialysisPrescription.prescription_water==0 || this.dialysisPrescription.prescription_water==""){
2134
+              this.dialysisPrescription.prescription_water = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)
2135
+            }
2118
           }else{
2136
           }else{
2119
             if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
2137
             if(this.dialysisPrescription.target_ultrafiltration==0 || this.dialysisPrescription.target_ultrafiltration==""){
2120
               this.dialysisPrescription.target_ultrafiltration = this.predialysis.weight_before - this.predialysis.dry_weight
2138
               this.dialysisPrescription.target_ultrafiltration = this.predialysis.weight_before - this.predialysis.dry_weight
2147
         }
2165
         }
2148
       }
2166
       }
2149
     }else{
2167
     }else{
2150
-      if(this.$store.getters.user.template_info.org_id == 10702 ){
2168
+      if(this.$store.getters.user.template_info.org_id == 10702 ||  this.$store.getters.user.template_info.org_id == 10635){
2151
         console.log("康桥this.dialysisPrescription",this.dialysisPrescription.prescription_water)
2169
         console.log("康桥this.dialysisPrescription",this.dialysisPrescription.prescription_water)
2152
         if(this.dialysisPrescription.prescription_water==0 || this.dialysisPrescription.prescription_water==""){
2170
         if(this.dialysisPrescription.prescription_water==0 || this.dialysisPrescription.prescription_water==""){
2153
             this.dialysisPrescription.prescription_water = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)
2171
             this.dialysisPrescription.prescription_water = (this.predialysis.weight_before - this.predialysis.dry_weight - this.predialysis.additional_weight).toFixed(2)

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

44
                   <th width="60px" style="width:6%"> 静脉压/动脉压 <br />({{monitorRecords[0]&&monitorRecords[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
44
                   <th width="60px" style="width:6%"> 静脉压/动脉压 <br />({{monitorRecords[0]&&monitorRecords[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
45
                   <th v-if="isShow('跨膜压')" width="40px" style="width:6%"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
45
                   <th v-if="isShow('跨膜压')" width="40px" style="width:6%"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
46
                   <th v-if="isShow('跨膜压1')" width="40px" style="width:6%"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
46
                   <th v-if="isShow('跨膜压1')" width="40px" style="width:6%"> 跨膜压 <br />({{monitorRecords[0]&&monitorRecords[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
47
-                  <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!=10471" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
48
-                  <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 ==10471" width="50px" style="width:6%"> 超滤量 <br />(L) </th>
47
+                  <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!=10471" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
48
+                  <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 ==10471" width="50px" style="width:6%"> 超滤量 <br />(L) </th>
49
 
49
 
50
                   <th v-if="isShow('超滤量1')" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
50
                   <th v-if="isShow('超滤量1')" width="50px" style="width:6%"> 超滤量 <br />(ml) </th>
51
 
51
 
53
                   <th v-if="isShow('钠浓度1')" width="40px" style="width:6%"> 钠浓度 <br />(mmol/L) </th>
53
                   <th v-if="isShow('钠浓度1')" width="40px" style="width:6%"> 钠浓度 <br />(mmol/L) </th>
54
                   <th v-if="isShow('透析液温度')" width="60px" style="width:6%"> 透析液温度 <br />(℃) </th>
54
                   <th v-if="isShow('透析液温度')" width="60px" style="width:6%"> 透析液温度 <br />(℃) </th>
55
                   <th v-if="isShow('透析液温度1')" width="60px" style="width:6%"> 透析液温度 <br />(℃) </th>
55
                   <th v-if="isShow('透析液温度1')" width="60px" style="width:6%"> 透析液温度 <br />(℃) </th>
56
-                  <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!=10558 && org_id!=10414 && org_id!=10677 " width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
57
-                  <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 ==10558 || org_id ==10414 || org_id==10677" width="50px"  style="width:6%"> 置换率 <br />(L/h) </th>
56
+                  <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!=10558 && org_id!=10414 && org_id!=10677 " width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
57
+                  <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 ==10558 || org_id ==10414 || org_id==10677" width="50px"  style="width:6%"> 置换率 <br />(L/h) </th>
58
                   <th v-if="isShow('置换率1')" width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
58
                   <th v-if="isShow('置换率1')" width="50px" style="width:6%"> 置换率 <br />(ml/min) </th>
59
                   <th v-if="isShow('置换量') && (template_id ==43 )" width="40px" style="width:6%"> 置换量 <br />(ml/h) </th>
59
                   <th v-if="isShow('置换量') && (template_id ==43 )" width="40px" style="width:6%"> 置换量 <br />(ml/h) </th>
60
-                  <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!=10558 && org_id!=10346 && org_id!=10517 && org_id!=10598 && org_id!=10617 && org_id!=10414 && org_id!=10510 && org_id!=10567" width="50px" style="width:6%"> 置换量 <br />(ml) </th>
61
-                  <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 ==10558 || org_id ==10346 || org_id == 10517 || org_id ==10598 || org_id==10617 || org_id==10414 || org_id == 10510 || org_id ==10567" width="50px" style="width:6%"> 置换量 <br />(L) </th>
60
+                  <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!=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" width="50px" style="width:6%"> 置换量 <br />(ml) </th>
61
+                  <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 ==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" width="50px" style="width:6%"> 置换量 <br />(L) </th>
62
                 
62
                 
63
                   <th v-if="isShow('SpO₂')  && template_id !=6 && template_id !=10 && template_id !=11" width="40px" > SpO₂ <br />(%) </th>
63
                   <th v-if="isShow('SpO₂')  && template_id !=6 && template_id !=10 && template_id !=11" width="40px" > SpO₂ <br />(%) </th>
64
                   <th v-if="isShow('SpO₂')  && (org_id == 10447 || org_id ==9829)" width="40px" > SpO₂ <br />(%) </th>
64
                   <th v-if="isShow('SpO₂')  && (org_id == 10447 || org_id ==9829)" width="40px" > SpO₂ <br />(%) </th>
74
                   <th v-if="isShow('置换液流量1')" width="50px"> 置换液流量 <br />(ml/min)</th>
74
                   <th v-if="isShow('置换液流量1')" width="50px"> 置换液流量 <br />(ml/min)</th>
75
                   <th v-if="isShow('透析液流量')" width="50px"> 透析液流量 <br />(ml/h) </th>
75
                   <th v-if="isShow('透析液流量')" width="50px"> 透析液流量 <br />(ml/h) </th>
76
                   <th v-if="isShow('透析液流量1')" width="50px"> 透析液流量 <br />(ml/h) </th>
76
                   <th v-if="isShow('透析液流量1')" width="50px"> 透析液流量 <br />(ml/h) </th>
77
-                  <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)" width="50px" style="6%"> 超滤率 <br />(ml/h) </th>
78
-                  <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" width="50px" style="6%"> 超滤率 <br />(L/h) </th>
77
+                  <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)" width="50px" style="6%"> 超滤率 <br />(ml/h) </th>
78
+                  <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" width="50px" style="6%"> 超滤率 <br />(L/h) </th>
79
                   <th v-if="isShow('超滤率2')" width="60px">超滤率 <br />(ml/h) </th>
79
                   <th v-if="isShow('超滤率2')" width="60px">超滤率 <br />(ml/h) </th>
80
                   <th v-if="isShow('剩余肝素')" width="60px">剩余肝素 <br />(ml) </th>
80
                   <th v-if="isShow('剩余肝素')" width="60px">剩余肝素 <br />(ml) </th>
81
                   <th v-if="isShow('置换量1')" width="50px" style="width:6%"> 置换量 <br />(L) </th>
81
                   <th v-if="isShow('置换量1')" width="50px" style="width:6%"> 置换量 <br />(L) </th>
113
                     <span v-if="item.monitor_diastolic_blood_pressure_one!=''&&item.monitor_diastolic_blood_pressure_one>0">/{{item.monitor_diastolic_blood_pressure_one?item.monitor_diastolic_blood_pressure_one:'未测'}}</span></td>
113
                     <span v-if="item.monitor_diastolic_blood_pressure_one!=''&&item.monitor_diastolic_blood_pressure_one>0">/{{item.monitor_diastolic_blood_pressure_one?item.monitor_diastolic_blood_pressure_one:'未测'}}</span></td>
114
                   <td v-if="isShow('拒测血压')" >{{ item.is_pressure }}</td>
114
                   <td v-if="isShow('拒测血压')" >{{ item.is_pressure }}</td>
115
                   <td v-if="isShow('血压监测部位')">{{getBloodPressure(item.blood_pressure_monitoring_site)}}</td>
115
                   <td v-if="isShow('血压监测部位')">{{getBloodPressure(item.blood_pressure_monitoring_site)}}</td>
116
-                  <td v-if="isShow('脉搏')">{{item.pulse_frequency?item.pulse_frequency:''}}</td>
116
+                  <td v-if="isShow('脉搏')">{{item.pulse_frequency?item.pulse_frequency:'/'}}</td>
117
                   <td v-if="isShow('脉搏1')">{{item.monitor_pulse_frequency_one?item.monitor_pulse_frequency_one:'/'}}</td>
117
                   <td v-if="isShow('脉搏1')">{{item.monitor_pulse_frequency_one?item.monitor_pulse_frequency_one:'/'}}</td>
118
                   <td v-if="isShow('体温')">{{item.temperature?item.temperature:''}}</td>
118
                   <td v-if="isShow('体温')">{{item.temperature?item.temperature:''}}</td>
119
                   <td v-if="isShow('体温1')">{{item.monitor_temperature_one?item.monitor_temperature_one:'/'}}</td>
119
                   <td v-if="isShow('体温1')">{{item.monitor_temperature_one?item.monitor_temperature_one:'/'}}</td>
151
                   <td v-if="isShow('透析液温度1')" >{{item.dialysate_temperature_one?item.dialysate_temperature_one:'/'}}</td>
151
                   <td v-if="isShow('透析液温度1')" >{{item.dialysate_temperature_one?item.dialysate_temperature_one:'/'}}</td>
152
                   <td v-if="isShow('置换率')">{{item.replacement_rate?item.replacement_rate:''}}</td>
152
                   <td v-if="isShow('置换率')">{{item.replacement_rate?item.replacement_rate:''}}</td>
153
                   <td v-if="isShow('置换率1')">{{item.replacement_rate_one?item.replacement_rate_one:'/'}}</td>
153
                   <td v-if="isShow('置换率1')">{{item.replacement_rate_one?item.replacement_rate_one:'/'}}</td>
154
-                  <td v-if="isShow('置换量')" >{{item.displacement_quantity?item.displacement_quantity:''}}</td>
154
+                  <td v-if="isShow('置换量')" >
155
+                    {{item.displacement_quantity?item.displacement_quantity:'0'}}
156
+                  </td>
155
                  
157
                  
156
                   <td v-if="isShow('SpO₂') && template_id != 6 && template_id != 10  && template_id != 11" >
158
                   <td v-if="isShow('SpO₂') && template_id != 6 && template_id != 10  && template_id != 11" >
157
                     <span v-if="org_id == 10340">{{item.blood_oxygen_saturation?item.blood_oxygen_saturation:'/'}}</span>
159
                     <span v-if="org_id == 10340">{{item.blood_oxygen_saturation?item.blood_oxygen_saturation:'/'}}</span>
346
 
348
 
347
                           <van-field v-model="form.ultrafiltration_volume" @focus="inputFocus" @keydown='changeFocus' :required="isShow_title('超滤量')" v-if="isShow('超滤量')" type="number" input-align="right">
349
                           <van-field v-model="form.ultrafiltration_volume" @focus="inputFocus" @keydown='changeFocus' :required="isShow_title('超滤量')" v-if="isShow('超滤量')" type="number" input-align="right">
348
                               <template #label>
350
                               <template #label>
349
-                                  <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!=10471" >超滤量(ml)</span>
351
+                                  <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!=10471" >超滤量(ml)</span>
350
                                   <span v-else>超滤量(L)</span>
352
                                   <span v-else>超滤量(L)</span>
351
                               </template>
353
                               </template>
352
                           </van-field>
354
                           </van-field>
353
 
355
 
354
                           <van-field v-model="form.ultrafiltration_rate" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('超滤率')" :required="isShow_title('超滤率')" type="number" input-align="right">
356
                           <van-field v-model="form.ultrafiltration_rate" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('超滤率')" :required="isShow_title('超滤率')" type="number" input-align="right">
355
                               <template #label>
357
                               <template #label>
356
-                                  <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!=10471">超滤率(ml/h)</span>
358
+                                  <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!=10471">超滤率(ml/h)</span>
357
                                   <span v-else>超滤率(L/h)</span>
359
                                   <span v-else>超滤率(L/h)</span>
358
                               </template>
360
                               </template>
359
                           </van-field>
361
                           </van-field>
375
 
377
 
376
                           <van-field v-model="form.replacement_rate" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('置换率')" :required="isShow_title('置换率')" type="number" input-align="right">
378
                           <van-field v-model="form.replacement_rate" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('置换率')" :required="isShow_title('置换率')" type="number" input-align="right">
377
                               <template #label>
379
                               <template #label>
378
-                                  <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!=10558 && org_id!=10414 && org_id!=10677">置换率(ml/min)</span>
380
+                                  <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!=10558 && org_id!=10414 && org_id!=10677">置换率(ml/min)</span>
379
                                   <span v-else>置换率(L/h)</span>
381
                                   <span v-else>置换率(L/h)</span>
380
                               </template>
382
                               </template>
381
                           </van-field>
383
                           </van-field>
389
                           <van-field v-model="form.displacement_quantity" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('置换量')" :required="isShow_title('置换量')" type="number" input-align="right">
391
                           <van-field v-model="form.displacement_quantity" @focus="inputFocus" @keydown='changeFocus' v-if="isShow('置换量')" :required="isShow_title('置换量')" type="number" input-align="right">
390
                               <template #label>
392
                               <template #label>
391
 
393
 
392
-                                  <span v-if="(template_id == 6 || template_id == 9779 || template_id == 43 || 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 == 10432 || org_id == 10445) && org_id != 9919 && org_id!=10478 && org_id!=10558 && org_id!=10517 && org_id!=10598 && org_id!=10617 && org_id!=10414 && org_id!=10510 && org_id!=10567">
394
+                                  <span v-if="(template_id == 6 || template_id == 9779 || template_id == 43 || 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 == 10432 || org_id == 10445) && org_id != 9919 && org_id!=10478 && org_id!=10558 && org_id!=10517 && org_id!=10598 && org_id!=10617 && org_id!=10414 && org_id!=10510 && org_id!=10567 && org_id!=10644">
393
                                       <span v-if="(template_id == 43) ">置换量(ml/h)</span>
395
                                       <span v-if="(template_id == 43) ">置换量(ml/h)</span>
394
                                       <span v-else>置换量(ml)</span>
396
                                       <span v-else>置换量(ml)</span>
395
                                   </span>
397
                                   </span>
568
                             <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!=10558 && org_id!=10598 && org_id!=10617" width="50px" > 置换率 <br />(ml/min) </th>
570
                             <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!=10558 && org_id!=10598 && org_id!=10617" width="50px" > 置换率 <br />(ml/min) </th>
569
                             <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 ==10558 || org_id ==10598 || org_id ==10617" width="50px"  > 置换率 <br />(L/h) </th>
571
                             <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 ==10558 || org_id ==10598 || org_id ==10617" width="50px"  > 置换率 <br />(L/h) </th>
570
                             <th v-if="isShow('置换量') && (template_id ==43 )" width="40px" > 置换量 <br />(ml/h) </th>
572
                             <th v-if="isShow('置换量') && (template_id ==43 )" width="40px" > 置换量 <br />(ml/h) </th>
571
-                            <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!=10558 && org_id !=10617 && org_id!=10510" width="50px" > 置换量 <br />(ml) </th>
572
-                            <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 == 10558 || org_id ==10617 || org_id == 10510" width="50px" > 置换量 <br />(L) </th>
573
+                            <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!=10558 && org_id !=10617 && org_id!=10510 && org_id!=10644" width="50px" > 置换量 <br />(ml) </th>
574
+                            <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 == 10558 || org_id ==10617 || org_id == 10510 || org_id == 10644" width="50px" > 置换量 <br />(L) </th>
573
                             <th v-if="isShow('SpO₂')  && template_id !=6 && template_id !=10 && template_id !=11" width="40px" > SpO₂ <br />(%) </th>
575
                             <th v-if="isShow('SpO₂')  && template_id !=6 && template_id !=10 && template_id !=11" width="40px" > SpO₂ <br />(%) </th>
574
                             <th v-if="isShow('SpO₂')  && org_id == 10447" width="40px" > SpO₂ <br />(%) </th>
576
                             <th v-if="isShow('SpO₂')  && org_id == 10447" width="40px" > SpO₂ <br />(%) </th>
575
                             <th v-if="isShow('电导度')" width="40px"> 电导度 <br />(mS/cm) </th>
577
                             <th v-if="isShow('电导度')" width="40px"> 电导度 <br />(mS/cm) </th>
598
                           <tr v-for="(item,index) in monitorRecords" :key="index" :value="item.value">
600
                           <tr v-for="(item,index) in monitorRecords" :key="index" :value="item.value">
599
                               <td v-if="isShow('监测时间')">{{parseTime(item.operate_time, '{y}-{m}-{d} {h}:{i}')}}</td>
601
                               <td v-if="isShow('监测时间')">{{parseTime(item.operate_time, '{y}-{m}-{d} {h}:{i}')}}</td>
600
                               <td v-if="isShow('血压')" >{{item.systolic_blood_pressure?item.systolic_blood_pressure:''}}/{{item.diastolic_blood_pressure?item.diastolic_blood_pressure:''}}</td>
602
                               <td v-if="isShow('血压')" >{{item.systolic_blood_pressure?item.systolic_blood_pressure:''}}/{{item.diastolic_blood_pressure?item.diastolic_blood_pressure:''}}</td>
601
-                              <td v-if="isShow('脉搏')">{{item.pulse_frequency?item.pulse_frequency:''}}</td>
603
+                              <td v-if="isShow('脉搏')">{{item.pulse_frequency?item.pulse_frequency:'/'}}</td>
602
                               <td v-if="isShow('体温')">{{item.temperature?item.temperature:''}}</td>
604
                               <td v-if="isShow('体温')">{{item.temperature?item.temperature:''}}</td>
603
                               <td v-if="isShow('呼吸频率')">{{item.breathing_rate?item.breathing_rate:'/'}}</td>
605
                               <td v-if="isShow('呼吸频率')">{{item.breathing_rate?item.breathing_rate:'/'}}</td>
604
                               <td v-if="isShow('血流量')">{{item.blood_flow_volume?item.blood_flow_volume:''}}</td>
606
                               <td v-if="isShow('血流量')">{{item.blood_flow_volume?item.blood_flow_volume:''}}</td>
610
                               <td v-if="isShow('钠浓度')">{{item.sodium_concentration?item.sodium_concentration:''}}</td>
612
                               <td v-if="isShow('钠浓度')">{{item.sodium_concentration?item.sodium_concentration:''}}</td>
611
                               <td v-if="isShow('透析液温度')" >{{item.dialysate_temperature?item.dialysate_temperature:''}}</td>
613
                               <td v-if="isShow('透析液温度')" >{{item.dialysate_temperature?item.dialysate_temperature:''}}</td>
612
                               <td v-if="isShow('置换率')">{{item.replacement_rate?item.replacement_rate:''}}</td>
614
                               <td v-if="isShow('置换率')">{{item.replacement_rate?item.replacement_rate:''}}</td>
613
-                              <td v-if="isShow('置换量')" >{{item.displacement_quantity?item.displacement_quantity:''}}</td>
615
+                              <td v-if="isShow('置换量')" >{{item.displacement_quantity?item.displacement_quantity:'0'}}</td>
614
                               <td v-if="isShow('SpO₂') && template_id != 6 && template_id != 10  && template_id != 11" >
616
                               <td v-if="isShow('SpO₂') && template_id != 6 && template_id != 10  && template_id != 11" >
615
                                 <span v-if="org_id == 10340">{{item.blood_oxygen_saturation?item.blood_oxygen_saturation:'/'}}</span>
617
                                 <span v-if="org_id == 10340">{{item.blood_oxygen_saturation?item.blood_oxygen_saturation:'/'}}</span>
616
                                 <span v-else>{{item.blood_oxygen_saturation?item.blood_oxygen_saturation:''}}</span>
618
                                 <span v-else>{{item.blood_oxygen_saturation?item.blood_oxygen_saturation:''}}</span>
1853
       var resp = rs.data.data
1855
       var resp = rs.data.data
1854
       this.today_last_monitor_record = resp.monitor
1856
       this.today_last_monitor_record = resp.monitor
1855
       var lastMonitorRecordList =  resp.lastMonitorRecordList
1857
       var lastMonitorRecordList =  resp.lastMonitorRecordList
1856
-      console.log("owowowo",lastMonitorRecordList)
1858
+      // console.log("owowowo",lastMonitorRecordList)
1857
       if(this.org_id == 10510){
1859
       if(this.org_id == 10510){
1858
 
1860
 
1859
         this.form.operate_time = Date.parse(new Date())
1861
         this.form.operate_time = Date.parse(new Date())
2035
 
2037
 
2036
 
2038
 
2037
       //超滤率 超滤量自动计算
2039
       //超滤率 超滤量自动计算
2038
-      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){
2040
+      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){
2039
 
2041
 
2040
         if(lastMonitorRecordList!=null){
2042
         if(lastMonitorRecordList!=null){
2041
           this.form.ultrafiltration_rate = lastMonitorRecordList.ultrafiltration_rate?lastMonitorRecordList.ultrafiltration_rate:""
2043
           this.form.ultrafiltration_rate = lastMonitorRecordList.ultrafiltration_rate?lastMonitorRecordList.ultrafiltration_rate:""
2065
            }
2067
            }
2066
 
2068
 
2067
            if(this.org_id == 10702){
2069
            if(this.org_id == 10702){
2068
-            this.form.displacement_quantity = (lastMonitorRecordList.displacement_quantity + lastMonitorRecordList.replacement_rate).toFixed(1)
2070
+            this.form.displacement_quantity = (lastMonitorRecordList.displacement_quantity + this.monitorRecords[1].displacement_quantity).toFixed(1)
2069
           }
2071
           }
2070
 
2072
 
2071
 
2073
 
2076
             this.form.ultrafiltration_volume = this.form.ultrafiltration_volume.toFixed(0)
2078
             this.form.ultrafiltration_volume = this.form.ultrafiltration_volume.toFixed(0)
2077
           }
2079
           }
2078
 
2080
 
2079
-
2080
-
2081
         }
2081
         }
2082
 
2082
 
2083
+      
2084
+
2083
       }
2085
       }
2084
 
2086
 
2085
       if(this.org_id == 10693){
2087
       if(this.org_id == 10693){
2112
          this.form.conductivity_one = lastMonitorRecordList.conductivity_one?lastMonitorRecordList.conductivity_one:""
2114
          this.form.conductivity_one = lastMonitorRecordList.conductivity_one?lastMonitorRecordList.conductivity_one:""
2113
       }
2115
       }
2114
 
2116
 
2117
+      if(this.org_id == 10644){
2118
+          console.log("hahahhahahahahh",this.form.displacement_quantity)
2119
+          this.form.displacement_quantity = (this.form.displacement_quantity/1000).toFixed(2)
2120
+       }
2121
+
2115
 
2122
 
2116
       // this.form.monitor_anticoagulant = resp.monitor.monitor_anticoagulant?resp.monitor.monitor_anticoagulant:''
2123
       // this.form.monitor_anticoagulant = resp.monitor.monitor_anticoagulant?resp.monitor.monitor_anticoagulant:''
2117
       // this.form.monitor_anticoagulant_value = resp.monitor.monitor_anticoagulant_value?resp.monitor.monitor_anticoagulant_value:''
2124
       // this.form.monitor_anticoagulant_value = resp.monitor.monitor_anticoagulant_value?resp.monitor.monitor_anticoagulant_value:''

+ 1 - 1
src/pages/main/template/DialysisPrintOrderSeventyeight.vue View File

857
                       <!-- 钠浓度(mmol/L)/温度°C -->
857
                       <!-- 钠浓度(mmol/L)/温度°C -->
858
                       <td>
858
                       <td>
859
                         {{ monitor.sodium_concentration ? monitor.sodium_concentration : "0" }} /
859
                         {{ monitor.sodium_concentration ? monitor.sodium_concentration : "0" }} /
860
-                        {{  monitor.temperature ? monitor.temperature : '0' }}
860
+                        {{  monitor.dialysate_temperature ? monitor.dialysate_temperature : '0' }}
861
                       </td>
861
                       </td>
862
                       <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: "/"}}</td>
862
                       <td>{{ monitor.pulse_frequency? monitor.pulse_frequency: "/"}}</td>
863
                       <td >{{monitor.breathing_rate ? monitor.breathing_rate : "/"}}</td>
863
                       <td >{{monitor.breathing_rate ? monitor.breathing_rate : "/"}}</td>

+ 65 - 67
src/pages/main/template/DialysisPrintOrderSix.vue View File

39
         </div>
39
         </div>
40
         <div class="inline_block" v-if="org_id!=10510">
40
         <div class="inline_block" v-if="org_id!=10510">
41
           床号:
41
           床号:
42
-            <div class="under_line" style="width: 50px;text-align: center;">
42
+            <div class="under_line" style="width: 100px;text-align: center;">
43
               {{ dialysisOrder&&dialysisOrder.DeviceNumber.number }}
43
               {{ dialysisOrder&&dialysisOrder.DeviceNumber.number }}
44
               <!-- <span v-if="org_id!=9675 && org_id!=10447 && org_id!=10460"> {{'/'}}</span>
44
               <!-- <span v-if="org_id!=9675 && org_id!=10447 && org_id!=10460"> {{'/'}}</span>
45
               <span v-if="org_id ==9675 || org_id==10447 || org_id == 10460"> {{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}}</span> -->
45
               <span v-if="org_id ==9675 || org_id==10447 || org_id == 10460"> {{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}}</span> -->
183
                     <div
183
                     <div
184
                       class="under_line"
184
                       class="under_line"
185
                       style="width: 100px;text-align: center"
185
                       style="width: 100px;text-align: center"
186
-                     
186
+
187
                     >
187
                     >
188
                       {{  predialysis.puncture_way?predialysis.puncture_way:"/"}}
188
                       {{  predialysis.puncture_way?predialysis.puncture_way:"/"}}
189
                     </div>
189
                     </div>
361
                   <div class="inline_block" style="margin-left:10px;flex:1;">
361
                   <div class="inline_block" style="margin-left:10px;flex:1;">
362
                     置换量:
362
                     置换量:
363
                     <div class="under_line" style="width: 70px;text-align: center">
363
                     <div class="under_line" style="width: 70px;text-align: center">
364
-                      <span v-if="org_id!=10206">{{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}</span> 
364
+                      <span v-if="org_id!=10206">{{prescription.displace_liqui_value?prescription.displace_liqui_value:'/'}}</span>
365
                       <span v-if="org_id==10206">{{prescription.replacement_total?prescription.replacement_total:'/'}}</span>
365
                       <span v-if="org_id==10206">{{prescription.replacement_total?prescription.replacement_total:'/'}}</span>
366
                     </div>
366
                     </div>
367
                     L
367
                     L
378
                     <div class="under_line" style="width: 50px;text-align: center">
378
                     <div class="under_line" style="width: 50px;text-align: center">
379
                       {{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'/'}} h
379
                       {{prescription.dialysis_duration_hour?prescription.dialysis_duration_hour:'/'}} h
380
                       {{prescription.dialysis_duration_minute?prescription.dialysis_duration_minute:'/'}}
380
                       {{prescription.dialysis_duration_minute?prescription.dialysis_duration_minute:'/'}}
381
-                      <span v-if="prescription.dialysis_duration_minute>0">min</span> 
381
+                      <span v-if="prescription.dialysis_duration_minute>0">min</span>
382
                     </div>
382
                     </div>
383
-                   
384
-                   
385
-                    
383
+
384
+
385
+
386
                   </div>
386
                   </div>
387
                 </div>
387
                 </div>
388
                 <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
388
                 <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
414
                     <div class="under_line" style="width: 100px;text-align: center">
414
                     <div class="under_line" style="width: 100px;text-align: center">
415
                       <!-- {{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}} -->
415
                       <!-- {{predialysis.weight_after_last_transparency?predialysis.weight_after_last_transparency:'未称重'}} -->
416
                       {{ lastWeight.weight_after?lastWeight.weight_after:"" }}
416
                       {{ lastWeight.weight_after?lastWeight.weight_after:"" }}
417
-                    
417
+
418
                     </div>
418
                     </div>
419
 
419
 
420
                     kg
420
                     kg
446
                     <div class="under_line" style="width: 100px;text-align: center">
446
                     <div class="under_line" style="width: 100px;text-align: center">
447
                       {{prescription.prescription_water?prescription.prescription_water:'/'}}
447
                       {{prescription.prescription_water?prescription.prescription_water:'/'}}
448
                     </div>
448
                     </div>
449
-                   <span v-if="org_id!=10679 && org_id!=10677 ">ml</span> 
450
-                   <span v-if="org_id ==10679 || org_id ==10677">ml</span> 
449
+                   <span v-if="org_id!=10679 && org_id!=10677 ">ml</span>
450
+                   <span v-if="org_id ==10679 || org_id ==10677">ml</span>
451
                   </div>
451
                   </div>
452
                 </div>
452
                 </div>
453
 
453
 
506
                       <span v-if="prescription.anticoagulant == 3">iu</span>
506
                       <span v-if="prescription.anticoagulant == 3">iu</span>
507
                       <span v-if="prescription.anticoagulant == 2">iu</span>
507
                       <span v-if="prescription.anticoagulant == 2">iu</span>
508
                       <span v-if="prescription.anticoagulant == 1">mg</span>
508
                       <span v-if="prescription.anticoagulant == 1">mg</span>
509
-                      <span v-if="prescription.anticoagulant == 14">
510
-                        <span v-if="org_id!=10644">mg</span> 
511
-                        <span v-if="org_id==10644">iu</span> 
509
+                      <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
510
+                        <span v-if="org_id!=10644">mg</span>
511
+                        <span v-if="org_id==10644">iu</span>
512
                       </span>
512
                       </span>
513
                       <span v-if="prescription.anticoagulant == 17">U</span>
513
                       <span v-if="prescription.anticoagulant == 17">U</span>
514
                     </span>
514
                     </span>
527
                      <span v-if="prescription.anticoagulant == 13">iu</span>
527
                      <span v-if="prescription.anticoagulant == 13">iu</span>
528
                      <span v-if="prescription.anticoagulant == 16">iu</span>
528
                      <span v-if="prescription.anticoagulant == 16">iu</span>
529
                      <span v-if="prescription.anticoagulant == 17">U</span>
529
                      <span v-if="prescription.anticoagulant == 17">U</span>
530
-                     <span v-if="prescription.anticoagulant == 14">
531
-                      <span v-if="org_id!=10644">mg</span> 
532
-                      <span v-if="org_id==10644">iu</span> 
530
+                     <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
531
+                      <span v-if="org_id!=10644">mg</span>
532
+                      <span v-if="org_id==10644">iu</span>
533
                      </span>
533
                      </span>
534
-                  
534
+
535
 
535
 
536
                     </span>
536
                     </span>
537
 
537
 
552
                         <span v-if="prescription.anticoagulant == 3">iu/h</span>
552
                         <span v-if="prescription.anticoagulant == 3">iu/h</span>
553
                         <span v-if="prescription.anticoagulant == 2">iu/h</span>
553
                         <span v-if="prescription.anticoagulant == 2">iu/h</span>
554
                         <span v-if="prescription.anticoagulant == 1">mg/h</span>
554
                         <span v-if="prescription.anticoagulant == 1">mg/h</span>
555
-                        <span v-if="prescription.anticoagulant == 14">
556
-                          <span v-if="org_id!=10644">mg/h</span> 
557
-                          <span v-if="org_id==10644">iu/h</span> 
555
+                        <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
556
+                          <span v-if="org_id!=10644">mg/h</span>
557
+                          <span v-if="org_id==10644">iu/h</span>
558
                         </span>
558
                         </span>
559
                         <span v-if="prescription.anticoagulant == 17">U/h</span>
559
                         <span v-if="prescription.anticoagulant == 17">U/h</span>
560
                      </span>
560
                      </span>
572
                         <span v-if="prescription.anticoagulant == 13">iu/h</span>
572
                         <span v-if="prescription.anticoagulant == 13">iu/h</span>
573
                         <span v-if="prescription.anticoagulant == 16">iu/h</span>
573
                         <span v-if="prescription.anticoagulant == 16">iu/h</span>
574
                         <span v-if="prescription.anticoagulant == 17">U/h</span>
574
                         <span v-if="prescription.anticoagulant == 17">U/h</span>
575
-                        <span v-if="prescription.anticoagulant == 14">
576
-                          <span v-if="org_id!=10644">mg/h</span> 
577
-                          <span v-if="org_id==10644">iu/h</span> 
575
+                        <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
576
+                          <span v-if="org_id!=10644">mg/h</span>
577
+                          <span v-if="org_id==10644">iu/h</span>
578
                         </span>
578
                         </span>
579
                     </span>
579
                     </span>
580
 
580
 
603
                       <span v-if="prescription.anticoagulant == 3">iu</span>
603
                       <span v-if="prescription.anticoagulant == 3">iu</span>
604
                       <span v-if="prescription.anticoagulant == 2">iu</span>
604
                       <span v-if="prescription.anticoagulant == 2">iu</span>
605
                       <span v-if="prescription.anticoagulant == 1">mg</span>
605
                       <span v-if="prescription.anticoagulant == 1">mg</span>
606
-                      <span v-if="prescription.anticoagulant == 14">
607
-                        <span v-if="org_id!=10644">mg</span> 
608
-                        <span v-if="org_id==10644">iu</span> 
606
+                      <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
607
+                        <span v-if="org_id!=10644">mg</span>
608
+                        <span v-if="org_id==10644">iu</span>
609
                       </span>
609
                       </span>
610
                       <span v-if="prescription.anticoagulant == 17">U</span>
610
                       <span v-if="prescription.anticoagulant == 17">U</span>
611
                      </span>
611
                      </span>
623
                       <span v-if="prescription.anticoagulant == 13">iu</span>
623
                       <span v-if="prescription.anticoagulant == 13">iu</span>
624
                       <span v-if="prescription.anticoagulant == 16">iu</span>
624
                       <span v-if="prescription.anticoagulant == 16">iu</span>
625
                       <span v-if="prescription.anticoagulant == 17">U</span>
625
                       <span v-if="prescription.anticoagulant == 17">U</span>
626
-                      <span v-if="prescription.anticoagulant == 14">
627
-                        <span v-if="org_id!=10644">mg</span> 
628
-                        <span v-if="org_id==10644">iu</span> 
626
+                      <span v-if="prescription.anticoagulant == 14 || prescription.anticoagulant == 19">
627
+                        <span v-if="org_id!=10644">mg</span>
628
+                        <span v-if="org_id==10644">iu</span>
629
                       </span>
629
                       </span>
630
 
630
 
631
                     </span>
631
                     </span>
663
                   </div>
663
                   </div>
664
 
664
 
665
                   <div
665
                   <div
666
-                   
666
+
667
                     class="inline_block"
667
                     class="inline_block"
668
                     style="flex:1; display:inline-block;"
668
                     style="flex:1; display:inline-block;"
669
                   >
669
                   >
755
                       <td width="60" v-if="org_id == 9919">血温(°C)</td>
755
                       <td width="60" v-if="org_id == 9919">血温(°C)</td>
756
                       <td width="60" v-if="org_id != 9836 && org_id!=9919 && org_id!=10679 && org_id!=10644">透析液温度(°C)</td>
756
                       <td width="60" v-if="org_id != 9836 && org_id!=9919 && org_id!=10679 && org_id!=10644">透析液温度(°C)</td>
757
 
757
 
758
-                      <td width="50" v-if="org_id != 10121 && org_id != 9675 && org_id != 0 && org_id!=10490 && org_id!=10679 && org_id!=10644" >电导度<br />(ms/cm)</td>
759
-                      
760
-                        <td
761
-                          width="50"
762
-                          v-if="
763
-                            org_id == 10490 
764
-                          "
765
-                        >
766
-                        置换液速度<br />(ml/h)
767
-                        </td>
758
+                      <td width="50" v-if="org_id != 10121 && org_id != 9675 && org_id != 0 && org_id!=10490 && org_id!=10679 && org_id!=10644 && org_id!=10567 && org_id!=10724" >电导度<br />(ms/cm)</td>
759
+                      <td width="50" v-if="org_id ==10567 || org_id== 0 || org_id == 10724">钠浓度</br> (mmol/L)</td>
760
+                      <td width="50" v-if="org_id == 10490">置换液速度<br />(ml/h)</td>
768
                       <td width="50" v-if="org_id !=3877 && org_id!=10449&& org_id!=10683">超滤量<br/>
761
                       <td width="50" v-if="org_id !=3877 && org_id!=10449&& org_id!=10683">超滤量<br/>
769
                         <span v-if="org_id!=10471"> (ml)</span>
762
                         <span v-if="org_id!=10471"> (ml)</span>
770
                         <span v-if="org_id==10471">L</span>
763
                         <span v-if="org_id==10471">L</span>
777
                         >
770
                         >
778
                           SpO₂<br />(%)
771
                           SpO₂<br />(%)
779
                         </td>
772
                         </td>
780
-                      <td width="50" v-if="org_id ==10683">超滤率<br/>(ml/h)</td>
773
+                      <td width="50" v-if="org_id ==10683 || org_id ==10567 || org_id ==10724">超滤率<br/>(ml/h)</td>
781
                       <td width="50" v-if="org_id == 10375">置换率<br/>(ml/min)</td>
774
                       <td width="50" v-if="org_id == 10375">置换率<br/>(ml/min)</td>
782
                       <td
775
                       <td
783
                           width="50"
776
                           width="50"
788
                         置换液速度<br />(ml/h)
781
                         置换液速度<br />(ml/h)
789
                         </td>
782
                         </td>
790
                       <td width="50" v-if="org_id == 10449 || org_id == 3877">累计超滤量<br/>(ml)</td>
783
                       <td width="50" v-if="org_id == 10449 || org_id == 3877">累计超滤量<br/>(ml)</td>
791
-                      <td v-if="(org_id!=10683 && (prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12))" width="50">置换量<br/>(ml)</td>
784
+                      <td v-if="(org_id!=10683 && (prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12))" width="50">置换量<br/>
785
+                        <span v-if="org_id !=10644"> (ml)</span>
786
+                        <span v-if="org_id ==10644"> (L)</span>
787
+                      </td>
792
                       <td width="50" v-if="org_id == 3877 || org_id == 10449">滤前压<br/>(mmHg)</td>
788
                       <td width="50" v-if="org_id == 3877 || org_id == 10449">滤前压<br/>(mmHg)</td>
793
-                      <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id ==10629">KT/V</td>
789
+                      <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id ==10629 || org_id == 10567 || org_id ==10724">KT/V</td>
794
                       <td width="50" v-if="org_id == 9919">在线尿素监测</td>
790
                       <td width="50" v-if="org_id == 9919">在线尿素监测</td>
795
-                      <td width="50" v-if="org_id != 9919 && org_id!=9538 && org_id!=9675 && org_id!=10617 && org_id!=10629&&org_id!=10644&& org_id!=10679&& org_id!=10683 && org_id!=9829">KT/V</td>
791
+                      <td width="50" v-if="org_id != 9919 && org_id!=9538 && org_id!=9675 && org_id!=10617 && org_id!=10629&&org_id!=10644&& org_id!=10679&& org_id!=10683 && org_id!=9829 && org_id!=10567 && org_id!=10724">KT/V</td>
792
+                      
796
                       <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id == 9919">血容量<br />(L)</td>
793
                       <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id == 9919">血容量<br />(L)</td>
797
                       <td width="50" v-if="org_id ==10490">碳酸氢钠用量<br />(ml)</td>
794
                       <td width="50" v-if="org_id ==10490">碳酸氢钠用量<br />(ml)</td>
798
                       <td width="200">病情变化及处理</td>
795
                       <td width="200">病情变化及处理</td>
811
                       <td v-if="monitor.operate_time <= dialysisOrder.end_time && monitor.operate_time >= dialysisOrder.start_time"> {{  monitor.transmembrane_pressure ? monitor.transmembrane_pressure : 0 }} </td>
808
                       <td v-if="monitor.operate_time <= dialysisOrder.end_time && monitor.operate_time >= dialysisOrder.start_time"> {{  monitor.transmembrane_pressure ? monitor.transmembrane_pressure : 0 }} </td>
812
                       <td v-if="org_id != 9836 && org_id!=10679 && org_id!=10644 ">{{monitor.dialysate_temperature? monitor.dialysate_temperature: ""}}</td>
809
                       <td v-if="org_id != 9836 && org_id!=10679 && org_id!=10644 ">{{monitor.dialysate_temperature? monitor.dialysate_temperature: ""}}</td>
813
                       <td v-if="org_id == 9836">{{ monitor.temperature ? monitor.temperature : "" }}</td>
810
                       <td v-if="org_id == 9836">{{ monitor.temperature ? monitor.temperature : "" }}</td>
814
-                 
815
-                      <td v-if="org_id != 9538 &&org_id != 10121 &&org_id != 9675 &&org_id != 0 && org_id!=10679 && org_id!=10644">{{ monitor.conductivity ? monitor.conductivity : "" }}</td>
811
+
812
+                      <td v-if="org_id != 9538 &&org_id != 10121 &&org_id != 9675 &&org_id != 0 && org_id!=10679 && org_id!=10644 && org_id!=10567 && org_id!=10724">{{ monitor.conductivity ? monitor.conductivity : "" }}</td>
813
+                      <td width="50" v-if="org_id == 10567 || org_id ==10724"> {{ monitor.sodium_concentration }}</td>
816
                       <td v-if="org_id == 10490 ">{{monitor.replacement_speed? monitor.replacement_speed: ""}}</td>
814
                       <td v-if="org_id == 10490 ">{{monitor.replacement_speed? monitor.replacement_speed: ""}}</td>
817
                       <td v-if="org_id == 9538">{{monitor.sodium_concentration? monitor.sodium_concentration: ""}}</td>
815
                       <td v-if="org_id == 9538">{{monitor.sodium_concentration? monitor.sodium_concentration: ""}}</td>
818
                       <td v-if="org_id!=10683">
816
                       <td v-if="org_id!=10683">
819
                         <span v-if="org_id == 10440 || org_id ==10644 || org_id ==10679 "> {{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
817
                         <span v-if="org_id == 10440 || org_id ==10644 || org_id ==10679 "> {{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
820
-                         <span v-if="org_id != 10440 && org_id!=10644 && org_id!=10679"> 
818
+                         <span v-if="org_id != 10440 && org_id!=10644 && org_id!=10679">
821
                            <span v-if="org_id==10617">
819
                            <span v-if="org_id==10617">
822
-                             <span v-if="monindex == 0 || monindex == monitors.length-1">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "/"}}</span> 
823
-                             <span v-if="monindex != 0 && monindex != monitors.length-1">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span> 
824
-                           </span>  
820
+                             <span v-if="monindex == 0 || monindex == monitors.length-1">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "/"}}</span>
821
+                             <span v-if="monindex != 0 && monindex != monitors.length-1">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
822
+                           </span>
825
                            <span v-if="org_id!=10617">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
823
                            <span v-if="org_id!=10617">{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
826
                         </span>
824
                         </span>
827
-                       
825
+
828
                       </td>
826
                       </td>
829
-                      <td v-if="org_id == 10121 || org_id == 9675 || org_id == 0 || org_id == 9829">{{monitor.blood_oxygen_saturation? monitor.blood_oxygen_saturation: ""}}</td>
830
-                      <td width="50" v-if="org_id ==10683">
827
+                      <td v-if="org_id == 10121 || org_id == 9675 || org_id == 0 || org_id == 9829 ">{{monitor.blood_oxygen_saturation? monitor.blood_oxygen_saturation: ""}}</td>
828
+                      <td width="50" v-if="org_id ==10683 || org_id == 10567 || org_id == 0 || org_id ==10724">
831
                         <br/>{{ monitor.ultrafiltration_rate? monitor.ultrafiltration_rate:"" }}</td>
829
                         <br/>{{ monitor.ultrafiltration_rate? monitor.ultrafiltration_rate:"" }}</td>
832
                       <td v-if="org_id == 10375">
830
                       <td v-if="org_id == 10375">
833
                          {{ monitor.replacement_rate }}
831
                          {{ monitor.replacement_rate }}
844
                       <td v-if="(org_id!=10683 && (prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12))"  width="50" >{{ monitor.displacement_quantity ? monitor.displacement_quantity : "" }}</td>
842
                       <td v-if="(org_id!=10683 && (prescription.mode_id==2 || prescription.mode_id==5 || prescription.mode_id== 12))"  width="50" >{{ monitor.displacement_quantity ? monitor.displacement_quantity : "" }}</td>
845
 
843
 
846
                       <td width="50" v-if="org_id == 3877 || org_id == 10449">{{monitor.filter_pressure }}</td>
844
                       <td width="50" v-if="org_id == 3877 || org_id == 10449">{{monitor.filter_pressure }}</td>
847
-                      <td width="50" v-if="org_id == 9919 || org_id == 9538|| org_id == 9675 || org_id ==10629 || org_id ==10517">
845
+                      <td width="50" v-if="org_id == 9919 || org_id == 9538|| org_id == 9675 || org_id ==10629 || org_id ==10517  || org_id == 10567 || org_id ==10724">
848
                           {{ monitor.ktv }}
846
                           {{ monitor.ktv }}
849
                       </td>
847
                       </td>
850
                         <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id == 9919">
848
                         <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id == 9919">
856
                         <div style="min-height:35px;line-height:35px; overflow:hidden;">
854
                         <div style="min-height:35px;line-height:35px; overflow:hidden;">
857
                           <span  style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
855
                           <span  style="word-break: break-all;margin:0;line-height:16px;-webkit-line-clamp:3;overflow:visible;display:inline-block;vertical-align:middle;height:auto;">
858
                             <template v-if=" monitor.operate_time == dialysisOrder.start_time " >
856
                             <template v-if=" monitor.operate_time == dialysisOrder.start_time " >
859
-                               <span v-if="org_id!=10683">【开始透析】</span> 
860
-                             </template > 
857
+                               <span v-if="org_id!=10683">【开始透析】</span>
858
+                             </template >
861
                               {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
859
                               {{ monitor.end }} {{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{ monitor.result }}
862
                           </span>
860
                           </span>
863
                         </div>
861
                         </div>
872
                       <td> </td>
870
                       <td> </td>
873
                       <td> </td>
871
                       <td> </td>
874
                       <td> </td>
872
                       <td> </td>
875
-                      <td v-if="org_id!=10679 && org_id!=10644"> </td>
876
-                      <td v-if="org_id!=10679&& org_id!=10644"> </td>
873
+                      <td v-if="org_id!=10679 && org_id!=10644 && org_id!=0 && org_id!=10567 && org_id!=10724"> </td>
874
+                      <td v-if="org_id!=10679&& org_id!=10644 && org_id!=0 && org_id!=10567 && org_id!=10724"> </td>
877
                       <td v-if="org_id == 10375"> </td>
875
                       <td v-if="org_id == 10375"> </td>
878
                       <td v-if="org_id ==10478"> </td>
876
                       <td v-if="org_id ==10478"> </td>
879
                       <td v-if="org_id == 3877 || org_id == 10449"></td>
877
                       <td v-if="org_id == 3877 || org_id == 10449"></td>
1010
           </div>
1008
           </div>
1011
           <div class="inline_block" v-if="org_id!=10510">
1009
           <div class="inline_block" v-if="org_id!=10510">
1012
             床号:
1010
             床号:
1013
-              <div class="under_line" style="width: 50px;text-align: center;">
1014
-               
1011
+              <div class="under_line" style="width: 100px;text-align: center;">
1012
+
1015
                 {{ dialysisOrder&&dialysisOrder.DeviceNumber.number }}
1013
                 {{ dialysisOrder&&dialysisOrder.DeviceNumber.number }}
1016
                 <!-- {{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}} -->
1014
                 <!-- {{dialysisOrder&&dialysisOrder.DeviceNumber&&dialysisOrder.DeviceNumber.number.length > 0?dialysisOrder.DeviceNumber.number:patientInfo.DialysisSchedule.device_number.number}} -->
1017
-              
1015
+
1018
               </div>
1016
               </div>
1019
           </div>
1017
           </div>
1020
           <div class="inline_block" v-if="org_id!=10633">
1018
           <div class="inline_block" v-if="org_id!=10633">
1190
                   <div class="under_line" style="width: 50px;text-align: center">
1188
                   <div class="under_line" style="width: 50px;text-align: center">
1191
                     {{afterdialysis.actual_ultrafiltration?afterdialysis.actual_ultrafiltration:'/'}}
1189
                     {{afterdialysis.actual_ultrafiltration?afterdialysis.actual_ultrafiltration:'/'}}
1192
                   </div>
1190
                   </div>
1193
-                  <span v-if="org_id!=9675&&org_id!=10447">
1191
+                  <span v-if="org_id!=9675&&org_id!=10447 &&org_id!=10471">
1194
                     ml
1192
                     ml
1195
                   </span>
1193
                   </span>
1196
 
1194
 
1197
-                  <span v-if="org_id==9675||org_id==10447">
1195
+                  <span v-if="org_id==9675||org_id==10447 || org_id == 10471">
1198
                    L
1196
                    L
1199
                   </span>
1197
                   </span>
1200
 
1198
 
1224
               <div class="row" style="padding: 2px 0;line-height:23px;display:flex;" v-if="org_id == 10375">
1222
               <div class="row" style="padding: 2px 0;line-height:23px;display:flex;" v-if="org_id == 10375">
1225
                 <div class="inline_block" style="flex:1;">
1223
                 <div class="inline_block" style="flex:1;">
1226
                   宣教知识:
1224
                   宣教知识:
1227
-               
1225
+
1228
                   <div style="width: 860px;line-height: 25px;text-align: left;margin-left: 2px;display: inline-block;white-space: normal;"> {{summary.mission?summary.mission:'/'}}</div>
1226
                   <div style="width: 860px;line-height: 25px;text-align: left;margin-left: 2px;display: inline-block;white-space: normal;"> {{summary.mission?summary.mission:'/'}}</div>
1229
 
1227
 
1230
                 </div>
1228
                 </div>
1918
             if(this.org_id!=10683){
1916
             if(this.org_id!=10683){
1919
               this.monitors[index].end = '【结束透析】'
1917
               this.monitors[index].end = '【结束透析】'
1920
             }
1918
             }
1921
-             
1919
+
1922
               tempmonitorflag = false
1920
               tempmonitorflag = false
1923
             }
1921
             }
1924
             if (tempmonitorflag && index == this.monitors.length - 1) {
1922
             if (tempmonitorflag && index == this.monitors.length - 1) {
1925
               if(this.org_id!=10683){
1923
               if(this.org_id!=10683){
1926
                 this.monitors[index].end = '【结束透析】'
1924
                 this.monitors[index].end = '【结束透析】'
1927
               }
1925
               }
1928
-             
1926
+
1929
             }
1927
             }
1930
           }
1928
           }
1931
         }
1929
         }
2091
         }
2089
         }
2092
         this.totollength = this.doctor_advices.length + this.monitors.length
2090
         this.totollength = this.doctor_advices.length + this.monitors.length
2093
         console.log(this.advice_groups)
2091
         console.log(this.advice_groups)
2094
-       
2092
+
2095
       } else {
2093
       } else {
2096
         this.loading = false
2094
         this.loading = false
2097
         this.$message.error('请求数据失败')
2095
         this.$message.error('请求数据失败')

+ 6 - 6
src/pages/main/template/DialysisPrintOrderSixtyTwo.vue View File

506
               <span style="display:inline-block;margin-left:15px;"
506
               <span style="display:inline-block;margin-left:15px;"
507
                 >实际治疗时长:
507
                 >实际治疗时长:
508
                 {{
508
                 {{
509
-                  prescription.dialysis_duration_hour
510
-                    ? prescription.dialysis_duration_hour
509
+                  afterdialysis.actual_treatment_hour
510
+                    ? afterdialysis.actual_treatment_hour
511
                     : "0"
511
                     : "0"
512
                 }}小时{{
512
                 }}小时{{
513
-                  prescription.dialysis_duration_minute
514
-                    ? prescription.dialysis_duration_minute
513
+                  afterdialysis.actual_treatment_minute
514
+                    ? afterdialysis.actual_treatment_minute
515
                     : "0"
515
                     : "0"
516
-                }}分钟</span
517
-              >
516
+                }}分钟
517
+              </span>
518
             </td>
518
             </td>
519
             
519
             
520
             <td style="text-align:left;" colspan="3">
520
             <td style="text-align:left;" colspan="3">

+ 14 - 5
src/pages/main/template/DialysisPrintOrderSixtyeight.vue View File

455
                     <span v-if="org_id == 9829 || org_id==10440 || org_id==10469 || org_id==10471|| org_id == 10460">ml</span>
455
                     <span v-if="org_id == 9829 || org_id==10440 || org_id==10469 || org_id==10471|| org_id == 10460">ml</span>
456
                     <span v-if="org_id!= 9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460"> L</span>
456
                     <span v-if="org_id!= 9829 && org_id!=10440 && org_id!=10469 && org_id!=10471 && org_id!=10460"> L</span>
457
                   </div>
457
                   </div>
458
-                  <div class="inline_block" style="flex:1;">
458
+                  <div class="inline_block" style="flex:1;" v-if="org_id!=10551">
459
                     处方脱水量:
459
                     处方脱水量:
460
                     <div class="under_line" style="width: 100px;text-align: center">
460
                     <div class="under_line" style="width: 100px;text-align: center">
461
                       {{prescription.prescription_water?prescription.prescription_water:'/'}}
461
                       {{prescription.prescription_water?prescription.prescription_water:'/'}}
699
                       <td width="50" v-if="org_id == 3877 || org_id == 10449">滤前压<br/>(mmHg)</td>
699
                       <td width="50" v-if="org_id == 3877 || org_id == 10449">滤前压<br/>(mmHg)</td>
700
                       <td width="50" v-if="org_id == 9538|| org_id == 9675">KT/V</td>
700
                       <td width="50" v-if="org_id == 9538|| org_id == 9675">KT/V</td>
701
                       <td width="50" v-if="org_id == 9919">在线尿素监测</td>
701
                       <td width="50" v-if="org_id == 9919">在线尿素监测</td>
702
-                      <td width="50" v-if="org_id != 9919 && org_id!=9538 && org_id!=9675 && org_id!=10677">KT/V</td>
702
+                      <td width="50" v-if="org_id != 9919 && org_id!=9538 && org_id!=9675 && org_id!=10677 && org_id!=10551">KT/V</td>
703
                       <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id == 9919">血容量<br />(L)</td>
703
                       <td width="50" v-if="org_id == 9538|| org_id == 9675 || org_id == 9919">血容量<br />(L)</td>
704
                       <td width="50" v-if="org_id ==10490">碳酸氢钠用量<br />(ml)</td>
704
                       <td width="50" v-if="org_id ==10490">碳酸氢钠用量<br />(ml)</td>
705
                       <td width="200">病情变化及处理</td>
705
                       <td width="200">病情变化及处理</td>
756
                       <td> </td>
756
                       <td> </td>
757
                       <td> </td>
757
                       <td> </td>
758
                       <td> </td>
758
                       <td> </td>
759
-                      <td> </td>
760
-                      <td> </td>
759
+                      <td v-if="org_id!=10551"> </td>
760
+                      <td v-if="org_id!=10551"> </td>
761
                       <td v-if="org_id!=10677"> </td>
761
                       <td v-if="org_id!=10677"> </td>
762
                       <td v-if="org_id == 10375"> </td>
762
                       <td v-if="org_id == 10375"> </td>
763
                       <td v-if="org_id ==10478"> </td>
763
                       <td v-if="org_id ==10478"> </td>
987
                 <div class="inline_block" style="margin-left:10px;flex:1.5;">
987
                 <div class="inline_block" style="margin-left:10px;flex:1.5;">
988
                   实际治疗时间:
988
                   实际治疗时间:
989
                   <div class="under_line" style="width: 20px;text-align: center">
989
                   <div class="under_line" style="width: 20px;text-align: center">
990
-                    {{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'/'}}
990
+                    <!-- {{afterdialysis.actual_treatment_hour?afterdialysis.actual_treatment_hour:'/'}} -->
991
+                    {{
992
+                      afterdialysis.actual_treatment_hour
993
+                        ? afterdialysis.actual_treatment_hour
994
+                        : "0"
995
+                    }}小时{{
996
+                      afterdialysis.actual_treatment_minute
997
+                        ? afterdialysis.actual_treatment_minute
998
+                        : "0"
999
+                    }}分钟
991
                   </div>
1000
                   </div>
992
                   h
1001
                   h
993
                   <div class="under_line" style="width: 20px;text-align: center">
1002
                   <div class="under_line" style="width: 20px;text-align: center">

+ 1 - 1
src/pages/main/today/assessmentAfter.vue View File

32
         <li v-if="isShow('实际超滤量')">
32
         <li v-if="isShow('实际超滤量')">
33
           <label for="sjcll">实际超滤量: </label>
33
           <label for="sjcll">实际超滤量: </label>
34
           <span class="content" id="sjcll">{{actual_ultrafiltration?actual_ultrafiltration:''}}</span>
34
           <span class="content" id="sjcll">{{actual_ultrafiltration?actual_ultrafiltration:''}}</span>
35
-          <span v-if="(template_id == 6&& $store.getters.user.template_info.org_id !=10447) || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 17 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 43 || template_id == 44 || template_id == 60 || this.$store.getters.user.template_info.org_id == 9555 || template_id == 27  || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10387 ||  $store.getters.user.template_info.org_id == 10430 ||  $store.getters.user.template_info.org_id == 10432 ||  $store.getters.user.template_info.org_id == 10441  ||  $store.getters.user.template_info.org_id == 10445 ||  $store.getters.user.template_info.org_id == 10410 ||  $store.getters.user.template_info.org_id == 10495 || $store.getters.user.template_info.org_id == 10375 || $store.getters.user.template_info.org_id == 10551 || $store.getters.user.template_info.org_id == 10597 || $store.getters.user.template_info.org_id == 10599 || $store.getters.user.template_info.org_id == 10629 || $store.getters.user.template_info.org_id == 10677 || $store.getters.user.template_info.org_id == 10667 || $store.getters.user.template_info.org_id == 10480 || $store.getters.user.template_info.org_id == 10693 || $store.getters.user.template_info.org_id == 10702  || $store.getters.user.template_info.org_id == 10697 || $store.getters.user.template_info.org_id == 10635" class="unit">{{actual_ultrafiltration?'ml':''}}</span>
35
+          <span v-if="(template_id == 6&& $store.getters.user.template_info.org_id !=10447 && $store.getters.user.template_info.org_id !=10471) || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 17 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 36 || template_id == 38 || template_id == 40 || template_id == 43 || template_id == 44 || template_id == 60 || this.$store.getters.user.template_info.org_id == 9555 || template_id == 27  || this.$store.getters.user.template_info.org_id == 10340 || this.$store.getters.user.template_info.org_id == 10387 ||  $store.getters.user.template_info.org_id == 10430 ||  $store.getters.user.template_info.org_id == 10432 ||  $store.getters.user.template_info.org_id == 10441  ||  $store.getters.user.template_info.org_id == 10445 ||  $store.getters.user.template_info.org_id == 10410 ||  $store.getters.user.template_info.org_id == 10495 || $store.getters.user.template_info.org_id == 10375 || $store.getters.user.template_info.org_id == 10551 || $store.getters.user.template_info.org_id == 10597 || $store.getters.user.template_info.org_id == 10599 || $store.getters.user.template_info.org_id == 10629 || $store.getters.user.template_info.org_id == 10677 || $store.getters.user.template_info.org_id == 10667 || $store.getters.user.template_info.org_id == 10480 || $store.getters.user.template_info.org_id == 10693 || $store.getters.user.template_info.org_id == 10702  || $store.getters.user.template_info.org_id == 10697 || $store.getters.user.template_info.org_id == 10635 || $store.getters.user.template_info.org_id == 10723" class="unit">{{actual_ultrafiltration?'ml':''}}</span>
36
           <span v-else class="unit">{{actual_ultrafiltration?'L':''}}</span>
36
           <span v-else class="unit">{{actual_ultrafiltration?'L':''}}</span>
37
         </li>
37
         </li>
38
         <li v-if="isShow('透析器')">
38
         <li v-if="isShow('透析器')">

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

22
           <th v-if="isShow('血流量1')" width="60px"> 血流量 <br />(ml/min) </th>
22
           <th v-if="isShow('血流量1')" width="60px"> 血流量 <br />(ml/min) </th>
23
           <th v-if="isShow('跨膜压')" width="60px">  跨膜压 <br />({{tableDate[0]&&tableDate[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
23
           <th v-if="isShow('跨膜压')" width="60px">  跨膜压 <br />({{tableDate[0]&&tableDate[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
24
           <th v-if="isShow('跨膜压1')" width="60px">  跨膜压 <br />({{tableDate[0]&&tableDate[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
24
           <th v-if="isShow('跨膜压1')" width="60px">  跨膜压 <br />({{tableDate[0]&&tableDate[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}}) </th>
25
-          <th v-if="isShow('超滤量') && (template_id == 5 || 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 || 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 == 53 || template_id == 54 || template_id == 56  || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || 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!=10471" width="60px" > 超滤量 <br />(ml) </th>
26
-          <th v-if="isShow('超滤量') && (template_id != 5 && 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 && 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!=53 && template_id!=54 && template_id!=56 && template_id!=60 && template_id!=65 && org_id != 10340 && org_id != 10432 && 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 == 10471" width="60px" > 超滤量 <br />(L) </th>
25
+          <th v-if="isShow('超滤量') && (template_id == 5 || 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 || 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 == 53 || template_id == 54 || template_id == 56  || template_id == 60 || template_id == 65 || org_id == 10340 || org_id == 10432 || 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!=10471" width="60px" > 超滤量 <br />(ml) </th>
26
+          <th v-if="isShow('超滤量') && (template_id != 5 && 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 && 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!=53 && template_id!=54 && template_id!=56 && template_id!=60 && template_id!=65 && org_id != 10340 && org_id != 10432 && 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 == 10471" width="60px" > 超滤量 <br />(L) </th>
27
           <th v-if="isShow('超滤量1')" width="60px" > 超滤量 <br />(ml) </th>
27
           <th v-if="isShow('超滤量1')" width="60px" > 超滤量 <br />(ml) </th>
28
-          <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 == 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 == 10432 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10585 || 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!=10471" width="50px"> 超滤率 <br />(ml/h) </th>
29
-          <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 !=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 != 10432 && 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 == 10471"  width="50px"> 超滤率 <br />(L/h) </th>
28
+          <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 == 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 == 10432 || org_id == 10410 || org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id == 10585 || 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!=10471" width="50px"> 超滤率 <br />(ml/h) </th>
29
+          <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 !=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 != 10432 && 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 == 10471"  width="50px"> 超滤率 <br />(L/h) </th>
30
           <th v-if="isShow('超滤率2')" width="60px">超滤率 <br />(ml/h)</th>
30
           <th v-if="isShow('超滤率2')" width="60px">超滤率 <br />(ml/h)</th>
31
           <th v-if="isShow('钠浓度')" width="60px"> 钠浓度 <br />(mmol/L) </th>
31
           <th v-if="isShow('钠浓度')" width="60px"> 钠浓度 <br />(mmol/L) </th>
32
           <th v-if="isShow('钠浓度1')" width="60px"> 钠浓度 <br />(mmol/L) </th>
32
           <th v-if="isShow('钠浓度1')" width="60px"> 钠浓度 <br />(mmol/L) </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 ==10558 || org_id ==10414 || org_id==10677" width="60px" > 置换率 <br />(L/h) </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 ==10558 || org_id ==10414 || org_id==10677" width="60px" > 置换率 <br />(L/h) </th>
37
           <th v-if="isShow('置换率1')"  width="60px" > 置换率 <br />(ml/min) </th>
37
           <th v-if="isShow('置换率1')"  width="60px" > 置换率 <br />(ml/min) </th>
38
           <th v-if="isShow('置换量')&& (template_id == 43 )" width="50px" > 置换量 <br />(ml/h) </th>
38
           <th v-if="isShow('置换量')&& (template_id == 43 )" width="50px" > 置换量 <br />(ml/h) </th>
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!=10558 && org_id!=10346&&org_id!=10517 &&org_id!=10598 &&org_id!=10617 &&org_id!=10414 && org_id!=10510" width="50px" > 置换量 <br />(ml) </th>
40
-          <th v-if="isShow('置换量')&& ((template_id != 6 || org_id == 9919 || org_id ==10478) && (template_id != 10 || org_id == 10191) && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id!=43 && 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 == 10558 || org_id ==10346 || org_id ==10517 || org_id ==10598 || org_id ==10617 || org_id ==10414 || org_id == 10510" width="50px" > 置换量 <br />(L) </th>
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!=10558 && org_id!=10346&&org_id!=10517 &&org_id!=10598 &&org_id!=10617 &&org_id!=10414 && org_id!=10510  && org_id!=10644" width="50px" > 置换量 <br />(ml) </th>
40
+          <th v-if="isShow('置换量')&& ((template_id != 6 || org_id == 9919 || org_id ==10478) && (template_id != 10 || org_id == 10191) && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id!=43 && 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 == 10558 || org_id ==10346 || org_id ==10517 || org_id ==10598 || org_id ==10617 || org_id ==10414 || org_id == 10510 || org_id == 10644" width="50px" > 置换量 <br />(L) </th>
41
         
41
         
42
           <th v-if="isShow('电导度')" width="60px"> 电导度 <br />(mS/cm) </th>
42
           <th v-if="isShow('电导度')" width="60px"> 电导度 <br />(mS/cm) </th>
43
           <th v-if="isShow('电导度1')" width="60px"> 电导度 <br />(mS/cm) </th>
43
           <th v-if="isShow('电导度1')" width="60px"> 电导度 <br />(mS/cm) </th>
124
           <td v-if="isShow('透析液温度1')"  >{{ item.dialysate_temperature_one ? item.dialysate_temperature_one : "/" }}</td>
124
           <td v-if="isShow('透析液温度1')"  >{{ item.dialysate_temperature_one ? item.dialysate_temperature_one : "/" }}</td>
125
           <td v-if="isShow('置换率')">{{ item.replacement_rate ? item.replacement_rate : "" }}</td>
125
           <td v-if="isShow('置换率')">{{ item.replacement_rate ? item.replacement_rate : "" }}</td>
126
           <td v-if="isShow('置换率1')">{{ item.replacement_rate_one ? item.replacement_rate_one : "/" }}</td>
126
           <td v-if="isShow('置换率1')">{{ item.replacement_rate_one ? item.replacement_rate_one : "/" }}</td>
127
-          <td v-if="isShow('置换量')" >{{ item.displacement_quantity ? item.displacement_quantity : "" }}</td>
127
+          <td v-if="isShow('置换量')" >
128
+            {{ item.displacement_quantity ? item.displacement_quantity : "0" }}
129
+          </td>
128
           <th v-if="isShow('电导度')">{{ item.conductivity ? item.conductivity : "" }}</th>
130
           <th v-if="isShow('电导度')">{{ item.conductivity ? item.conductivity : "" }}</th>
129
           <th v-if="isShow('电导度1')">{{ item.conductivity_one ? item.conductivity_one : "/" }}</th>
131
           <th v-if="isShow('电导度1')">{{ item.conductivity_one ? item.conductivity_one : "/" }}</th>
130
           <th v-if="isShow('置换液流量')"> {{ item.displacement_flow_quantity ? item.displacement_flow_quantity : "" }} </th>
132
           <th v-if="isShow('置换液流量')"> {{ item.displacement_flow_quantity ? item.displacement_flow_quantity : "" }} </th>

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

16
         <li v-if="isShow('目标超滤量')">
16
         <li v-if="isShow('目标超滤量')">
17
           <label>目标超滤量 :</label>
17
           <label>目标超滤量 :</label>
18
           <span class="content">{{target_ultrafiltration != '0'?target_ultrafiltration:''}}</span>
18
           <span class="content">{{target_ultrafiltration != '0'?target_ultrafiltration:''}}</span>
19
-          <span v-if="this.$store.getters.user.template_info.template_id != 9 && this.$store.getters.user.template_info.template_id != 17 && this.$store.getters.user.template_info.template_id != 20 && this.$store.getters.user.template_info.template_id != 21 && this.$store.getters.user.template_info.template_id != 22 && this.$store.getters.user.template_info.template_id != 23 && this.$store.getters.user.template_info.template_id != 24 && this.$store.getters.user.template_info.template_id != 26 && this.$store.getters.user.template_info.template_id != 28 && this.$store.getters.user.template_info.org_id!=9555 && this.$store.getters.user.template_info.template_id != 27  && this.$store.getters.user.template_info.template_id != 30  && this.$store.getters.user.template_info.template_id != 32 && this.$store.getters.user.template_info.template_id != 38 && this.$store.getters.user.template_info.template_id != 40 && this.$store.getters.user.template_info.template_id != 43 && this.$store.getters.user.template_info.template_id != 45  && this.$store.getters.user.template_info.template_id != 46 && this.$store.getters.user.template_info.template_id != 48 && this.$store.getters.user.template_info.template_id != 56 &&  this.$store.getters.user.template_info.org_id!=10395 &&  this.$store.getters.user.template_info.org_id!=10340 && this.$store.getters.user.template_info.template_id != 60 &&  this.$store.getters.user.template_info.org_id!=10430 &&  this.$store.getters.user.template_info.org_id!=10432 &&  this.$store.getters.user.template_info.org_id!=10441 && this.$store.getters.user.template_info.org_id!=10445 && this.$store.getters.user.template_info.org_id!=9829 && this.$store.getters.user.template_info.org_id!=10440 && this.$store.getters.user.template_info.org_id!=10469 && this.$store.getters.user.template_info.org_id!=10460 && this.$store.getters.user.template_info.org_id!=10644 && this.$store.getters.user.template_info.org_id!=10667" class="unit" >{{target_ultrafiltration != '0'?"L":''}}</span>
20
-          <span v-if="this.$store.getters.user.template_info.template_id == 9 || this.$store.getters.user.template_info.template_id == 17 || this.$store.getters.user.template_info.template_id == 20 || this.$store.getters.user.template_info.template_id == 21 || this.$store.getters.user.template_info.template_id == 22 || this.$store.getters.user.template_info.template_id == 23 || this.$store.getters.user.template_info.template_id == 24 || this.$store.getters.user.template_info.template_id == 26 || this.$store.getters.user.template_info.template_id == 28 || this.$store.getters.user.template_info.org_id==9555 || this.$store.getters.user.template_info.template_id==27 || this.$store.getters.user.template_info.template_id == 30 || this.$store.getters.user.template_info.template_id == 32 || this.$store.getters.user.template_info.template_id == 38 || this.$store.getters.user.template_info.template_id == 40 || this.$store.getters.user.template_info.template_id == 43 || this.$store.getters.user.template_info.template_id == 45 || this.$store.getters.user.template_info.template_id == 46 || this.$store.getters.user.template_info.template_id == 48 || this.$store.getters.user.template_info.template_id == 56 || this.$store.getters.user.template_info.org_id==10395 || this.$store.getters.user.template_info.org_id ==10340  || this.$store.getters.user.template_info.template_id == 60 || this.$store.getters.user.template_info.org_id ==10430 || this.$store.getters.user.template_info.org_id ==10432  || this.$store.getters.user.template_info.org_id ==10441 || this.$store.getters.user.template_info.org_id ==10445 || this.$store.getters.user.template_info.org_id ==9829 || this.$store.getters.user.template_info.org_id ==10440 || this.$store.getters.user.template_info.org_id == 10469 ||  this.$store.getters.user.template_info.org_id == 10460 ||  this.$store.getters.user.template_info.org_id == 10644 ||  this.$store.getters.user.template_info.org_id == 10667" class="unit" >{{target_ultrafiltration != '0'?"ml":''}}</span>
19
+          <span v-if="this.$store.getters.user.template_info.template_id != 9 && this.$store.getters.user.template_info.template_id != 17 && this.$store.getters.user.template_info.template_id != 20 && this.$store.getters.user.template_info.template_id != 21 && this.$store.getters.user.template_info.template_id != 22 && this.$store.getters.user.template_info.template_id != 23 && this.$store.getters.user.template_info.template_id != 24 && this.$store.getters.user.template_info.template_id != 26 && this.$store.getters.user.template_info.template_id != 28 && this.$store.getters.user.template_info.org_id!=9555 && this.$store.getters.user.template_info.template_id != 27  && this.$store.getters.user.template_info.template_id != 30  && this.$store.getters.user.template_info.template_id != 32 && this.$store.getters.user.template_info.template_id != 38 && this.$store.getters.user.template_info.template_id != 40 && this.$store.getters.user.template_info.template_id != 43 && this.$store.getters.user.template_info.template_id != 45  && this.$store.getters.user.template_info.template_id != 46 && this.$store.getters.user.template_info.template_id != 48 && this.$store.getters.user.template_info.template_id != 56 &&  this.$store.getters.user.template_info.org_id!=10395 &&  this.$store.getters.user.template_info.org_id!=10340 && this.$store.getters.user.template_info.template_id != 60 &&  this.$store.getters.user.template_info.org_id!=10430 &&  this.$store.getters.user.template_info.org_id!=10432 &&  this.$store.getters.user.template_info.org_id!=10441 && this.$store.getters.user.template_info.org_id!=10445 && this.$store.getters.user.template_info.org_id!=9829 && this.$store.getters.user.template_info.org_id!=10440 && this.$store.getters.user.template_info.org_id!=10469 && this.$store.getters.user.template_info.org_id!=10460 && this.$store.getters.user.template_info.org_id!=10644 && this.$store.getters.user.template_info.org_id!=10667 && this.$store.getters.user.template_info.org_id!=10723&& this.$store.getters.user.template_info.org_id!=10727" class="unit" >{{target_ultrafiltration != '0'?"L":''}}</span>
20
+          <span v-if="this.$store.getters.user.template_info.template_id == 9 || this.$store.getters.user.template_info.template_id == 17 || this.$store.getters.user.template_info.template_id == 20 || this.$store.getters.user.template_info.template_id == 21 || this.$store.getters.user.template_info.template_id == 22 || this.$store.getters.user.template_info.template_id == 23 || this.$store.getters.user.template_info.template_id == 24 || this.$store.getters.user.template_info.template_id == 26 || this.$store.getters.user.template_info.template_id == 28 || this.$store.getters.user.template_info.org_id==9555 || this.$store.getters.user.template_info.template_id==27 || this.$store.getters.user.template_info.template_id == 30 || this.$store.getters.user.template_info.template_id == 32 || this.$store.getters.user.template_info.template_id == 38 || this.$store.getters.user.template_info.template_id == 40 || this.$store.getters.user.template_info.template_id == 43 || this.$store.getters.user.template_info.template_id == 45 || this.$store.getters.user.template_info.template_id == 46 || this.$store.getters.user.template_info.template_id == 48 || this.$store.getters.user.template_info.template_id == 56 || this.$store.getters.user.template_info.org_id==10395 || this.$store.getters.user.template_info.org_id ==10340  || this.$store.getters.user.template_info.template_id == 60 || this.$store.getters.user.template_info.org_id ==10430 || this.$store.getters.user.template_info.org_id ==10432  || this.$store.getters.user.template_info.org_id ==10441 || this.$store.getters.user.template_info.org_id ==10445 || this.$store.getters.user.template_info.org_id ==9829 || this.$store.getters.user.template_info.org_id ==10440 || this.$store.getters.user.template_info.org_id == 10469 ||  this.$store.getters.user.template_info.org_id == 10460 ||  this.$store.getters.user.template_info.org_id == 10644 ||  this.$store.getters.user.template_info.org_id == 10667 || this.$store.getters.user.template_info.org_id == 10723 || this.$store.getters.user.template_info.org_id == 10727" class="unit" >{{target_ultrafiltration != '0'?"ml":''}}</span>
21
           <!--<span-->
21
           <!--<span-->
22
           <!--class="unit"-->
22
           <!--class="unit"-->
23
           <!--v-if="this.$store.getters.user.template_info.template_id == 6"-->
23
           <!--v-if="this.$store.getters.user.template_info.template_id == 6"-->
119
             <span class="unit" v-if="this.prescription.anticoagulant == 16">{{anticoagulant_shouji != '0'?"iu":""}}</span>
119
             <span class="unit" v-if="this.prescription.anticoagulant == 16">{{anticoagulant_shouji != '0'?"iu":""}}</span>
120
             <span class="unit" v-if="this.prescription.anticoagulant == 17">{{anticoagulant_shouji != '0'?"U":""}}</span>
120
             <span class="unit" v-if="this.prescription.anticoagulant == 17">{{anticoagulant_shouji != '0'?"U":""}}</span>
121
             <span class="unit" v-if="this.prescription.anticoagulant == 14">{{anticoagulant_shouji != '0'?"iu":""}}</span>
121
             <span class="unit" v-if="this.prescription.anticoagulant == 14">{{anticoagulant_shouji != '0'?"iu":""}}</span>
122
+            <span class="unit" v-if="this.prescription.anticoagulant == 15">{{anticoagulant_shouji != '0'?"mg":""}}</span>
122
           </span>
123
           </span>
123
           <span v-else>
124
           <span v-else>
124
             <span class="unit" v-if="this.prescription.anticoagulant == 2">{{anticoagulant_shouji != '0'?"mg":""}}</span>
125
             <span class="unit" v-if="this.prescription.anticoagulant == 2">{{anticoagulant_shouji != '0'?"mg":""}}</span>
126
+            <span class="unit" v-if="this.prescription.anticoagulant == 15">{{anticoagulant_shouji != '0'?"mg":""}}</span>
125
             <span class="unit" v-else>{{anticoagulant_shouji != '0'?"iu":""}}</span>
127
             <span class="unit" v-else>{{anticoagulant_shouji != '0'?"iu":""}}</span>
126
           </span>
128
           </span>
127
         </li>
129
         </li>
161
             <span class="unit" v-if="this.prescription.anticoagulant == 16">{{anticoagulant_weichi != '0'?"iu/h":""}}</span>
163
             <span class="unit" v-if="this.prescription.anticoagulant == 16">{{anticoagulant_weichi != '0'?"iu/h":""}}</span>
162
             <span class="unit" v-if="this.prescription.anticoagulant == 14">{{anticoagulant_weichi != '0'?"iu/h":""}}</span>
164
             <span class="unit" v-if="this.prescription.anticoagulant == 14">{{anticoagulant_weichi != '0'?"iu/h":""}}</span>
163
             <span class="unit" v-if="this.prescription.anticoagulant == 17">{{anticoagulant_weichi != '0'?"U/h":""}}</span>
165
             <span class="unit" v-if="this.prescription.anticoagulant == 17">{{anticoagulant_weichi != '0'?"U/h":""}}</span>
166
+            <span class="unit" v-if="this.prescription.anticoagulant == 15">{{anticoagulant_weichi != '0'?"mg/h":""}}</span>
164
           </span>
167
           </span>
165
         </li>
168
         </li>
166
 
169
 
193
             <span class="unit" v-if="this.prescription.anticoagulant == 16">{{anticoagulant_zongliang != '0'?"iu":""}}</span>
196
             <span class="unit" v-if="this.prescription.anticoagulant == 16">{{anticoagulant_zongliang != '0'?"iu":""}}</span>
194
             <span class="unit" v-if="this.prescription.anticoagulant == 17">{{anticoagulant_zongliang != '0'?"U":""}}</span>
197
             <span class="unit" v-if="this.prescription.anticoagulant == 17">{{anticoagulant_zongliang != '0'?"U":""}}</span>
195
             <span class="unit" v-if="this.prescription.anticoagulant == 14">{{anticoagulant_zongliang != '0'?"iu":""}}</span>
198
             <span class="unit" v-if="this.prescription.anticoagulant == 14">{{anticoagulant_zongliang != '0'?"iu":""}}</span>
199
+            <span class="unit" v-if="this.prescription.anticoagulant == 15">{{anticoagulant_zongliang != '0'?"mg":""}}</span>
196
           </span>
200
           </span>
197
           <span v-else>
201
           <span v-else>
198
             <span class="unit" v-if="this.prescription.anticoagulant == 2">{{anticoagulant_zongliang != '0'?"mg":""}}</span>
202
             <span class="unit" v-if="this.prescription.anticoagulant == 2">{{anticoagulant_zongliang != '0'?"mg":""}}</span>
199
             <span class="unit" v-else>{{anticoagulant_zongliang != '0'?"iu":""}}</span>
203
             <span class="unit" v-else>{{anticoagulant_zongliang != '0'?"iu":""}}</span>
204
+            <span class="unit" v-if="this.prescription.anticoagulant == 15">{{anticoagulant_shouji != '0'?"mg":""}}</span>
200
           </span>
205
           </span>
201
         </li>
206
         </li>
202
 
207
 
278
         <li v-if="isShow('置换液总量') &&  dialysis_mode == 'HDF'">
283
         <li v-if="isShow('置换液总量') &&  dialysis_mode == 'HDF'">
279
           <label>置换液总量: </label>
284
           <label>置换液总量: </label>
280
           <span class="content">{{getDisplaceLiquiValue() != '0'? getDisplaceLiquiValue():''}}</span>
285
           <span class="content">{{getDisplaceLiquiValue() != '0'? getDisplaceLiquiValue():''}}</span>
281
-          <span v-if="this.$store.getters.user.template_info.template_id == 21 && this.$store.getters.user.template_info.template_id  != 53 && this.$store.getters.user.template_info.template_id !=10441" class="unit">{{getDisplaceLiquiValue() !='0'?"ml":""}}</span>
282
-          <span v-if="(this.$store.getters.user.template_info.template_id != 21 ||  this.$store.getters.user.template_info.template_id  == 53 || this.$store.getters.user.template_info.template_id==10441)" class="unit">{{getDisplaceLiquiValue() !='0'?"L":""}}</span>
286
+          <span v-if="this.$store.getters.user.template_info.template_id == 21 || $store.getters.user.template_info.org_id==10206 && this.$store.getters.user.template_info.template_id  != 53 && this.$store.getters.user.template_info.template_id !=10441" class="unit">{{getDisplaceLiquiValue() !='0'?"ml":""}}</span>
287
+          <span v-if="(this.$store.getters.user.template_info.template_id != 21 ||  this.$store.getters.user.template_info.template_id  == 53 || this.$store.getters.user.template_info.template_id==10441) && $store.getters.user.template_info.org_id!=10206" class="unit">{{getDisplaceLiquiValue() !='0'?"L":""}}</span>
283
 
288
 
284
         </li>
289
         </li>
285
 
290
 

+ 30 - 0
src/store/modules/globalConfig.js View File

824
         sodium: 1,
824
         sodium: 1,
825
         calcium: 1,
825
         calcium: 1,
826
         bicarbonate: 1
826
         bicarbonate: 1
827
+      },
828
+      44: {
829
+        id: 44,
830
+        name: '导管溶栓',
831
+        dialysis_duration: 1,
832
+        replacement_way: 2,
833
+        hemodialysis_machine: 1,
834
+        blood_filter: 2,
835
+        perfusion_apparatus: 2,
836
+        blood_flow_volume: 1,
837
+        dialysate_flow: 1,
838
+        kalium: 1,
839
+        sodium: 1,
840
+        calcium: 1,
841
+        bicarbonate: 1
827
       }
842
       }
828
 
843
 
829
     },
844
     },
1098
         gaimingcheng_unit: '',
1113
         gaimingcheng_unit: '',
1099
         gaijiliang_unit: ''
1114
         gaijiliang_unit: ''
1100
       },
1115
       },
1116
+      19: {
1117
+        id: 19,
1118
+        name: '低分子量肝素钠',
1119
+        type: 1,
1120
+        shouji: 1,
1121
+        weichi: 1,
1122
+        zongliang: 1,
1123
+        gaimingcheng: -1,
1124
+        gaijiliang: -1,
1125
+        shouji_unit: 'iu',
1126
+        weichi_unit: 'iu/h',
1127
+        zongliang_unit: 'iu',
1128
+        gaimingcheng_unit: '',
1129
+        gaijiliang_unit: ''
1130
+      },
1101
       // 6: {
1131
       // 6: {
1102
       //   id: 6,
1132
       //   id: 6,
1103
       //   name: '3%枸橼酸钠',
1133
       //   name: '3%枸橼酸钠',