Kaynağa Gözat

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 1 yıl önce
ebeveyn
işleme
ea7a4b0858
31 değiştirilmiş dosya ile 3894 ekleme ve 615 silme
  1. 1 0
      src/router/modules/dialysis.js
  2. 253 253
      src/router/modules/patient.js
  3. 9 4
      src/xt_pages/dialysis/details/BasicInfor.vue
  4. 283 0
      src/xt_pages/dialysis/details/BasicInforTwo.vue
  5. 4 3
      src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue
  6. 5 3
      src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue
  7. 4 2
      src/xt_pages/dialysis/details/dialog/acceptsTreatmentDialog.vue
  8. 77 75
      src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue
  9. 15 14
      src/xt_pages/dialysis/details/dialog/computer_dialog.vue
  10. 6 5
      src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue
  11. 21 19
      src/xt_pages/dialysis/details/dialog/doubleCheckDialog.vue
  12. 14 12
      src/xt_pages/dialysis/details/dialog/finish_dialog.vue
  13. 7 6
      src/xt_pages/dialysis/details/dialog/monitor_dialog.vue
  14. 31 29
      src/xt_pages/dialysis/details/dialog/treatmentSummaryDialog.vue
  15. 7 0
      src/xt_pages/outpatientCharges/chargeDetailManagement.vue
  16. 7 1
      src/xt_pages/outpatientCharges/componenttwo/chargeMonthPrescriptionTable.vue
  17. 2 2
      src/xt_pages/outpatientCharges/invoicePrint.vue
  18. 2 2
      src/xt_pages/outpatientCharges/invoiceTemplate/printFive.vue
  19. 15 7
      src/xt_pages/outpatientDoctorStation/components/dialysisIndex.vue
  20. 1010 0
      src/xt_pages/outpatientDoctorStation/components/dialysisIndextwo.vue
  21. 392 0
      src/xt_pages/outpatientDoctorStation/components/dialysishistory.vue
  22. 6 1
      src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue
  23. 17 9
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue
  24. 62 62
      src/xt_pages/user/components/PatientSidebar.vue
  25. 96 19
      src/xt_pages/user/dialysisRecord.vue
  26. 1406 0
      src/xt_pages/user/dialysisRecordtwo.vue
  27. 4 8
      src/xt_pages/workforce/appointment.vue
  28. 2 3
      src/xt_pages/workforce/components/ScheduleItem.vue
  29. 77 53
      src/xt_pages/workforce/components/editTableData.vue
  30. 57 20
      src/xt_pages/workforce/components/tableData.vue
  31. 2 3
      src/xt_pages/workforce/components/template_table.vue

+ 1 - 0
src/router/modules/dialysis.js Dosyayı Görüntüle

@@ -350,6 +350,7 @@ export default {
350 350
       is_menu: false,
351 351
       noCache: true
352 352
     },
353
+
353 354
     {
354 355
       path: '/dialysis/print/batch',
355 356
       component: () =>

+ 253 - 253
src/router/modules/patient.js Dosyayı Görüntüle

@@ -326,259 +326,259 @@ export default {
326 326
     }
327 327
   },
328 328
 
329
-  {//评估工具/跌倒评估
330
-    path: '/patients/patient/:id/Fallassessment',
331
-    component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
332
-    hidden: true,
333
-    is_menu: false,
334
-    name: 'Fallassessment',
335
-    meta: {
336
-      title: 'firstDiseasePrint',
337
-      noCache: true
338
-    }
339
-  },
340
-  {//小儿跌倒风险评估
341
-    path: '/patients/patient/:id/pediatricFallAssessment',
342
-    component: () => import('@/xt_pages/user/evaluationtool/pediatricFallAssessment'),
343
-    hidden: true,
344
-    is_menu: false,
345
-    name: 'pediatricFallAssessment',
346
-    meta: {
347
-      title: 'pediatricFallAssessment',
348
-      noCache: true
349
-    }
350
-  },
351
-  {//压疮风险评估
352
-    path: '/patients/patient/:id/pressuresore',
353
-    component: () => import('@/xt_pages/user/evaluationtool/pressuresore'),
354
-    hidden: true,
355
-    is_menu: false,
356
-    name: 'pressuresore',
357
-    meta: {
358
-      title: 'pressuresore',
359
-      noCache: true
360
-    }
361
-  },
362
-  {//oh压疮评估
363
-    path: '/patients/patient/:id/OHpressuresore',
364
-    component: () => import('@/xt_pages/user/evaluationtool/OHpressuresore'),
365
-    hidden: true,
366
-    is_menu: false,
367
-    name: 'OHpressuresore',
368
-    meta: {
369
-      title: 'OHpressuresore',
370
-      noCache: true
371
-    }
372
-  },
373
-  {//日常生活能力评估
374
-    path: '/patients/patient/:id/dailyLife',
375
-    component: () => import('@/xt_pages/user/evaluationtool/dailyLife'),
376
-    hidden: true,
377
-    is_menu: false,
378
-    name: 'dailyLife',
379
-    meta: {
380
-      title: 'dailyLife',
381
-      noCache: true
382
-    }
383
-  },
384
-  {//导管脱落风险评估
385
-    path: '/patients/patient/:id/Cathetershedding',
386
-    component: () => import('@/xt_pages/user/evaluationtool/Cathetershedding'),
387
-    hidden: true,
388
-    is_menu: false,
389
-    name: 'Cathetershedding',
390
-    meta: {
391
-      title: 'Cathetershedding',
392
-      noCache: true
393
-    }
394
-  },
395
-  {//RASS及疼痛评估
396
-    path: '/patients/patient/:id/RassAssessment',
397
-    component: () => import('@/xt_pages/user/evaluationtool/RassAssessment'),
398
-    hidden: true,
399
-    is_menu: false,
400
-    name: 'RassAssessment',
401
-    meta: {
402
-      title: 'RassAssessment',
403
-      noCache: true
404
-    }
405
-  },
406
-  {//营养状况评估
407
-    path: '/patients/patient/:id/nourishmentAssessment',
408
-    component: () => import('@/xt_pages/user/evaluationtool/nourishmentAssessment'),
409
-    hidden: true,
410
-    is_menu: false,
411
-    name: 'nourishmentAssessment',
412
-    meta: {
413
-      title: 'nourishmentAssessment',
414
-      noCache: true
415
-    }
416
-  },
417
-  {//约束告知单
418
-    path: '/patients/patient/:id/Constraintnotification',
419
-    component: () => import('@/xt_pages/user/evaluationtool/Constraintnotification'),
420
-    hidden: true,
421
-    is_menu: false,
422
-    name: 'Constraintnotification',
423
-    meta: {
424
-      title: 'Constraintnotification',
425
-      noCache: true
426
-    }
427
-  },
428
-  {//心理评估
429
-    path: '/patients/patient/:id/mindAssessment',
430
-    component: () => import('@/xt_pages/user/evaluationtool/mindAssessment'),
431
-    hidden: true,
432
-    is_menu: false,
433
-    name: 'mindAssessment',
434
-    meta: {
435
-      title: 'mindAssessment',
436
-      noCache: true
437
-    }
438
-  },
439
-  {//瘙痒评估
440
-    path: '/patients/patient/:id/pruritusAssessment',
441
-    component: () => import('@/xt_pages/user/evaluationtool/pruritusAssessment'),
442
-    hidden: true,
443
-    is_menu: false,
444
-    name: 'pruritusAssessment',
445
-    meta: {
446
-      title: 'pruritusAssessment',
447
-      noCache: true
448
-    }
449
-  },
450
-  {//血液透析患者评估
451
-    path: '/patients/patient/:id/hemodialysis',
452
-    component: () => import('@/xt_pages/user/evaluationtool/hemodialysis'),
453
-    hidden: true,
454
-    is_menu: false,
455
-    name: 'hemodialysis',
456
-    meta: {
457
-      title: 'hemodialysis',
458
-      noCache: true
459
-    }
460
-  },
461
-  {//Glasgow昏迷评分量表
462
-    path: '/patients/patient/:id/Glasgow',
463
-    component: () => import('@/xt_pages/user/evaluationtool/Glasgow'),
464
-    hidden: true,
465
-    is_menu: false,
466
-    name: 'Glasgow',
467
-    meta: {
468
-      title: 'Glasgow',
469
-      noCache: true
470
-    }
471
-  },
472
-  {//肌力评估表
473
-    path: '/patients/patient/:id/Muscleforce',
474
-    component: () => import('@/xt_pages/user/evaluationtool/Muscleforce'),
475
-    hidden: true,
476
-    is_menu: false,
477
-    name: 'Muscleforce',
478
-    meta: {
479
-      title: 'Muscleforce',
480
-      noCache: true
481
-    }
482
-  },
483
-  {//跌倒评估历史评估
484
-    path: '/patients/tumble_history',
485
-    component: () => import('@/xt_pages/user/history/tumble_history'),
486
-    hidden: true,
487
-    is_menu: false,
488
-    name: 'tunele_history',
489
-    meta: {
490
-      title: 'tunele_history',
491
-      noCache: true
492
-    }
493
-  },
494
-  {//小儿跌倒评估历史评估
495
-    path: '/patients/Children_history',
496
-    component: () => import('@/xt_pages/user/history/Children_history'),
497
-    hidden: true,
498
-    is_menu: false,
499
-    name: 'Children_history',
500
-    meta: {
501
-      title: 'Children_history',
502
-      noCache: true
503
-    }
504
-  },
505
-  {//压疮历史评估
506
-    path: '/patients/Pressure_history',
507
-    component: () => import('@/xt_pages/user/history/Pressure_history'),
508
-    hidden: true,
509
-    is_menu: false,
510
-    name: 'Pressure_history',
511
-    meta: {
512
-      title: 'Pressure_history',
513
-      noCache: true
514
-    }
515
-  },
516
-  {//日常历史评估
517
-    path: '/patients/date_history',
518
-    component: () => import('@/xt_pages/user/history/date_history'),
519
-    hidden: true,
520
-    is_menu: false,
521
-    name: 'date_history',
522
-    meta: {
523
-      title: 'date_history',
524
-      noCache: true
525
-    }
526
-  },
527
-  {//导管脱落历史评估
528
-    path: '/patients/daoguan_history',
529
-    component: () => import('@/xt_pages/user/history/daoguan_history'),
530
-    hidden: true,
531
-    is_menu: false,
532
-    name: 'daoguan_history',
533
-    meta: {
534
-      title: 'daoguan_history',
535
-      noCache: true
536
-    }
537
-  },
538
-  {//RASS历史评估
539
-    path: '/patients/RASS_history',
540
-    component: () => import('@/xt_pages/user/history/RASS_history'),
541
-    hidden: true,
542
-    is_menu: false,
543
-    name: 'RASS_history',
544
-    meta: {
545
-      title: 'RASS_history',
546
-      noCache: true
547
-    }
548
-  },
549
-  {//营养历史评估
550
-    path: '/patients/nourishment_history',
551
-    component: () => import('@/xt_pages/user/history/nourishment_history'),
552
-    hidden: true,
553
-    is_menu: false,
554
-    name: 'nourishment_history',
555
-    meta: {
556
-      title: 'nourishment_history',
557
-      noCache: true
558
-    }
559
-  },
560
-  {//心理历史评估
561
-    path: '/patients/mind_history',
562
-    component: () => import('@/xt_pages/user/history/mind_history'),
563
-    hidden: true,
564
-    is_menu: false,
565
-    name: 'mind_history',
566
-    meta: {
567
-      title: 'mind_history',
568
-      noCache: true
569
-    }
570
-  },
571
-  {//瘙痒历史评估
572
-    path: '/patients/pruritus_history',
573
-    component: () => import('@/xt_pages/user/history/pruritus_history'),
574
-    hidden: true,
575
-    is_menu: false,
576
-    name: 'pruritus_history',
577
-    meta: {
578
-      title: 'pruritus_history',
579
-      noCache: true
580
-    }
581
-  },
329
+  // {//评估工具/跌倒评估
330
+  //   path: '/patients/patient/:id/Fallassessment',
331
+  //   component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
332
+  //   hidden: true,
333
+  //   is_menu: false,
334
+  //   name: 'Fallassessment',
335
+  //   meta: {
336
+  //     title: 'firstDiseasePrint',
337
+  //     noCache: true
338
+  //   }
339
+  // },
340
+  // {//小儿跌倒风险评估
341
+  //   path: '/patients/patient/:id/pediatricFallAssessment',
342
+  //   component: () => import('@/xt_pages/user/evaluationtool/pediatricFallAssessment'),
343
+  //   hidden: true,
344
+  //   is_menu: false,
345
+  //   name: 'pediatricFallAssessment',
346
+  //   meta: {
347
+  //     title: 'pediatricFallAssessment',
348
+  //     noCache: true
349
+  //   }
350
+  // },
351
+  // {//压疮风险评估
352
+  //   path: '/patients/patient/:id/pressuresore',
353
+  //   component: () => import('@/xt_pages/user/evaluationtool/pressuresore'),
354
+  //   hidden: true,
355
+  //   is_menu: false,
356
+  //   name: 'pressuresore',
357
+  //   meta: {
358
+  //     title: 'pressuresore',
359
+  //     noCache: true
360
+  //   }
361
+  // },
362
+  // {//oh压疮评估
363
+  //   path: '/patients/patient/:id/OHpressuresore',
364
+  //   component: () => import('@/xt_pages/user/evaluationtool/OHpressuresore'),
365
+  //   hidden: true,
366
+  //   is_menu: false,
367
+  //   name: 'OHpressuresore',
368
+  //   meta: {
369
+  //     title: 'OHpressuresore',
370
+  //     noCache: true
371
+  //   }
372
+  // },
373
+  // {//日常生活能力评估
374
+  //   path: '/patients/patient/:id/dailyLife',
375
+  //   component: () => import('@/xt_pages/user/evaluationtool/dailyLife'),
376
+  //   hidden: true,
377
+  //   is_menu: false,
378
+  //   name: 'dailyLife',
379
+  //   meta: {
380
+  //     title: 'dailyLife',
381
+  //     noCache: true
382
+  //   }
383
+  // },
384
+  // {//导管脱落风险评估
385
+  //   path: '/patients/patient/:id/Cathetershedding',
386
+  //   component: () => import('@/xt_pages/user/evaluationtool/Cathetershedding'),
387
+  //   hidden: true,
388
+  //   is_menu: false,
389
+  //   name: 'Cathetershedding',
390
+  //   meta: {
391
+  //     title: 'Cathetershedding',
392
+  //     noCache: true
393
+  //   }
394
+  // },
395
+  // {//RASS及疼痛评估
396
+  //   path: '/patients/patient/:id/RassAssessment',
397
+  //   component: () => import('@/xt_pages/user/evaluationtool/RassAssessment'),
398
+  //   hidden: true,
399
+  //   is_menu: false,
400
+  //   name: 'RassAssessment',
401
+  //   meta: {
402
+  //     title: 'RassAssessment',
403
+  //     noCache: true
404
+  //   }
405
+  // },
406
+  // {//营养状况评估
407
+  //   path: '/patients/patient/:id/nourishmentAssessment',
408
+  //   component: () => import('@/xt_pages/user/evaluationtool/nourishmentAssessment'),
409
+  //   hidden: true,
410
+  //   is_menu: false,
411
+  //   name: 'nourishmentAssessment',
412
+  //   meta: {
413
+  //     title: 'nourishmentAssessment',
414
+  //     noCache: true
415
+  //   }
416
+  // },
417
+  // {//约束告知单
418
+  //   path: '/patients/patient/:id/Constraintnotification',
419
+  //   component: () => import('@/xt_pages/user/evaluationtool/Constraintnotification'),
420
+  //   hidden: true,
421
+  //   is_menu: false,
422
+  //   name: 'Constraintnotification',
423
+  //   meta: {
424
+  //     title: 'Constraintnotification',
425
+  //     noCache: true
426
+  //   }
427
+  // },
428
+  // {//心理评估
429
+  //   path: '/patients/patient/:id/mindAssessment',
430
+  //   component: () => import('@/xt_pages/user/evaluationtool/mindAssessment'),
431
+  //   hidden: true,
432
+  //   is_menu: false,
433
+  //   name: 'mindAssessment',
434
+  //   meta: {
435
+  //     title: 'mindAssessment',
436
+  //     noCache: true
437
+  //   }
438
+  // },
439
+  // {//瘙痒评估
440
+  //   path: '/patients/patient/:id/pruritusAssessment',
441
+  //   component: () => import('@/xt_pages/user/evaluationtool/pruritusAssessment'),
442
+  //   hidden: true,
443
+  //   is_menu: false,
444
+  //   name: 'pruritusAssessment',
445
+  //   meta: {
446
+  //     title: 'pruritusAssessment',
447
+  //     noCache: true
448
+  //   }
449
+  // },
450
+  // {//血液透析患者评估
451
+  //   path: '/patients/patient/:id/hemodialysis',
452
+  //   component: () => import('@/xt_pages/user/evaluationtool/hemodialysis'),
453
+  //   hidden: true,
454
+  //   is_menu: false,
455
+  //   name: 'hemodialysis',
456
+  //   meta: {
457
+  //     title: 'hemodialysis',
458
+  //     noCache: true
459
+  //   }
460
+  // },
461
+  // {//Glasgow昏迷评分量表
462
+  //   path: '/patients/patient/:id/Glasgow',
463
+  //   component: () => import('@/xt_pages/user/evaluationtool/Glasgow'),
464
+  //   hidden: true,
465
+  //   is_menu: false,
466
+  //   name: 'Glasgow',
467
+  //   meta: {
468
+  //     title: 'Glasgow',
469
+  //     noCache: true
470
+  //   }
471
+  // },
472
+  // {//肌力评估表
473
+  //   path: '/patients/patient/:id/Muscleforce',
474
+  //   component: () => import('@/xt_pages/user/evaluationtool/Muscleforce'),
475
+  //   hidden: true,
476
+  //   is_menu: false,
477
+  //   name: 'Muscleforce',
478
+  //   meta: {
479
+  //     title: 'Muscleforce',
480
+  //     noCache: true
481
+  //   }
482
+  // },
483
+  // {//跌倒评估历史评估
484
+  //   path: '/patients/tumble_history',
485
+  //   component: () => import('@/xt_pages/user/history/tumble_history'),
486
+  //   hidden: true,
487
+  //   is_menu: false,
488
+  //   name: 'tunele_history',
489
+  //   meta: {
490
+  //     title: 'tunele_history',
491
+  //     noCache: true
492
+  //   }
493
+  // },
494
+  // {//小儿跌倒评估历史评估
495
+  //   path: '/patients/Children_history',
496
+  //   component: () => import('@/xt_pages/user/history/Children_history'),
497
+  //   hidden: true,
498
+  //   is_menu: false,
499
+  //   name: 'Children_history',
500
+  //   meta: {
501
+  //     title: 'Children_history',
502
+  //     noCache: true
503
+  //   }
504
+  // },
505
+  // {//压疮历史评估
506
+  //   path: '/patients/Pressure_history',
507
+  //   component: () => import('@/xt_pages/user/history/Pressure_history'),
508
+  //   hidden: true,
509
+  //   is_menu: false,
510
+  //   name: 'Pressure_history',
511
+  //   meta: {
512
+  //     title: 'Pressure_history',
513
+  //     noCache: true
514
+  //   }
515
+  // },
516
+  // {//日常历史评估
517
+  //   path: '/patients/date_history',
518
+  //   component: () => import('@/xt_pages/user/history/date_history'),
519
+  //   hidden: true,
520
+  //   is_menu: false,
521
+  //   name: 'date_history',
522
+  //   meta: {
523
+  //     title: 'date_history',
524
+  //     noCache: true
525
+  //   }
526
+  // },
527
+  // {//导管脱落历史评估
528
+  //   path: '/patients/daoguan_history',
529
+  //   component: () => import('@/xt_pages/user/history/daoguan_history'),
530
+  //   hidden: true,
531
+  //   is_menu: false,
532
+  //   name: 'daoguan_history',
533
+  //   meta: {
534
+  //     title: 'daoguan_history',
535
+  //     noCache: true
536
+  //   }
537
+  // },
538
+  // {//RASS历史评估
539
+  //   path: '/patients/RASS_history',
540
+  //   component: () => import('@/xt_pages/user/history/RASS_history'),
541
+  //   hidden: true,
542
+  //   is_menu: false,
543
+  //   name: 'RASS_history',
544
+  //   meta: {
545
+  //     title: 'RASS_history',
546
+  //     noCache: true
547
+  //   }
548
+  // },
549
+  // {//营养历史评估
550
+  //   path: '/patients/nourishment_history',
551
+  //   component: () => import('@/xt_pages/user/history/nourishment_history'),
552
+  //   hidden: true,
553
+  //   is_menu: false,
554
+  //   name: 'nourishment_history',
555
+  //   meta: {
556
+  //     title: 'nourishment_history',
557
+  //     noCache: true
558
+  //   }
559
+  // },
560
+  // {//心理历史评估
561
+  //   path: '/patients/mind_history',
562
+  //   component: () => import('@/xt_pages/user/history/mind_history'),
563
+  //   hidden: true,
564
+  //   is_menu: false,
565
+  //   name: 'mind_history',
566
+  //   meta: {
567
+  //     title: 'mind_history',
568
+  //     noCache: true
569
+  //   }
570
+  // },
571
+  // {//瘙痒历史评估
572
+  //   path: '/patients/pruritus_history',
573
+  //   component: () => import('@/xt_pages/user/history/pruritus_history'),
574
+  //   hidden: true,
575
+  //   is_menu: false,
576
+  //   name: 'pruritus_history',
577
+  //   meta: {
578
+  //     title: 'pruritus_history',
579
+  //     noCache: true
580
+  //   }
581
+  // },
582 582
   {//知情同意书
583 583
     path: '/patients/patient/:id/Informedconsent',
584 584
     component: () => import('@/xt_pages/user/Informed/Informedconsent'),

+ 9 - 4
src/xt_pages/dialysis/details/BasicInfor.vue Dosyayı Görüntüle

@@ -50,7 +50,9 @@
50 50
       </li>
51 51
       <li>
52 52
         <label>透析日期:</label>
53
+
53 54
         <span>{{ dialysis_time }}</span>
55
+        <!-- <span>{{ dialysis_date }}</span> -->
54 56
       </li>
55 57
     </ul>
56 58
     <div class="middleLine"></div>
@@ -97,7 +99,10 @@ export default {
97 99
       default: function() {
98 100
         return []
99 101
       }
100
-    }
102
+    },
103
+    // dialysis_date:{
104
+    //   type:String
105
+    // }
101 106
   },
102 107
   computed: {
103 108
     created_time: function() {
@@ -155,15 +160,15 @@ export default {
155 160
       }
156 161
     },
157 162
 
158
-
159 163
     stepState: function() {
160 164
       return parseInt(Math.random() * 1000 + '') % 2 == 1
161 165
     }
162 166
   },
163 167
   created() {
164
-    // console.log("hh23323233232332233223",this.$store.getters.xt_user.org.id)
168
+    // this.dialysis_time = parseTime(this.dialysis_date, '{y}-{m}-{d}')
169
+    // this.dialysis_time = this.dialysis_date ? parseTime(this.dialysis_date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}')
165 170
     this.dialysis_time = this.$route.query.date ? parseTime(this.$route.query.date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}')
166
-  }
171
+  },
167 172
 }
168 173
 </script>
169 174
 

+ 283 - 0
src/xt_pages/dialysis/details/BasicInforTwo.vue Dosyayı Görüntüle

@@ -0,0 +1,283 @@
1
+<template>
2
+  <div>
3
+    <h2 class="DetailsTit">
4
+      <span>{{ title }}</span>
5
+    </h2>
6
+    <div class="ui-step clearfix">
7
+      <ul class="ui-step-ul">
8
+        <li
9
+          v-for="(step, index) in steps"
10
+          :key="index"
11
+          class="ui-step-done"
12
+          :class="step.finish ? 'ui-step-done' : 'unfinished'"
13
+        >
14
+          <div class="ui-step-number"><i /></div>
15
+          <div class="ui-step-title">{{ step.title }}</div>
16
+        </li>
17
+      </ul>
18
+    </div>
19
+    <ul class="info clearfix">
20
+      <li>
21
+        <label>姓名 : </label>
22
+        <span>{{ patient.id == 0 ? "" : patient.name }}</span>
23
+      </li>
24
+      <li>
25
+        <label>性别 : </label>
26
+        <span>{{
27
+          patient.id == 0 ? "" : patient.gender == 1 ? "男" : "女"
28
+        }}</span>
29
+      </li>
30
+      <li>
31
+        <label>年龄:</label>
32
+        <span v-if="getNewAge(patient)>150">{{patient.age}}</span>
33
+        <span v-if="getNewAge(patient)<150">{{ getNewAge(patient)}}</span>
34
+      </li>
35
+      <li>
36
+        <label>透析号 : </label>
37
+        <span>{{ patient.dialysis_no }}</span>
38
+      </li>
39
+      <li>
40
+        <label>床位号 : </label>
41
+        <span>{{ device_number }}</span>
42
+      </li>
43
+      <li>
44
+        <label>来源 : </label>
45
+        <span>{{ source }}</span>
46
+      </li>
47
+      <li>
48
+        <label>住院号 : </label>
49
+        <span>{{ patient.admission_number }}</span>
50
+      </li>
51
+      <li>
52
+        <label>透析日期:</label>
53
+
54
+        <!-- <span>{{ dialysis_time }}</span> -->
55
+        <span>{{ dialysis_date }}</span>
56
+      </li>
57
+    </ul>
58
+    <div class="middleLine"></div>
59
+  </div>
60
+</template>
61
+
62
+<script>
63
+const moment = require('moment')
64
+import { parseTime } from '@/utils'
65
+import { jsGetAge, uParseTime } from '@/utils/tools'
66
+
67
+export default {
68
+  name: 'BasicInfor',
69
+  data() {
70
+    return {
71
+      title: '基本信息',
72
+      dialysis_time: 0
73
+      // steps: [
74
+      //   { title: "透析处方" },
75
+      //   { title: "接诊评估" },
76
+      //   { title: "透前评估" },
77
+      //   { title: "临时医嘱" },
78
+      //   { title: "透析上机" },
79
+      //   { title: "双人查对" },
80
+      //   { title: "透析监测" },
81
+      //   { title: "透析下机" },
82
+      //   { title: "透后评估" },
83
+      //   { title: "治疗小结" }
84
+      // ]
85
+    }
86
+  },
87
+  props: {
88
+    patient: {
89
+      type: Object,
90
+      default: function() {
91
+        return { id: 0 }
92
+      }
93
+    },
94
+    device_number: {
95
+      type: String
96
+    },
97
+    steps: {
98
+      type: Array,
99
+      default: function() {
100
+        return []
101
+      }
102
+    },
103
+    dialysis_date:{
104
+      type:String
105
+    }
106
+  },
107
+  computed: {
108
+    created_time: function() {
109
+      if (this.patient.id == 0) {
110
+        return ''
111
+      } else {
112
+        return parseTime(this.patient.created_time, '{y}-{m}-{d}')
113
+      }
114
+    },
115
+    source: function() {
116
+      return this.patient.source == 1 ? '门诊' : '住院'
117
+    }
118
+  },
119
+  methods: {
120
+    getAge: function(val) {
121
+      console.log("val323232323223322332323",val)
122
+      if (val.id_card_no) {
123
+        var thisLen = val.id_card_no.length
124
+
125
+        var birth = ''
126
+        if (thisLen == 15) {
127
+          birth = '19' + val.id_card_no.substr(6, 6)
128
+        } else {
129
+          birth = val.id_card_no.substr(6, 8)
130
+        }
131
+        var birthtwo =
132
+          birth.substr(0, 4) +
133
+          '-' +
134
+          birth.substr(4, 2) +
135
+          '-' +
136
+          birth.substr(6, 2)
137
+
138
+        var age = jsGetAge(birthtwo, '-')
139
+        return age
140
+      }
141
+    },
142
+   tranAge(val) {
143
+    console.log("val2323233223",val)
144
+        if(val.birthday){
145
+          var birth = uParseTime(val.birthday, '{y}-{m}-{d}');
146
+          return jsGetAge(birth, '-');
147
+        }
148
+    },
149
+    getNewAge(val) {
150
+      if (val.id_card_no != null && val.id_card_no != '') {
151
+        // 获取年龄
152
+        var myDate = new Date()
153
+        var month = myDate.getMonth() + 1
154
+        var day = myDate.getDate()
155
+        var age = myDate.getFullYear() - val.id_card_no.substring(6, 10) - 1
156
+        if (val.id_card_no.substring(10, 12) < month || val.id_card_no.substring(10, 12) == month && val.id_card_no.substring(12, 14) <= day) {
157
+          age++
158
+        }
159
+        return age
160
+      }
161
+    },
162
+
163
+    stepState: function() {
164
+      return parseInt(Math.random() * 1000 + '') % 2 == 1
165
+    }
166
+  },
167
+  created() {
168
+    // this.dialysis_time = parseTime(this.dialysis_date, '{y}-{m}-{d}')
169
+    // this.dialysis_time = this.dialysis_date ? parseTime(this.dialysis_date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}')
170
+    this.dialysis_time = this.$route.query.date ? parseTime(this.$route.query.date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}')
171
+  },
172
+}
173
+</script>
174
+
175
+<style style="stylesheet/scss" lang="scss" scoped>
176
+.ui-step {
177
+  margin: 20px 30px 0 30px;
178
+  padding: 5px 0 10px 0;
179
+  zoom: 1;
180
+  background: #fff;
181
+  .ui-step-tit {
182
+    font-size: 18px;
183
+    text-align: center;
184
+    color: #34495e;
185
+    font-weight: 700;
186
+    height: 50px;
187
+    line-height: 50px;
188
+  }
189
+  .ui-step-ul {
190
+    list-style: none;
191
+    .ui-step-done {
192
+      float: left;
193
+      position: relative;
194
+      -webkit-box-sizing: border-box;
195
+      -moz-box-sizing: border-box;
196
+      box-sizing: border-box;
197
+      text-align: center;
198
+      width: 10%;
199
+      &:before,
200
+      &:after {
201
+        position: absolute;
202
+        left: 0;
203
+        top: 21px;
204
+        display: block;
205
+        content: " ";
206
+        content: " ";
207
+        width: 50%;
208
+        height: 1px;
209
+        background: #409eff;
210
+        z-index: 1;
211
+      }
212
+      &:after {
213
+        left: 50%;
214
+      }
215
+      &:first-child:before,
216
+      &:last-child::after {
217
+        width: 0;
218
+      }
219
+      .ui-step-title {
220
+        color: #34495e;
221
+        font-size: 15px;
222
+        font-weight: normal;
223
+        line-height: 18px;
224
+      }
225
+      .ui-step-number {
226
+        position: relative;
227
+        display: inline-block;
228
+        width: 22px;
229
+        height: 22px;
230
+        margin: 10px 0;
231
+        line-height: 22px;
232
+        background: #409eff;
233
+        color: #fff;
234
+        border-radius: 100%;
235
+        -webkit-box-sizing: border-box;
236
+        -moz-box-sizing: border-box;
237
+        box-sizing: border-box;
238
+        z-index: 2;
239
+        border: 1px #409eff solid;
240
+        i {
241
+          position: absolute;
242
+          left: 4px;
243
+          top: 6px;
244
+          width: 12px;
245
+          height: 6px;
246
+          border: 2px #fff solid;
247
+          color: #fff;
248
+          z-index: 9;
249
+          border-top: none;
250
+          border-right: none;
251
+          transform: rotate(-45deg);
252
+          -webkit-transform: rotate(-45deg);
253
+          -moz-transform: rotate(-45deg);
254
+          -ms-transform: rotate(-45deg);
255
+          -o-transform: rotate(-45deg);
256
+        }
257
+      }
258
+    }
259
+    .unfinished {
260
+      .ui-step-number {
261
+        background: #fff;
262
+        color: #fff;
263
+        border: 1px $main-color solid;
264
+        border-radius: 50%;
265
+      }
266
+    }
267
+  }
268
+}
269
+.info {
270
+  padding: 20px 40px;
271
+  li {
272
+    float: left;
273
+    width: 28%;
274
+    // margin: 0 1rem 0 0;
275
+    font-size: 15px;
276
+    height: 35px;
277
+    line-height: 35px;
278
+    color: #34495e;
279
+    margin-left: 60px;
280
+  }
281
+  // border: solid red 1px;
282
+}
283
+</style>

+ 4 - 3
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue Dosyayı Görüntüle

@@ -5,7 +5,8 @@
5 5
       title="透后评估"
6 6
       :visible.sync="isVisibility"
7 7
       width="1010px"
8
-      :modal-append-to-body="false"
8
+      :modal = 'false'
9
+      :close-on-click-modal="false"
9 10
     >
10 11
       <div class="warnTxt" v-if="showTxt != ''">{{ showTxt }}</div>
11 12
       <el-form ref="form" :model="form" label-width="160px">
@@ -1196,7 +1197,7 @@ export default {
1196 1197
           data["pip_coagulation"] = this.form.pip_coagulation
1197 1198
           data["accumulated_blood_volume"] = this.form.accumulated_blood_volume
1198 1199
           data["transfusion_volume"] = this.form.transfusion_volume
1199
-        
1200
+
1200 1201
           console.log("Paramsquery",data)
1201 1202
 
1202 1203
           postAssessmentAfterDislysis(ParamsQuery, data)
@@ -1512,7 +1513,7 @@ export default {
1512 1513
   },
1513 1514
   created() {
1514 1515
     // console.log("this.form", this.form.consciousness);
1515
-    
1516
+
1516 1517
     this.org_id = this.$store.getters.xt_user.template_info.org_id
1517 1518
     this.cruorOptions = getDataConfig('hemodialysis', 'cruor')
1518 1519
     this.pip_coagulationOptions = getDataConfig('hemodialysis','pip_coagulation')

+ 5 - 3
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue Dosyayı Görüntüle

@@ -5,7 +5,8 @@
5 5
       :visible.sync="isLastOrNextVisible"
6 6
       width="1010px"
7 7
       @close="resetDialog"
8
-      :modal-append-to-body="false"
8
+      :modal = 'false'
9
+      :close-on-click-modal="false"
9 10
     >
10 11
 
11 12
       <div class="txsj">
@@ -131,7 +132,8 @@
131 132
       :visible.sync="isVisibility"
132 133
       width="1010px"
133 134
       @close="resetDialog"
134
-      :modal-append-to-body="false"
135
+      :modal = 'false'
136
+      :close-on-click-modal="false"
135 137
     >
136 138
       <div class="txsj">
137 139
         <el-button
@@ -565,7 +567,7 @@
565 567
       :show-close="isClose"
566 568
       :close-on-click-modal="isClose"
567 569
       :close-on-press-escape="isClose"
568
-      :modal-append-to-body="false"
570
+      ::modal = 'false'
569 571
     >
570 572
       <el-date-picker
571 573
         v-model="execTime"

+ 4 - 2
src/xt_pages/dialysis/details/dialog/acceptsTreatmentDialog.vue Dosyayı Görüntüle

@@ -4,7 +4,9 @@
4 4
   <el-dialog
5 5
     title="接诊评估"
6 6
     class="newDialog"
7
+    :modal = 'false'
7 8
     :modal-append-to-body="false"
9
+    :close-on-click-modal="false"
8 10
     :visible.sync="isVisibility"
9 11
     width="854px"
10 12
   >
@@ -458,9 +460,9 @@ export default {
458 460
     },
459 461
     show(accepts) {
460 462
       console.log("accepts333333", accepts);
461
-    
463
+
462 464
       console.log("入库时方式",this.way_arr)
463
-     
465
+
464 466
       console.log("体委",this.posture_arr)
465 467
       if (accepts.id > 0) {
466 468
         accepts.tumble = accepts.tumble.toString();

+ 77 - 75
src/xt_pages/dialysis/details/dialog/assessmentBeforeDislysisDialog.vue Dosyayı Görüntüle

@@ -5,7 +5,9 @@
5 5
       title="透前评估"
6 6
       :visible.sync="isVisibility"
7 7
       width="1010px"
8
+      :modal = 'false'
8 9
       :modal-append-to-body="false"
10
+      :close-on-click-modal="false"
9 11
     >
10 12
       <div class="warnTxt" v-if="showTxt != ''">{{ showTxt }}</div>
11 13
       <!--<check-box-dialog-->
@@ -133,7 +135,7 @@
133 135
               <el-input type="number" v-model="assessmentBeforeDislysis.pulse_frequency"></el-input>
134 136
             </el-form-item>
135 137
           </el-col>
136
-<!-- 
138
+<!--
137 139
           <el-col :span="8">
138 140
             <el-form-item label="体液过多症状: " v-if="isShow('体液过多症状')">
139 141
               <el-select v-model="assessmentBeforeDislysis.humor_excessive_symptom">
@@ -250,7 +252,7 @@
250 252
               <el-input v-model="assessmentBeforeDislysis.catheter" @focus="showInnerDialog('4')"></el-input>
251 253
             </el-form-item>
252 254
           </el-col>
253
-           
255
+
254 256
 
255 257
           <el-col :span="8">
256 258
             <el-form-item label="导管维护: " :prop="isName('导管维护')"
@@ -362,7 +364,7 @@
362 364
               </el-select>
363 365
             </el-form-item>
364 366
           </el-col>
365
-          
367
+
366 368
           <el-col :span="8">
367 369
             <el-form-item label="导管AV端约为(cm):" :prop="isName('导管AV端各约')"
368 370
               :rules="isCheckmust('导管AV端各约')" v-show="thrombuShow" label-width="150px">
@@ -416,7 +418,7 @@
416 418
             </el-form-item>
417 419
           </el-col>
418 420
 
419
-        
421
+
420 422
 
421 423
           <el-col :span="8">
422 424
             <el-form-item label="前次透析后症状:" :prop="isName('前次透析后症状')"
@@ -443,14 +445,14 @@
443 445
               <el-input v-model="assessmentBeforeDislysis.emergency_treatment_other"></el-input>
444 446
             </el-form-item>
445 447
           </el-col>
446
-            
448
+
447 449
           <el-col :span="8" v-if="isShow('特殊处理情况')">
448 450
             <el-form-item label="特殊处理情况:" :prop="isName('特殊处理情况')"
449 451
               :rules="isCheckmust('特殊处理情况')">
450 452
               <el-input v-model="assessmentBeforeDislysis.special_treatment"></el-input>
451 453
             </el-form-item>
452 454
           </el-col>
453
-          
455
+
454 456
           <el-col :span="8">
455 457
             <el-form-item label="透析期间: " :prop="isName('透析期间')"
456 458
               :rules="isCheckmust('透析期间')" v-if="isShow('透析期间')">
@@ -481,7 +483,7 @@
481 483
               </div>
482 484
             </el-form-item>
483 485
           </el-col>
484
-         
486
+
485 487
           <el-col :span="8">
486 488
             <el-form-item label="感染: " :prop="isName('感染')"
487 489
               :rules="isCheckmust('感染')" v-if="isShow('感染')">
@@ -573,7 +575,7 @@
573 575
               </el-select>
574 576
             </el-form-item>
575 577
           </el-col>
576
-          
578
+
577 579
           <el-col :span="8">
578 580
             <el-form-item label="预计进食量(g):" :prop="isName('预计进食量')"
579 581
               :rules="isCheckmust('预计进食量')" v-if="isShow('预计进食量')">
@@ -588,7 +590,7 @@
588 590
             </el-form-item>
589 591
           </el-col>
590 592
 
591
-     
593
+
592 594
 
593 595
            <el-col :span="8" v-if="isShow('透前尿素')">
594 596
             <el-form-item label="透前尿素(mmol/L):" :prop="isName('透前尿素')"
@@ -610,8 +612,8 @@
610 612
               <el-input v-model="assessmentBeforeDislysis.his_bed"></el-input>
611 613
             </el-form-item>
612 614
           </el-col>
613
-          
614
-        
615
+
616
+
615 617
           <el-col :span="8">
616 618
             <el-form-item label="抽吸:" :prop="isName('抽吸')"
617 619
               :rules="isCheckmust('抽吸')" v-if="isShow('抽吸')">
@@ -621,31 +623,31 @@
621 623
 
622 624
 
623 625
            <el-col :span="8">
624
-            <el-form-item label="透前净体重:" 
626
+            <el-form-item label="透前净体重:"
625 627
               v-if="this.$store.getters.xt_user.template_info.template_id == 6">
626 628
               <el-input v-model="body_weight_before" readonly></el-input>
627 629
             </el-form-item>
628 630
           </el-col>
629 631
 
630 632
           <el-col :span="8">
631
-          
633
+
632 634
             <el-form-item label="导管评估项目: " :prop="isName('导管评估项目')"
633 635
               :rules="isCheckmust('导管评估项目')" v-if="isShow('导管评估项目')">
634 636
               <el-input v-model="assessmentBeforeDislysis.catheter_evaluation_program" readonly
635 637
                         @focus="showInnerDialog('22')"></el-input>
636 638
             </el-form-item>
637
-          
639
+
638 640
           </el-col>
639 641
 
640 642
           <el-col :span="8">
641 643
             <el-form-item label="置管部位皮肤:" :prop="isName('置管部位皮肤')"
642 644
               :rules="isCheckmust('置管部位皮肤')" v-if="isShow('置管部位皮肤')">
643
-           
645
+
644 646
               <el-input v-model="assessmentBeforeDislysis.skin_site_catheterization" readonly
645 647
                         @focus="showInnerDialog('23')"></el-input>
646 648
             </el-form-item>
647 649
           </el-col>
648
-         
650
+
649 651
           <el-col :span="8">
650 652
             <el-form-item label="是否通畅:" :prop="isName('是否通畅')"
651 653
               :rules="isCheckmust('是否通畅')" v-if="isShow('是否通畅')">
@@ -656,7 +658,7 @@
656 658
               </el-select>
657 659
             </el-form-item>
658 660
           </el-col>
659
-        
661
+
660 662
           <el-col :span="8">
661 663
             <el-form-item label="留置必要:" :prop="isName('留置必要')"
662 664
               :rules="isCheckmust('留置必要')" v-if="isShow('留置必要')">
@@ -681,8 +683,8 @@
681 683
               </el-date-picker>
682 684
             </el-form-item>
683 685
           </el-col>
684
-         
685
-        
686
+
687
+
686 688
         </el-row>
687 689
         <el-row :gutter="20">
688 690
           <el-col :span="24" v-if="isShow('透前症状')">
@@ -713,7 +715,7 @@
713 715
                 ></el-input>
714 716
               </el-form-item>
715 717
             </el-col>
716
-          
718
+
717 719
            <el-col :span="8">
718 720
             <el-form-item label="Ns冲洗量(ml):" :prop="isName('冲洗量')" v-if="isShow('冲洗量')">
719 721
               <el-input v-model="assessmentBeforeDislysis.warsh_count"></el-input>
@@ -726,16 +728,16 @@
726 728
             </el-form-item>
727 729
           </el-col>
728 730
 
729
-              
730
-            
731
+
732
+
731 733
               <el-col :span="24">
732 734
                 <el-form-item label="备注: " :prop="isName('备注')"
733 735
                   :rules="isCheckmust('备注')">
734 736
                   <el-input type="textarea" v-model="assessmentBeforeDislysis.remark" :rows="5"></el-input>
735 737
                 </el-form-item>
736 738
               </el-col>
737
-            
738
-          
739
+
740
+
739 741
             </el-row>
740 742
 
741 743
 
@@ -826,7 +828,7 @@
826 828
                 </span>
827 829
              </el-row>
828 830
            </el-form>
829
-         
831
+
830 832
           </span>
831 833
           <span slot="footer" class="dialog-footer">
832 834
             <el-button @click="infoDialogVisible = false">取 消</el-button>
@@ -1039,13 +1041,13 @@
1039 1041
         type:Array,
1040 1042
         default:()=>{
1041 1043
           return [];
1042
-        } 
1044
+        }
1043 1045
        },
1044 1046
       docList:{
1045 1047
         type:Array,
1046 1048
         default:()=>{
1047 1049
           return [];
1048
-        } 
1050
+        }
1049 1051
        }
1050 1052
 
1051 1053
     },
@@ -1071,7 +1073,7 @@
1071 1073
           ) {
1072 1074
             // console.log(filedList[i],'false')
1073 1075
             if (name == "血管通路"||name == "导管打折"||name == '出血'||name == '血栓'||
1074
-            name == '围手术期'||name=='血管杂音'||name=='急诊'||name=='中心静脉导置管' 
1076
+            name == '围手术期'||name=='血管杂音'||name=='急诊'||name=='中心静脉导置管'
1075 1077
             ) {
1076 1078
             return [
1077 1079
               { required: true, message: `请输入${name}` },
@@ -1083,17 +1085,17 @@
1083 1085
             ];
1084 1086
           }
1085 1087
             return [{ required: true ,message:`请输入${name}`, trigger: ['blur','change'] }];
1086
-            
1088
+
1087 1089
           }
1088 1090
         }
1089 1091
       },
1090
-      
1092
+
1091 1093
       setLastRecord(lastPredialysisEvaluation, lastDryWeightDislysis) {
1092 1094
         this.lastPredialysisEvaluation = lastPredialysisEvaluation
1093 1095
         this.lastDryWeightDislysis = lastDryWeightDislysis
1094 1096
       },
1095 1097
       isShow(name) {
1096
-        
1098
+
1097 1099
         var filedList = store.getters.xt_user.fileds
1098 1100
         for (let i = 0; i < filedList.length; i++) {
1099 1101
           if (filedList[i].module == 3 && filedList[i].filed_name_cn == name && filedList[i].is_show == 1) {
@@ -1105,21 +1107,21 @@
1105 1107
       },
1106 1108
 
1107 1109
       show(assessment, lastDryWeightDislysis,last_predialysis_evaluation,lastAssessment,record_date) {
1108
-      
1110
+
1109 1111
         let filedList = store.getters.xt_user.fileds;
1110
-       
1112
+
1111 1113
         this.lastPredialysisEvaluation = last_predialysis_evaluation
1112 1114
         console.log("获取上次数据",this.lastPredialysisEvaluation, this.$store.getters.xt_user.org.id )
1113 1115
 
1114 1116
         if(record_date!=null && record_date!=undefined){
1115 1117
            this.record_date = record_date
1116 1118
         }
1117
-       
1119
+
1118 1120
         if(this.lastPredialysisEvaluation != null) {
1119 1121
         // if(this.lastPredialysisEvaluation.remark == "" && this.$store.getters.xt_user.org.id == 10307){
1120 1122
         //     console.log("2o2o3232o23o2o3o23")
1121 1123
         //     this.assessmentBeforeDislysis.remark = "患者已确认无发热,无流行病学接触史"
1122
-        // } 
1124
+        // }
1123 1125
          if(this.lastPredialysisEvaluation.thromubus_type == 1){
1124 1126
           this.assessmentBeforeDislysis.thromubus_type = this.lastPredialysisEvaluation.thromubus_type.toString()
1125 1127
            this.thrombuShow = true
@@ -1153,7 +1155,7 @@
1153 1155
           if(this.lastPredialysisEvaluation.period == 2){
1154 1156
              this.lastPredialysisEvaluation.period = "2"
1155 1157
           }
1156
-         
1158
+
1157 1159
         }
1158 1160
 
1159 1161
         this.assessmentBeforeDislysis.pathway_formation_time = moment(new Date()).format('YYYY-MM-DD')
@@ -1165,19 +1167,19 @@
1165 1167
           }else{
1166 1168
             this.assessmentBeforeDislysis.pathway_formation_time = ""
1167 1169
           }
1168
-         
1170
+
1169 1171
           if(assessment.whether_unobstructed >0){
1170 1172
             this.assessmentBeforeDislysis.whether_unobstructed = assessment.whether_unobstructed.toString()
1171
-          } 
1173
+          }
1172 1174
           if(assessment.lien_necessary>0){
1173 1175
             this.assessmentBeforeDislysis.lien_necessary = assessment.lien_necessary.toString()
1174 1176
           }
1175 1177
         }
1176
-      
1177 1178
 
1178
-        
1179
-         
1180
-        
1179
+
1180
+
1181
+
1182
+
1181 1183
 
1182 1184
 
1183 1185
         this.assessment = assessment
@@ -1200,7 +1202,7 @@
1200 1202
 
1201 1203
           if (lastDryWeightDislysis != null) {
1202 1204
             this.weight_adjust.weight = lastDryWeightDislysis.dry_weight
1203
-           
1205
+
1204 1206
             this.$set(
1205 1207
               this.assessmentBeforeDislysis,
1206 1208
               'dry_weight',
@@ -1229,7 +1231,7 @@
1229 1231
               }
1230 1232
             }
1231 1233
           }
1232
-          
1234
+
1233 1235
          //最后一次血管通路
1234 1236
 
1235 1237
          if(this.lastAssessment!=null){
@@ -1257,7 +1259,7 @@
1257 1259
         } else {
1258 1260
           console.log("为首务2322323",this.assessmentBeforeDislysis.period)
1259 1261
           this.assessmentBeforeDislysis.period = this.assessmentBeforeDislysis.period.toString()
1260
-     
1262
+
1261 1263
           // this.assessmentBeforeDislysis.dry_weight = this.predialysis_evaluation['dry_weight']
1262 1264
           this.weight_adjust.weight = this.predialysis_evaluation['dry_weight']
1263 1265
         }
@@ -1470,7 +1472,7 @@
1470 1472
               this.InnerDialogProps.isShowTextArea = false
1471 1473
 
1472 1474
             break
1473
-         
1475
+
1474 1476
         }
1475 1477
       },
1476 1478
       innerDialogComfirm: function(val) {
@@ -1536,7 +1538,7 @@
1536 1538
            break
1537 1539
           case 'humor_excessive_symptom':
1538 1540
            this.assessmentBeforeDislysis.humor_excessive_symptom = val.value.join(',')
1539
-           break  
1541
+           break
1540 1542
           case 'suction':
1541 1543
            this.assessmentBeforeDislysis.suction = val.value.join(',')
1542 1544
            break
@@ -1549,12 +1551,12 @@
1549 1551
           case 'skin_site_catheterization':
1550 1552
             this.assessmentBeforeDislysis.skin_site_catheterization = val.value.join(',')
1551 1553
             break
1552
-            
1554
+
1553 1555
         }
1554 1556
       },
1555 1557
       innerDialogCancle: function() {
1556 1558
         this.InnerDialogProps.visibility = false
1557
-      }, 
1559
+      },
1558 1560
       handleComfirm(formName) {
1559 1561
         console.log("提交日期",this.record_date)
1560 1562
         var arr = this.assessmentBeforeDislysis
@@ -1590,9 +1592,9 @@
1590 1592
 
1591 1593
          ParamsQuery.whether_unobstructed = parseInt(ParamsQuery.whether_unobstructed)
1592 1594
          ParamsQuery.lien_necessary =  parseInt(ParamsQuery.lien_necessary)
1593
-         
1595
+
1594 1596
         postAssessmentBeforeDislysis(ParamsQuery).then(response => {
1595
-          
1597
+
1596 1598
           if (response.data.state == 0) {
1597 1599
             this.$message.error(response.data.msg)
1598 1600
             if(response.data.code == 600000008){
@@ -1606,25 +1608,25 @@
1606 1608
               type: 'success',
1607 1609
               duration: 2000
1608 1610
             })
1609
-            
1611
+
1610 1612
             if(this.$store.getters.xt_user.template_info.org_id == 9671 || this.$store.getters.xt_user.template_info.org_id==3877 || this.$store.getters.xt_user.template_info.org_id ==10469){
1611 1613
               this.$parent.getParentMethods()
1612 1614
             }
1613
-            
1615
+
1614 1616
             const assessment_before_dislysis_resp = response.data.data.assessmentBeforeDislysis
1615
-           
1617
+
1616 1618
             var predialysis_evaluation = this.predialysis_evaluation
1617 1619
             for (var index in assessment_before_dislysis_resp) {
1618 1620
               // predialysis_evaluation[index] = assessment_before_dislysis_resp[index];
1619 1621
               this.$set(predialysis_evaluation, index, assessment_before_dislysis_resp[index])
1620 1622
             }
1621
-             
1622
-           
1623
+
1624
+
1623 1625
             let orgId = parseInt(sessionStorage.getItem("org_id"));
1624 1626
             axios.get('/api/index/patientsign/'+ orgId + '/'+ this.patient.id).then((res) => {
1625 1627
               console.log('res',res.data)
1626 1628
 
1627
-            }) 
1629
+            })
1628 1630
             this.hide()
1629 1631
             console.log("hhh23h3h223h23h23h23h2h3")
1630 1632
           }
@@ -1633,13 +1635,13 @@
1633 1635
             return false;
1634 1636
           }
1635 1637
         });
1636
-        
1637
-        
1638
-        
1638
+
1639
+
1640
+
1639 1641
       },
1640 1642
        handleCancle: function() {
1641 1643
         this.isVisibility = false
1642
-      }, 
1644
+      },
1643 1645
       showDryWeightDialog: function() {
1644 1646
         if (this.$store.getters.xt_user.user.user_type == 3) {
1645 1647
           this.$message.error('您没有权限调整干体重')
@@ -1683,7 +1685,7 @@
1683 1685
         }).then(res => {
1684 1686
           // console.log(res)
1685 1687
           // console.log('透前', this.patient_prop)
1686
-          
1688
+
1687 1689
           if (res.data.state == 0) {
1688 1690
             this.hasPermission = false
1689 1691
           } else if (res.data.state == 1) {
@@ -1733,7 +1735,7 @@
1733 1735
         }
1734 1736
         return user_name
1735 1737
       },
1736
-    
1738
+
1737 1739
       saveInformation(){
1738 1740
         var params = {
1739 1741
           selected_date:this.selected_date,
@@ -1758,11 +1760,11 @@
1758 1760
         }
1759 1761
      },
1760 1762
      dialysisSummarySelectChange: function (values) {
1761
-   
1763
+
1762 1764
       if (this.assessmentBeforeDislysis.befor_symptoms == "") {
1763 1765
         this.assessmentBeforeDislysis.befor_symptoms = values;
1764 1766
       } else {
1765
-       
1767
+
1766 1768
         if (this.assessmentBeforeDislysis.befor_symptoms.indexOf(values) == -1) {
1767 1769
           if (
1768 1770
             this.assessmentBeforeDislysis.befor_symptoms
@@ -1780,10 +1782,10 @@
1780 1782
         }
1781 1783
       }
1782 1784
     },
1783
-      
1785
+
1784 1786
     },
1785 1787
     created() {
1786
-      
1788
+
1787 1789
       this.last_dialysis_after = getDataConfig('hemodialysis', 'last_dialysis_after')
1788 1790
       this.dialysis_interphase = getDataConfig('hemodialysis', 'dialysis_duration')
1789 1791
       this.symptom_before_dialysis = getDataConfig('hemodialysis', 'dialysis_before')
@@ -1804,13 +1806,13 @@
1804 1806
       this.catheter_suture = getDataConfig('hemodialysis', 'catheter_suture')
1805 1807
       this.edema = getDataConfig('hemodialysis', 'edema')
1806 1808
       this.suctionList = getDataConfig('hemodialysis', 'suction')
1807
-      
1809
+
1808 1810
       this.blood_access_noise = this.$store.getters.blood_access_noise
1809 1811
       var date = this.$route.query && this.$route.query.date
1810 1812
       this.record_date = date ? uParseTime(date, "{y}-{m}-{d}") : parseTime(new Date(), '{y}-{m}-{d}')
1811 1813
       //获取皮肤
1812 1814
       this.skins = getDataConfig('hemodialysis','skin')
1813
-      
1815
+
1814 1816
       this.pinholings = getDataConfig('hemodialysis','pinholing')
1815 1817
       console.log("针眼",this.pinholings)
1816 1818
       this.catheter_maintenancelist = getDataConfig('hemodialysis','catheter_maintenance')
@@ -1819,15 +1821,15 @@
1819 1821
       this.catheter_evaluation_program_list = getDataConfig('hemodialysis','catheter_evaluation_program')
1820 1822
 
1821 1823
       this.skin_site_catheterization_list = getDataConfig('hemodialysis','skin_site_catheterization')
1822
-       
1824
+
1823 1825
       console.log("predialysis_evaluation2332323323222323",this.predialysis_evaluation)
1824 1826
 
1825 1827
       this.point_punctures = getDataConfig('hemodialysis','point_puncture')
1826 1828
 
1827 1829
       this.summary = getDataConfig("befor_symptoms", "befor_symptoms");
1828
-      
1830
+
1829 1831
       console.log("hhh32h323h23h23h23h23h23h",getDataConfig("befor_symptoms", "befor_symptoms"))
1830
-      
1832
+
1831 1833
       // this.weight_adjust.weight = this.dry_weight.dry_weight
1832 1834
 
1833 1835
       // if(this.predialysis_evaluation.id == 0){
@@ -1842,7 +1844,7 @@
1842 1844
       //   }
1843 1845
       //
1844 1846
       // }
1845
-    }, 
1847
+    },
1846 1848
     watch: {
1847 1849
       isVisibility(val) {
1848 1850
 
@@ -1853,7 +1855,7 @@
1853 1855
              this.predialysis_evaluation.thromubus_type = this.predialysis_evaluation.thromubus_type.toString()
1854 1856
              this.thrombuShow = true
1855 1857
         }
1856
-       
1858
+
1857 1859
         if (this.predialysis_evaluation.id > 0) {
1858 1860
           for (var index in this.assessmentBeforeDislysis) {
1859 1861
             this.assessmentBeforeDislysis[index] = this.predialysis_evaluation[index]
@@ -1902,7 +1904,7 @@
1902 1904
           if (this.predialysis_evaluation['pulse_frequency'] == 0) {
1903 1905
             this.assessmentBeforeDislysis['pulse_frequency'] = ''
1904 1906
           }
1905
-          
1907
+
1906 1908
         }
1907 1909
       },
1908 1910
       'assessmentBeforeDislysis.weight_before': {

+ 15 - 14
src/xt_pages/dialysis/details/dialog/computer_dialog.vue Dosyayı Görüntüle

@@ -5,7 +5,8 @@
5 5
       class="newDialog"
6 6
       :visible.sync="visible"
7 7
       width="854px"
8
-      :modal-append-to-body="false"
8
+      :modal = 'false'
9
+      :close-on-click-modal="false"
9 10
     >
10 11
       <div class="warnTxt" v-if="showTxt != ''">{{ showTxt }}</div>
11 12
 
@@ -260,7 +261,7 @@
260 261
           </el-select>
261 262
         </el-form-item>
262 263
 
263
-       
264
+
264 265
           <el-form-item
265 266
             label="导管备注:"
266 267
             :prop="isName('导管备注')"
@@ -276,8 +277,8 @@
276 277
               ></el-option>
277 278
             </el-select>
278 279
           </el-form-item>
279
-       
280
-    
280
+
281
+
281 282
           <el-form-item
282 283
             :prop="isName('导管备注')"
283 284
             :rules="isCheckmust('导管备注')"
@@ -289,7 +290,7 @@
289 290
               :rows="4"
290 291
             ></el-input>
291 292
           </el-form-item>
292
-    
293
+
293 294
 
294 295
         <el-form-item
295 296
           label="核酸检测日期:"
@@ -343,7 +344,7 @@
343 344
         </el-form-item>
344 345
       </el-form>
345 346
     </el-dialog>
346
-  
347
+
347 348
 
348 349
      <el-dialog
349 350
           title="提示"
@@ -370,7 +371,7 @@
370 371
                 </span>
371 372
              </el-row>
372 373
            </el-form>
373
-         
374
+
374 375
           </span>
375 376
           <span slot="footer" class="dialog-footer">
376 377
             <el-button @click="infoDialogVisible = false">取 消</el-button>
@@ -590,7 +591,7 @@ export default {
590 591
       this.form.dialysis_dialyszers = this.dialysis_order.dialysis_dialyszers;
591 592
       this.form.dialysis_irrigation = this.dialysis_order.dialysis_irrigation;
592 593
       this.form.blood_access_id = this.dialysis_order.blood_access_id;
593
-     
594
+
594 595
       var blood_access_option_name = this.changeBloodAccessOpionOne(this.dialysis_order.blood_access_id)
595 596
       // this.form.schedual_type = this.dialysis_order.schedule_type
596 597
       // console.log("8823832323223",this.form.schedual_type)
@@ -686,17 +687,17 @@ export default {
686 687
           name == "穿刺者" ||
687 688
           name == "质控护士" ||
688 689
           name == "换药护士" ||
689
-          name == "血管通路" 
690
+          name == "血管通路"
690 691
         ) {
691
-          
692
+
692 693
           return [
693 694
             { required: true, message: `请输入${name}`,trigger: ['blur','change'] },
694 695
             // { required: true, pattern: /^[1-9]\d*$/, message: `请输入${name}`,trigger: ['blur','change'] },
695 696
           ];
696 697
         }
697 698
           return [{ required: true, message: `请输入${name}` }];
698
-        } 
699
-                
699
+        }
700
+
700 701
 
701 702
       }
702 703
     },
@@ -1095,12 +1096,12 @@ export default {
1095 1096
     innerDialogCancle: function () {
1096 1097
       this.InnerDialogProps.visibility = false;
1097 1098
     },
1098
-   
1099
+
1099 1100
     dialysisSummarySelectChange: function (values) {
1100 1101
       if (this.form.catheter_operation == "") {
1101 1102
         this.form.catheter_operation = values;
1102 1103
       } else {
1103
-       
1104
+
1104 1105
         if (this.form.catheter_operation.indexOf(values) == -1) {
1105 1106
           if (
1106 1107
             this.form.catheter_operation

+ 6 - 5
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Dosyayı Görüntüle

@@ -4,8 +4,9 @@
4 4
                 title="透析处方"
5 5
                 :visible.sync="isVisibility"
6 6
                 width="1010px"
7
+                :modal = 'false'
7 8
                 :modal-append-to-body="false"
8
-                :append-to-body="true"
9
+                :close-on-click-modal="false"
9 10
                 class="newDialog"
10 11
         >
11 12
             <el-button style="position: absolute;left: 12%;top: 2%" @click="handlePatientInfo">{{ patient.name }}</el-button>
@@ -15,7 +16,7 @@
15 16
             <span style="position: absolute;left: 35%;top: 3%">
16 17
               干体重:{{predialysis&&predialysis.dry_weight?predialysis.dry_weight:""}}kg
17 18
             </span>
18
-            <!-- <span style="position: absolute;left: 48%;top: 3%">
19
+            <!-- <span style="position: absolute;left: 48%;top: 3%"  :modal = 'false'>
19 20
               衣物重:{{predialysis&&predialysis.additional_weight?predialysis.additional_weight:""}}kg
20 21
             </span> -->
21 22
             <span style="position: absolute;left: 48%;top: 3%">
@@ -5081,7 +5082,7 @@ mu
5081 5082
       }
5082 5083
     },
5083 5084
     created() {
5084
-      
5085
+
5085 5086
       this.illnessList = getDataConfig('hemodialysis', 'illness')
5086 5087
 
5087 5088
       this.blood_access_part = getDataConfig('hemodialysis', 'vascular_access')
@@ -5092,8 +5093,8 @@ mu
5092 5093
 
5093 5094
       this.educationList = getDataConfig('dialysis_remark', 'dialysis_remark')
5094 5095
 
5095
-     
5096
-      
5096
+
5097
+
5097 5098
     }
5098 5099
   }
5099 5100
 </script>

+ 21 - 19
src/xt_pages/dialysis/details/dialog/doubleCheckDialog.vue Dosyayı Görüntüle

@@ -3,11 +3,13 @@
3 3
   <el-dialog
4 4
     title="双人核对"
5 5
     :visible.sync="isVisibility"
6
+    :modal = 'false'
6 7
     :modal-append-to-body="false"
8
+    :close-on-click-modal="false"
7 9
     width="854px"
8 10
   >
9 11
     <!-- <el-form :inline="true" class="demo-form-inline newInline" ref="doubleReview" :model="doubleReview" label-width="105px">
10
-      
12
+
11 13
       <el-form-item label="透析物品核查 : " :prop="isName('透析物品核查')"
12 14
               :rules="isCheckmust('透析物品核查')">
13 15
         <el-radio v-model="doubleReview.dialysis_item_check" label="1" @change="changeRadio">正确</el-radio>
@@ -91,7 +93,7 @@
91 93
       <el-form-item style="padding-left: 17px;">
92 94
         <el-checkbox-group v-model="checkList" @change="changeBox">
93 95
           <el-checkbox :label="diazes"></el-checkbox>&nbsp;&nbsp;
94
-          <span v-if="org_id == 0 || org_id == 9671 || org_id == 10440 || org_id == 9675"><el-input style="width:200px" v-model="doubleReview.dialyzer_batch_number"></el-input></span> 
96
+          <span v-if="org_id == 0 || org_id == 9671 || org_id == 10440 || org_id == 9675"><el-input style="width:200px" v-model="doubleReview.dialyzer_batch_number"></el-input></span>
95 97
         </el-checkbox-group>
96 98
         <el-checkbox-group v-model="checkList" @change="changeBox">
97 99
           <el-checkbox :label="puncture_needle"></el-checkbox>
@@ -189,7 +191,7 @@
189 191
       </el-form-item>
190 192
       <el-form-item class="newItem" label="差错描述 : " label-width="90px">
191 193
         <el-input v-model="doubleReview.pipeline_connection_desc"></el-input>
192
-      </el-form-item>        
194
+      </el-form-item>
193 195
       </div>
194 196
 
195 197
       <el-form-item style="padding-left: 17px;">
@@ -320,7 +322,7 @@
320 322
                 </span>
321 323
              </el-row>
322 324
            </el-form>
323
-         
325
+
324 326
           </span>
325 327
           <span slot="footer" class="dialog-footer">
326 328
             <el-button @click="infoDialogVisible = false">取 消</el-button>
@@ -329,9 +331,9 @@
329 331
         </el-dialog>
330 332
  </div>
331 333
 
332
- 
333 334
 
334
-  
335
+
336
+
335 337
 </template>
336 338
 
337 339
 <script>
@@ -434,7 +436,7 @@ export default {
434 436
     },
435 437
     isShowFiled(name) {
436 438
       var filedList = this.$store.getters.xt_user.fileds;
437
-      
439
+
438 440
       for (let i = 0; i < filedList.length; i++) {
439 441
         if (
440 442
           filedList[i].module == 8 &&
@@ -447,7 +449,7 @@ export default {
447 449
       return false;
448 450
     },
449 451
     show() {
450
-    
452
+
451 453
       if(this.admin_users!=null && this.admin_users.length >0){
452 454
         var arr = []
453 455
         for(let i=0;i<this.admin_users.length;i++){
@@ -458,7 +460,7 @@ export default {
458 460
 
459 461
         this.admin_users = []
460 462
         this.admin_users.push(...arr)
461
-       
463
+
462 464
       }
463 465
 
464 466
       this.isVisibility = true;
@@ -899,7 +901,7 @@ export default {
899 901
       if (str.indexOf("处方脱水量") != -1 && this.prescription == null) {
900 902
         arr.push("处方脱水量:");
901 903
       }
902
-      
904
+
903 905
       if (str.indexOf("处方脱水量") != -1 && this.prescription != null) {
904 906
         arr.push(
905 907
           "处方脱水量:" +
@@ -912,7 +914,7 @@ export default {
912 914
         if (str.indexOf("处方脱水量") != -1 && this.prescription == null) {
913 915
         arr.push("处方脱水量:");
914 916
       }
915
-     
917
+
916 918
 
917 919
       if (str.indexOf("抗凝剂") != -1 && this.prescription != null) {
918 920
         arr.push(
@@ -1375,13 +1377,13 @@ export default {
1375 1377
           }
1376 1378
 
1377 1379
           if(this.org_id!=10440){
1378
-           
1380
+
1379 1381
             this.diazes = "透析器/灌流器/滤过器:";
1380 1382
             this.diazes = this.diazes + this.prescription.dialyzer_perfusion_apparatus;
1381 1383
             this.diazes = this.diazes + this.prescription.dialysis_dialyszers + this.prescription.dialysis_irrigation + this.prescription.dialysis_strainer
1382 1384
 
1383 1385
           }
1384
-        
1386
+
1385 1387
         } else {
1386 1388
 
1387 1389
           if(this.org_id == 10440 || this.org_id == 0){
@@ -1393,7 +1395,7 @@ export default {
1393 1395
             this.diazes = "";
1394 1396
             this.diazes = this.diazes;
1395 1397
           }
1396
-         
1398
+
1397 1399
         }
1398 1400
 
1399 1401
         if (this.prescription.dialysate_formulation != "") {
@@ -1569,17 +1571,17 @@ export default {
1569 1571
         }
1570 1572
 
1571 1573
         if(this.org_id !=0 && this.org_id!=10440){
1572
-         
1574
+
1573 1575
           this.puncture_needle = "穿刺针:";
1574 1576
         this.puncture_needle =
1575
-          this.puncture_needle + this.predialysis_evaluation.puncture_needle 
1577
+          this.puncture_needle + this.predialysis_evaluation.puncture_needle
1576 1578
         this.blood_access_part_opera_id =
1577 1579
           this.blood_access_part_opera_id +
1578 1580
           this.getBloodAccess(
1579 1581
             this.predialysis_evaluation.blood_access_part_opera_id
1580 1582
           );
1581 1583
         }
1582
-       
1584
+
1583 1585
       }
1584 1586
       if(this.predialysis_evaluation != null &&this.predialysis_evaluation.id == 0){
1585 1587
         this.puncture_needle = "穿刺针:" + "   "+ "批号:"
@@ -1902,11 +1904,11 @@ export default {
1902 1904
       }
1903 1905
     },
1904 1906
 
1905
-  
1907
+
1906 1908
   },
1907 1909
   created() {
1908 1910
     var date = this.$route.query && this.$route.query.date;
1909
- 
1911
+
1910 1912
     this.record_date = date
1911 1913
       ? uParseTime(date, "{y}-{m}-{d}")
1912 1914
       : parseTime(new Date(), "{y}-{m}-{d}");

+ 14 - 12
src/xt_pages/dialysis/details/dialog/finish_dialog.vue Dosyayı Görüntüle

@@ -1,6 +1,8 @@
1 1
 <template>
2 2
   <div>
3
-    <el-dialog title="透析下机" class="newDialog" :visible.sync="visible" width="854px" :modal-append-to-body="false">
3
+    <el-dialog title="透析下机" class="newDialog" :visible.sync="visible" width="854px"
4
+      :modal = 'false' :close-on-click-modal="false"
5
+    >
4 6
       <!-- <div class="txsj">
5 7
       </div> -->
6 8
       <div class="warnTxt" v-if="showTxt != ''">{{ showTxt }}</div>
@@ -62,7 +64,7 @@
62 64
             ></el-option>
63 65
           </el-select>
64 66
         </el-form-item>
65
-     
67
+
66 68
       <el-row :gutter="20">
67 69
         <el-col v-if="isShowFiled('宣教知识')">
68 70
           <el-form-item :prop="isName('宣教知识')"
@@ -76,7 +78,7 @@
76 78
         </el-col>
77 79
       </el-row>
78 80
 
79
-      
81
+
80 82
 
81 83
         <el-form-item>
82 84
           <el-button v-if="(dialysis_order.id != 0 && dialysis_order.stage == 1)" @click="submit('form')" :loading="loading"
@@ -98,7 +100,7 @@
98 100
       v-on:dialog-comfirm="innerDialogComfirm"
99 101
       v-on:dialog-cancle="innerDialogCancle"
100 102
     ></multi-select-box>
101
-    
103
+
102 104
 
103 105
        <el-dialog
104 106
           title="提示"
@@ -125,14 +127,14 @@
125 127
                 </span>
126 128
              </el-row>
127 129
            </el-form>
128
-         
130
+
129 131
           </span>
130 132
           <span slot="footer" class="dialog-footer">
131 133
             <el-button @click="infoDialogVisible = false">取 消</el-button>
132 134
             <el-button type="primary" @click="saveInformation">确 定</el-button>
133 135
           </span>
134 136
         </el-dialog>
135
-  
137
+
136 138
   </div>
137 139
 </template>
138 140
 
@@ -262,7 +264,7 @@
262 264
           filedList[i].filed_name_cn == name &&
263 265
           filedList[i].is_write == 1
264 266
             ) {
265
-              
267
+
266 268
               return [{ required: true ,message:`请输入${name}` }];
267 269
             }
268 270
           }
@@ -306,7 +308,7 @@
306 308
             return true
307 309
           }
308 310
         }
309
-        
311
+
310 312
         return false
311 313
       },
312 314
       show: function(record) {
@@ -440,7 +442,7 @@
440 442
         })
441 443
       },
442 444
       submit: function(formName) {
443
-        
445
+
444 446
         this.$refs[formName].validate(valid=>{
445 447
           if(valid){
446 448
              if(this.isWrite("穿刺处血肿") == true && this.form.puncture_point_haematoma == ""){
@@ -462,7 +464,7 @@
462 464
              this.loading = true
463 465
              let mode = "1"
464 466
              console.log("fomr",this.form.mission_id)
465
-            
467
+
466 468
             finishDialysis(this.patient_id,this.schedule_date ? parseTime(this.schedule_date, '{y}-{m}-{d}') : parseTime(new Date(), '{y}-{m}-{d}'), this.end_time, this.form.nurse_id,mode,parseInt(this.form.puncture_point_haematoma),this.form.internal_fistula,this.form.catheter,this.form.cruor,this.form.mission,this.form.mission_id).then(rs => {
467 469
               this.loading = false
468 470
               var resp = rs.data
@@ -487,7 +489,7 @@
487 489
             return false
488 490
           }
489 491
         })
490
-    
492
+
491 493
       }, getTime(value, temp) {
492 494
         if (value != undefined) {
493 495
           return parseTime(value, temp)
@@ -580,7 +582,7 @@
580 582
           module:8,
581 583
           remark:this.remark,
582 584
         }
583
-      
585
+
584 586
         saveInformation(params).then(response=>{
585 587
            if(response.data.state == 1){
586 588
              var information = response.data.data.information

+ 7 - 6
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Dosyayı Görüntüle

@@ -5,7 +5,8 @@
5 5
       :visible.sync="visible"
6 6
       width="1100px"
7 7
       @close="reset"
8
-      :modal-append-to-body="false"
8
+      :modal = 'false'
9
+      :close-on-click-modal="false"
9 10
     >
10 11
       <div v-show="edit == false">
11 12
         <div class="txsj">
@@ -389,7 +390,7 @@
389 390
                 org_id == 10495  ||
390 391
                 org_id == 10395
391 392
                 || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551)
392
-                && org_id!=10387 
393
+                && org_id!=10387
393 394
             "
394 395
           >
395 396
             <template slot-scope="scope">
@@ -532,7 +533,7 @@
532 533
               template_id != 56 &&
533 534
               org_id !=10432 &&
534 535
               org_id !=10445 &&
535
-              org_id!=10395 && 
536
+              org_id!=10395 &&
536 537
               org_id !=10410
537 538
             "
538 539
           >
@@ -926,7 +927,7 @@
926 927
           </el-table-column>
927 928
 
928 929
 
929
-         
930
+
930 931
 
931 932
           <el-table-column
932 933
             prop="heparin"
@@ -1386,7 +1387,7 @@
1386 1387
               org_id!=10445 &&
1387 1388
               org_id!=10410 &&
1388 1389
               org_id!=10395)
1389
-              || org_id ==10558 
1390
+              || org_id ==10558
1390 1391
             "
1391 1392
           >
1392 1393
             <el-form-item label="置换率(L/h):" :prop="isName('置换率')"
@@ -1856,7 +1857,7 @@
1856 1857
             </span>
1857 1858
           </el-row>
1858 1859
         </el-form>
1859
-      
1860
+
1860 1861
       </span>
1861 1862
       <span slot="footer" class="dialog-footer">
1862 1863
         <el-button @click="infoDialogVisible = false">取 消</el-button>

+ 31 - 29
src/xt_pages/dialysis/details/dialog/treatmentSummaryDialog.vue Dosyayı Görüntüle

@@ -5,7 +5,9 @@
5 5
     title="治疗小结"
6 6
     width="854px"
7 7
     :visible.sync="isVisibility"
8
+    :modal = 'false'
8 9
     :modal-append-to-body="false"
10
+    :close-on-click-modal="false"
9 11
   >
10 12
     <div class="warnTxt" v-if="showTxt != ''">{{ showTxt }}</div>
11 13
     <el-form :model="treatmentSummary" ref="treatmentSummary">
@@ -181,7 +183,7 @@
181 183
                 </span>
182 184
              </el-row>
183 185
            </el-form>
184
-         
186
+
185 187
           </span>
186 188
           <span slot="footer" class="dialog-footer">
187 189
             <el-button @click="infoDialogVisible = false">取 消</el-button>
@@ -326,7 +328,7 @@ export default {
326 328
         this.date = date;
327 329
         this.record_date = uParseTime(this.date, "{y}-{m}-{d}");
328 330
       }
329
-     
331
+
330 332
       console.log("治疗小结", record);
331 333
       this.getPermission();
332 334
     },
@@ -356,7 +358,7 @@ export default {
356 358
       if (this.treatmentSummary.dialysis_summary == "") {
357 359
         this.treatmentSummary.dialysis_summary = values;
358 360
       } else {
359
-       
361
+
360 362
         if (this.treatmentSummary.dialysis_summary.indexOf(values) == -1) {
361 363
           if (
362 364
             this.treatmentSummary.dialysis_summary
@@ -503,7 +505,7 @@ export default {
503 505
                 }
504 506
               }
505 507
             }
506
-           
508
+
507 509
           }
508 510
         });
509 511
     },
@@ -530,7 +532,7 @@ export default {
530 532
           module:10,
531 533
           remark:this.remark,
532 534
         }
533
-       
535
+
534 536
       saveInformation(params).then(response=>{
535 537
            if(response.data.state == 1){
536 538
              var information = response.data.data.information
@@ -546,12 +548,12 @@ export default {
546 548
           str_one = "护士穿刺成功!"
547 549
         }
548 550
       }
549
-    
550
-      var total =0 
551
+
552
+      var total =0
551 553
       if(this.predialysis_evaluation!=null){
552 554
         total = (this.predialysis_evaluation.weight_before - this.predialysis_evaluation.dry_weight).toFixed(1)
553 555
       }
554
-  
556
+
555 557
 
556 558
       var monitor_one =[]
557 559
       var monitor_two = []
@@ -570,13 +572,13 @@ export default {
570 572
         })
571 573
 
572 574
       }
573
-  
574
-     
575
+
576
+
575 577
      var doc_str = ""
576 578
       console.log("医嘱2333333333333",this.predialysis_evaluation)
577 579
       if(this.doctor_advices!=null && this.doctor_advices.length > 0){
578
-       
579
-        
580
+
581
+
580 582
         for(let i=0;i<this.doctor_advices.length;i++){
581 583
           doc_str +=this.doctor_advices[i].advice_name +" "+this.doctor_advices[i].prescribing_number+this.doctor_advices[i].prescribing_number_unit+" "+this.doctor_advices[i].delivery_way
582 584
         }
@@ -585,7 +587,7 @@ export default {
585 587
       if(this.predialysis_evaluation.blood_access_part_id == -2){
586 588
         this.predialysis_evaluation.blood_access_part_id = ""
587 589
       }
588
-     
590
+
589 591
 
590 592
        if(this.org_id ==10090){
591 593
           var str = " 患者今日来我科行血液透析治疗,血管通路选择:"+this.predialysis_evaluation.blood_access_part_id+ " "+this.QueryOperaById(this.predialysis_evaluation.blood_access_part_opera_id) +",透析模式:"+this.getModeId(this.prescription.mode_id)+
@@ -609,7 +611,7 @@ export default {
609 611
        this.treatmentSummary.dialysis_summary = ""
610 612
        this.treatmentSummary.dialysis_summary = str
611 613
        }
612
-      
614
+
613 615
     },
614 616
     QueryOperaById(val){
615 617
        var blood_access_part_opera = getDataConfig('hemodialysis', 'vascular_access_desc')
@@ -719,10 +721,10 @@ export default {
719 721
       }
720 722
       if(id == 3){
721 723
         anticoagulant_name = "低分子肝素"
722
-      } 
724
+      }
723 725
       if(id == 4){
724 726
         anticoagulant_name = "阿加曲班"
725
-      } 
727
+      }
726 728
 
727 729
       if(id == 5){
728 730
        anticoagulant_name = "枸橼酸钠"
@@ -732,34 +734,34 @@ export default {
732 734
       }
733 735
       if(id == 7){
734 736
         anticoagulant_name = "低分子肝素钠"
735
-      } 
737
+      }
736 738
       if(id == 8){
737 739
         anticoagulant_name = "依诺肝素"
738
-      } 
740
+      }
739 741
 
740 742
       if(id == 9){
741 743
         anticoagulant_name = "达肝素"
742
-      } 
744
+      }
743 745
       if(id == 10){
744 746
         anticoagulant_name = "体外抗凝"
745
-      } 
747
+      }
746 748
 
747 749
       if(id == 11){
748 750
         anticoagulant_name = "那屈肝素"
749
-      } 
751
+      }
750 752
       if(id == 12){
751 753
         anticoagulant_name = "无抗凝剂"
752
-      } 
754
+      }
753 755
 
754 756
       if(id == 13){
755 757
         anticoagulant_name = "那屈肝素钙"
756
-      } 
758
+      }
757 759
       if(id == 14){
758 760
         anticoagulant_name = "肝素钙注射液"
759
-      } 
761
+      }
760 762
       if(id == 15){
761 763
         anticoagulant_name = "甲磺酸萘莫司他"
762
-      } 
764
+      }
763 765
 
764 766
       return anticoagulant_name
765 767
     },
@@ -805,15 +807,15 @@ export default {
805 807
               special_record: "",
806 808
             };
807 809
           }
808
-         
810
+
809 811
           if(this.$store.getters.xt_user.org.id == 0 || this.$store.getters.xt_user.org.id == 9671 || this.$store.getters.xt_user.org.id == 10340){
810 812
              this.treatmentSummary.dialysis_summary = "安全下机"
811 813
           }
812
-          
814
+
813 815
         }
814 816
       },
815 817
     },
816
-  
818
+
817 819
   },
818 820
   created() {
819 821
     this.education = getDataConfig("education", "education");
@@ -830,7 +832,7 @@ export default {
830 832
       var date = this.$route.query && this.$route.query.date;
831 833
       this.record_date = uParseTime(date, "{y}-{m}-{d}");
832 834
     }
833
-    
835
+
834 836
     this.org_id = this.$store.getters.xt_user.template_info.org_id
835 837
   },
836 838
 };

+ 7 - 0
src/xt_pages/outpatientCharges/chargeDetailManagement.vue Dosyayı Görüntüle

@@ -985,12 +985,16 @@ export default {
985 985
               obj['statistical_classification'] = ''
986 986
               obj['medical_code'] = project_month_prescriptions.project[a].project.medical_code
987 987
               obj['project_name'] = project_month_prescriptions.project[a].project.project_name
988
+              obj['project'] = project_month_prescriptions.project[a].project
989
+
988 990
               obj['type'] = 2
989 991
 
990 992
             } else if (project_month_prescriptions.project[a].type == 3) {
991 993
               obj['statistical_classification'] = ''
992 994
               obj['medical_code'] = project_month_prescriptions.project[a].good_info.medical_insurance_number
993 995
               obj['project_name'] = project_month_prescriptions.project[a].good_info.good_name
996
+              obj['good_info'] = project_month_prescriptions.project[a].good_info
997
+
994 998
               obj['type'] = 3
995 999
 
996 1000
             }
@@ -1308,6 +1312,8 @@ export default {
1308 1312
                 obj['statistical_classification'] = prescription.project[b].team.project_team
1309 1313
                 obj['medical_code'] = prescription.project[b].project.medical_code
1310 1314
                 obj['project_name'] = prescription.project[b].project.project_name
1315
+                obj['project'] = prescription.project[b].project
1316
+
1311 1317
                 obj['spec'] = ''
1312 1318
                 obj['name_id'] = 0
1313 1319
 
@@ -1317,6 +1323,7 @@ export default {
1317 1323
                 obj['project_name'] = prescription.project[b].good_info.good_name
1318 1324
                 obj['spec'] = prescription.project[b].good_info.specification_name
1319 1325
                 obj['name_id'] = prescription.project[b].good_info.manufacturer
1326
+                obj['good_info'] = prescription.project[b].good_info
1320 1327
 
1321 1328
               }
1322 1329
 

+ 7 - 1
src/xt_pages/outpatientCharges/componenttwo/chargeMonthPrescriptionTable.vue Dosyayı Görüntüle

@@ -58,7 +58,12 @@
58 58
               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
59 59
       <el-table-column align="center" type="index" width="40" label="序号"></el-table-column>
60 60
       <el-table-column align="center" prop="project_name" label="名称">
61
-        <template slot-scope="scope">{{ scope.row.project_name }}</template>
61
+<!--        <template slot-scope="scope">{{ scope.row.project_name }}</template>-->
62
+        <template slot-scope="scope">
63
+          <span :title="scope.row.project_name" v-if="org_id != 10206">{{ scope.row.project_name }}</span>
64
+          <span  v-if="org_id == 10206&&scope.row.type==3">{{ scope.row.project_name }}{{scope.row.good_info.specification_name}}{{scope.row.good_info.good_number}}</span>
65
+          <span v-if="org_id == 10206&&scope.row.type==2">{{ scope.row.project_name }}</span>
66
+        </template>
62 67
       </el-table-column>
63 68
       <el-table-column align="center" prop="statistical_classification" width="100" label="组">
64 69
         <template slot-scope="scope">{{getGroup(scope.row.statistical_classification)}}</template>
@@ -127,6 +132,7 @@
127 132
     },
128 133
     data() {
129 134
       return {
135
+        org_id:this.$store.getters.xt_user.org_id,
130 136
         drugways: [],
131 137
         efs: []
132 138
       }

+ 2 - 2
src/xt_pages/outpatientCharges/invoicePrint.vue Dosyayı Görüntüle

@@ -15,11 +15,11 @@
15 15
           <div v-if="org_id != 10106 && org_id != 10215 && org_id != 4 && org_id != 10188 && org_id != 10217 && org_id != 10387&& org_id != 10210 && org_id != 10387 && org_id != 10480 " >
16 16
             <printOne v-if="org_id != 10088 && org_id != 10510 && org_id != 0" :paramsObj="invoiceParams"></printOne>
17 17
             <printThree v-if="org_id == 10088 " :paramsObj="invoiceParams"></printThree>
18
-            <printfifteen v-if="org_id == 10510 || org_id == 0" :paramsObj="invoiceParams"></printfifteen>
18
+            <printfifteen v-if="org_id == 10510 " :paramsObj="invoiceParams"></printfifteen>
19 19
           </div>
20 20
           <printTwo v-if="org_id == 10106" :paramsObj="invoiceParams"></printTwo>
21 21
           <printFour v-if="org_id == 10215 || org_id == 4 " :paramsObj="invoiceParams"></printFour>
22
-          <printFive v-if="org_id == 10188 " :paramsObj="invoiceParams"></printFive>
22
+          <printFive v-if="org_id == 10188 || org_id == 0 " :paramsObj="invoiceParams"></printFive>
23 23
           <!-- <printthirteen v-if="org_id == 10188 || org_id == 0 " :paramsObj="invoiceParams"></printthirteen> -->
24 24
 <!--         <printEight v-if="org_id == 10387 || org_id == 0" :paramsObj="invoiceParams"></printEight>-->
25 25
           <print-eight v-if="org_id == 10387" :paramsObj="invoiceParams"></print-eight>

+ 2 - 2
src/xt_pages/outpatientCharges/invoiceTemplate/printFive.vue Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 <template>
2
-    <div id='invoice-print'>
2
+    <div id='invoice-print' style="position: relative;">
3 3
         <div v-for='(i,index) in pageArr.length' :key="index">
4 4
             <div :style="{position: 'absolute',top:(10 + (index * 400))  + 'px',left:70+ 'px',}">{{ list.order_number }}</div>
5 5
             <div :style="{position: 'absolute',top:(10 + (index * 400))  + 'px',left:400+ 'px',}">{{list.order.fa_piao_number}}</div>
@@ -18,7 +18,7 @@
18 18
             </div>
19 19
             <div :style="{position: 'absolute',top:(100 + (index * 400))  + 'px',left:260+ 'px'}">
20 20
                 <div v-for="item in list.order_info.slice(index * 10,(index * 10) + pageArr[index])">
21
-                    <span style="display:inline-block;width:200px;">
21
+                    <span style="display:inline-block;width:250px;">
22 22
                         <span v-if="item.advice.id == 0">
23 23
                             <span v-if="item.project.type == 2">{{ item.project.project.project_name }}</span>
24 24
                             <span v-if="item.project.type == 3">{{ item.project.good_info.good_name }}</span>

+ 15 - 7
src/xt_pages/outpatientDoctorStation/components/dialysisIndex.vue Dosyayı Görüntüle

@@ -9,6 +9,7 @@
9 9
       element-loading-background="rgba(0, 0, 0, 0.8)"
10 10
       v-if="dialysisShow"
11 11
     >
12
+    <!--  -->
12 13
       <div style="padding-top: 56px;width:100%;" >
13 14
 
14 15
         <nav-igation
@@ -67,8 +68,6 @@
67 68
         >
68 69
         </nav-igation>
69 70
 
70
-
71
-
72 71
         <basic-infor
73 72
           :patient="patient"
74 73
           :device_number="schedual.id == 0 ? '' : schedual.device_number.number"
@@ -76,6 +75,15 @@
76 75
           title="基本信息"
77 76
         ></basic-infor>
78 77
 
78
+        <!-- <BasicInforTwo
79
+          :patient="patient"
80
+          :dialysis_date="dialysis_date"
81
+          :device_number="schedual.id == 0 ? '' : schedual.device_number.number"
82
+          :steps="steps"
83
+          title="基本信息"
84
+        >
85
+        </BasicInforTwo> -->
86
+
79 87
         <dialysis-prescription
80 88
           :prescription="prescription"
81 89
           :solution="solution"
@@ -85,7 +93,6 @@
85 93
         ></dialysis-prescription>
86 94
 
87 95
 
88
-
89 96
       <!-- <past-data class="往期数据"></past-data> -->
90 97
         <div style="height: 20px;background-color: #f6f8f9"></div>
91 98
         <accepts-assessment
@@ -201,7 +208,8 @@ export default {
201 208
   props:{
202 209
     record_date:String,
203 210
     patientid:Number,
204
-    dialysisShow:Boolean
211
+    dialysisShow:Boolean,
212
+    dialysis_date:String
205 213
   },
206 214
   data() {
207 215
     return {
@@ -215,6 +223,7 @@ export default {
215 223
       loading: false,
216 224
       patient_id: 0,
217 225
       date: 0,
226
+      dialysis_date:0,
218 227
 
219 228
       longAdvices: [],
220 229
       waitUploadAdvices: [],
@@ -345,8 +354,6 @@ export default {
345 354
       }
346 355
     })
347 356
 
348
-
349
-
350 357
   },
351 358
   mounted() {
352 359
     if(this.dialysisShow == true){
@@ -745,7 +752,7 @@ export default {
745 752
 
746 753
           this.his_is_open = resp.data.is_open_config.is_open
747 754
           console.log(this.his_is_open)
748
-           
755
+
749 756
           this.is_advice_open = resp.data.is_advice_open.is_advice_open
750 757
 
751 758
 
@@ -812,6 +819,7 @@ export default {
812 819
         }
813 820
         if(this.predialysis_evaluation.id > 0){
814 821
           this.newTime = parseTime(this.predialysis_evaluation.created_time, '{h}:{i}')
822
+          // this.dialysis_date = parseTime(this.predialysis_evaluation.created_time, '{y}-{m}-{d}')
815 823
         }
816 824
 
817 825
         this.loading = false

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1010 - 0
src/xt_pages/outpatientDoctorStation/components/dialysisIndextwo.vue


+ 392 - 0
src/xt_pages/outpatientDoctorStation/components/dialysishistory.vue Dosyayı Görüntüle

@@ -0,0 +1,392 @@
1
+<template>
2
+  <div>
3
+    <div style="margin-top:90px ;">
4
+
5
+      <el-table
6
+        id="oictable"
7
+        :header-cell-style="{
8
+          backgroundColor: 'rgb(245, 247, 250)',
9
+          color: '#606266'
10
+        }"
11
+        :row-style="{ color: '#303133' }"
12
+        :data="recordData"
13
+        border
14
+        style="width: 100%"
15
+        @row-click="rowclick"
16
+        @current-change="clickCurrent"
17
+      >
18
+        <el-table-column
19
+          prop="dialysis_date"
20
+          label="透析日期"
21
+          align="center"
22
+          width="110"
23
+          fixed
24
+        >
25
+          <template slot-scope="scope"
26
+            ><span style="color: #579ef8">{{
27
+              scope.row.dialysis_date | parseTime("{y}-{m}-{d}")
28
+            }}</span></template
29
+          >
30
+        </el-table-column>
31
+        <el-table-column
32
+          prop="schedule_type"
33
+          label="班次"
34
+          align="center"
35
+          width="80"
36
+        >
37
+          <template slot-scope="scope"
38
+            ><span>{{
39
+              scheduleType(scope.row.schedule_type)
40
+            }}</span></template
41
+          >
42
+        </el-table-column>
43
+        <el-table-column
44
+          prop="partition"
45
+          width="100"
46
+          align="center"
47
+          label="分区 - 机号"
48
+        >
49
+          <template slot-scope="scope"
50
+            ><span
51
+              >{{ scope.row.partition_name }}-{{
52
+                scope.row.device.number
53
+              }}</span
54
+            ></template
55
+          >
56
+        </el-table-column>
57
+        <el-table-column
58
+          prop="mode"
59
+          width="90"
60
+          align="center"
61
+          label="透析模式"
62
+        >
63
+          <template slot-scope="scope">{{
64
+            modeName(scope.row.prescription.mode_id)
65
+          }}</template>
66
+        </el-table-column>
67
+        <el-table-column
68
+          prop="prescription.dialysis_duration"
69
+          width="100"
70
+          align="center"
71
+          label="透析时长(h)"
72
+        >
73
+          <template slot-scope="scope">
74
+            <span>{{getTime(scope.row.assessment_after_dislysis)}}</span>
75
+          </template>
76
+        </el-table-column>
77
+
78
+        <el-table-column  width="96" align="center" label="透析器/灌流器">
79
+            <template slot-scope="scope">
80
+                {{ scope.row.prescription.dialyzer_perfusion_apparatus }}
81
+                {{ scope.row.prescription.dialysis_dialyszers }}
82
+            <span v-if="scope.row.prescription.dialysis_irrigation!=''">/{{ scope.row.prescription.dialysis_irrigation }}</span>
83
+            </template>
84
+        </el-table-column>
85
+
86
+        <el-table-column
87
+          prop="predialysis_evaluation.dry_weight"
88
+          width="96"
89
+          align="center"
90
+          label="干体重(kg)"
91
+        >
92
+        </el-table-column>
93
+        <el-table-column
94
+          prop="predialysis_evaluation.weight_before"
95
+          width="110"
96
+          align="center"
97
+          label="透前称重(kg)"
98
+        >
99
+        </el-table-column>
100
+        <el-table-column
101
+          prop="assessment_after_dislysis.weight_after"
102
+          width="110"
103
+          align="center"
104
+          label="透后称重(kg)"
105
+        >
106
+        </el-table-column>
107
+        <el-table-column
108
+          prop="predialysis_evaluation"
109
+          width="140"
110
+          align="center"
111
+          label="透前血压(mmHg)"
112
+        >
113
+          <template slot-scope="scope"
114
+            ><span
115
+              >{{
116
+                scope.row.predialysis_evaluation.systolic_blood_pressure
117
+              }}/{{
118
+                scope.row.predialysis_evaluation.diastolic_blood_pressure
119
+              }}</span
120
+            ></template
121
+          >
122
+        </el-table-column>
123
+        <el-table-column
124
+          prop="assessment_after_dislysis"
125
+          width="140"
126
+          align="center"
127
+          label="透后血压(mmHg)"
128
+        >
129
+          <template slot-scope="scope"
130
+            ><span
131
+              >{{
132
+                scope.row.assessment_after_dislysis.systolic_blood_pressure
133
+              }}/{{
134
+                scope.row.assessment_after_dislysis.diastolic_blood_pressure
135
+              }}</span
136
+            ></template
137
+          >
138
+        </el-table-column>
139
+        <el-table-column
140
+          prop="assessment_after_dislysis"
141
+          width="140"
142
+          align="center"
143
+          label="目标超滤量"
144
+        >
145
+          <template slot-scope="scope"
146
+            ><span
147
+              >{{
148
+                scope.row.prescription.target_ultrafiltration
149
+              }}</span
150
+            ></template
151
+          >
152
+        </el-table-column>
153
+        <el-table-column
154
+          prop="assessment_after_dislysis"
155
+          width="140"
156
+          align="center"
157
+          label="实际超滤量"
158
+        >
159
+          <template slot-scope="scope"
160
+            ><span
161
+              >{{
162
+                scope.row.assessment_after_dislysis.actual_ultrafiltration
163
+              }}</span
164
+            ></template
165
+          >
166
+        </el-table-column>
167
+
168
+        <el-table-column
169
+          prop="type"
170
+          width="200"
171
+          align="center"
172
+          label="抗凝剂种类 首剂/维持/总量"
173
+        >
174
+          <template slot-scope="scope">
175
+            <span>{{ setAnticoagulantsConfit(scope.row.prescription) }}</span>
176
+          </template>
177
+        </el-table-column>
178
+        <el-table-column
179
+          prop="nurse"
180
+          width="90"
181
+          align="center"
182
+          label="治疗护士"
183
+        >
184
+          <template slot-scope="scope"
185
+            ><span>{{
186
+            scope.row.role.user_name
187
+            }}</span></template
188
+          >
189
+        </el-table-column>
190
+        <el-table-column
191
+          prop="doctor"
192
+          width="90"
193
+          align="center"
194
+          label="治疗医生"
195
+        >
196
+          <template slot-scope="scope"
197
+            ><span>{{
198
+              scope.row.prescription.role.user_name
199
+            }}</span></template
200
+          >
201
+        </el-table-column>
202
+      </el-table>
203
+      <el-pagination
204
+        align="right"
205
+        @size-change="handleSizeChange"
206
+        @current-change="handleCurrentChange"
207
+        :current-page="queryParams.page"
208
+        :page-sizes="[10, 20, 50, 100]"
209
+        :page-size="10"
210
+        background
211
+        style="margin-top:20px;"
212
+        layout="total, sizes, prev, pager, next, jumper"
213
+        :total="total"
214
+      >
215
+      </el-pagination>
216
+    </div>
217
+     <!-- 透析记录弹窗 -->
218
+     <div>
219
+      <el-drawer
220
+        title="我是标题"
221
+        :visible.sync="drawer"
222
+        :with-header="false"
223
+        :modal-append-to-body="false"
224
+        size="70%"
225
+        >
226
+        <div>
227
+          <!-- <div style="margin-left:60px;color:#34495e">
228
+            <span>{{ patient.name }}({{ patient.dialysis_no }})</span>
229
+            <span v-if="newTime != ''">&nbsp;&nbsp;|&nbsp;&nbsp;</span>
230
+            <span v-if="newTime != ''">签到时间:{{ newTime }}</span>
231
+          </div> -->
232
+
233
+
234
+          <dialysisIndextwo :record_date="dialysis_date" :patientid='patient_id' :dialysisShow="dialysisShow" :dialysis_date="dialysis_date"></dialysisIndextwo>
235
+        </div>
236
+
237
+      </el-drawer>
238
+    </div>
239
+  </div>
240
+</template>
241
+
242
+<script>
243
+import { getPatientDialysisRecords } from "@/api/patient";
244
+import dialysisIndextwo from './dialysisIndextwo'
245
+import { parseTime } from '@/utils'
246
+export default{
247
+  props:{
248
+    // history_id:Number
249
+    patientid:Number
250
+  },
251
+  components:{
252
+    dialysisIndextwo
253
+  },
254
+  data(){
255
+    return{
256
+      orgname: "",
257
+      currentPatient: {},
258
+      patientID: 0,
259
+      total: 0,
260
+      queryParams: {
261
+        // date: "",
262
+        mode_id: "",
263
+        start_time: "",
264
+        end_time: "",
265
+        page: 1,
266
+        patient_id: 0,
267
+        limit: 10
268
+      },
269
+      recordData: [],
270
+      dateOptions: [
271
+        { value: "0", label: "本月" },
272
+        { value: "1", label: "本年" }
273
+      ],
274
+      modeOptions: [],
275
+      anticoagulantsConfit: [],
276
+      blood_filters: [],
277
+      perfusion_apparatus: [],
278
+      hemodialysis_machines: [],
279
+      doctorOptions: [],
280
+      nurseOptions: [],
281
+      vascularAccess: [],
282
+      vascularAccessDesc: [],
283
+      drawer:false,
284
+
285
+      patient_id:'',
286
+      dialysis_date:0,
287
+      dialysisShow:false,
288
+
289
+      newTime:'',
290
+    }
291
+  },
292
+  methods:{
293
+    changeSearch(){
294
+
295
+    },
296
+    exportList(){
297
+
298
+    },
299
+    printThisInfo(){
300
+
301
+    },
302
+    rowclick(event){
303
+      this.patient_id = event.patient_id
304
+      this.dialysis_date = parseTime(event.dialysis_date, '{y}-{m}-{d}')
305
+      this.drawer =true
306
+      this.dialysisShow =true
307
+    },
308
+    clickCurrent(){
309
+
310
+    },
311
+    getPatientDialysisRecords() {
312
+      console.log("prams",this.queryParams)
313
+      getPatientDialysisRecords(this.queryParams).then(response => {
314
+        if (response.data.state == 1) {
315
+          this.total = response.data.data.total;
316
+          this.recordData = response.data.data.records;
317
+          console.log("郭23232323232232323",this.recordData)
318
+        }
319
+      });
320
+    },
321
+    handleSizeChange(val) {
322
+      this.queryParams.limit = val;
323
+      this.getPatientDialysisRecords();
324
+    },
325
+    handleCurrentChange(val) {
326
+      this.queryParams.page = val;
327
+      this.getPatientDialysisRecords();
328
+    },
329
+    scheduleType(schedule_type) {
330
+      var typeName = "未知";
331
+      switch (schedule_type) {
332
+        case 1:
333
+          typeName = "上午";
334
+          break;
335
+        case 2:
336
+          typeName = "下午";
337
+          break;
338
+        case 3:
339
+          typeName = "晚上";
340
+          break;
341
+        default:
342
+          break;
343
+      }
344
+      return typeName;
345
+    },
346
+    modeName(mode_id) {
347
+      return typeof this.modeOptions[mode_id] !== "undefined" &&
348
+        typeof this.modeOptions[mode_id].name !== "undefined"
349
+        ? this.modeOptions[mode_id].name
350
+        : "";
351
+    },
352
+    getTime(record){
353
+      if(record != null&&record.id > 0) {
354
+        let actual_treatment_hour = 0
355
+        let actual_treatment_minute = 0
356
+        actual_treatment_hour = parseFloat(record.actual_treatment_hour)
357
+        actual_treatment_minute = parseFloat(record.actual_treatment_minute) / 60
358
+        return (actual_treatment_hour + actual_treatment_minute).toFixed(2)
359
+      }
360
+    },
361
+    setAnticoagulantsConfit(prescription) {
362
+      if (
363
+        typeof this.anticoagulantsConfit[prescription.anticoagulant] ===
364
+        "undefined"
365
+      ) {
366
+        return "";
367
+      } else {
368
+        if (this.anticoagulantsConfit[prescription.anticoagulant].shouji != 1) {
369
+          return this.anticoagulantsConfit[prescription.anticoagulant].name;
370
+        } else {
371
+          return (
372
+            this.anticoagulantsConfit[prescription.anticoagulant].name +
373
+            "/" +
374
+            prescription.anticoagulant_shouji +
375
+            "/" +
376
+            prescription.anticoagulant_weichi +
377
+            "/" +
378
+            prescription.anticoagulant_zongliang
379
+          );
380
+        }
381
+      }
382
+    },
383
+  },
384
+  created(){
385
+    this.modeOptions = this.$store.getters.treatment_mode;
386
+    this.queryParams.patient_id = this.patientid
387
+    this.getPatientDialysisRecords()
388
+
389
+  },
390
+
391
+}
392
+</script>

+ 6 - 1
src/xt_pages/outpatientDoctorStation/components/prescriptionTable.vue Dosyayı Görüntüle

@@ -143,7 +143,11 @@
143 143
                   :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row>
144 144
             <el-table-column align="center" type="index" width="40" label="序号" fixed></el-table-column>
145 145
             <el-table-column align="center" prop="project_name" label="名称" fixed>
146
-                <template slot-scope="scope"><span :title="scope.row.project_name">{{ scope.row.project_name }}</span>
146
+                <template slot-scope="scope">
147
+                  <span :title="scope.row.project_name" v-if="org_id != 10206">{{ scope.row.project_name }}</span>
148
+                  <span  v-if="org_id == 10206&&scope.row.type==3">{{ scope.row.project_name }}{{scope.row.good_info.specification_name}}{{scope.row.good_info.good_number}}</span>
149
+                  <span v-if="org_id == 1026&&scope.row.type==2">{{ scope.row.project_name }}</span>
150
+
147 151
                 </template>
148 152
             </el-table-column>
149 153
             <el-table-column align="center" prop="statistical_classification" width="100" label="组">
@@ -266,6 +270,7 @@
266 270
 
267 271
     data() {
268 272
       return {
273
+        org_id:this.$store.getters.xt_user.org_id,
269 274
         advices: [],
270 275
         tableData: [],
271 276
         newoptions: [{

+ 17 - 9
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Dosyayı Görüntüle

@@ -109,12 +109,13 @@
109 109
                    style="position: fixed;width: calc(100% - 490px);background:#fff;">
110 110
             <el-tab-pane label="电子处方" name="电子处方"></el-tab-pane>
111 111
             <el-tab-pane label="透析记录" name="透析记录">
112
-
113 112
             </el-tab-pane>
114 113
             <el-tab-pane label="电子病历" name="电子病历"></el-tab-pane>
114
+            <el-tab-pane label="透析历史" name="透析历史"></el-tab-pane>
115 115
 
116 116
           </el-tabs>
117 117
           <div class="mainCell fixedCell" style="float:right" v-if="titleType == '电子处方'">
118
+            <el-button v-if="org_id == 10206" size="small" ref="button_three" @click="open_four()" type="primary">刷新库存</el-button>
118 119
             <el-button size="small" ref="button_one" @click="open(1)" type="primary"
119 120
                        v-loading="saveLoading">保存
120 121
             </el-button>
@@ -190,6 +191,7 @@
190 191
         <dialysis-index v-if="titleType == '透析记录'" :record_date="record_date" :patientid='patientid'
191 192
                         :dialysisShow="dialysisShow"></dialysis-index>
192 193
 
194
+        <dialysishistory v-if="titleType == '透析历史'" :patientid='patientid'></dialysishistory>  
193 195
       </div>
194 196
 
195 197
     </div>
@@ -531,6 +533,7 @@ import treatPrint from './treatPrint'
531 533
 import recordPrint from './recordPrint'
532 534
 import checkPrint from './checkPrint'
533 535
 import dialysisIndex from './components/dialysisIndex'
536
+import dialysishistory from './components/dialysishistory'
534 537
 import { getInitPrintDataOne } from '@/api/dialysis_record'
535 538
 import axios from 'axios'
536 539
 
@@ -547,7 +550,8 @@ export default {
547 550
     treatPrint,
548 551
     recordPrint,
549 552
     checkPrint,
550
-    dialysisIndex
553
+    dialysisIndex,
554
+    dialysishistory
551 555
   },
552 556
   data() {
553 557
     return {
@@ -641,6 +645,10 @@ export default {
641 645
   },
642 646
 
643 647
   methods: {
648
+    open_four(){
649
+      this.$refs.prescriptions.getZuobiaoGoodStock()
650
+      this.$refs.prescriptions.getZuobiaoDrugStock()
651
+    },
644 652
     getSunziValue(val) {
645 653
       //  this.drugs=[]
646 654
       this.getInitData()
@@ -2086,7 +2094,7 @@ export default {
2086 2094
             }
2087 2095
           }
2088 2096
           console.log('~~~~~00000222222', this.prescriptions)
2089
-          this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2097
+          // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2090 2098
         }
2091 2099
       })
2092 2100
 
@@ -2706,7 +2714,7 @@ export default {
2706 2714
                     //   }
2707 2715
                   }
2708 2716
                 }
2709
-                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2717
+                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
2710 2718
                 this.$refs.child.watchSign = 0
2711 2719
               }
2712 2720
             })
@@ -3241,7 +3249,7 @@ export default {
3241 3249
                     // }
3242 3250
                   }
3243 3251
                 }
3244
-                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3252
+                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3245 3253
                 this.$refs.child.watchSign = 0
3246 3254
               }
3247 3255
             })
@@ -3764,14 +3772,14 @@ export default {
3764 3772
                   // }
3765 3773
                 }
3766 3774
               }
3767
-              this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3775
+              // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
3768 3776
               this.$refs.child.watchSign = 0
3769 3777
             }
3770 3778
           })
3771 3779
           this.$refs.child.watchSign = 0
3772 3780
         }
3773 3781
       } else {
3774
-
3782
+        this.patientid = val.id
3775 3783
         var nowDate = new Date()
3776 3784
         var nowYear = nowDate.getFullYear()
3777 3785
         var nowMonth = nowDate.getMonth() + 1
@@ -4429,7 +4437,7 @@ export default {
4429 4437
                     // }
4430 4438
                   }
4431 4439
                 }
4432
-                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
4440
+                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
4433 4441
               }
4434 4442
             })
4435 4443
 
@@ -5000,7 +5008,7 @@ export default {
5000 5008
 
5001 5009
                   }
5002 5010
                 }
5003
-                this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
5011
+                // this.$refs.prescriptions.setData(this.prescriptions, this.info, this.admin_info, this.doctors, this.department, this.hisPatientInfo, this.month_prescriptions, this.last_info, this.sick, this.diagnosis, this.patient_diagnoses)
5004 5012
               }
5005 5013
             })
5006 5014
           } else {

+ 62 - 62
src/xt_pages/user/components/PatientSidebar.vue Dosyayı Görüntüle

@@ -203,68 +203,68 @@ export default {
203 203
             },
204 204
           ]
205 205
         },
206
-        // {
207
-        //   name: '5',
208
-        //   label: '评估工具',
209
-        //   children: [
210
-        //     {
211
-        //       name: '5-1',
212
-        //       label: '跌倒评估'
213
-        //     },
214
-        //     {
215
-        //       name: '5-2',
216
-        //       label: '小儿跌倒风险评估'
217
-        //     },
218
-        //     {
219
-        //       name: '5-3',
220
-        //       label: '压疮风险评估'
221
-        //     },
222
-        //     {
223
-        //       name: '5-4',
224
-        //       label: 'OH压疮评估'
225
-        //     },
226
-        //     {
227
-        //       name: '5-5',
228
-        //       label: '日常生活能力评估'
229
-        //     },
230
-        //     {
231
-        //       name: '5-6',
232
-        //       label: '导管脱落风险评估'
233
-        //     },
234
-        //     {
235
-        //       name: '5-7',
236
-        //       label: 'RASS及疼痛评估'
237
-        //     },
238
-        //     {
239
-        //       name: '5-8',
240
-        //       label: '营养状况评估'
241
-        //     },
242
-        //     {
243
-        //       name: '5-9',
244
-        //       label: '约束告知单'
245
-        //     },
246
-        //     {
247
-        //       name: '5-10',
248
-        //       label: '心理评估'
249
-        //     },
250
-        //     {
251
-        //       name: '5-11',
252
-        //       label: '瘙痒评估'
253
-        //     },
254
-        //     {
255
-        //       name: '5-12',
256
-        //       label: '血液透析患者评估'
257
-        //     },
258
-        //     {
259
-        //       name: '5-13',
260
-        //       label: 'Glasgow昏迷评分量表'
261
-        //     },
262
-        //     {
263
-        //       name: '5-14',
264
-        //       label: '肌力评估表'
265
-        //     },
266
-        //   ]
267
-        // },
206
+        {
207
+          name: '5',
208
+          label: '评估工具',
209
+          children: [
210
+            {
211
+              name: '5-1',
212
+              label: '跌倒评估'
213
+            },
214
+            {
215
+              name: '5-2',
216
+              label: '小儿跌倒风险评估'
217
+            },
218
+            {
219
+              name: '5-3',
220
+              label: '压疮风险评估'
221
+            },
222
+            {
223
+              name: '5-4',
224
+              label: 'OH压疮评估'
225
+            },
226
+            {
227
+              name: '5-5',
228
+              label: '日常生活能力评估'
229
+            },
230
+            {
231
+              name: '5-6',
232
+              label: '导管脱落风险评估'
233
+            },
234
+            {
235
+              name: '5-7',
236
+              label: 'RASS及疼痛评估'
237
+            },
238
+            {
239
+              name: '5-8',
240
+              label: '营养状况评估'
241
+            },
242
+            {
243
+              name: '5-9',
244
+              label: '约束告知单'
245
+            },
246
+            {
247
+              name: '5-10',
248
+              label: '心理评估'
249
+            },
250
+            {
251
+              name: '5-11',
252
+              label: '瘙痒评估'
253
+            },
254
+            {
255
+              name: '5-12',
256
+              label: '血液透析患者评估'
257
+            },
258
+            {
259
+              name: '5-13',
260
+              label: 'Glasgow昏迷评分量表'
261
+            },
262
+            {
263
+              name: '5-14',
264
+              label: '肌力评估表'
265
+            },
266
+          ]
267
+        },
268 268
         {
269 269
           name: '6',
270 270
           label: '文书管理',

+ 96 - 19
src/xt_pages/user/dialysisRecord.vue Dosyayı Görüntüle

@@ -7,8 +7,7 @@
7 7
     ></patient-sidebar>
8 8
     <div class="patient-app-container app-container">
9 9
       <div style="clearfix">
10
-      
11
-      
10
+
12 11
         <el-button
13 12
           style="float:right;"
14 13
           size="small"
@@ -25,7 +24,7 @@
25 24
           type="primary"
26 25
           >导出</el-button
27 26
         >
28
-        
27
+
29 28
         <el-form ref="form" :model="queryParams" label-width="80px">
30 29
           <!-- <el-form-item label="患者时间 : " >
31 30
               <el-select v-model="form.date"   >
@@ -92,6 +91,7 @@
92 91
           :data="recordData"
93 92
           border
94 93
           style="width: 100%"
94
+          @row-click="rowclick"
95 95
           @current-change="clickCurrent"
96 96
         >
97 97
           <el-table-column
@@ -158,7 +158,7 @@
158 158
              <template slot-scope="scope">
159 159
                  {{ scope.row.prescription.dialyzer_perfusion_apparatus }}
160 160
                  {{ scope.row.prescription.dialysis_dialyszers }}
161
-              <span v-if="scope.row.prescription.dialysis_irrigation!=''">/{{ scope.row.prescription.dialysis_irrigation }}</span>    
161
+              <span v-if="scope.row.prescription.dialysis_irrigation!=''">/{{ scope.row.prescription.dialysis_irrigation }}</span>
162 162
              </template>
163 163
           </el-table-column>
164 164
 
@@ -369,7 +369,7 @@
369 369
                 <td>
370 370
                    <span v-if="item.prescription.dialyzer_perfusion_apparatus"></span>
371 371
                    <span v-if="item.prescription.dialysis_dialyszers!=''">{{ item.prescription.dialysis_dialyszers }} </span>
372
-                   <span v-if="item.prescription.dialysis_irrigation!=''">/{{ item.prescription.dialysis_irrigation }} </span> 
372
+                   <span v-if="item.prescription.dialysis_irrigation!=''">/{{ item.prescription.dialysis_irrigation }} </span>
373 373
                 </td>
374 374
                 <td>{{ item.predialysis_evaluation.dry_weight }}</td>
375 375
                 <td>{{ item.predialysis_evaluation.weight_before }}</td>
@@ -401,13 +401,38 @@
401 401
 
402 402
       </div>
403 403
     </div>
404
+    <!-- 透析记录弹窗 -->
405
+    <div>
406
+      <el-drawer
407
+        title="我是标题"
408
+        :visible.sync="drawer"
409
+        :with-header="false"
410
+        :modal-append-to-body="false"
411
+        size="70%"
412
+        >
413
+        <div>
414
+          <!-- <div style="margin-left:60px;color:#34495e">
415
+            <span>{{ patient.name }}({{ patient.dialysis_no }})</span>
416
+            <span v-if="newTime != ''">&nbsp;&nbsp;|&nbsp;&nbsp;</span>
417
+            <span v-if="newTime != ''">签到时间:{{ newTime }}</span>
418
+          </div> -->
419
+
420
+
421
+          <dialysisIndextwo :record_date="dialysis_date" :patientid='patient_id' :dialysisShow="dialysisShow" :dialysis_date="dialysis_date"></dialysisIndextwo>
422
+        </div>
423
+
424
+      </el-drawer>
425
+    </div>
404 426
   </div>
405 427
 </template>
406 428
 <script>
407 429
 import PatientSidebar from "./components/PatientSidebar";
408 430
 import { getPatientDialysisRecords } from "@/api/patient";
431
+import {getDialysisScheduleDetail,getLongAdviceTwo} from '@/api/dialysis_record'
409 432
 import { uParseTime } from "@/utils/tools";
433
+import { parseTime } from '@/utils'
410 434
 import { fetchAllDoctorAndNurse } from "@/api/doctor";
435
+import dialysisIndextwo from '../outpatientDoctorStation/components/dialysisIndextwo'
411 436
 import print from "print-js";
412 437
 
413 438
 export default {
@@ -440,15 +465,24 @@ export default {
440 465
       doctorOptions: [],
441 466
       nurseOptions: [],
442 467
       vascularAccess: [],
443
-      vascularAccessDesc: []
468
+      vascularAccessDesc: [],
469
+      drawer:false,
470
+
471
+      patient_id:'',
472
+      dialysis_date:0,
473
+      dialysisShow:false,
474
+
475
+      newTime:'',
476
+
444 477
     };
445 478
   },
446 479
   components: {
447
-    PatientSidebar
480
+    PatientSidebar,
481
+    dialysisIndextwo
448 482
   },
449 483
   methods: {
450 484
     getTime(record){
451
-     
485
+
452 486
       if(record != null&&record.id > 0) {
453 487
         let actual_treatment_hour = 0
454 488
         let actual_treatment_minute = 0
@@ -648,10 +682,16 @@ export default {
648 682
       }, 1);
649 683
     },
650 684
     clickCurrent(val) {
651
-      this.$router.push({
652
-        path: "/dialysis/details",
653
-        query: { patient_id: val.patient_id, date: val.dialysis_date }
654
-      });
685
+      this.patient_id = val.patient_id
686
+      this.dialysis_date = val.dialysis_date
687
+    },
688
+    rowclick(event){
689
+
690
+      console.log('kkkkkkk',event);
691
+      this.patient_id = event.patient_id
692
+      this.dialysis_date = parseTime(event.dialysis_date, '{y}-{m}-{d}')
693
+      this.drawer =true
694
+      this.dialysisShow =true
655 695
     },
656 696
     exportList(){
657 697
       import('@/vendor/Export2Excel').then(excel => {
@@ -665,7 +705,7 @@ export default {
665 705
             this.recordData[i].AnticoagulantsConfit = this.setAnticoagulantsConfit(this.recordData[i].prescription)
666 706
             this.recordData[i].nurse_name = this.recordData[i].role.user_name
667 707
             this.recordData[i].doc_name = this.recordData[i].prescription.role.user_name
668
-       
708
+
669 709
             this.recordData[i].bed_number = this.recordData[i].partition_name + "-" + this.recordData[i].device.number
670 710
             this.recordData[i].dialysis_duration_hour = this.getTime(this.recordData[i].assessment_after_dislysis)
671 711
             this.recordData[i].dry_weight = this.recordData[i].predialysis_evaluation.dry_weight
@@ -682,10 +722,10 @@ export default {
682 722
             this.recordData[i].patient_name = this.currentPatient.name
683 723
           }
684 724
          }
685
-         
725
+
686 726
          const tHeader = ['姓名','透析日期','班次', '分区机号', '透析模式','透析时长','干体重(kg)','透前体重(kg)','透后体重(kg)','透前血压(mmHg)','透后血压(mmHg)','目标超滤量','抗凝剂 首剂/维持/总量','透析器型号','治疗护士','治疗医生']
687 727
          const filterVal = ['patient_name','dialysis_date_one','bed_class', 'bed_number', 'mode_name','dialysis_duration_hour','dry_weight','weight_before','weight_after','befor_pressure','after_pressure','target_ultrafiltration','AnticoagulantsConfit','dialyzer_perfusion_apparatus','nurse_name','doc_name']
688
-        
728
+
689 729
          const data = this.formatJson(filterVal, this.recordData)
690 730
          excel.export_json_to_excel({
691 731
            header: tHeader,
@@ -693,10 +733,11 @@ export default {
693 733
            filename: '透析记录'
694 734
          })
695 735
         })
696
-      },
697
-      formatJson(filterVal, jsonData) {
698
-        return jsonData.map(v => filterVal.map(j => v[j]));
699
-      },
736
+    },
737
+    formatJson(filterVal, jsonData) {
738
+      return jsonData.map(v => filterVal.map(j => v[j]));
739
+    },
740
+
700 741
   },
701 742
   created() {
702 743
     const id = this.$route.params && this.$route.params.id;
@@ -720,11 +761,47 @@ export default {
720 761
 
721 762
     var xtuser = this.$store.getters.xt_user;
722 763
     this.orgname = xtuser.org.org_name;
764
+
723 765
   },mounted(){
724 766
 
725 767
     this.fetchAllDoctorAndNurse();
726 768
     this.getPatientDialysisRecords();
727 769
 
770
+  },
771
+  computed:{
772
+    steps: function() {
773
+      var steps = [
774
+        { title: '透析处方', finish: false },
775
+        { title: '接诊评估', finish: false },
776
+        { title: '透前评估', finish: false },
777
+        { title: '临时医嘱', finish: false },
778
+        { title: '双人核对', finish: false },
779
+        { title: '透析上机', finish: false },
780
+        { title: '透析监测', finish: false },
781
+        { title: '透析下机', finish: false },
782
+        { title: '透后评估', finish: false },
783
+        { title: '治疗小结', finish: false }
784
+      ]
785
+      steps[0].finish = this.prescription.id && this.prescription.creater > 0
786
+      steps[1].finish = this.receiver_treatment_access.id > 0
787
+      // steps[2].finish =this.predialysis_evaluation.id > 0 && this.predialysis_evaluation.creater > 0
788
+      steps[2].finish =this.predialysis_evaluation.id > 0
789
+      steps[3].finish = this.doctor_advices.length > 0
790
+      steps[5].finish = this.dialysis_order.id > 0
791
+      steps[7].finish =
792
+        this.dialysis_order.id > 0 && this.dialysis_order.stage == 2
793
+
794
+      steps[4].finish =
795
+        this.double_check.id > 0 &&
796
+        this.double_check.creater > 0 &&
797
+        this.double_check.modifier > 0
798
+      steps[6].finish = this.monitor_records.length > 0
799
+      // steps[8].finish = this.assessment_after_dislysis.id > 0 && this.assessment_after_dislysis.creater > 0
800
+      steps[8].finish = this.assessment_after_dislysis.id > 0
801
+      steps[9].finish = this.treatment_summary.id > 0
802
+
803
+      return steps
804
+    },
728 805
   }
729 806
 };
730 807
 </script>

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1406 - 0
src/xt_pages/user/dialysisRecordtwo.vue


+ 4 - 8
src/xt_pages/workforce/appointment.vue Dosyayı Görüntüle

@@ -69,20 +69,19 @@
69 69
       <div style="display:flex;align-items:center">
70 70
         <el-button type="primary" size="small" icon="el-icon-printer" @click="printScheduleAction" v-if="activeName !='historyWeek'">打印排班</el-button>
71 71
         <el-button type="primary" size="small" icon="el-icon-printer" @click="printScheduleActionOne" v-if="activeName == 'historyWeek'">打印排班</el-button>
72
-        <schedule-upload-excel style="margin-right:10px;" :on-success='handleSuccess'></schedule-upload-excel>
72
+        <!-- <schedule-upload-excel style="margin-right:10px;" :on-success='handleSuccess' v-if="is_edit"></schedule-upload-excel> -->
73 73
         <!-- <el-button @click="printTable" type="primary" size="small">打印排班</el-button> -->
74 74
         <el-button v-if="isShow()" type="primary" size="small" @click="export_file()" :loading="downloadLoading">
75 75
           导出排班
76 76
         </el-button>
77
-      
78
-        <el-button
77
+        <!-- <el-button
79 78
             @click="generateLog()"
80 79
             class="filter-item"
81 80
             type="primary"
82
-           
81
+            v-if="is_edit"
83 82
             size="small"
84 83
         >下载日志
85
-        </el-button>
84
+        </el-button> -->
86 85
         <el-button type="primary" size="small" icon="el-icon-setting" @click="setScheduleTemplateAction">排班模板
87 86
         </el-button>
88 87
         <!-- <el-button type="primary" size="small" @click="copySchedule" v-if="is_edit">复制排班</el-button>
@@ -839,9 +838,6 @@ export default {
839 838
 
840 839
           })
841 840
 
842
-          console.log("tablelist020200220",this.tableList)
843
-          
844
-          
845 841
           const filename = '排班模版'
846 842
 
847 843
 

+ 2 - 3
src/xt_pages/workforce/components/ScheduleItem.vue Dosyayı Görüntüle

@@ -2,10 +2,9 @@
2 2
   <!-- 排班表填充内容 -->
3 3
     <div >
4 4
 
5
-      <div>
6
-          <span :class='modeColor(scheduleDetail.mode_name)'>{{scheduleDetail.patient}}</span>
5
+      <div >
6
+          <span :class='modeColor(scheduleDetail.mode_name)'>{{scheduleDetail.patient}}</span><br/>         
7 7
           <template v-if="schedulMode">
8
-            <br/>
9 8
             <span v-if="scheduleDetail.mode_name.length>0"  :class='modeColor(scheduleDetail.mode_name)' >{{'('+scheduleDetail.mode_name+')'}}</span>
10 9
           </template>
11 10
           <template v-if="schedulFlag">

+ 77 - 53
src/xt_pages/workforce/components/editTableData.vue Dosyayı Görüntüle

@@ -54,11 +54,11 @@
54 54
           <el-table
55 55
               :row-style="{ color: '#303133' }"
56 56
               :header-cell-style="{
57
-            backgroundColor: 'rgb(245, 247, 250)',
58
-            color: '#606266',
59
-          }"
57
+                backgroundColor: 'rgb(245, 247, 250)',
58
+                color: '#606266',
59
+              }"
60 60
               :data="patientList"
61
-              height="550"
61
+              height='600'
62 62
               border
63 63
               @row-click="patientClick"
64 64
               :cell-class-name="patientClass"
@@ -84,11 +84,11 @@
84 84
           <el-table
85 85
               :row-style="{ color: '#303133' }"
86 86
               :header-cell-style="{
87
-            backgroundColor: 'rgb(245, 247, 250)',
88
-            color: '#606266',
89
-          }"
87
+                backgroundColor: 'rgb(245, 247, 250)',
88
+                color: '#606266',
89
+              }"
90 90
               :data="modes"
91
-              height="550"
91
+              height="600"
92 92
               :cell-class-name="dialysis_patient"
93 93
               ref="mode_table"
94 94
               @row-click="modeClick"
@@ -133,6 +133,13 @@
133 133
           >
134 134
           </el-option>
135 135
         </el-select>
136
+        <!-- 显示透析模式开关 -->
137
+        <el-switch
138
+          v-model="modename_value"
139
+          :active-value=true
140
+          active-text="显示透析模式"
141
+          @change="switchMode(modename_value)">
142
+        </el-switch>
136 143
         <!-- 编辑排班表格 -->
137 144
         <el-table
138 145
             :row-style="{ color: '#303133' }"
@@ -152,11 +159,11 @@
152 159
             :row-class-name="tableRowClassName"
153 160
             show-summary
154 161
             sum-text="总数"
155
-            :height="tableContainHeight"
162
+            height="calc(100% - 50px)"
156 163
             ref="table"
157 164
             style="table-layout: fixed;"
158 165
         >
159
-        <!-- :cell-style ='cellstyle' -->
166
+        <!-- :cell-style ='cellstyle' :height="tableContainHeight" calc(100% - 50px) 600-->
160 167
           <el-table-column
161 168
               prop="area"
162 169
               label="分区"
@@ -217,7 +224,8 @@
217 224
                         scope.row.index,
218 225
                         scope.row.Mon_M,
219 226
                         scope.row
220
-                      )" >
227
+                      )"
228
+                      :schedulMode="modename_value">
221 229
                   </schedule-item>
222 230
                 </div>
223 231
               </template>
@@ -247,24 +255,25 @@
247 255
                     @dragover="allowDrop"
248 256
                     @dragover.prevent
249 257
                 >
250
-                  <schedule-item
251
-                      :schedule-detail="scope.row.Mon_A"
252
-                      :draggable="isEditForDate('Mon_A')&&scope.row.Mon_A ? 'true' : 'false'"
253
-                      class="contitem"
254
-                      :style="{
255
-                      cursor: scope.row.Mon_A ? 'move' : 'default',
256
-                    }"
257
-                      @mouseover.native="
258
-                      drag(
259
-                        $event,
260
-                        'Mon_A',
261
-                        scope.row.index,
262
-                        scope.row.Mon_A,
263
-                        scope.row
264
-                      )"
265
-                  >
258
+                    <schedule-item
259
+                        :schedule-detail="scope.row.Mon_A"
260
+                        :draggable="isEditForDate('Mon_A')&&scope.row.Mon_A ? 'true' : 'false'"
261
+                        class="contitem"
262
+                        :style="{
263
+                        cursor: scope.row.Mon_A ? 'move' : 'default',
264
+                      }"
265
+                        @mouseover.native="
266
+                        drag(
267
+                          $event,
268
+                          'Mon_A',
269
+                          scope.row.index,
270
+                          scope.row.Mon_A,
271
+                          scope.row
272
+                        )"
273
+                        :schedulMode="modename_value"
274
+                    >
266 275
                   <!--   -->
267
-                </schedule-item>
276
+                    </schedule-item>
268 277
                 </div>
269 278
               </template>
270 279
             </el-table-column>
@@ -307,6 +316,7 @@
307 316
                         scope.row.Mon_N,
308 317
                         scope.row
309 318
                       )"
319
+                      :schedulMode="modename_value"
310 320
                   >
311 321
                   <!--  -->
312 322
                 </schedule-item>
@@ -316,7 +326,6 @@
316 326
           </el-table-column>
317 327
           <el-table-column
318 328
               :label="'周二 (' + weekTitle[1] + ')'"
319
-
320 329
               v-if="isShowTwo"
321 330
               align="center"
322 331
           >
@@ -358,8 +367,8 @@
358 367
                         scope.row.index,
359 368
                         scope.row.Tue_M,
360 369
                         scope.row
361
-                      )
362
-                    "
370
+                      )"
371
+                      :schedulMode="modename_value"
363 372
                   >
364 373
                   </schedule-item>
365 374
                 </div>
@@ -405,6 +414,7 @@
405 414
                         scope.row
406 415
                       )
407 416
                     "
417
+                    :schedulMode="modename_value"
408 418
                   ></schedule-item>
409 419
                 </div>
410 420
               </template>
@@ -449,6 +459,7 @@
449 459
                         scope.row
450 460
                       )
451 461
                     "
462
+                    :schedulMode="modename_value"
452 463
                   ></schedule-item>
453 464
                 </div>
454 465
               </template>
@@ -456,7 +467,6 @@
456 467
           </el-table-column>
457 468
           <el-table-column
458 469
               :label="'周三 (' + weekTitle[2] + ')'"
459
-
460 470
               v-if="isShowThree"
461 471
               align="center"
462 472
           >
@@ -485,6 +495,7 @@
485 495
                     @dragover="allowDrop"
486 496
                 >
487 497
                   <schedule-item
498
+                      :schedulMode="modename_value"
488 499
                       :schedule-detail="scope.row.Wed_M"
489 500
                       :draggable="isEditForDate('Wed_M')&&scope.row.Wed_M ? 'true' : 'false'"
490 501
                       class="contitem"
@@ -500,6 +511,7 @@
500 511
                         scope.row
501 512
                       )
502 513
                     "
514
+                    
503 515
                   ></schedule-item>
504 516
                 </div>
505 517
               </template>
@@ -544,6 +556,7 @@
544 556
                         scope.row
545 557
                       )
546 558
                     "
559
+                    :schedulMode="modename_value"
547 560
                   ></schedule-item>
548 561
                 </div>
549 562
               </template>
@@ -588,6 +601,7 @@
588 601
                         scope.row
589 602
                       )
590 603
                     "
604
+                    :schedulMode="modename_value"
591 605
                   ></schedule-item>
592 606
                 </div>
593 607
               </template>
@@ -639,6 +653,7 @@
639 653
                         scope.row
640 654
                       )
641 655
                     "
656
+                    :schedulMode="modename_value"
642 657
                   ></schedule-item>
643 658
                 </div>
644 659
               </template>
@@ -689,6 +704,7 @@
689 704
 
690 705
                       )
691 706
                     "
707
+                    :schedulMode="modename_value"
692 708
                   ></schedule-item>
693 709
                 </div>
694 710
               </template>
@@ -738,6 +754,7 @@
738 754
                            scope.row
739 755
                       )
740 756
                     "
757
+                    :schedulMode="modename_value"
741 758
                   ></schedule-item>
742 759
                 </div>
743 760
               </template>
@@ -785,9 +802,8 @@
785 802
                         scope.row
786 803
                       )
787 804
                     "
788
-                  >
789
-                   <!-- -->
790
-                  </schedule-item>
805
+                    :schedulMode="modename_value"
806
+                  ></schedule-item>
791 807
                 </div>
792 808
               </template>
793 809
             </el-table-column>
@@ -825,9 +841,8 @@
825 841
                         scope.row
826 842
                       )
827 843
                     "
828
-                  >
829
-                  <!--  -->
830
-                  </schedule-item>
844
+                    :schedulMode="modename_value"
845
+                  ></schedule-item>
831 846
                 </div>
832 847
               </template>
833 848
             </el-table-column>
@@ -869,6 +884,7 @@
869 884
                         scope.row
870 885
                       )
871 886
                     "
887
+                    :schedulMode="modename_value"
872 888
                   >
873 889
                   </schedule-item
874 890
                   >
@@ -920,9 +936,9 @@
920 936
                         scope.row
921 937
                       )
922 938
                     "
939
+                    :schedulMode="modename_value"
923 940
                   >
924
-                    </schedule-item
925
-                  >
941
+                  </schedule-item>
926 942
                 </div>
927 943
               </template>
928 944
             </el-table-column>
@@ -964,9 +980,9 @@
964 980
                         scope.row
965 981
                       )
966 982
                     "
983
+                    :schedulMode="modename_value"
967 984
                   >
968
-                    </schedule-item
969
-                  >
985
+                    </schedule-item>
970 986
                 </div>
971 987
               </template>
972 988
             </el-table-column>
@@ -1008,9 +1024,8 @@
1008 1024
                         scope.row
1009 1025
                       )
1010 1026
                     "
1011
-                  >
1012
-                  <!--  -->
1013
-                    </schedule-item>
1027
+                    :schedulMode="modename_value"
1028
+                  ></schedule-item>
1014 1029
                 </div>
1015 1030
               </template>
1016 1031
             </el-table-column>
@@ -1062,9 +1077,10 @@
1062 1077
                         scope.row.index,
1063 1078
                         scope.row.Sun_M,
1064 1079
                         scope.row
1065
-                      )">
1066
-                    </schedule-item
1080
+                      )"
1081
+                      :schedulMode="modename_value"
1067 1082
                   >
1083
+                  </schedule-item>
1068 1084
                 </div>
1069 1085
               </template>
1070 1086
             </el-table-column>
@@ -1111,6 +1127,7 @@
1111 1127
                         scope.row
1112 1128
                       )
1113 1129
                     "
1130
+                    :schedulMode="modename_value"
1114 1131
                   >
1115 1132
                   </schedule-item>
1116 1133
                 </div>
@@ -1159,9 +1176,9 @@
1159 1176
                         scope.row
1160 1177
                       )
1161 1178
                     "
1179
+                    :schedulMode="modename_value"
1162 1180
                   >
1163
-                  </schedule-item
1164
-                  >
1181
+                  </schedule-item>
1165 1182
                 </div>
1166 1183
               </template>
1167 1184
             </el-table-column>
@@ -1791,7 +1808,7 @@
1791 1808
                 {{ data.day.split('-').slice(2).join('-') }} {{ data.isSelected ? '✔️' : ''}}<br/>
1792 1809
                 <span v-if="data.day.split('-').slice(1).join('-')=='11-27'">上午 门诊</span>
1793 1810
               </p>
1794
-              
1811
+
1795 1812
             </template>
1796 1813
           </el-calendar>
1797 1814
         </div>
@@ -1896,6 +1913,7 @@ export default {
1896 1913
       tipDialogVisibleTwo:false,
1897 1914
       tipDialogVisibleThree:false,
1898 1915
       cishu_dialogVisible:false,//透析次数
1916
+      modename_value:true,//关闭透析模式开关
1899 1917
       Dialysis_patient:'',
1900 1918
       cur_date:"",
1901 1919
       dataloading:false,
@@ -1998,7 +2016,7 @@ export default {
1998 2016
       ],
1999 2017
       value: "",
2000 2018
       patient_pre: [],
2001
-      tableContainHeight:800,
2019
+      // tableContainHeight:600,
2002 2020
       // tableHeight:'window.innerHeight - 0',
2003 2021
       // rowClass: "table-row-new-class schedule-table-row",
2004 2022
       searchKey: "",
@@ -2220,6 +2238,10 @@ export default {
2220 2238
     },
2221 2239
   },
2222 2240
   methods: {
2241
+    // 关闭透析模式
2242
+    switchMode(flag){
2243
+      console.log(flag);
2244
+    },
2223 2245
     // 透析次数
2224 2246
     chishuclick(row){
2225 2247
       this.cishu_dialogVisible=true
@@ -4637,7 +4659,7 @@ export default {
4637 4659
       getSchedulesOne(params).then((response) => {
4638 4660
         if (response.data.state == 1) {
4639 4661
           this.weekTitle = response.data.data.weekTitle;
4640
-        
4662
+
4641 4663
           this.weekDays = response.data.data.days;
4642 4664
           this.toDay = response.data.data.today;
4643 4665
           var theSchedules = response.data.data.schdules;
@@ -5566,7 +5588,7 @@ export default {
5566 5588
         }
5567 5589
       }
5568 5590
     },
5569
- 
5591
+
5570 5592
     getDialysisDate: function (row) {
5571 5593
       let week = "";
5572 5594
       switch (row.schedule_week) {
@@ -5760,6 +5782,7 @@ textarea{
5760 5782
 }
5761 5783
 .table_contain {
5762 5784
   display: flex;
5785
+  height: 90vh;
5763 5786
 // justify-content: space-between;
5764 5787
 .left_contain {
5765 5788
   width: 14%;
@@ -5790,6 +5813,7 @@ textarea{
5790 5813
 }
5791 5814
 .right_contain {
5792 5815
   width: 86%;
5816
+
5793 5817
   .el-table .cell{
5794 5818
   white-space: pre-wrap;
5795 5819
   padding: 0px 0px !important;

+ 57 - 20
src/xt_pages/workforce/components/tableData.vue Dosyayı Görüntüle

@@ -10,6 +10,7 @@
10 10
             placeholder="请选择"
11 11
             multiple
12 12
            @change="changeWeekDay"
13
+           style="width: 120px;"
13 14
         >
14 15
           <el-option
15 16
               v-for="(item,index) in weeks"
@@ -26,6 +27,7 @@
26 27
             multiple
27 28
             placeholder="请选择"
28 29
             @change="changePartiton"
30
+            style="width: 120px;"
29 31
         >
30 32
           <el-option
31 33
               v-for="item in this.zones"
@@ -36,11 +38,28 @@
36 38
           </el-option>
37 39
         </el-select>
38 40
 
41
+        <span>班次:</span>
42
+        <el-select
43
+            v-model="scheduleType_val"
44
+            clearable
45
+            placeholder="请选择"
46
+            @change="scheduleType_change"
47
+            style="width: 120px;"
48
+        >
49
+          <!-- <el-option value=0 label="请选择"></el-option>   multiple-->
50
+          <el-option
51
+              v-for="item in this.scheduleType"
52
+              :key="item.id"
53
+              :label="item.name"
54
+              :value="item.id"
55
+          >
56
+          </el-option>
57
+        </el-select>
39 58
 
40 59
       </div>
41 60
       <el-input
42 61
           size="small"
43
-          style="width: 200px;margin-left: 20px"
62
+          style="width: 120px;margin-left: 20px"
44 63
           class="filter-item"
45 64
           v-model.trim="keywords"
46 65
           placeholder="病人名称/透析号"
@@ -69,7 +88,6 @@
69 88
           :active-value=true
70 89
           active-text="显示透析模式"
71 90
           @change="switchMode(modename_value)">
72
-
73 91
         </el-switch>
74 92
       </div>
75 93
     </div>
@@ -151,7 +169,7 @@
151 169
       title="提示"
152 170
       :visible.sync="searchTableVisible"
153 171
       width="80%"
154
-      
172
+
155 173
       class="eldialog">
156 174
       <div style="position: relative;">
157 175
         <el-table
@@ -241,7 +259,7 @@
241 259
         :summary-method="getSummaries"
242 260
         show-summary
243 261
         :cell-class-name="cellClass"
244
-        
262
+
245 263
         sum-text="总数"
246 264
         :height="tableContainHeight"
247 265
         ref="table"
@@ -262,13 +280,13 @@
262 280
           align="center"
263 281
           min-width="40"
264 282
           fixed
265
-          
283
+
266 284
         ></el-table-column>
267 285
         <el-table-column
268 286
           :label="' 周一(' + weekTitle[0] + ')'"
269 287
           v-if="isShowOne"
270 288
           align="center"
271
-          
289
+
272 290
         >
273 291
         <!-- :width="flexColumnWidth('Mon_M',scheduleZone)" -->
274 292
           <el-table-column  prop="Mon_M" label="上" min-width="40" align="center"  v-if="isShowShangWu" >
@@ -549,7 +567,7 @@
549 567
             </el-select>
550 568
 
551 569
 
552
-           
570
+
553 571
 
554 572
 
555 573
           </el-form-item>
@@ -890,6 +908,7 @@ export default {
890 908
       strArr:"",
891 909
       patient_id_hover:0,
892 910
       now_time:"",
911
+      scheduleType_val:'',
893 912
       isShowOne:true,
894 913
       isShowTwo:true,
895 914
       isShowThree:true,
@@ -997,7 +1016,7 @@ export default {
997 1016
     }
998 1017
   },
999 1018
   created() {
1000
-    
1019
+
1001 1020
     // sessionStorage.setItem('value1',!this.value1);
1002 1021
     sessionStorage.removeItem('value1')
1003 1022
     var date = new Date()
@@ -1045,9 +1064,27 @@ export default {
1045 1064
     // console.log('22222');
1046 1065
   },
1047 1066
   methods: {
1048
-    // getnum(row,column, rowIndex, columnIndex){
1049
-    //   console.log(row);
1050
-    // },
1067
+    // 班次选择
1068
+    scheduleType_change(val){
1069
+      console.log('vvvvvv',val);
1070
+      if(val==1){
1071
+        this.isShowShangWu = true
1072
+        this.isShowXiaWu = false
1073
+        this.isShowWanShang = false
1074
+      }else if (val ==2){
1075
+        this.isShowShangWu = false
1076
+        this.isShowXiaWu = true
1077
+        this.isShowWanShang = false
1078
+      }else if (val == 3){
1079
+        this.isShowShangWu = false
1080
+        this.isShowXiaWu = false
1081
+        this.isShowWanShang = true
1082
+      }else {
1083
+        this.isShowShangWu = true
1084
+        this.isShowXiaWu = true
1085
+        this.isShowWanShang = true
1086
+      }
1087
+    },
1051 1088
     switchThis(flag){
1052 1089
       if(this.value1==false){
1053 1090
          sessionStorage.removeItem('value1')
@@ -1350,7 +1387,7 @@ export default {
1350 1387
       // if(row[column.property].patient_id>0){
1351 1388
       //   console.log('qqqqq',row[column.property])
1352 1389
       // }
1353
-     
1390
+
1354 1391
       // console.log('wwwww',column)
1355 1392
       // console.log('eeeee',rowIndex)
1356 1393
       // console.log('rrrrr',columnIndex)
@@ -1358,8 +1395,8 @@ export default {
1358 1395
         return "table-row-new-class schedule-table-row Infectious_disease";
1359 1396
       }
1360 1397
       // 机号蓝线
1361
-      // if(columnIndex==1 ){  
1362
-      //   return 'border_bott ' 
1398
+      // if(columnIndex==1 ){
1399
+      //   return 'border_bott '
1363 1400
       // }
1364 1401
       // if(columnIndex==0){
1365 1402
       //   return 'border_left'
@@ -1417,14 +1454,14 @@ export default {
1417 1454
     //       // console.log('33333333333');
1418 1455
     //       return 'border-top: 1px solid aqua;'
1419 1456
     //     }
1420
-    //   } 
1457
+    //   }
1421 1458
     // },
1422
-   
1459
+
1423 1460
     changeSearchContagion(id) {
1424 1461
       this.patientQuery.contagion = id;
1425 1462
       this.getSchedulePatients();
1426 1463
     },
1427
-   
1464
+
1428 1465
     // 合计
1429 1466
     getSummaries(param) {
1430 1467
       const { columns, data } = param;
@@ -1521,7 +1558,7 @@ export default {
1521 1558
         var Sun_M_One = []
1522 1559
         var Sun_A_One = []
1523 1560
         var Sun_N_One= []
1524
-    
1561
+
1525 1562
       for(let j in data){
1526 1563
         if(data[j].hasOwnProperty ('Mon_A') == true){
1527 1564
           Mon_A.push(data[j].Mon_A.mode_name)
@@ -3295,7 +3332,7 @@ export default {
3295 3332
       this.searchTableVisible = false;
3296 3333
       this.msDialogVisible = true;
3297 3334
     },
3298
-   
3335
+
3299 3336
     // 分区
3300 3337
     getAllZones() {
3301 3338
       getAllZones().then(response => {
@@ -3474,7 +3511,7 @@ textarea{
3474 3511
   .evening_border{
3475 3512
     border-right: 1px solid aqua;
3476 3513
   }
3477
-  
3514
+
3478 3515
 }
3479 3516
 .backPurple{
3480 3517
   color: #f32424 !important;

+ 2 - 3
src/xt_pages/workforce/components/template_table.vue Dosyayı Görüntüle

@@ -41,7 +41,7 @@
41 41
               <div
42 42
                 draggable="true"
43 43
                 @dragstart="curInfoDragStart"
44
-                class="item"
44
+                class="item_touz"
45 45
                 style="font-weight: bolder"
46 46
               >
47 47
                 <span>{{ cur_info.patient_name }}</span>
@@ -71,7 +71,6 @@
71 71
                     <el-table-column
72 72
                       prop="name"
73 73
                       label="患者名称"
74
-                      align="center"
75 74
                     >
76 75
                     </el-table-column>
77 76
                   </el-table>
@@ -4561,7 +4560,7 @@ export default {
4561 4560
     background-color: #ecf5ff !important;
4562 4561
     color: #3a8ee6 !important;
4563 4562
   }
4564
-  .item{
4563
+  .item_touz{
4565 4564
     width: 115px;
4566 4565
     padding: 6px 5px;
4567 4566
     margin: 0px 5px ;