XMLWAN пре 4 година
родитељ
комит
c65d831e67
1 измењених фајлова са 12 додато и 12 уклоњено
  1. 12 12
      src/xt_pages/dialysis/components/dialysisParameters.vue

+ 12 - 12
src/xt_pages/dialysis/components/dialysisParameters.vue Прегледај датотеку

76
             </el-table-column>
76
             </el-table-column>
77
             <el-table-column align="center" label="干体重(kg)" width="140">
77
             <el-table-column align="center" label="干体重(kg)" width="140">
78
                <template slot-scope="scope">
78
                <template slot-scope="scope">
79
-                 {{getDryWeight(scope.row.patient_id)?getDryWeight(scope.row.patient_id):""}}        
79
+                 {{getDryWeight(scope.row.patient_id)?getDryWeight(scope.row.patient_id):""}}
80
                </template>
80
                </template>
81
             </el-table-column>
81
             </el-table-column>
82
             <el-table-column align="center" label="透前血压(mmhg)" width="180">
82
             <el-table-column align="center" label="透前血压(mmhg)" width="180">
83
               <template slot-scope="scope">
83
               <template slot-scope="scope">
84
-                  {{getSysBloodPressure(scope.row.patient_id)?getSysBloodPressure(scope.row.patient_id):""}} 
84
+                  {{getSysBloodPressure(scope.row.patient_id)?getSysBloodPressure(scope.row.patient_id):""}}
85
               </template>
85
               </template>
86
             </el-table-column>
86
             </el-table-column>
87
             <el-table-column align="center" label="目标超滤量" width="120">
87
             <el-table-column align="center" label="目标超滤量" width="120">
91
             </el-table-column>
91
             </el-table-column>
92
             <el-table-column align="center" label="血流量(ml/min)" width="180">
92
             <el-table-column align="center" label="血流量(ml/min)" width="180">
93
                <template slot-scope="scope">
93
                <template slot-scope="scope">
94
-                 {{getBloodFlowVolume(scope.row.patient_id)?getBloodFlowVolume(scope.row.patient_id):""}}  
94
+                 {{getBloodFlowVolume(scope.row.patient_id)?getBloodFlowVolume(scope.row.patient_id):""}}
95
                </template>
95
                </template>
96
             </el-table-column>
96
             </el-table-column>
97
              <el-table-column align="center" label="抗凝剂(首剂)(维持)(总量)" width="300">
97
              <el-table-column align="center" label="抗凝剂(首剂)(维持)(总量)" width="300">
245
             }
245
             }
246
             if(this.selected_date!=''){
246
             if(this.selected_date!=''){
247
               this.start_time = parseTime(this.selected_date, '{y}-{m}-{d}')
247
               this.start_time = parseTime(this.selected_date, '{y}-{m}-{d}')
248
-            } 
248
+            }
249
             const params ={
249
             const params ={
250
               start_time:this.start_time,
250
               start_time:this.start_time,
251
               keyword:this.search_input,
251
               keyword:this.search_input,
257
           getDialysisParameters(params).then(response=>{
257
           getDialysisParameters(params).then(response=>{
258
              if(response.data.state == 1){
258
              if(response.data.state == 1){
259
                 var schedule = response.data.data.schedule
259
                 var schedule = response.data.data.schedule
260
-                console.log("schedule",schedule)
260
+                // console.log("schedule",schedule)
261
                 this.tableData = schedule
261
                 this.tableData = schedule
262
                 var total = response.data.data.total
262
                 var total = response.data.data.total
263
-               
263
+
264
                 this.total = total
264
                 this.total = total
265
              }
265
              }
266
           })
266
           })
280
             }
280
             }
281
             if(this.selected_date!=''){
281
             if(this.selected_date!=''){
282
               this.start_time = parseTime(this.selected_date, '{y}-{m}-{d}')
282
               this.start_time = parseTime(this.selected_date, '{y}-{m}-{d}')
283
-            } 
283
+            }
284
             const params ={
284
             const params ={
285
               start_time:this.start_time,
285
               start_time:this.start_time,
286
               keyword:this.search_input,
286
               keyword:this.search_input,
387
           if(this.prescriptionList[i].patient_id == id){
387
           if(this.prescriptionList[i].patient_id == id){
388
              dialyzerPerfusionApparatus = this.prescriptionList[i].dialyzer_perfusion_apparatus
388
              dialyzerPerfusionApparatus = this.prescriptionList[i].dialyzer_perfusion_apparatus
389
           }
389
           }
390
-        } 
390
+        }
391
       return dialyzerPerfusionApparatus
391
       return dialyzerPerfusionApparatus
392
      },
392
      },
393
      getAnticoagulant(id){
393
      getAnticoagulant(id){
396
           if(this.prescriptionList[i].patient_id == id){
396
           if(this.prescriptionList[i].patient_id == id){
397
              anticoagulant = this.prescriptionList[i].anticoagulant
397
              anticoagulant = this.prescriptionList[i].anticoagulant
398
           }
398
           }
399
-        } 
399
+        }
400
        return anticoagulant
400
        return anticoagulant
401
      },
401
      },
402
      getAnticoagulantShouji(id){
402
      getAnticoagulantShouji(id){
405
          if(this.prescriptionList[i].patient_id == id){
405
          if(this.prescriptionList[i].patient_id == id){
406
             shouji = "("+this.prescriptionList[i].anticoagulant_shouji
406
             shouji = "("+this.prescriptionList[i].anticoagulant_shouji
407
           }
407
           }
408
-        } 
408
+        }
409
        return shouji
409
        return shouji
410
      },
410
      },
411
      getAnticoagulantWeichi(id){
411
      getAnticoagulantWeichi(id){
413
         for(let i=0;i<this.prescriptionList.length;i++){
413
         for(let i=0;i<this.prescriptionList.length;i++){
414
          if(this.prescriptionList[i].patient_id == id){
414
          if(this.prescriptionList[i].patient_id == id){
415
             weichi = "("+this.prescriptionList[i].anticoagulant_weichi
415
             weichi = "("+this.prescriptionList[i].anticoagulant_weichi
416
-        } 
416
+        }
417
        return weichi
417
        return weichi
418
       }
418
       }
419
      },
419
      },
423
          if(this.prescriptionList[i].patient_id == id){
423
          if(this.prescriptionList[i].patient_id == id){
424
             zongliang = "("+this.prescriptionList[i].anticoagulant_zongliang
424
             zongliang = "("+this.prescriptionList[i].anticoagulant_zongliang
425
           }
425
           }
426
-        } 
426
+        }
427
        return zongliang
427
        return zongliang
428
      }
428
      }
429
     }
429
     }