Przeglądaj źródła

9月20,质控

yq1 6 miesięcy temu
rodzic
commit
70fb1478a4

+ 1 - 0
src/xt_pages/Dialysisanalysis/weightblood/components/after_Blood.vue Wyświetl plik

334
       },
334
       },
335
       // 详情查询
335
       // 详情查询
336
       detil_click(){
336
       detil_click(){
337
+        this.currentPage =1
337
         this.getdetail(this.status_value)
338
         this.getdetail(this.status_value)
338
       },
339
       },
339
        // 下载
340
        // 下载

+ 1 - 0
src/xt_pages/Dialysisanalysis/weightblood/components/before_Blood.vue Wyświetl plik

343
       },
343
       },
344
       // 详情查询
344
       // 详情查询
345
       detil_click(){
345
       detil_click(){
346
+        this.currentPage =1
346
         this.getdetail(this.status_value)
347
         this.getdetail(this.status_value)
347
       },
348
       },
348
        // 下载
349
        // 下载

+ 1 - 0
src/xt_pages/Dialysisanalysis/weightblood/components/blood_table.vue Wyświetl plik

236
       },
236
       },
237
       // 详情查询
237
       // 详情查询
238
       deil_click(){
238
       deil_click(){
239
+        this.currentPage =1
239
         this.Getdialyzerdetail(this.status_value)
240
         this.Getdialyzerdetail(this.status_value)
240
       },
241
       },
241
 
242
 

+ 7 - 7
src/xt_pages/Dialysisanalysis/weightblood/components/dialyze_after.vue Wyświetl plik

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

+ 5 - 4
src/xt_pages/Dialysisanalysis/weightblood/components/dry_denominator.vue Wyświetl plik

354
               this.dialyze_dialog = true
354
               this.dialyze_dialog = true
355
               console.log('vvvvv',params);
355
               console.log('vvvvv',params);
356
               for(let i in this.weight_gain){
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
                   this.weight_value = this.weight_gain[i].value
358
                   this.weight_value = this.weight_gain[i].value
359
                 }
359
                 }
360
               }
360
               }
401
       },
401
       },
402
       // 详情查询
402
       // 详情查询
403
       deil_click(){
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
       Download_click(){
408
       Download_click(){
636
       },
637
       },
637
       handleCurrentChange(val){
638
       handleCurrentChange(val){
638
         this.currentPage = val
639
         this.currentPage = val
639
-        this.Getdialyzerdetail(this.getdialyze(this.dialyze_value))
640
+        this.Getdialyzerdetail(this.weight_value)
640
       },
641
       },
641
       handleSizeChange(val){
642
       handleSizeChange(val){
642
         this.limit = val
643
         this.limit = val
643
-        this.Getdialyzerdetail(this.getdialyze(this.dialyze_value))
644
+        this.Getdialyzerdetail(this.weight_value)
644
       },
645
       },
645
       // 性别
646
       // 性别
646
       getgender(ids){
647
       getgender(ids){

+ 1 - 0
src/xt_pages/Dialysisanalysis/weightblood/components/dry_weight.vue Wyświetl plik

342
       },
342
       },
343
       // 详情查询
343
       // 详情查询
344
       detil_click(){
344
       detil_click(){
345
+        this.currentPage =1
345
         this.getdetail(this.status_value)
346
         this.getdetail(this.status_value)
346
       },
347
       },
347
        // 下载
348
        // 下载

+ 1 - 0
src/xt_pages/Dialysisanalysis/weightblood/components/weight_table.vue Wyświetl plik

253
       // },
253
       // },
254
       // 详情查询
254
       // 详情查询
255
       deil_click(){
255
       deil_click(){
256
+        this.currentPage =1
256
         this.Getdialyzerdetail()
257
         this.Getdialyzerdetail()
257
       },
258
       },
258
        // 下载
259
        // 下载