Quellcode durchsuchen

9月20,质控

yq1 vor 6 Monaten
Ursprung
Commit
70fb1478a4

+ 1 - 0
src/xt_pages/Dialysisanalysis/weightblood/components/after_Blood.vue Datei anzeigen

@@ -334,6 +334,7 @@ import html2canvas from "html2canvas"
334 334
       },
335 335
       // 详情查询
336 336
       detil_click(){
337
+        this.currentPage =1
337 338
         this.getdetail(this.status_value)
338 339
       },
339 340
        // 下载

+ 1 - 0
src/xt_pages/Dialysisanalysis/weightblood/components/before_Blood.vue Datei anzeigen

@@ -343,6 +343,7 @@ import html2canvas from "html2canvas"
343 343
       },
344 344
       // 详情查询
345 345
       detil_click(){
346
+        this.currentPage =1
346 347
         this.getdetail(this.status_value)
347 348
       },
348 349
        // 下载

+ 1 - 0
src/xt_pages/Dialysisanalysis/weightblood/components/blood_table.vue Datei anzeigen

@@ -236,6 +236,7 @@ import html2canvas from "html2canvas"
236 236
       },
237 237
       // 详情查询
238 238
       deil_click(){
239
+        this.currentPage =1
239 240
         this.Getdialyzerdetail(this.status_value)
240 241
       },
241 242
 

+ 7 - 7
src/xt_pages/Dialysisanalysis/weightblood/components/dialyze_after.vue Datei anzeigen

@@ -245,7 +245,6 @@ import html2canvas from "html2canvas"
245 245
         mode:'',
246 246
         date_mode:'',
247 247
         source:'',
248
-        dialyze_value:0,
249 248
         dialyze_dialog:false,
250 249
         currentPage:1,
251 250
         limit:50,
@@ -295,7 +294,7 @@ import html2canvas from "html2canvas"
295 294
               xAxis.push(list[i].name)
296 295
               yAxis.push(list[i].total)
297 296
                const obj ={
298
-                value:i+1,
297
+                value:(i*1)+1,
299 298
                 label:list[i].name
300 299
               }
301 300
               weight.push(obj)
@@ -351,9 +350,9 @@ import html2canvas from "html2canvas"
351 350
             myChart.setOption(option);
352 351
             myChart.on('click',params =>{
353 352
               this.dialyze_dialog = true
354
-              console.log('vvvvv',params);
353
+              console.log('vvvvv',params,this.after_options);
355 354
               for(let i in this.after_options){
356
-                if(params.name = this.after_options[i].label){
355
+                if(params.name == this.after_options[i].label){
357 356
                   this.after_value = this.after_options[i].value
358 357
                 }
359 358
               }
@@ -400,7 +399,8 @@ import html2canvas from "html2canvas"
400 399
       },
401 400
       // 详情查询
402 401
       deil_click(){
403
-        this.Getdialyzerdetail(this.getdialyze(this.dialyze_value))
402
+        this.currentPage =1
403
+        this.Getdialyzerdetail(this.after_value)
404 404
       },
405 405
        // 下载
406 406
       Download_click(){
@@ -635,11 +635,11 @@ import html2canvas from "html2canvas"
635 635
       },
636 636
       handleCurrentChange(val){
637 637
         this.currentPage = val
638
-        this.Getdialyzerdetail(this.getdialyze(this.dialyze_value))
638
+        this.Getdialyzerdetail(this.after_value)
639 639
       },
640 640
       handleSizeChange(val){
641 641
         this.limit = val
642
-        this.Getdialyzerdetail(this.getdialyze(this.dialyze_value))
642
+        this.Getdialyzerdetail(this.after_value)
643 643
       },
644 644
       // 性别
645 645
       getgender(ids){

+ 5 - 4
src/xt_pages/Dialysisanalysis/weightblood/components/dry_denominator.vue Datei anzeigen

@@ -354,7 +354,7 @@ import html2canvas from "html2canvas"
354 354
               this.dialyze_dialog = true
355 355
               console.log('vvvvv',params);
356 356
               for(let i in this.weight_gain){
357
-                if(params.name = this.weight_gain[i].label){
357
+                if(params.name == this.weight_gain[i].label){
358 358
                   this.weight_value = this.weight_gain[i].value
359 359
                 }
360 360
               }
@@ -401,7 +401,8 @@ import html2canvas from "html2canvas"
401 401
       },
402 402
       // 详情查询
403 403
       deil_click(){
404
-        this.Getdialyzerdetail(this.getdialyze(this.dialyze_value))
404
+        this.currentPage = 1
405
+        this.Getdialyzerdetail(this.weight_value)
405 406
       },
406 407
        // 下载
407 408
       Download_click(){
@@ -636,11 +637,11 @@ import html2canvas from "html2canvas"
636 637
       },
637 638
       handleCurrentChange(val){
638 639
         this.currentPage = val
639
-        this.Getdialyzerdetail(this.getdialyze(this.dialyze_value))
640
+        this.Getdialyzerdetail(this.weight_value)
640 641
       },
641 642
       handleSizeChange(val){
642 643
         this.limit = val
643
-        this.Getdialyzerdetail(this.getdialyze(this.dialyze_value))
644
+        this.Getdialyzerdetail(this.weight_value)
644 645
       },
645 646
       // 性别
646 647
       getgender(ids){

+ 1 - 0
src/xt_pages/Dialysisanalysis/weightblood/components/dry_weight.vue Datei anzeigen

@@ -342,6 +342,7 @@ import html2canvas from "html2canvas"
342 342
       },
343 343
       // 详情查询
344 344
       detil_click(){
345
+        this.currentPage =1
345 346
         this.getdetail(this.status_value)
346 347
       },
347 348
        // 下载

+ 1 - 0
src/xt_pages/Dialysisanalysis/weightblood/components/weight_table.vue Datei anzeigen

@@ -253,6 +253,7 @@ import html2canvas from "html2canvas"
253 253
       // },
254 254
       // 详情查询
255 255
       deil_click(){
256
+        this.currentPage =1
256 257
         this.Getdialyzerdetail()
257 258
       },
258 259
        // 下载