Bläddra i källkod

9月26,48号批量打印单

yq1 6 månader sedan
förälder
incheckning
e225dad1c3

+ 12 - 0
src/router/modules/dialysis.js Visa fil

@@ -841,6 +841,18 @@ export default {
841 841
         noCache: true
842 842
       }
843 843
     },
844
+    {
845
+      path: '/dialysis/print/batch/fortyeight',
846
+      component: () =>
847
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_fortyeight'),
848
+      hidden: true,
849
+      is_menu: false,
850
+      name: 'batch_print_order_fortyeight',
851
+      meta: {
852
+        title: '批量打印',
853
+        noCache: true
854
+      }
855
+    },
844 856
     {
845 857
       path: '/dialysis/print/batch/fortyOne',
846 858
       component: () =>

Filskillnaden har hållits tillbaka eftersom den är för stor
+ 1912 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_fortyeight.vue


+ 13 - 3
src/xt_pages/dialysis/bloodPresssWatch.vue Visa fil

@@ -91,7 +91,7 @@
91 91
           >
92 92
         </div>
93 93
       </template>
94
-      <template v-if="this.template_id == 6 || this.template_id == 48 || this.template_id == 0">
94
+      <template v-if="this.template_id == 6 || this.template_id == 0">
95 95
         <el-button
96 96
           size="small"
97 97
           icon="el-icon-printer"
@@ -328,7 +328,7 @@
328 328
           >批量打印</el-button
329 329
         >
330 330
       </template>
331
-        <template v-if="this.template_id == 47 && this.org_id!=10318">
331
+      <template v-if="this.template_id == 47 && this.org_id!=10318">
332 332
         <el-button
333 333
           size="small"
334 334
           icon="el-icon-printer"
@@ -338,6 +338,16 @@
338 338
           >批量打印</el-button
339 339
         >
340 340
       </template>
341
+      <template v-if="this.template_id == 48">
342
+        <el-button
343
+          size="small"
344
+          icon="el-icon-printer"
345
+          :disabled="selecting_schs.length == 0"
346
+          @click="batchPrintAction"
347
+          type="primary"
348
+          >批量打印48</el-button
349
+        >
350
+      </template>
341 351
       <template v-if="this.template_id == 51">
342 352
         <el-button
343 353
           size="small"
@@ -2690,7 +2700,7 @@ export default {
2690 2700
       } else if (this.template_id == 47 && this.org_id!=10318) {
2691 2701
         this.$router.push({ path: "/dialysis/print/batch/fortyThree" });
2692 2702
       } else if (this.template_id == 48) {
2693
-        this.$router.push({ path: "/dialysis/print/batch/six" });
2703
+        this.$router.push({ path: "/dialysis/print/batch/fortyeight" });
2694 2704
       }else if (this.template_id == 51) {
2695 2705
         this.$router.push({ path: "/dialysis/print/batch/fiftyOne" });
2696 2706
       }else if (this.template_id == 53) {

+ 324 - 567
src/xt_pages/dialysis/template/DialysisPrintOrderSeventyTwo.vue Visa fil

@@ -304,32 +304,8 @@
304 304
                       v-if="predialysis.internal_fistula!=''"
305 305
                     >
306 306
                       穿刺方式:
307
-                      <div class="under_line"
308
-                        style="width: 100px; text-align: center"
309
-                        v-if="predialysis&&predialysis.puncture_way == ''"
310
-                      >
311
-                         /
312
-                      </div>
313
-                      <div
314
-                        class="under_line"
315
-                        style="width: 100px; text-align: center"
316
-                        v-if="predialysis&&predialysis.puncture_way.indexOf('绳梯') > -1"
317
-                      >
318
-                        绳梯
319
-                      </div>
320
-                      <div
321
-                        class="under_line"
322
-                        style="width: 100px; text-align: center"
323
-                        v-if="predialysis&&predialysis.puncture_way.indexOf('扣眼') > -1"
324
-                      >
325
-                        扣眼
326
-                      </div>
327
-                      <div
328
-                        class="under_line"
329
-                        style="width: 100px; text-align: center"
330
-                        v-if="predialysis&&predialysis.puncture_way.indexOf('区域') > -1"
331
-                      >
332
-                        区域
307
+                      <div class="under_line" style="width: 100px; text-align: center">
308
+                         {{ predialysis.puncture_way ? predialysis.puncture_way :'/' }}
333 309
                       </div>
334 310
                     </div>
335 311
                     <div class="inline_block" style="margin-left: 10px;"
@@ -405,281 +381,10 @@
405 381
                       <span >透析方式:</span>
406 382
                       <div class="under_line"
407 383
                         style="width: 100px;text-align: center;font-weight: 600;"
408
-                        v-if="!prescription.mode_id"
409
-                      >
410
-                        /
411
-                      </div>
412
-                      <div
413
-                        class="under_line"
414
-                        style="width: 100px;text-align: center;font-weight: 600;"
415
-                        v-if="prescription.mode_id == 1"
416 384
                       >
417
-                        HD
418
-                      </div>
419
-                      <div
420
-                        class="under_line"
421
-                        style="
422
-                          width: 100px;
423
-                          text-align: center;
424
-                          font-weight: 600;
425
-                        "
426
-                        v-if="prescription.mode_id == 2"
427
-                      >
428
-                        HDF
429
-                      </div>
430
-                      <div
431
-                        class="under_line"
432
-                        style="
433
-                          width: 100px;
434
-                          text-align: center;
435
-                          font-weight: 600;
436
-                        "
437
-                        v-if="prescription.mode_id == 3"
438
-                      >
439
-                        HD+HP
440
-                      </div>
441
-                      <div
442
-                        class="under_line"
443
-                        style="
444
-                          width: 100px;
445
-                          text-align: center;
446
-                          font-weight: 600;
447
-                        "
448
-                        v-if="prescription.mode_id == 4"
449
-                      >
450
-                        HP
451
-                      </div>
452
-                      <div
453
-                        class="under_line"
454
-                        style="
455
-                          width: 100px;
456
-                          text-align: center;
457
-                          font-weight: 600;
458
-                        "
459
-                        v-if="prescription.mode_id == 5"
460
-                      >
461
-                        HF
462
-                      </div>
463
-                      <div
464
-                        class="under_line"
465
-                        style="
466
-                          width: 100px;
467
-                          text-align: center;
468
-                          font-weight: 600;
469
-                        "
470
-                        v-if="prescription.mode_id == 6"
471
-                      >
472
-                        SCUF
473
-                      </div>
474
-                      <div
475
-                        class="under_line"
476
-                        style="
477
-                          width: 100px;
478
-                          text-align: center;
479
-                          font-weight: 600;
480
-                        "
481
-                        v-if="prescription.mode_id == 7"
482
-                      >
483
-                        IUF
484
-                      </div>
485
-                      <div
486
-                        class="under_line"
487
-                        style="
488
-                          width: 100px;
489
-                          text-align: center;
490
-                          font-weight: 600;
491
-                        "
492
-                        v-if="prescription.mode_id == 8"
493
-                      >
494
-                        HFHD
495
-                      </div>
496
-                      <div
497
-                        class="under_line"
498
-                        style="
499
-                          width: 100px;
500
-                          text-align: center;
501
-                          font-weight: 600;
502
-                        "
503
-                        v-if="prescription.mode_id == 9"
504
-                      >
505
-                        HFHD+HP
506
-                      </div>
507
-                      <div
508
-                        class="under_line"
509
-                        style="
510
-                          width: 100px;
511
-                          text-align: center;
512
-                          font-weight: 600;
513
-                        "
514
-                        v-if="prescription.mode_id == 10"
515
-                      >
516
-                        PHF
517
-                      </div>
518
-                      <div
519
-                        class="under_line"
520
-                        style="
521
-                          width: 100px;
522
-                          text-align: center;
523
-                          font-weight: 600;
524
-                        "
525
-                        v-if="prescription.mode_id == 11"
526
-                      >
527
-                        HFR
528
-                      </div>
529
-                      <div
530
-                        class="under_line"
531
-                        style="
532
-                          width: 100px;
533
-                          text-align: center;
534
-                          font-weight: 600;
535
-                        "
536
-                        v-if="prescription.mode_id == 12"
537
-                      >
538
-                        HDF+HP
539
-                      </div>
540
-                      <div
541
-                        class="under_line"
542
-                        style="
543
-                          width: 100px;
544
-                          text-align: center;
545
-                          font-weight: 600;
546
-                        "
547
-                        v-if="prescription.mode_id == 13"
548
-                      >
549
-                        CRRT
550
-                      </div>
551
-                      <div
552
-                        class="under_line"
553
-                        style="
554
-                          width: 100px;
555
-                          text-align: center;
556
-                          font-weight: 600;
557
-                        "
558
-                        v-if="prescription.mode_id == 14"
559
-                      >
560
-                        腹水回输
561
-                      </div>
562
-                      <div
563
-                        class="under_line"
564
-                        style="
565
-                          width: 100px;
566
-                          text-align: center;
567
-                          font-weight: 600;
568
-                        "
569
-                        v-if="prescription.mode_id == 15"
570
-                      >
571
-                        HD前置换
572
-                      </div>
573
-                      <div
574
-                        class="under_line"
575
-                        style="
576
-                          width: 100px;
577
-                          text-align: center;
578
-                          font-weight: 600;
579
-                        "
580
-                        v-if="prescription.mode_id == 16"
581
-                      >
582
-                        HD后置换
583
-                      </div>
584
-                      <div
585
-                        class="under_line"
586
-                        style="
587
-                          width: 100px;
588
-                          text-align: center;
589
-                          font-weight: 600;
590
-                        "
591
-                        v-if="prescription.mode_id == 17"
592
-                      >
593
-                        HDF前置换
594
-                      </div>
595
-                      <div
596
-                        class="under_line"
597
-                        style="
598
-                          width: 100px;
599
-                          text-align: center;
600
-                          font-weight: 600;
601
-                        "
602
-                        v-if="prescription.mode_id == 18"
603
-                      >
604
-                        HDF后置换
605
-                      </div>
606
-                      <div
607
-                        class="under_line"
608
-                        style="
609
-                          width: 100px;
610
-                          text-align: center;
611
-                          font-weight: 600;
612
-                        "
613
-                        v-if="prescription.mode_id == 19"
614
-                      >
615
-                        IUF+HD
616
-                      </div>
617
-                      <div
618
-                        class="under_line"
619
-                        style="
620
-                          width: 150px;
621
-                          text-align: center;
622
-                          font-weight: 600;
623
-                        "
624
-                        v-if="prescription.mode_id == 22"
625
-                      >
626
-                        血浆胆红素吸附+HDF
627
-                      </div>
628
-                      <div
629
-                        class="under_line"
630
-                        style="
631
-                          bwidth: 150px;
632
-                          text-align: center;
633
-                          font-weight: 600;
634
-                        "
635
-                        v-if="prescription.mode_id == 23"
636
-                      >
637
-                        血浆胆红素吸附
638
-                      </div>
639
-                      <div
640
-                        class="under_line"
641
-                        style="
642
-                          bwidth: 150px;
643
-                          text-align: center;
644
-                          font-weight: 600;
645
-                        "
646
-                        v-if="prescription.mode_id == 24"
647
-                      >
648
-                       I-HDF
649
-                      </div>
650
-                      <div
651
-                        class="under_line"
652
-                        style="
653
-                          bwidth: 150px;
654
-                          text-align: center;
655
-                          font-weight: 600;
656
-                        "
657
-                        v-if="prescription.mode_id == 25"
658
-                      >
659
-                       HD高通
660
-                      </div>
661
-                      <div
662
-                        class="under_line"
663
-                        style="
664
-                          width: 100px;
665
-                          text-align: center;
666
-                          font-weight: 600;
667
-                        "
668
-                        v-if="prescription.mode_id == 29"
669
-                      >
670
-                        PE
671
-                      </div>
672
-                      <div
673
-                        class="under_line"
674
-                        style="
675
-                          width: 150px;
676
-                          text-align: center;
677
-                          font-weight: 600;
678
-                        "
679
-                        v-if="prescription.mode_id == 30"
680
-                      >
681
-                        血浆胆红素吸附+HP
385
+                        {{ prescription.mode ? prescription.mode :'/' }}
682 386
                       </div>
387
+                      
683 388
                     </div>
684 389
 
685 390
                     <div
@@ -816,8 +521,7 @@
816 521
                     </div>
817 522
                   </div>
818 523
 
819
-                  <div
820
-                    class="row"
524
+                  <div class="row"
821 525
                     style="padding: 2px 0; line-height: 23px; display: flex"
822 526
                   >
823 527
                     <div class="inline_block" style="flex: 1">
@@ -2543,58 +2247,317 @@ export default {
2543 2247
     };
2544 2248
   },
2545 2249
   methods: {
2250
+    checkData() {
2251
+      var checkDate =[]
2252
+      if (this.predialysis.symptom_before_dialysis == "") {
2253
+        const obj5 = "透前症状"
2254
+        checkDate.push(obj5)
2255
+      } if (this.predialysis.temperature == '') {
2256
+        const obj = "透前体温"
2257
+        checkDate.push(obj)
2258
+      } if (this.predialysis.pulse_frequency == "") {
2259
+        const obj1 = "透前脉搏"
2260
+        checkDate.push(obj1)
2261
+      } if (this.predialysis.breathing_rate == "") {
2262
+         const obj2 = "透前呼吸频率"
2263
+         checkDate.push(obj2)
2264
+      } if (
2265
+        this.predialysis.systolic_blood_pressure == 0 ||
2266
+        this.predialysis.diastolic_blood_pressure == 0
2267
+      ) {
2268
+        const obj3 = "透前血压"
2269
+        checkDate.push(obj3)
2270
+      } if( this.predialysis.internal_fistula!='' && 
2271
+          this.predialysis.puncture_way == ''
2272
+      ){
2273
+        const obj4 = "穿刺方式"
2274
+        checkDate.push(obj4)
2275
+      } if( this.predialysis.internal_fistula!='' && 
2276
+          this.predialysis.puncture_needle == ''
2277
+      ){
2278
+        const obj6 = "穿刺针"
2279
+        checkDate.push(obj6)
2280
+      } if (this.predialysis.blood_access_part_opera_name == ''){
2281
+        const obj7 = "血管通路"
2282
+        checkDate.push(obj7)
2283
+      } 
2284
+      // if (this.predialysis.internal_fistula =='') {
2285
+      //   const obj8 = "内瘘"
2286
+      //   checkDate.push(obj8)
2287
+      // } if (this.predialysis.catheter == "" ) {
2288
+      //   const obj9 = "导管"
2289
+      //   checkDate.push(obj9)
2290
+      // } 
2291
+      if (this.prescription.mode == '') {
2292
+        const obj10 = "透析方式"
2293
+        checkDate.push(obj10)
2294
+      } if (this.prescription.displace_liqui_part == '' &&
2295
+            this.prescription.mode_id ==2
2296
+      ) {
2297
+        const obj11 = "置换方式"
2298
+        checkDate.push(obj11)
2299
+      } if (this.prescription.displace_liqui_value =='' &&
2300
+            this.prescription.mode_id ==2
2301
+      ) {
2302
+        const obj12 = "置换量"
2303
+        checkDate.push(obj12)
2304
+      } if (this.prescription.blood_flow_volume == 0) {
2305
+        const obj13 = "血流量"
2306
+        checkDate.push(obj13)
2307
+      } if (this.prescription.dialysis_duration_hour == '' &&
2308
+            this.prescription.dialysis_duration_minute == ''
2309
+      ) {
2310
+        const obj14 = "透析时间"
2311
+        checkDate.push(obj14)
2312
+      } if (
2313
+        this.prescription.dialysis_dialyszers == '' &&
2314
+        this.prescription.dialysis_strainer == ''
2315
+      ){
2316
+        const obj15 = "透析(滤)器"
2317
+        checkDate.push(obj15)
2318
+      } if ( this.prescription.dialysis_irrigation == ''){
2319
+        const obj16 = "灌流器"
2320
+        checkDate.push(obj16)
2321
+      } if ( this.predialysis.is_hemorrhage == 1 && 
2322
+            this.predialysis.hemorrhage == ''
2323
+      ){
2324
+        const obj17 = "出血情况"
2325
+        checkDate.push(obj17)
2326
+      } if ( this.predialysis.weight_after_last_transparency == '') {
2327
+        const obj18 = "上次透后体重"
2328
+        checkDate.push(obj18) 
2329
+      } if (this.predialysis.weight_before == '') {
2330
+        const obj19 = "透前体重"
2331
+        checkDate.push(obj19)
2332
+      } if (this.prescription.target_ultrafiltration == '') {
2333
+        const obj20 = "计划超滤量"
2334
+        checkDate.push(obj20)
2335
+      } if (this.predialysis.dry_weight == '' ) {
2336
+        const obj21 = "干体重"
2337
+        checkDate.push(obj21)
2338
+      } if (this.prescription.calcium == 0) {
2339
+        const obj22 = "钙"
2340
+        checkDate.push(obj22)
2341
+      } if (this.prescription.sodium == 0) {
2342
+        const obj23 = "钠"
2343
+        checkDate.push(obj23)
2344
+      } if (this.prescription.kalium == 0) {
2345
+        const obj24 = "钾"
2346
+        checkDate.push(obj24)
2347
+      } if (this.prescription.bicarbonate == 0) {
2348
+        const obj25 = "碳酸氢根"
2349
+        checkDate.push(obj25)
2350
+      } if (this.prescription.dialysate_flow == 0) {
2351
+        const obj26 = "透析液流量"
2352
+        checkDate.push(obj26)
2353
+      } if (this.prescription.anticoagulant_name =='') {
2354
+        const obj27 = "抗凝剂"
2355
+        checkDate.push(obj27)
2356
+      } if (this.prescription.anticoagulant_shouji == '' &&
2357
+        this.prescription.anticoagulant !=5 && this.prescription.anticoagulant !=''
2358
+      ) {
2359
+        const obj28 = "首剂"
2360
+        checkDate.push(obj28)
2361
+      } 
2362
+      // if (this.prescription.anticoagulant_weichi == '') {
2363
+      //   const obj29 = "维持"
2364
+      //   checkDate.push(obj29)
2365
+      // }
2366
+      if (this.prescription.anticoagulant_zongliang == 0 &&
2367
+         this.prescription.anticoagulant !='' && this.prescription.anticoagulant != 5
2368
+      ) {
2369
+        const obj30 = "总量"
2370
+        checkDate.push(obj30)
2371
+      } if (
2372
+        this.prescription.anticoagulant_gaimingcheng == "" &&
2373
+        this.prescription.anticoagulant == 5
2374
+      ) {
2375
+        const obj31 = "钙名称"
2376
+        checkDate.push(obj31)
2377
+      } if (
2378
+        this.prescription.anticoagulant_gaijiliang == "" &&
2379
+        this.prescription.anticoagulant == 5
2380
+      ) {
2381
+        const obj32 = "钙剂量"
2382
+        checkDate.push(obj32)
2383
+      } if ( this.dialysisOrder && 
2384
+            this.dialysisOrder.DeviceNumber.number == '' &&
2385
+            this.patientInfo.DialysisSchedule.device_number.number ==''
2386
+      ) {
2387
+        const obj33 = "透析机号"
2388
+        checkDate.push(obj33)
2389
+      } if (this.afterdialysis.temperature == "") {
2390
+        const obj34 = "透后体温"
2391
+        checkDate.push(obj34)
2392
+      } if (this.afterdialysis.pulse_frequency == "") {
2393
+        const obj35 = "透后脉搏"
2394
+        checkDate.push(obj35)
2395
+      } if (this.afterdialysis.breathing_rate == "") {
2396
+        const obj36 = "透后呼吸频率"
2397
+        checkDate.push(obj36)
2398
+      } if (
2399
+        this.afterdialysis.systolic_blood_pressure == 0 ||
2400
+        this.afterdialysis.diastolic_blood_pressure == 0
2401
+      ) {
2402
+        const obj37 = "透后血压"
2403
+        checkDate.push(obj37)
2404
+      } if (
2405
+        this.afterdialysis.actual_treatment_hour == 0 &&
2406
+        this.afterdialysis.actual_treatment_minute == 0
2407
+      ) {
2408
+        const obj38 = "实际治疗时间"
2409
+        checkDate.push(obj38)
2410
+      } if (this.afterdialysis.cruor == "") {
2411
+        const obj39 = "透析器凝血"
2412
+        checkDate.push(obj39)
2413
+      } if (this.afterdialysis.internal_fistula == "") {
2414
+        const obj40 = "透后内瘘"
2415
+        checkDate.push(obj40)
2416
+      } 
2417
+      // if (this.afterdialysis.catheter == "") {
2418
+      //   const obj41 = "透后导管"
2419
+      //   checkDate.push(obj41)
2420
+      // } 
2421
+      if (this.afterdialysis.complication == 0) {
2422
+        const obj42 = "并发症"
2423
+        checkDate.push(obj42)
2424
+      } if (this.afterdialysis.catheter != "" && this.afterdialysis.cvc_a =='') {
2425
+        const obj43 = "中心静脉封管(肝素-A端)"
2426
+        checkDate.push(obj43)
2427
+      } if (this.afterdialysis.catheter != "" && this.afterdialysis.cvc_v == '') {
2428
+        const obj44 = "中心静脉封管(肝素-V端)"
2429
+        checkDate.push(obj44)
2430
+      } if (this.afterdialysis.ktv =='') {
2431
+        const obj45 = "KT/V"
2432
+        checkDate.push(obj45)
2433
+      } if (this.afterdialysis.weight_after == '') {
2434
+        const obj46 = "透后体重"
2435
+        checkDate.push(obj46)
2436
+      } if (this.afterdialysis.dialysis_intakes ==''){
2437
+        const obj47 = "透析中入量"
2438
+        checkDate.push(obj47)
2439
+      } if (this.afterdialysis.actual_ultrafiltration ==''){
2440
+        const obj48 = "实际超滤量"
2441
+        checkDate.push(obj48)
2442
+      } if (this.afterdialysis.patient_gose == 0){
2443
+        const obj49 = "患者去向"
2444
+        checkDate.push(obj49)
2445
+      } if (this.summary.dialysis_summary == "") {
2446
+        const obj50 = "透析小结"
2447
+        checkDate.push(obj50)
2448
+      } if (this.afterdialysis.remark == ''){
2449
+        const obj51 = "备注"
2450
+        checkDate.push(obj51)
2451
+      } if (
2452
+        this.dialysisOrder == null ||
2453
+        this.dialysisOrder.puncture_nurse == 0
2454
+      ) {
2455
+        const obj47 = "穿刺护士"
2456
+        checkDate.push(obj47)
2457
+      } if (
2458
+        this.dialysisOrder == null ||
2459
+        this.dialysisOrder.start_nurse == 0
2460
+      ) {
2461
+        const obj48 = "治疗护士"
2462
+        checkDate.push(obj48)
2463
+      } if (this.dialysisOrder == null && this.check.creater == 0) {
2464
+        const obj49 = "核对人员"
2465
+        checkDate.push(obj49)
2466
+      } else if (
2467
+        this.dialysisOrder != null &&
2468
+        this.dialysisOrder.start_nurse == this.check.modifier &&
2469
+        this.check.creater == 0
2470
+      ) {
2471
+        const obj49 = "核对人员"
2472
+        checkDate.push(obj49)
2473
+      } else if (
2474
+        this.dialysisOrder != null &&
2475
+        this.dialysisOrder.start_nurse == this.check.creater &&
2476
+        this.check.modifier == 0
2477
+      ) {
2478
+        const obj49 = "核对人员"
2479
+        checkDate.push(obj49)
2480
+      } else if (
2481
+        this.dialysisOrder != null &&
2482
+        this.dialysisOrder.start_nurse != this.check.creater &&
2483
+        this.dialysisOrder.start_nurse != this.check.modifier &&
2484
+        this.check.creater == 0
2485
+      ) {
2486
+        const obj49 = "核对人员"
2487
+        checkDate.push(obj49)
2488
+      } if (
2489
+        this.dialysisOrder == null ||
2490
+        this.dialysisOrder.finish_nurse == 0
2491
+      ) {
2492
+        const obj50 = "下机护士"
2493
+        checkDate.push(obj50)
2494
+      } if (this.prescription.creater == 0) {
2495
+        const obj51 = "治疗医生"
2496
+        checkDate.push(obj51)
2497
+      }
2498
+      if(this.doctor_advices.length > 0){
2499
+        this.doctor_advices.map((item) =>{
2500
+          if(item.id > 0 && (item.created_time || item.start_time)){
2501
+            if(item.execution_staff ==0 && item.checker ==0 && item.advice_doctor ==0){
2502
+              const obj52 = '医生,执行人员,核对人员'
2503
+              checkDate.push(obj52)
2504
+            }
2505
+          }
2506
+        })
2507
+      }
2508
+      this.getcheckData(checkDate)
2509
+    },
2546 2510
     toUpload() {
2511
+      let dom = document.getElementById("dialysis-print-box-1")
2512
+      //调用方法下载
2513
+      html2canvas(dom, {
2514
+        useCORS: true, //允许跨域
2515
+        allowTaint: false,
2516
+        logging: false,
2517
+        letterRendering: true,
2518
+        ddpi: window.devicePixelRatio * 4, //将分辨率提高到特定的DPI 提高四倍
2519
+        scale: 4, //按比例增加分辨率
2520
+        background: '#fff',//pdf背景色为白色,默认是黑色的
2521
+      }).then((canvas) => {
2522
+        //返回图片dataURL,参数:图片格式和清晰度(0-1)
2523
+        var pageData = canvas.toDataURL('image/jpeg', 1.0);
2524
+
2525
+        //方向默认竖直,尺寸ponits,格式a4[595.28,841.89]
2526
+        var pdf = new jsPDF('', 'pt', 'a4');
2527
+
2528
+        //addImage后两个参数控制添加图片的尺寸,此处将页面高度按照a4纸宽高比列进行压缩
2529
+        //  pdf.addImage(pageData, 'JPEG', 0, 0, 595.28, 592.28 / canvas.width * canvas.height);
2530
+        pdf.addImage(pageData, 'JPEG', 0, 0, 555.28, 592.28 / canvas.width * canvas.height);
2531
+
2532
+        console.log("pdf222222222222222222",pdf)
2533
+
2534
+        var newBase64Data =  pdf.output("dataurlstring").split("base64,")[1]
2535
+        // console.log("base63",newBase64Data)
2536
+        const blob = this.base64ToBlob(newBase64Data, 'application/pdf');
2537
+        console.log("blobwoowowowwo",blob)
2538
+        this.openPdf(blob);
2539
+
2540
+        // var data = {
2541
+        //   name:newBase64Data,
2542
+        // }
2543
+        // UploadPrintOrder(data).then(response=>{
2544
+        //   if(response.data.state == 1){
2545
+        //     var sign =  response.data.data.sign
2546
+        //     console.log("SIGNWWOOWWO")
2547
+        //     var pdfBase64 = response.data.data.pdfBase64
2548
+        //     console.log("pdfBase64",pdfBase64)
2549
+        //     this.$message.success("保存成功!")
2550
+        //     const blob = this.base64ToBlob(pdfBase64, 'application/pdf');
2551
+        //     this.openPdf(blob);
2552
+        //   }
2553
+        // })
2547 2554
 
2548
-         let dom = document.getElementById("dialysis-print-box-1")
2549
-         //调用方法下载
2550
-         html2canvas(dom, {
2551
-           useCORS: true, //允许跨域
2552
-           allowTaint: false,
2553
-           logging: false,
2554
-           letterRendering: true,
2555
-           ddpi: window.devicePixelRatio * 4, //将分辨率提高到特定的DPI 提高四倍
2556
-           scale: 4, //按比例增加分辨率
2557
-           background: '#fff',//pdf背景色为白色,默认是黑色的
2558
-         }).then((canvas) => {
2559
-           //返回图片dataURL,参数:图片格式和清晰度(0-1)
2560
-           var pageData = canvas.toDataURL('image/jpeg', 1.0);
2561
-
2562
-           //方向默认竖直,尺寸ponits,格式a4[595.28,841.89]
2563
-           var pdf = new jsPDF('', 'pt', 'a4');
2564
-
2565
-           //addImage后两个参数控制添加图片的尺寸,此处将页面高度按照a4纸宽高比列进行压缩
2566
-           //  pdf.addImage(pageData, 'JPEG', 0, 0, 595.28, 592.28 / canvas.width * canvas.height);
2567
-           pdf.addImage(pageData, 'JPEG', 0, 0, 555.28, 592.28 / canvas.width * canvas.height);
2568
-
2569
-           console.log("pdf222222222222222222",pdf)
2570
-
2571
-           var newBase64Data =  pdf.output("dataurlstring").split("base64,")[1]
2572
-           // console.log("base63",newBase64Data)
2573
-           const blob = this.base64ToBlob(newBase64Data, 'application/pdf');
2574
-           console.log("blobwoowowowwo",blob)
2575
-           this.openPdf(blob);
2576
-
2577
-           // var data = {
2578
-           //   name:newBase64Data,
2579
-           // }
2580
-           // UploadPrintOrder(data).then(response=>{
2581
-           //   if(response.data.state == 1){
2582
-           //     var sign =  response.data.data.sign
2583
-           //     console.log("SIGNWWOOWWO")
2584
-           //     var pdfBase64 = response.data.data.pdfBase64
2585
-           //     console.log("pdfBase64",pdfBase64)
2586
-           //     this.$message.success("保存成功!")
2587
-           //     const blob = this.base64ToBlob(pdfBase64, 'application/pdf');
2588
-           //     this.openPdf(blob);
2589
-           //   }
2590
-           // })
2591
-
2592
-           // this.viewPdf(newBase64Data)
2593
-           //保存到pdf,名字是stone
2594
-           // pdf.save('stone.pdf');
2595
-
2596
-         });
2597
-       },
2555
+        // this.viewPdf(newBase64Data)
2556
+        //保存到pdf,名字是stone
2557
+        // pdf.save('stone.pdf');
2558
+
2559
+      });
2560
+    },
2598 2561
 
2599 2562
      viewPdf(content) {
2600 2563
        console.log("content",content);
@@ -2679,222 +2642,6 @@ export default {
2679 2642
         return year_d;
2680 2643
       }
2681 2644
     },
2682
-
2683
-    checkData() {
2684
-      if (this.receiverTreatmentAccess.way == 0) {
2685
-        this.$message.error("入科方式未填");
2686
-      } else if (this.predialysis.symptom_before_dialysis == "") {
2687
-        this.$message.error("透前症状未填");
2688
-      } else if (this.predialysis.temperature == "") {
2689
-        this.$message.error("透前体温未填");
2690
-      } else if (this.predialysis.pulse_frequency == "") {
2691
-        this.$message.error("透前脉搏未填");
2692
-      } else if (this.predialysis.breathing_rate == "") {
2693
-        this.$message.error("透前呼吸频率未填");
2694
-      } else if (
2695
-        this.predialysis.systolic_blood_pressure == 0 ||
2696
-        this.predialysis.diastolic_blood_pressure == 0
2697
-      ) {
2698
-        this.$message.error("透前血压未填完整");
2699
-      } else if (this.predialysis.puncture_way == "") {
2700
-        this.$message.error("穿刺方式未填");
2701
-      } else if (this.predialysis.puncture_needle == "") {
2702
-        this.$message.error("穿刺针未填");
2703
-      } else if (
2704
-        this.predialysis.blood_access_part_id == "" &&
2705
-        this.predialysis.blood_access_part_opera_name == ""
2706
-      ) {
2707
-        this.$message.error("血管通路未填");
2708
-      } else if (this.predialysis.internal_fistula == "") {
2709
-        this.$message.error("透前内瘘未填");
2710
-      } else if (this.predialysis.catheter == "") {
2711
-        this.$message.error("透前导管未填");
2712
-      } else if (this.prescription.mode_id == "") {
2713
-        this.$message.error("透析方式未填");
2714
-      } else if (
2715
-        this.prescription.displace_liqui_part == 0 &&
2716
-        this.prescription.mode_id == 2
2717
-      ) {
2718
-        this.$message.error("置换方式未填");
2719
-      } else if (
2720
-        this.prescription.displace_liqui_value == 0 &&
2721
-        this.prescription.mode_id == 2
2722
-      ) {
2723
-        this.$message.error("置换量未填");
2724
-      } else if (this.prescription.blood_flow_volume == 0) {
2725
-        this.$message.error("血流量未填");
2726
-      } else if (
2727
-        this.prescription.dialysis_duration_hour == 0 &&
2728
-        this.prescription.dialysis_duration_minute == 0
2729
-      ) {
2730
-        this.$message.error("透析时间未填");
2731
-      } else if (
2732
-        this.prescription.dialyzer_perfusion_apparatus == "" &&
2733
-        this.prescription.dialysis_dialyszers == ""
2734
-      ) {
2735
-        this.$message.error("透析器未填");
2736
-      } else if (this.prescription.dialysis_irrigation == "") {
2737
-        this.$message.error("灌流器未填");
2738
-      } else if (
2739
-        this.prescription.plasma_separator == "" &&
2740
-        this.org_id == 9538
2741
-      ) {
2742
-        this.$message.error("血浆分离器未填");
2743
-      } else if (
2744
-        this.prescription.bilirubin_adsorption_column == "" &&
2745
-        this.org_id == 9538
2746
-      ) {
2747
-        this.$message.error("胆红素吸附柱未填");
2748
-      } else if (this.predialysis.weight_before == 0) {
2749
-        this.$message.error("透前体重未填");
2750
-      } else if (this.predialysis.dry_weight == 0) {
2751
-        this.$message.error("干体重未填");
2752
-      } else if (this.prescription.target_ultrafiltration == 0) {
2753
-        this.$message.error("计划超滤量未填");
2754
-      } else if (this.prescription.calcium == 0) {
2755
-        this.$message.error("钙未填");
2756
-      } else if (this.prescription.sodium == 0) {
2757
-        this.$message.error("钠未填");
2758
-      } else if (this.prescription.kalium == 0) {
2759
-        this.$message.error("钾未填");
2760
-      } else if (this.prescription.bicarbonate == 0) {
2761
-        this.$message.error("碳酸氢根未填");
2762
-      } else if (this.prescription.dialysate_flow == 0) {
2763
-        this.$message.error("透析液流量未填");
2764
-      } else if (this.prescription.anticoagulant == 0) {
2765
-        this.$message.error("抗凝剂未填");
2766
-      } else if (
2767
-        this.prescription.anticoagulant_gaimingcheng == "" &&
2768
-        this.prescription.anticoagulant == 5
2769
-      ) {
2770
-        this.$message.error("钙名称未填");
2771
-      } else if (
2772
-        this.prescription.anticoagulant_gaijiliang == "" &&
2773
-        this.prescription.anticoagulant == 5
2774
-      ) {
2775
-        this.$message.error("钙剂量未填");
2776
-      } else if (this.afterdialysis.temperature == 0) {
2777
-        this.$message.error("透后体温未填");
2778
-      } else if (this.afterdialysis.pulse_frequency == 0) {
2779
-        this.$message.error("透后脉搏未填");
2780
-      } else if (this.afterdialysis.breathing_rate == 0) {
2781
-        this.$message.error("透后呼吸频率未填");
2782
-      } else if (
2783
-        this.afterdialysis.systolic_blood_pressure == 0 ||
2784
-        this.afterdialysis.diastolic_blood_pressure == 0
2785
-      ) {
2786
-        this.$message.error("透后血压未填完整");
2787
-      } else if (
2788
-        this.afterdialysis.actual_treatment_hour == 0 &&
2789
-        this.afterdialysis.actual_treatment_minute == 0
2790
-      ) {
2791
-        this.$message.error("实际治疗时间未填");
2792
-      } else if (this.afterdialysis.cruor == "") {
2793
-        this.$message.error("透析器凝血未填");
2794
-      } else if (this.afterdialysis.internal_fistula == "") {
2795
-        this.$message.error("透后内瘘未填");
2796
-      } else if (this.afterdialysis.catheter == "") {
2797
-        this.$message.error("透后导管未填");
2798
-      } else if (this.afterdialysis.weight_after == 0) {
2799
-        this.$message.error("透后体重未填");
2800
-      } else if (this.afterdialysis.weight_loss == 0) {
2801
-        this.$message.error("透后体重减少未填");
2802
-      } else if (this.afterdialysis.dialysis_intakes == 0) {
2803
-        this.$message.error("透析中入量未填");
2804
-      } else if (this.afterdialysis.actual_ultrafiltration == 0) {
2805
-        this.$message.error("实际超滤量未填");
2806
-      } else if (this.summary.dialysis_summary == "") {
2807
-        this.$message.error("透析小结未填");
2808
-      } else if (
2809
-        this.dialysisOrder == null ||
2810
-        this.dialysisOrder.puncture_nurse == 0
2811
-      ) {
2812
-        this.$message.error("穿刺护士未填");
2813
-      } else if (
2814
-        this.dialysisOrder == null ||
2815
-        this.dialysisOrder.start_nurse == 0
2816
-      ) {
2817
-        this.$message.error("治疗护士未填");
2818
-      } else if (this.dialysisOrder == null && this.check.creater == 0) {
2819
-        this.$message.error("核对人员未填");
2820
-      } else if (
2821
-        this.dialysisOrder != null &&
2822
-        this.dialysisOrder.start_nurse == this.check.modifier &&
2823
-        this.check.creater == 0
2824
-      ) {
2825
-        this.$message.error("核对人员未填");
2826
-      } else if (
2827
-        this.dialysisOrder != null &&
2828
-        this.dialysisOrder.start_nurse == this.check.creater &&
2829
-        this.check.modifier == 0
2830
-      ) {
2831
-        this.$message.error("核对人员未填");
2832
-      } else if (
2833
-        this.dialysisOrder != null &&
2834
-        this.dialysisOrder.start_nurse != this.check.creater &&
2835
-        this.dialysisOrder.start_nurse != this.check.modifier &&
2836
-        this.check.creater == 0
2837
-      ) {
2838
-        this.$message.error("核对人员未填");
2839
-      } else if (
2840
-        this.dialysisOrder == null ||
2841
-        this.dialysisOrder.finish_nurse == 0
2842
-      ) {
2843
-        this.$message.error("下机护士未填");
2844
-      } else if (this.prescription.creater == 0) {
2845
-        this.$message.error("医生签名未填");
2846
-      } else if (this.tableAdvice.length > 0) {
2847
-        let num = 0;
2848
-        this.tableAdvice.map((item) => {
2849
-          if (item.id > 0 && (item.created_time || item.start_time)) {
2850
-            this.users.map((it) => {
2851
-              if (it.id == item.advice_doctor) {
2852
-                if (it.user_type == 3) {
2853
-                  num++;
2854
-                  this.$message.closeAll();
2855
-                  this.$message.error("存在不是医生保存的医嘱");
2856
-                } else if (
2857
-                  it.id == item.execution_staff &&
2858
-                  item.execution_staff > 0
2859
-                ) {
2860
-                  if (it.user_type == 2) {
2861
-                    num++;
2862
-                    this.$message.closeAll();
2863
-                    this.$message.error("存在不是护士执行的医嘱");
2864
-                  }
2865
-                } else if (it.id == item.checker && item.checker > 0) {
2866
-                  if (it.user_type == 2) {
2867
-                    num++;
2868
-                    this.$message.closeAll();
2869
-                    this.$message.error("存在不是护士核对的医嘱");
2870
-                  }
2871
-                }
2872
-              } else if (
2873
-                it.id == item.execution_staff &&
2874
-                item.execution_staff > 0
2875
-              ) {
2876
-                if (it.user_type == 2) {
2877
-                  num++;
2878
-                  this.$message.closeAll();
2879
-                  this.$message.error("存在不是护士执行的医嘱");
2880
-                }
2881
-              } else if (it.id == item.checker && item.checker > 0) {
2882
-                if (it.user_type == 2) {
2883
-                  num++;
2884
-                  this.$message.closeAll();
2885
-                  this.$message.error("存在不是护士核对的医嘱");
2886
-                }
2887
-              }
2888
-            });
2889
-          }
2890
-        });
2891
-        if (num == 0) {
2892
-          this.$message.success("核对完成");
2893
-        }
2894
-      } else {
2895
-        this.$message.success("核对完成");
2896
-      }
2897
-    },
2898 2645
     getDisplaceLiquiPart: function (val) {
2899 2646
       let displace_liqui_part_name = "/";
2900 2647
       const displace_liqui_part = this.displaceLiquiPartOptions;
@@ -3631,6 +3378,16 @@ export default {
3631 3378
           return this.patientgose[i].lable
3632 3379
         }
3633 3380
       }
3381
+    },
3382
+    getcheckData(val){
3383
+      if(val.length >0){
3384
+        const a = val.join(',')
3385
+        console.log('a',a);
3386
+        this.$message.error(a +" 未填");
3387
+        return a
3388
+      }else{
3389
+        this.$message.success('核对完成')
3390
+      }
3634 3391
     }
3635 3392
   },
3636 3393
   watch: {

+ 110 - 101
src/xt_pages/dialysis/template/DialysisPrintOrderSop.vue Visa fil

@@ -25,7 +25,7 @@
25 25
                   </div>
26 26
                   <div style="flex: 1;">
27 27
                     透析机号:
28
-                    <!-- {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }} -->
28
+                    {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
29 29
                   </div>
30 30
                 </div>
31 31
               </td>
@@ -490,111 +490,110 @@ export default {
490 490
   },
491 491
   methods: {
492 492
     checkData(){
493
-      if(this.receiverTreatmentAccess.sick_condition == 0){
494
-        this.$message.error('病情评估未填')
495
-      }else if(this.receiverTreatmentAccess.way == 0){
496
-        this.$message.error('入科方式未填')
497
-      }else if(this.prescription.mode_id == ""){
498
-        this.$message.error('净化治疗方式未填')
499
-      }else if(this.prescription.dialyzer_perfusion_apparatus == ""){
500
-        this.$message.error('透析器或灌流器未填')
501
-      }else if(this.predialysis.blood_access_part_opera_name == ''){
502
-        this.$message.error('血管通路未填')
503
-      }else if(this.predialysis.weight_before == 0){
504
-        this.$message.error('透前体重未填')
505
-      }else if(this.predialysis.dry_weight == 0){
506
-        this.$message.error('干体重未填')
507
-      }else if(this.prescription.target_ultrafiltration == 0){
508
-        this.$message.error('预脱水量未填')
509
-      }else if(this.prescription.dialysis_duration_hour == 0 && this.prescription.dialysis_duration_minute == 0){
510
-        this.$message.error('透析时间未填')
511
-      }else if(this.prescription.blood_flow_volume == 0){
512
-        this.$message.error('血流量未填')
513
-      }else if(this.prescription.displace_liqui_part == 0 && (this.prescription.mode_id == 2 || this.prescription.mode_id == 5 || this.prescription.mode_id == 12)){
514
-        this.$message.error('置换方式未填')
515
-      }else if(this.prescription.displace_liqui_value == 0 && (this.prescription.mode_id == 2 || this.prescription.mode_id == 5 || this.prescription.mode_id == 12)){
516
-        this.$message.error('置换量未填')
517
-      }else if(this.prescription.anticoagulant == 0){
518
-        this.$message.error('抗凝剂未填')
519
-      }else if(this.prescription.calcium == 0 && this.prescription.dialysate_formulation != 0){
520
-        this.$message.error('钙未填')
521
-      }else if(this.prescription.sodium == 0 && this.prescription.dialysate_formulation != 0){
522
-        this.$message.error('钠未填')
523
-      }else if(this.prescription.kalium == 0 && this.prescription.dialysate_formulation != 0){
524
-        this.$message.error('钾未填')
525
-      }else if(this.predialysis.complication == ''){
526
-        this.$message.error('透前并发症未填')
527
-      }else if(this.doctorForm.doctor == ""){
528
-        this.$message.error('医生签名未填')
529
-      }else if(this.orderForm.start_nurse == ""){
530
-        this.$message.error('上机护士未填')
531
-      }else if(this.check.modifier == 0){
532
-        this.$message.error('核对护士未填')
533
-      }else if(this.finshForm.finish_nurse == ""){
534
-        this.$message.error('下机护士未填')
535
-      }else if(this.afterdialysis.systolic_blood_pressure == 0 || this.afterdialysis.diastolic_blood_pressure == 0){
536
-        this.$message.error('透后血压未填完整')
537
-      }else if(this.afterdialysis.actual_treatment_hour == 0 && this.afterdialysis.actual_treatment_minute == 0){
538
-        this.$message.error('实际治疗时间未填')
539
-      }else if(this.afterdialysis.actual_ultrafiltration == 0){
540
-        this.$message.error('实际超滤量未填')
541
-      }else if(this.afterdialysis.puncture_point_oozing_blood == 0){
542
-        this.$message.error('拔针后穿刺点渗血未填')
543
-      }else if(this.afterdialysis.puncture_point_haematoma == 0){
544
-        this.$message.error('穿刺处血肿未填')
545
-      }else if(this.afterdialysis.internal_fistula == ""){
546
-        this.$message.error('压迫后内瘘震颤未填')
547
-      }else if(this.afterdialysis.complication == ''){
548
-        this.$message.error('透后并发症未填')
549
-      }else if(this.afterdialysis.cruor == ""){
550
-        this.$message.error('透析器凝血未填')
551
-      }else if(this.summary.dialysis_summary == ""){
552
-        this.$message.error('透析小结未填')
553
-      }else if(this.tableAdvice.length > 0){
554
-        let num = 0
493
+      var checkDate =[]
494
+      if(this.predialysis.symptom_before_dialysis_other == '' &&
495
+        this.predialysis.symptom_before_dialysis == ''
496
+      ){
497
+        const obj = "上机前病情"
498
+        checkDate.push(obj)
499
+      } if(this.prescription.mode == ""){
500
+        const obj2 = "治疗方式"
501
+        checkDate.push(obj2)
502
+      } if(this.prescription.displace_liqui_value == "" &&
503
+        (this.prescription.mode_id == 2 || this.prescription.mode_id == 5 || this.prescription.mode_id == 12)){
504
+          const obj3 = "置换量"
505
+          checkDate.push(obj3)
506
+      } if(this.afterdialysis.actual_treatment_hour == '' && 
507
+          this.afterdialysis.actual_treatment_minute == ''
508
+      ){
509
+        const obj4 = "治疗时间"
510
+        checkDate.push(obj4)
511
+      } if(this.prescription.anticoagulant == ''){
512
+        const obj5 = "抗凝剂未填"
513
+        checkDate.push(obj5)
514
+      } if(this.prescription.anticoagulant_shouji == 0 && this.prescription.anticoagulant=='普通肝素'){
515
+        const obj6 = "首剂"
516
+        checkDate.push(obj6)
517
+      } if(this.prescription.anticoagulant_weichi == 0 && this.prescription.anticoagulant=='普通肝素'){
518
+        const obj7 = "维持"
519
+        checkDate.push(obj7)
520
+      } if(this.prescription.anticoagulant_zongliang == 0 && this.prescription.anticoagulant=='普通肝素'){
521
+        const obj8 = "总量"
522
+        checkDate.push(obj8)
523
+      } if(this.prescription.prescription_water == 0){
524
+        const obj14 = "处方脱水量"
525
+        checkDate.push(obj14)
526
+      } if(this.prescription.dialysate_flow == ''){
527
+        const obj16 = "透析液流量"
528
+        checkDate.push(obj16)
529
+      } if(this.prescription.creater == ""){
530
+        const obj15 = "医生签名"
531
+        checkDate.push(obj15)
532
+      } if (this.predialysis.machine_type == '') {
533
+        const obj19 = "透析机"
534
+        checkDate.push(obj19)
535
+      } if (
536
+        this.prescription.dialysis_irrigation == '' &&
537
+        this.prescription.dialysis_dialyszers == '' &&
538
+        this.prescription.dialysis_strainer == ''
539
+      ){
540
+        const obj18 = "透析(滤)器"
541
+        checkDate.push(obj18)
542
+      } if (this.prescription.calcium == 0) {
543
+        const obj37 = "钙"
544
+        checkDate.push(obj37)
545
+      } if (this.prescription.sodium == 0) {
546
+        const obj38 = "钠"
547
+        checkDate.push(obj38)
548
+      } if (this.prescription.kalium == 0) {
549
+        const obj39 = "钾"
550
+        checkDate.push(obj39)
551
+      } if (this.prescription.bicarbonate == 0) {
552
+        const obj40 = "碳酸氢根"
553
+        checkDate.push(obj40)
554
+      } if (this.predialysis.blood_access_part_opera_name == ''){
555
+        const obj20 = "血管通路"
556
+        checkDate.push(obj20)
557
+      } if (this.dialysisOrder == null ||
558
+        this.dialysisOrder.puncture_nurse == 0
559
+      ) {
560
+        const obj21 = "穿刺者"
561
+        checkDate.push(obj21)
562
+      } if(this.summary.dialysis_summary == ""){
563
+        const obj22 = "透析小结"
564
+        checkDate.push(obj22)
565
+      } if(this.assessmentafter.weight_after == 0){
566
+        const obj9 = "上次透后体重"
567
+        checkDate.push(obj9)
568
+      } if(this.predialysis.weight_before == 0){
569
+        const obj10 = "透前体重"
570
+        checkDate.push(obj10)
571
+      } if(this.predialysis.dry_weight == 0){
572
+        const obj11 = "干体重"
573
+        checkDate.push(obj11)
574
+      } if(this.afterdialysis.weight_after == 0){
575
+        const obj12 = "透后体重"
576
+        checkDate.push(obj12)
577
+      } if(this.afterdialysis.actual_ultrafiltration == 0){
578
+        const obj33 = "净脱水量"
579
+        checkDate.push(obj33)
580
+      } if (
581
+        this.dialysisOrder == null ||
582
+        this.dialysisOrder.start_nurse == 0
583
+      ) {
584
+        const obj23 = "护士签名"
585
+        checkDate.push(obj23)
586
+      } if(this.tableAdvice.length > 0){
555 587
         this.tableAdvice.map(item => {
556 588
           if(item.id > 0 && (item.created_time || item.start_time)){
557
-            this.users.map(it => {
558
-              if(it.id == item.advice_doctor){
559
-                if(it.user_type == 3){
560
-                  num++
561
-                  this.$message.closeAll()
562
-                  this.$message.error('存在不是医生保存的医嘱')
563
-                }else if(it.id == item.execution_staff && item.execution_staff > 0){
564
-                  if(it.user_type == 2){
565
-                    num++
566
-                    this.$message.closeAll()
567
-                    this.$message.error('存在不是护士执行的医嘱')
568
-                  }
569
-                }else if(it.id == item.checker && item.checker > 0){
570
-                  if(it.user_type == 2){
571
-                    num++
572
-                    this.$message.closeAll()
573
-                    this.$message.error('存在不是护士核对的医嘱')
574
-                  }
575
-                }
576
-              }else if(it.id == item.execution_staff && item.execution_staff > 0){
577
-                if(it.user_type == 2){
578
-                  num++
579
-                  this.$message.closeAll()
580
-                  this.$message.error('存在不是护士执行的医嘱')
581
-                }
582
-              }else if(it.id == item.checker && item.checker > 0){
583
-                if(it.user_type == 2){
584
-                  num++
585
-                  this.$message.closeAll()
586
-                  this.$message.error('存在不是护士核对的医嘱')
587
-                }
588
-              }
589
-            })
589
+            if(item.execution_staff ==0 || item.checker ==0){
590
+              const obj24 = '执行,核对'
591
+              checkDate.push(obj24)
592
+            }
590 593
           }
591 594
         })
592
-        if(num == 0){
593
-          this.$message.success('核对完成')
594
-        }
595
-      }else{
596
-        this.$message.success('核对完成')
597 595
       }
596
+      this.getcheckData(checkDate)
598 597
     },
599 598
     getDisplaceLiquiPart: function(val) {
600 599
       let displace_liqui_part_name = "/";
@@ -1268,6 +1267,16 @@ export default {
1268 1267
           // checker: 0,
1269 1268
         }
1270 1269
       );
1270
+    },
1271
+    getcheckData(val){
1272
+      if(val.length >0){
1273
+        const a = val.join(',')
1274
+        console.log('a',a);
1275
+        this.$message.error(a +" 未填");
1276
+        return a
1277
+      }else{
1278
+        this.$message.success('核对完成')
1279
+      }
1271 1280
     }
1272 1281
   },
1273 1282
   watch: {

+ 441 - 270
src/xt_pages/dialysis/template/DialysisPrintOrderseventyfive.vue Visa fil

@@ -99,8 +99,7 @@
99 99
           <div class="row" style="display: flex;">
100 100
             <div class="inline_block" style="flex: 2;" >
101 101
               血管通路:
102
-              <div class="under_line"
103
-                style=" width: 52%;
102
+              <div class="under_line" style=" width: 52%;
104 103
                   text-align: center; white-space: normal;
105 104
                 ">
106 105
                 {{ predialysis.blood_access_part_id ? predialysis.blood_access_part_id : '' }}
@@ -161,11 +160,8 @@
161 160
             </div>
162 161
             <div class="inline_block" style="flex: 1;">
163 162
               置换量:
164
-              <div class="under_line"
165
-                style=" width: 50%;
166
-                  text-align: center;
167
-                  white-space: normal;
168
-                "
163
+              <div class="under_line" style=" width: 50%;
164
+                  text-align: center; white-space: normal;"
169 165
               >
170 166
                 {{
171 167
                   prescription.displace_liqui_value ? prescription.displace_liqui_value : "/"
@@ -1209,114 +1205,281 @@ export default {
1209 1205
   methods: {
1210 1206
     toUpload() {
1211 1207
 
1212
-         let dom = document.getElementById("dialysis-print-box-1")
1213
-         //调用方法下载
1214
-         html2canvas(dom, {
1215
-           useCORS: true, //允许跨域
1216
-           allowTaint: false,
1217
-           logging: false,
1218
-           letterRendering: true,
1219
-           ddpi: window.devicePixelRatio * 4, //将分辨率提高到特定的DPI 提高四倍
1220
-           scale: 4, //按比例增加分辨率
1221
-           background: '#fff',//pdf背景色为白色,默认是黑色的
1222
-         }).then((canvas) => {
1223
-           //返回图片dataURL,参数:图片格式和清晰度(0-1)
1224
-           var pageData = canvas.toDataURL('image/jpeg', 1.0);
1225
-
1226
-           //方向默认竖直,尺寸ponits,格式a4[595.28,841.89]
1227
-           var pdf = new jsPDF('', 'pt', 'a4');
1228
-
1229
-           //addImage后两个参数控制添加图片的尺寸,此处将页面高度按照a4纸宽高比列进行压缩
1230
-           //  pdf.addImage(pageData, 'JPEG', 0, 0, 595.28, 592.28 / canvas.width * canvas.height);
1231
-           pdf.addImage(pageData, 'JPEG', 0, 0, 555.28, 592.28 / canvas.width * canvas.height);
1232
-
1233
-           console.log("pdf222222222222222222",pdf)
1234
-
1235
-           var newBase64Data =  pdf.output("dataurlstring").split("base64,")[1]
1236
-           // console.log("base63",newBase64Data)
1237
-           const blob = this.base64ToBlob(newBase64Data, 'application/pdf');
1238
-           console.log("blobwoowowowwo",blob)
1239
-           this.openPdf(blob);
1240
-
1241
-           // var data = {
1242
-           //   name:newBase64Data,
1243
-           // }
1244
-           // UploadPrintOrder(data).then(response=>{
1245
-           //   if(response.data.state == 1){
1246
-           //     var sign =  response.data.data.sign
1247
-           //     console.log("SIGNWWOOWWO")
1248
-           //     var pdfBase64 = response.data.data.pdfBase64
1249
-           //     console.log("pdfBase64",pdfBase64)
1250
-           //     this.$message.success("保存成功!")
1251
-           //     const blob = this.base64ToBlob(pdfBase64, 'application/pdf');
1252
-           //     this.openPdf(blob);
1253
-           //   }
1254
-           // })
1255
-
1256
-           // this.viewPdf(newBase64Data)
1257
-           //保存到pdf,名字是stone
1258
-           // pdf.save('stone.pdf');
1259
-
1260
-         });
1261
-       },
1262
-
1263
-     viewPdf(content) {
1264
-       console.log("content",content);
1265
-       const blob = this.base64ToBlob(content);
1266
-       if (window.navigator && window.navigator.msSaveOrOpenBlob) {
1267
-         window.navigator.msSaveOrOpenBlob(blob);
1268
-       } else {
1269
-         const fileURL = URL.createObjectURL(blob);
1270
-         console.log("fileUlrwowowoow",fileURL)
1271
-         window.open(fileURL);//打开ppf文件
1272
-       }
1273
-     },
1274
-     compare (property) {
1275
-       return function (a, b) {
1276
-           var value1 = a[property]
1277
-           var value2 = b[property]
1278
-           return value1 - value2
1279
-       }
1280
-     },
1281
-
1282
-     openPdf(blob) {
1283
-       const objectUrl = URL.createObjectURL(blob);
1284
-       const a = document.createElement('a');
1285
-       a.href = objectUrl;
1286
-       a.target = '_blank';
1287
-       a.click();
1288
-       URL.revokeObjectURL(objectUrl);
1289
-     },
1290
-      base64ToBlob(base64Data, contentType) {
1291
-       contentType = contentType || '';
1292
-       const sliceSize = 1024;
1293
-       const byteCharacters = window.atob(base64Data);
1294
-       const bytesLength = byteCharacters.length;
1295
-       const slicesCount = Math.ceil(bytesLength / sliceSize);
1296
-       const byteArrays = new Array(slicesCount);
1297
-
1298
-       for (let sliceIndex = 0; sliceIndex < slicesCount; ++sliceIndex) {
1299
-         const begin = sliceIndex * sliceSize;
1300
-         const end = Math.min(begin + sliceSize, bytesLength);
1301
-
1302
-         const bytes = new Array(end - begin);
1303
-         for (let offset = begin, i = 0; offset < end; ++i, ++offset) {
1304
-           bytes[i] = byteCharacters[offset].charCodeAt(0);
1305
-         }
1306
-         byteArrays[sliceIndex] = new Uint8Array(bytes);
1307
-       }
1308
-
1309
-       return new Blob(byteArrays, {
1310
-         type: contentType
1311
-       });
1312
-     },
1313
-
1314
-     UploadPdf(res) {
1315
-       let pdfBase64Str = res;
1316
-       let title = "上传给后端的个人报告";
1317
-       var myfile = this.dataURLtoFile(pdfBase64Str, title + ".pdf")
1318
-       console.log("myfile",myfile)
1319
-     },
1208
+      let dom = document.getElementById("dialysis-print-box-1")
1209
+      //调用方法下载
1210
+      html2canvas(dom, {
1211
+        useCORS: true, //允许跨域
1212
+        allowTaint: false,
1213
+        logging: false,
1214
+        letterRendering: true,
1215
+        ddpi: window.devicePixelRatio * 4, //将分辨率提高到特定的DPI 提高四倍
1216
+        scale: 4, //按比例增加分辨率
1217
+        background: '#fff',//pdf背景色为白色,默认是黑色的
1218
+      }).then((canvas) => {
1219
+        //返回图片dataURL,参数:图片格式和清晰度(0-1)
1220
+        var pageData = canvas.toDataURL('image/jpeg', 1.0);
1221
+
1222
+        //方向默认竖直,尺寸ponits,格式a4[595.28,841.89]
1223
+        var pdf = new jsPDF('', 'pt', 'a4');
1224
+
1225
+        //addImage后两个参数控制添加图片的尺寸,此处将页面高度按照a4纸宽高比列进行压缩
1226
+        //  pdf.addImage(pageData, 'JPEG', 0, 0, 595.28, 592.28 / canvas.width * canvas.height);
1227
+        pdf.addImage(pageData, 'JPEG', 0, 0, 555.28, 592.28 / canvas.width * canvas.height);
1228
+
1229
+        console.log("pdf222222222222222222",pdf)
1230
+
1231
+        var newBase64Data =  pdf.output("dataurlstring").split("base64,")[1]
1232
+        // console.log("base63",newBase64Data)
1233
+        const blob = this.base64ToBlob(newBase64Data, 'application/pdf');
1234
+        console.log("blobwoowowowwo",blob)
1235
+        this.openPdf(blob);
1236
+
1237
+        // var data = {
1238
+        //   name:newBase64Data,
1239
+        // }
1240
+        // UploadPrintOrder(data).then(response=>{
1241
+        //   if(response.data.state == 1){
1242
+        //     var sign =  response.data.data.sign
1243
+        //     console.log("SIGNWWOOWWO")
1244
+        //     var pdfBase64 = response.data.data.pdfBase64
1245
+        //     console.log("pdfBase64",pdfBase64)
1246
+        //     this.$message.success("保存成功!")
1247
+        //     const blob = this.base64ToBlob(pdfBase64, 'application/pdf');
1248
+        //     this.openPdf(blob);
1249
+        //   }
1250
+        // })
1251
+
1252
+        // this.viewPdf(newBase64Data)
1253
+        //保存到pdf,名字是stone
1254
+        // pdf.save('stone.pdf');
1255
+
1256
+      });
1257
+    },
1258
+    checkData() {
1259
+      var checkDate =[]
1260
+      if (
1261
+        this.predialysis.blood_access_part_id == "" &&
1262
+        this.predialysis.blood_access_part_opera_name == ""
1263
+      ) {
1264
+        const obj10 = '血管通路'
1265
+        checkDate.push(obj10);
1266
+      }
1267
+      if (this.dialysisOrder !=null &&
1268
+          this.dialysisOrder.DeviceNumber.number == '' &&
1269
+          this.patientInfo.DialysisSchedule.device_number.number == ""
1270
+      ) {
1271
+        const obj9 = '透析机'
1272
+        checkDate.push(obj9);
1273
+      }
1274
+      if (this.dialysisOrder !=null &&
1275
+        this.dialysisOrder.dialysis_dialyszers == "" &&
1276
+        this.dialysisOrder.dialysis_strainer == ""
1277
+      ) {
1278
+        const obj17 = '透析(滤)器'
1279
+        checkDate.push(obj17);
1280
+      } if (this.prescription.mode == "") {
1281
+        const obj13 = '治疗方式'
1282
+        checkDate.push(obj13);
1283
+      } if (
1284
+        this.prescription.displace_liqui_value == 0 &&
1285
+        this.prescription.mode_id == 2
1286
+      ) {
1287
+        const obj15 = '置换量'
1288
+        checkDate.push(obj15);
1289
+      } if (this.dialysisOrder !=null &&
1290
+          this.dialysisOrder.dialysis_irrigation != '0'
1291
+      ) {
1292
+        const obj18 = '灌流器'
1293
+        checkDate.push(obj18);
1294
+      } if (this.predialysis.puncture_way == "") {
1295
+        const obj6 = '穿刺方式'
1296
+        checkDate.push(obj6);
1297
+      } if (this.prescription.anticoagulant_name == '') {
1298
+        const obj28 = '抗凝方式'
1299
+        checkDate.push(obj28);
1300
+      } if (
1301
+        this.prescription.anticoagulant_shouji == "" &&
1302
+        this.prescription.anticoagulant_name == '肝素钠'
1303
+      ) {
1304
+        const obj30 = '首剂'
1305
+        checkDate.push(obj30);
1306
+      } if (
1307
+        this.prescription.anticoagulant_weichi == "" &&
1308
+        this.prescription.anticoagulant_name == '肝素钠'
1309
+      ) {
1310
+        const obj31 = '追加'
1311
+        checkDate.push(obj31);
1312
+      } if (this.predialysis.temperature == "") {
1313
+        const obj2 = '透前体温'
1314
+        checkDate.push(obj2);
1315
+      } if (this.predialysis.pulse_frequency == "") {
1316
+        const obj3 = '透前脉搏'
1317
+        checkDate.push(obj3);
1318
+      } if (
1319
+        this.predialysis.systolic_blood_pressure == 0 ||
1320
+        this.predialysis.diastolic_blood_pressure == 0
1321
+      ) {
1322
+        const obj5 = '透前血压'
1323
+        checkDate.push(obj5);
1324
+      } if (this.predialysis.dry_weight == '') {
1325
+        const obj21 = '干体重'
1326
+        checkDate.push(obj21);
1327
+      } if (this.prescription.target_ultrafiltration == '') {
1328
+        const obj = '医嘱脱水量'
1329
+        checkDate.push(obj);
1330
+      } if (this.prescription.dialysis_duration_hour == "" &&
1331
+        this.prescription.dialysis_duration_minute == ''
1332
+      ) {
1333
+        const obj8 = '治疗时间'
1334
+        checkDate.push(obj8);
1335
+      } if (this.predialysis.puncture_needle == "") {
1336
+        const obj7 = '穿刺针'
1337
+        checkDate.push(obj7);
1338
+      } if (this.prescription.creater == 0) {
1339
+        const obj52 = '医生签名'
1340
+        checkDate.push(obj52);
1341
+      } if (this.prescription.remark == 0) {
1342
+        const objq = '特殊医嘱'
1343
+        checkDate.push(objq);
1344
+      } if (
1345
+        this.dialysisOrder != null &&
1346
+        this.dialysisOrder.puncture_nurse == 0
1347
+      ) {
1348
+        const obj47 = '上机护士'
1349
+        checkDate.push(obj47);
1350
+      } if (
1351
+        this.dialysisOrder != null &&
1352
+        this.dialysisOrder.start_nurse == 0
1353
+      ) {
1354
+        const obj48 = '责任护士'
1355
+        checkDate.push(obj48);
1356
+      } if (this.check != null && this.check.modifier == 0) {
1357
+        const obj49 = '核对护士'
1358
+        checkDate.push(obj49);
1359
+      } if (this.afterdialysis.internal_fistula == "") {
1360
+        const obj39 = '穿刺'
1361
+        checkDate.push(obj39);
1362
+      } if (this.afterdialysis.cruor == "") {
1363
+        const obj11 = '透析器'
1364
+        checkDate.push(obj11);
1365
+      } if (this.afterdialysis.is_eat == "") {
1366
+        const obj12 = '透析中进食'
1367
+        checkDate.push(obj12);
1368
+      } if (
1369
+        this.afterdialysis.actual_treatment_hour == 0 &&
1370
+        this.afterdialysis.actual_treatment_minute == 0
1371
+      ) {
1372
+        const obj37 = '实际治疗时间'
1373
+        checkDate.push(obj37);
1374
+      } if (this.predialysis.weight_before == 0) {
1375
+        const obj20 = '透前体重'
1376
+        checkDate.push(obj20);
1377
+      } if (this.afterdialysis.weight_after == 0) {
1378
+        const obj41 = '透后体重'
1379
+        checkDate.push(obj41);
1380
+      } if (
1381
+        this.afterdialysis.systolic_blood_pressure == 0 ||
1382
+        this.afterdialysis.diastolic_blood_pressure == 0
1383
+      ) {
1384
+        const obj36 = '透后血压'
1385
+        checkDate.push(obj36);
1386
+      } if (this.afterdialysis.pulse_frequency == 0) {
1387
+        const obj34 = '透后脉搏'
1388
+        checkDate.push(obj34);
1389
+      } if (this.afterdialysis.actual_ultrafiltration == 0) {
1390
+        const obj16 = '实际脱水量'
1391
+        checkDate.push(obj16);
1392
+      } if (this.afterdialysis.actual_displacement == '') {
1393
+        const obj14 = '实际置换量'
1394
+        checkDate.push(obj14);
1395
+      } if (this.summary.dialysis_summary == "") {
1396
+        const obj45 = '透析小结'
1397
+        checkDate.push(obj45);
1398
+      } if (this.summary.mission == '') {
1399
+        const obj46 = '宣教知识'
1400
+        checkDate.push(obj46);
1401
+      } if (this.prescription.calcium == 0) {
1402
+        const obj23 = '钙'
1403
+        checkDate.push(obj23);
1404
+      } if (this.prescription.sodium == 0) {
1405
+        const obj24 = '钠'
1406
+        checkDate.push(obj24);
1407
+      } if (this.prescription.kalium == 0) {
1408
+        const obj25 = '钾'
1409
+        checkDate.push(obj25);
1410
+      } if (this.doctor_advices.length > 0) {
1411
+        console.log('12122this.doctor_advices',this.doctor_advices);
1412
+
1413
+        this.doctor_advices.map((item) => {
1414
+          if (item.id > 0 && (item.created_time || item.start_time)) {
1415
+            if(item.advice_doctor ==0 && item.execution_staff == 0){
1416
+              const obj53 = '医嘱医生,执行'
1417
+              checkDate.push(obj53);
1418
+            }
1419
+          }
1420
+        });
1421
+      }
1422
+      console.log('checkDate',checkDate);
1423
+
1424
+      this.getcheckData(checkDate)
1425
+    },
1426
+    viewPdf(content) {
1427
+      console.log("content",content);
1428
+      const blob = this.base64ToBlob(content);
1429
+      if (window.navigator && window.navigator.msSaveOrOpenBlob) {
1430
+        window.navigator.msSaveOrOpenBlob(blob);
1431
+      } else {
1432
+        const fileURL = URL.createObjectURL(blob);
1433
+        console.log("fileUlrwowowoow",fileURL)
1434
+        window.open(fileURL);//打开ppf文件
1435
+      }
1436
+    },
1437
+    compare (property) {
1438
+      return function (a, b) {
1439
+          var value1 = a[property]
1440
+          var value2 = b[property]
1441
+          return value1 - value2
1442
+      }
1443
+    },
1444
+
1445
+    openPdf(blob) {
1446
+      const objectUrl = URL.createObjectURL(blob);
1447
+      const a = document.createElement('a');
1448
+      a.href = objectUrl;
1449
+      a.target = '_blank';
1450
+      a.click();
1451
+      URL.revokeObjectURL(objectUrl);
1452
+    },
1453
+    base64ToBlob(base64Data, contentType) {
1454
+      contentType = contentType || '';
1455
+      const sliceSize = 1024;
1456
+      const byteCharacters = window.atob(base64Data);
1457
+      const bytesLength = byteCharacters.length;
1458
+      const slicesCount = Math.ceil(bytesLength / sliceSize);
1459
+      const byteArrays = new Array(slicesCount);
1460
+
1461
+      for (let sliceIndex = 0; sliceIndex < slicesCount; ++sliceIndex) {
1462
+        const begin = sliceIndex * sliceSize;
1463
+        const end = Math.min(begin + sliceSize, bytesLength);
1464
+
1465
+        const bytes = new Array(end - begin);
1466
+        for (let offset = begin, i = 0; offset < end; ++i, ++offset) {
1467
+          bytes[i] = byteCharacters[offset].charCodeAt(0);
1468
+        }
1469
+        byteArrays[sliceIndex] = new Uint8Array(bytes);
1470
+      }
1471
+
1472
+      return new Blob(byteArrays, {
1473
+        type: contentType
1474
+      });
1475
+    },
1476
+
1477
+    UploadPdf(res) {
1478
+      let pdfBase64Str = res;
1479
+      let title = "上传给后端的个人报告";
1480
+      var myfile = this.dataURLtoFile(pdfBase64Str, title + ".pdf")
1481
+      console.log("myfile",myfile)
1482
+    },
1320 1483
     // 获取当前年份,用于年龄计算
1321 1484
     getoldAge() {
1322 1485
       let date = new Date();
@@ -1344,159 +1507,159 @@ export default {
1344 1507
       }
1345 1508
     },
1346 1509
 
1347
-    checkData() {
1348
-      if (
1349
-        this.predialysis.blood_access_part_id == "" &&
1350
-        this.predialysis.blood_access_part_opera_name == ""
1351
-      ) {
1352
-        this.$message.error("血管通路未填");
1353
-      } else if (this.dialysisOrder.dialysis_dialyszers == "") {
1354
-        this.$message.error("透析器未填");
1355
-      } else if (this.predialysis.puncture_needle == "") {
1356
-        this.$message.error("穿刺针未填");
1357
-      } else if (this.prescription.mode == "") {
1358
-        this.$message.error("治疗方式未填");
1359
-      } else if (
1360
-        this.prescription.displace_liqui_value == 0 &&
1361
-        this.prescription.mode == 'HDF'
1362
-      ) {
1363
-        this.$message.error("置换量未填");
1364
-      } else if( this.dialysisOrder.dialysis_irrigation == '') {
1365
-        this.$message.error("灌流器未填");
1366
-      } else if (this.predialysis.puncture_way == "") {
1367
-        this.$message.error("穿刺方式未填");
1368
-      } else if (this.prescription.anticoagulant_name == '') {
1369
-        this.$message.error("抗凝方式未填");
1370
-      } else if (this.predialysis.temperature == "") {
1371
-        this.$message.error("透前体温未填");
1372
-      } else if (this.predialysis.pulse_frequency == "") {
1373
-        this.$message.error("透前脉搏未填");
1374
-      } else if (
1375
-        this.predialysis.systolic_blood_pressure == 0 ||
1376
-        this.predialysis.diastolic_blood_pressure == 0
1377
-      ) {
1378
-        this.$message.error("透前血压未填完整");
1379
-      } else if (this.predialysis.weight_before == 0) {
1380
-        this.$message.error("透前体重未填");
1381
-      } else if (this.predialysis.dry_weight == 0) {
1382
-        this.$message.error("干体重未填");
1383
-      } else if (this.prescription.target_ultrafiltration == 0) {
1384
-        this.$message.error("医嘱脱水未填");
1385
-      } else if (
1386
-        this.prescription.dialysis_duration_hour == 0 &&
1387
-        this.prescription.dialysis_duration_minute == 0
1388
-      ) {
1389
-        this.$message.error("治疗时间未填");
1390
-      } else if (this.afterdialysis.internal_fistula == "") {
1391
-        this.$message.error("透后内瘘未填");
1392
-      } else if (this.afterdialysis.cruor == "") {
1393
-        this.$message.error("透析器凝血未填");
1394
-      } else if (
1395
-        this.afterdialysis.actual_treatment_hour == 0 &&
1396
-        this.afterdialysis.actual_treatment_minute == ''
1397
-      ) {
1398
-        this.$message.error("实际治疗时间未填");
1399
-      } else if (this.afterdialysis.dialysis_during == '') {
1400
-        this.$message.error("透析中进食未填");
1401
-      } else if (this.afterdialysis.weight_after == 0) {
1402
-        this.$message.error("透后体重未填");
1403
-      } else if (
1404
-        this.afterdialysis.systolic_blood_pressure == 0 ||
1405
-        this.afterdialysis.diastolic_blood_pressure == 0
1406
-      )  {
1407
-        this.$message.error("透后血压未填完整");
1408
-      } else if (this.afterdialysis.pulse_frequency == 0) {
1409
-        this.$message.error("透后脉搏未填");
1410
-      } else if (this.afterdialysis.actual_ultrafiltration == 0) {
1411
-        this.$message.error("实际脱水量未填");
1412
-      } else if (this.afterdialysis.actual_displacement == "") {
1413
-        this.$message.error("实际置换量未填");
1414
-      } else if (this.summary.dialysis_summary == "") {
1415
-        this.$message.error("透析小结未填");
1416
-      } else if (
1417
-        this.dialysisOrder == null ||
1418
-        this.dialysisOrder.puncture_nurse == 0
1419
-      ) {
1420
-        this.$message.error("穿刺护士未填");
1421
-      } else if(this.dialysisOrder.start_nurse == 0 || this.dialysisOrder == null) {
1422
-        this.$message.error("责任护士未填");
1423
-      }
1424
-      else if (this.dialysisOrder == null && this.check.creater == 0) {
1425
-        this.$message.error("核对人员未填");
1426
-      } else if (
1427
-        this.dialysisOrder != null &&
1428
-        this.dialysisOrder.start_nurse == this.check.modifier &&
1429
-        this.check.creater == 0
1430
-      ) {
1431
-        this.$message.error("核对人员未填");
1432
-      } else if (
1433
-        this.dialysisOrder != null &&
1434
-        this.dialysisOrder.start_nurse == this.check.creater &&
1435
-        this.check.modifier == 0
1436
-      ) {
1437
-        this.$message.error("核对人员未填");
1438
-      } else if (
1439
-        this.dialysisOrder != null &&
1440
-        this.dialysisOrder.start_nurse != this.check.creater &&
1441
-        this.dialysisOrder.start_nurse != this.check.modifier &&
1442
-        this.check.creater == 0
1443
-      ) {
1444
-        this.$message.error("核对人员未填");
1445
-      } else if (this.prescription.creater == 0) {
1446
-        this.$message.error("医生签名未填");
1447
-      } else if (this.tableAdvice.length > 0) {
1448
-        let num = 0;
1449
-        this.tableAdvice.map((item) => {
1450
-          if (item.id > 0 && (item.created_time || item.start_time)) {
1451
-            this.users.map((it) => {
1452
-              if (it.id == item.advice_doctor) {
1453
-                if (it.user_type == 3) {
1454
-                  num++;
1455
-                  this.$message.closeAll();
1456
-                  this.$message.error("存在不是医生保存的医嘱");
1457
-                } else if (
1458
-                  it.id == item.execution_staff &&
1459
-                  item.execution_staff > 0
1460
-                ) {
1461
-                  if (it.user_type == 2) {
1462
-                    num++;
1463
-                    this.$message.closeAll();
1464
-                    this.$message.error("存在不是护士执行的医嘱");
1465
-                  }
1466
-                } else if (it.id == item.checker && item.checker > 0) {
1467
-                  if (it.user_type == 2) {
1468
-                    num++;
1469
-                    this.$message.closeAll();
1470
-                    this.$message.error("存在不是护士核对的医嘱");
1471
-                  }
1472
-                }
1473
-              } else if (
1474
-                it.id == item.execution_staff &&
1475
-                item.execution_staff > 0
1476
-              ) {
1477
-                if (it.user_type == 2) {
1478
-                  num++;
1479
-                  this.$message.closeAll();
1480
-                  this.$message.error("存在不是护士执行的医嘱");
1481
-                }
1482
-              } else if (it.id == item.checker && item.checker > 0) {
1483
-                if (it.user_type == 2) {
1484
-                  num++;
1485
-                  this.$message.closeAll();
1486
-                  this.$message.error("存在不是护士核对的医嘱");
1487
-                }
1488
-              }
1489
-            });
1490
-          }
1491
-        });
1492
-        if (num == 0) {
1493
-          this.$message.success("核对完成");
1494
-        }
1495
-      } else {
1496
-        this.$message.success("核对完成");
1497
-      }
1510
+    // checkData() {
1511
+    //   if (
1512
+    //     this.predialysis.blood_access_part_id == "" &&
1513
+    //     this.predialysis.blood_access_part_opera_name == ""
1514
+    //   ) {
1515
+    //     this.$message.error("血管通路未填");
1516
+    //   } else if (this.dialysisOrder.dialysis_dialyszers == "") {
1517
+    //     this.$message.error("透析器未填");
1518
+    //   } else if (this.predialysis.puncture_needle == "") {
1519
+    //     this.$message.error("穿刺针未填");
1520
+    //   } else if (this.prescription.mode == "") {
1521
+    //     this.$message.error("治疗方式未填");
1522
+    //   } else if (
1523
+    //     this.prescription.displace_liqui_value == 0 &&
1524
+    //     this.prescription.mode == 'HDF'
1525
+    //   ) {
1526
+    //     this.$message.error("置换量未填");
1527
+    //   } else if( this.dialysisOrder.dialysis_irrigation == '') {
1528
+    //     this.$message.error("灌流器未填");
1529
+    //   } else if (this.predialysis.puncture_way == "") {
1530
+    //     this.$message.error("穿刺方式未填");
1531
+    //   } else if (this.prescription.anticoagulant_name == '') {
1532
+    //     this.$message.error("抗凝方式未填");
1533
+    //   } else if (this.predialysis.temperature == "") {
1534
+    //     this.$message.error("透前体温未填");
1535
+    //   } else if (this.predialysis.pulse_frequency == "") {
1536
+    //     this.$message.error("透前脉搏未填");
1537
+    //   } else if (
1538
+    //     this.predialysis.systolic_blood_pressure == 0 ||
1539
+    //     this.predialysis.diastolic_blood_pressure == 0
1540
+    //   ) {
1541
+    //     this.$message.error("透前血压未填完整");
1542
+    //   } else if (this.predialysis.weight_before == 0) {
1543
+    //     this.$message.error("透前体重未填");
1544
+    //   } else if (this.predialysis.dry_weight == 0) {
1545
+    //     this.$message.error("干体重未填");
1546
+    //   } else if (this.prescription.target_ultrafiltration == 0) {
1547
+    //     this.$message.error("医嘱脱水未填");
1548
+    //   } else if (
1549
+    //     this.prescription.dialysis_duration_hour == 0 &&
1550
+    //     this.prescription.dialysis_duration_minute == 0
1551
+    //   ) {
1552
+    //     this.$message.error("治疗时间未填");
1553
+    //   } else if (this.afterdialysis.internal_fistula == "") {
1554
+    //     this.$message.error("透后内瘘未填");
1555
+    //   } else if (this.afterdialysis.cruor == "") {
1556
+    //     this.$message.error("透析器凝血未填");
1557
+    //   } else if (
1558
+    //     this.afterdialysis.actual_treatment_hour == 0 &&
1559
+    //     this.afterdialysis.actual_treatment_minute == ''
1560
+    //   ) {
1561
+    //     this.$message.error("实际治疗时间未填");
1562
+    //   } else if (this.afterdialysis.dialysis_during == '') {
1563
+    //     this.$message.error("透析中进食未填");
1564
+    //   } else if (this.afterdialysis.weight_after == 0) {
1565
+    //     this.$message.error("透后体重未填");
1566
+    //   } else if (
1567
+    //     this.afterdialysis.systolic_blood_pressure == 0 ||
1568
+    //     this.afterdialysis.diastolic_blood_pressure == 0
1569
+    //   )  {
1570
+    //     this.$message.error("透后血压未填完整");
1571
+    //   } else if (this.afterdialysis.pulse_frequency == 0) {
1572
+    //     this.$message.error("透后脉搏未填");
1573
+    //   } else if (this.afterdialysis.actual_ultrafiltration == 0) {
1574
+    //     this.$message.error("实际脱水量未填");
1575
+    //   } else if (this.afterdialysis.actual_displacement == "") {
1576
+    //     this.$message.error("实际置换量未填");
1577
+    //   } else if (this.summary.dialysis_summary == "") {
1578
+    //     this.$message.error("透析小结未填");
1579
+    //   } else if (
1580
+    //     this.dialysisOrder == null ||
1581
+    //     this.dialysisOrder.puncture_nurse == 0
1582
+    //   ) {
1583
+    //     this.$message.error("穿刺护士未填");
1584
+    //   } else if(this.dialysisOrder.start_nurse == 0 || this.dialysisOrder == null) {
1585
+    //     this.$message.error("责任护士未填");
1586
+    //   }
1587
+    //   else if (this.dialysisOrder == null && this.check.creater == 0) {
1588
+    //     this.$message.error("核对人员未填");
1589
+    //   } else if (
1590
+    //     this.dialysisOrder != null &&
1591
+    //     this.dialysisOrder.start_nurse == this.check.modifier &&
1592
+    //     this.check.creater == 0
1593
+    //   ) {
1594
+    //     this.$message.error("核对人员未填");
1595
+    //   } else if (
1596
+    //     this.dialysisOrder != null &&
1597
+    //     this.dialysisOrder.start_nurse == this.check.creater &&
1598
+    //     this.check.modifier == 0
1599
+    //   ) {
1600
+    //     this.$message.error("核对人员未填");
1601
+    //   } else if (
1602
+    //     this.dialysisOrder != null &&
1603
+    //     this.dialysisOrder.start_nurse != this.check.creater &&
1604
+    //     this.dialysisOrder.start_nurse != this.check.modifier &&
1605
+    //     this.check.creater == 0
1606
+    //   ) {
1607
+    //     this.$message.error("核对人员未填");
1608
+    //   } else if (this.prescription.creater == 0) {
1609
+    //     this.$message.error("医生签名未填");
1610
+    //   } else if (this.tableAdvice.length > 0) {
1611
+    //     let num = 0;
1612
+    //     this.tableAdvice.map((item) => {
1613
+    //       if (item.id > 0 && (item.created_time || item.start_time)) {
1614
+    //         this.users.map((it) => {
1615
+    //           if (it.id == item.advice_doctor) {
1616
+    //             if (it.user_type == 3) {
1617
+    //               num++;
1618
+    //               this.$message.closeAll();
1619
+    //               this.$message.error("存在不是医生保存的医嘱");
1620
+    //             } else if (
1621
+    //               it.id == item.execution_staff &&
1622
+    //               item.execution_staff > 0
1623
+    //             ) {
1624
+    //               if (it.user_type == 2) {
1625
+    //                 num++;
1626
+    //                 this.$message.closeAll();
1627
+    //                 this.$message.error("存在不是护士执行的医嘱");
1628
+    //               }
1629
+    //             } else if (it.id == item.checker && item.checker > 0) {
1630
+    //               if (it.user_type == 2) {
1631
+    //                 num++;
1632
+    //                 this.$message.closeAll();
1633
+    //                 this.$message.error("存在不是护士核对的医嘱");
1634
+    //               }
1635
+    //             }
1636
+    //           } else if (
1637
+    //             it.id == item.execution_staff &&
1638
+    //             item.execution_staff > 0
1639
+    //           ) {
1640
+    //             if (it.user_type == 2) {
1641
+    //               num++;
1642
+    //               this.$message.closeAll();
1643
+    //               this.$message.error("存在不是护士执行的医嘱");
1644
+    //             }
1645
+    //           } else if (it.id == item.checker && item.checker > 0) {
1646
+    //             if (it.user_type == 2) {
1647
+    //               num++;
1648
+    //               this.$message.closeAll();
1649
+    //               this.$message.error("存在不是护士核对的医嘱");
1650
+    //             }
1651
+    //           }
1652
+    //         });
1653
+    //       }
1654
+    //     });
1655
+    //     if (num == 0) {
1656
+    //       this.$message.success("核对完成");
1657
+    //     }
1658
+    //   } else {
1659
+    //     this.$message.success("核对完成");
1660
+    //   }
1498 1661
 
1499
-    },
1662
+    // },
1500 1663
     getDisplaceLiquiPart: function (val) {
1501 1664
       let displace_liqui_part_name = "/";
1502 1665
       const displace_liqui_part = this.displaceLiquiPartOptions;
@@ -1637,6 +1800,7 @@ export default {
1637 1800
         ? this.modeOptions[mode_id].name
1638 1801
         : "";
1639 1802
     },
1803
+    // 数据源
1640 1804
     getDialysisRecord() {
1641 1805
       this.loading = true;
1642 1806
 
@@ -2194,9 +2358,7 @@ export default {
2194 2358
         }
2195 2359
 
2196 2360
         if(this.org_id == 0 || this.org_id ==10460){
2197
-          console.log("日期搜哦",this.schedule_date_one)
2198 2361
           var strBirthdayArr = this.schedule_date_one.split("-")
2199
-          console.log("strBirthdayArr",strBirthdayArr)
2200 2362
           var yeaer = strBirthdayArr[0]
2201 2363
           var month = strBirthdayArr[1]
2202 2364
           var day = strBirthdayArr[2]
@@ -2242,7 +2404,16 @@ export default {
2242 2404
         return "0.0";
2243 2405
       }
2244 2406
     },
2245
-
2407
+    getcheckData(val){
2408
+      if(val.length >0){
2409
+        const a = val.join(',')
2410
+        console.log('a',a);
2411
+        this.$message.error(a +" 未填");
2412
+        return a
2413
+      }else{
2414
+        this.$message.success('核对完成')
2415
+      }
2416
+    }
2246 2417
   },
2247 2418
   watch: {
2248 2419
     "patientInfo.gender": function () {

+ 143 - 103
src/xt_pages/dialysis/template/DialysisPrintOrderseventyone.vue Visa fil

@@ -41,7 +41,9 @@
41 41
           <div style="flex: 1;">
42 42
             透析床
43 43
             <span class="under-line" style="display: inline-block;width: 50%;">
44
-              {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number }}
44
+              {{ dialysisOrder && dialysisOrder.DeviceNumber && dialysisOrder.DeviceNumber.number.length > 0 ? 
45
+                dialysisOrder.DeviceNumber.number : patientInfo.DialysisSchedule.device_number.number 
46
+              }}
45 47
             </span>
46 48
           </div>
47 49
         </div>
@@ -83,7 +85,7 @@
83 85
           </div>
84 86
           <div style="flex: 1;">
85 87
             置换量
86
-            <span class="under-line" style="display: inline-block;width: 50%;">
88
+            <span class="under-line" style="display: inline-block;width: 50%;" >
87 89
               {{ prescription.displace_liqui_value ? prescription.displace_liqui_value : "/" }}
88 90
             </span>L
89 91
           </div>
@@ -527,9 +529,15 @@
527 529
               <div style="flex:1">
528 530
                 医师签名
529 531
                 <div class="under-line" style="display: inline-block;width: 50%;">
530
-                  <span v-if="doctorForm.url === ''">{{ doctorForm.doctor }}</span>
532
+                  <!-- <span v-if="doctorForm.url === ''">{{ doctorForm.doctor }}</span>
531 533
                   <span v-if="doctorForm.url !== ''">
532 534
                     <img class="es-img" :src="doctorForm.url" style="height:30px;" />
535
+                  </span> -->
536
+                  <span style="display: inline-block;" v-if="setAdminUserES(prescription.creater) == ''">
537
+                    {{ getAdminUser(prescription.creater)}}
538
+                  </span>
539
+                  <span style="display: inline-block;" v-else>
540
+                    <img style="height:30px;" :src="setAdminUserES(prescription.creater)" alt srcset />
533 541
                   </span>
534 542
                 </div>
535 543
               </div>
@@ -714,111 +722,132 @@ export default {
714 722
   },
715 723
   methods: {
716 724
     checkData(){
717
-      if(this.receiverTreatmentAccess.sick_condition == 0){
718
-        this.$message.error('病情评估未填')
719
-      }else if(this.receiverTreatmentAccess.way == 0){
720
-        this.$message.error('入科方式未填')
721
-      }else if(this.prescription.mode_id == ""){
722
-        this.$message.error('净化治疗方式未填')
723
-      }else if(this.prescription.dialyzer_perfusion_apparatus == ""){
724
-        this.$message.error('透析器或灌流器未填')
725
-      }else if(this.predialysis.blood_access_part_opera_name == ''){
726
-        this.$message.error('血管通路未填')
727
-      }else if(this.predialysis.weight_before == 0){
728
-        this.$message.error('透前体重未填')
729
-      }else if(this.predialysis.dry_weight == 0){
730
-        this.$message.error('干体重未填')
731
-      }else if(this.prescription.target_ultrafiltration == 0){
732
-        this.$message.error('预脱水量未填')
733
-      }else if(this.prescription.dialysis_duration_hour == 0 && this.prescription.dialysis_duration_minute == 0){
734
-        this.$message.error('透析时间未填')
735
-      }else if(this.prescription.blood_flow_volume == 0){
736
-        this.$message.error('血流量未填')
737
-      }else if(this.prescription.displace_liqui_part == 0 && (this.prescription.mode_id == 2 || this.prescription.mode_id == 5 || this.prescription.mode_id == 12)){
738
-        this.$message.error('置换方式未填')
739
-      }else if(this.prescription.displace_liqui_value == 0 && (this.prescription.mode_id == 2 || this.prescription.mode_id == 5 || this.prescription.mode_id == 12)){
740
-        this.$message.error('置换量未填')
741
-      }else if(this.prescription.anticoagulant == 0){
742
-        this.$message.error('抗凝剂未填')
743
-      }else if(this.prescription.calcium == 0 && this.prescription.dialysate_formulation != 0){
744
-        this.$message.error('钙未填')
745
-      }else if(this.prescription.sodium == 0 && this.prescription.dialysate_formulation != 0){
746
-        this.$message.error('钠未填')
747
-      }else if(this.prescription.kalium == 0 && this.prescription.dialysate_formulation != 0){
748
-        this.$message.error('钾未填')
749
-      }else if(this.predialysis.complication == ''){
750
-        this.$message.error('透前并发症未填')
751
-      }else if(this.doctorForm.doctor == ""){
752
-        this.$message.error('医生签名未填')
753
-      }else if(this.orderForm.start_nurse == ""){
754
-        this.$message.error('上机护士未填')
755
-      }else if(this.check.modifier == 0){
756
-        this.$message.error('核对护士未填')
757
-      }else if(this.finshForm.finish_nurse == ""){
758
-        this.$message.error('下机护士未填')
759
-      }else if(this.afterdialysis.systolic_blood_pressure == 0 || this.afterdialysis.diastolic_blood_pressure == 0){
760
-        this.$message.error('透后血压未填完整')
761
-      }else if(this.afterdialysis.actual_treatment_hour == 0 && this.afterdialysis.actual_treatment_minute == 0){
762
-        this.$message.error('实际治疗时间未填')
763
-      }else if(this.afterdialysis.actual_ultrafiltration == 0){
764
-        this.$message.error('实际超滤量未填')
765
-      }else if(this.afterdialysis.puncture_point_oozing_blood == 0){
766
-        this.$message.error('拔针后穿刺点渗血未填')
767
-      }else if(this.afterdialysis.puncture_point_haematoma == 0){
768
-        this.$message.error('穿刺处血肿未填')
769
-      }else if(this.afterdialysis.internal_fistula == ""){
770
-        this.$message.error('压迫后内瘘震颤未填')
771
-      }else if(this.afterdialysis.complication == ''){
772
-        this.$message.error('透后并发症未填')
773
-      }else if(this.afterdialysis.cruor == ""){
774
-        this.$message.error('透析器凝血未填')
775
-      }else if(this.summary.dialysis_summary == ""){
776
-        this.$message.error('透析小结未填')
777
-      }else if(this.tableAdvice.length > 0){
778
-        let num = 0
725
+      var checkDate =[]
726
+      if(this.patientInfo.name == ''){
727
+        const obj ='姓名'
728
+        checkDate.push(obj)
729
+      } if(this.patientInfo.gender ==''){
730
+        const obj1 ='性别'
731
+        checkDate.push(obj1)
732
+      } if(this.patientInfo.id_card_no ==''){
733
+        const obj2 ='年龄'
734
+        checkDate.push(obj2)
735
+      } if(this.patientInfo.dialysis_no == ''){
736
+        const obj3 ='透析号'
737
+        checkDate.push(obj3)
738
+      } if(this.queryParams.xtdate == ''){
739
+        const obj4 ='治疗日期'
740
+        checkDate.push(obj4)
741
+      } if(this.patientInfo.DialysisSchedule.device_zone.name == ''){
742
+        const obj5 ='治疗区域'
743
+        checkDate.push(obj5)
744
+      } if(this.dialysisOrder == '' && 
745
+          this.dialysisOrder.DeviceNumber.number =='' && 
746
+          this.patientInfo.DialysisSchedule.device_number.number ==''
747
+      ){
748
+        const obj6 ='透析床号'
749
+        checkDate.push(obj6)
750
+      } if(this.predialysis.symptom_before_dialysis == '' && 
751
+        this.predialysis.symptom_before_dialysis_other == ''
752
+      ){
753
+        const obj7 ='上机前病情'
754
+        checkDate.push(obj7)
755
+      } if(this.prescription.mode ==''){
756
+        const obj8 ='治疗方式'
757
+        checkDate.push(obj8)
758
+      } if(this.prescription.displace_liqui_part =='' && 
759
+            this.prescription.mode_id == 2 && 
760
+            this.prescription.mode_id == 5 && this.prescription.mode_id == 12
761
+      ){
762
+        const obj9 ='置换方式'
763
+        checkDate.push(obj9)
764
+      } if(this.prescription.displace_liqui_value =='' && this.prescription.mode_id == 2){
765
+        const obj10 ='置换量 '
766
+        checkDate.push(obj10)
767
+      } if(this.prescription.dialysis_duration_hour =='' &&
768
+          this.prescription.dialysis_duration_minute == ''
769
+      ){
770
+        const obj11 ='治疗时间'
771
+        checkDate.push(obj11)
772
+      } if(this.prescription.anticoagulant ==''){
773
+        const obj12 ='抗凝剂'
774
+        checkDate.push(obj12)
775
+      } if(this.prescription.anticoagulant_shouji ==''){
776
+        const obj13 ='首剂'
777
+        checkDate.push(obj13)
778
+      } if(this.prescription.anticoagulant_zongliang ==''){
779
+        const obj14 ='总量'
780
+        checkDate.push(obj14)
781
+      } if(this.prescription.target_ultrafiltration ==''){
782
+        const obj15 ='处方脱水量'
783
+        checkDate.push(obj15)
784
+      } if(this.prescription.dialysate_flow ==''){
785
+        const obj16 ='透析液流量'
786
+        checkDate.push(obj16)
787
+      } if(this.prescription.creater ==0){
788
+        const obj17 ='医师签名'
789
+        checkDate.push(obj17)
790
+      } if(this.predialysis.machine_type ==''){
791
+        const obj18 ='透析机'
792
+        checkDate.push(obj18)
793
+      } if(this.prescription.dialysis_dialyszers =='' && 
794
+            this.prescription.dialysis_strainer ==''
795
+      ){
796
+        const obj19 ='透 (滤) 器'
797
+        checkDate.push(obj19)
798
+      } if(this.prescription.dialysis_irrigation ==''){
799
+        const obj20 ='灌流器'
800
+        checkDate.push(obj20)
801
+      } if (this.predialysis.blood_access_part_opera_name == ''){
802
+        const obj21 = "血管通路"
803
+        checkDate.push(obj21)
804
+      } if(this.dialysisOrder !=null && this.dialysisOrder.start_nurse ==0){
805
+        const obj22 = "操作者"
806
+        checkDate.push(obj22)
807
+      } if(this.predialysis.puncture_needle == '' && this.org_id == 10612){
808
+        const obj23 = "穿刺针"
809
+        checkDate.push(obj23)
810
+      } if(this.dialysisOrder.puncture_nurse == '' && this.org_id == 10612 &&
811
+        this.dialysisOrder != null 
812
+      ){
813
+        const obj23 = "穿刺护士"
814
+        checkDate.push(obj23)
815
+      } if(this.assessmentafter.weight_after == '' && 
816
+            this.afterdialysis.last_after_weight == ''
817
+      ){
818
+        const obj24 = "上次透后体重"
819
+        checkDate.push(obj24)
820
+      } if(this.predialysis.weight_before == 0){
821
+        const obj25 = "透前体重"
822
+        checkDate.push(obj25)
823
+      } if(this.predialysis.dry_weight == 0){
824
+        const obj26 = "干体重"
825
+        checkDate.push(obj26)
826
+      } if(this.afterdialysis.weight_after == 0){
827
+        const obj27 = "透后体重"
828
+        checkDate.push(obj27)
829
+      } if(this.afterdialysis.actual_ultrafiltration == 0){
830
+        const obj28 = "净脱水量"
831
+        checkDate.push(obj28)
832
+      } if (this.summary.dialysis_summary == "") {
833
+        const obj29 = "透析小结"
834
+        checkDate.push(obj29)
835
+      } if(this.dialysisOrder != null && 
836
+            this.dialysisOrder.start_nurse ==''
837
+      ){
838
+        const obj30 = "护士签名"
839
+        checkDate.push(obj30)
840
+      } if(this.tableAdvice.length > 0){
779 841
         this.tableAdvice.map(item => {
780 842
           if(item.id > 0 && (item.created_time || item.start_time)){
781
-            this.users.map(it => {
782
-              if(it.id == item.advice_doctor){
783
-                if(it.user_type == 3){
784
-                  num++
785
-                  this.$message.closeAll()
786
-                  this.$message.error('存在不是医生保存的医嘱')
787
-                }else if(it.id == item.execution_staff && item.execution_staff > 0){
788
-                  if(it.user_type == 2){
789
-                    num++
790
-                    this.$message.closeAll()
791
-                    this.$message.error('存在不是护士执行的医嘱')
792
-                  }
793
-                }else if(it.id == item.checker && item.checker > 0){
794
-                  if(it.user_type == 2){
795
-                    num++
796
-                    this.$message.closeAll()
797
-                    this.$message.error('存在不是护士核对的医嘱')
798
-                  }
799
-                }
800
-              }else if(it.id == item.execution_staff && item.execution_staff > 0){
801
-                if(it.user_type == 2){
802
-                  num++
803
-                  this.$message.closeAll()
804
-                  this.$message.error('存在不是护士执行的医嘱')
805
-                }
806
-              }else if(it.id == item.checker && item.checker > 0){
807
-                if(it.user_type == 2){
808
-                  num++
809
-                  this.$message.closeAll()
810
-                  this.$message.error('存在不是护士核对的医嘱')
811
-                }
812
-              }
813
-            })
843
+            if(item.execution_staff ==0 && item.checker ==0){
844
+              const obj32 = '执行,核对'
845
+              checkDate.push(obj32)
846
+            }
814 847
           }
815 848
         })
816
-        if(num == 0){
817
-          this.$message.success('核对完成')
818
-        }
819
-      }else{
820
-        this.$message.success('核对完成')
821 849
       }
850
+      this.getcheckData(checkDate)
822 851
     },
823 852
     getDisplaceLiquiPart: function(val) {
824 853
       let displace_liqui_part_name = "/";
@@ -1133,6 +1162,7 @@ export default {
1133 1162
           //console.log("医师签名", doctorname);
1134 1163
           this.doctorForm.doctor = doctorname.user_name;
1135 1164
           this.doctorForm.url = doctorname.url;
1165
+          console.log("医师签名", this.doctorForm);
1136 1166
           var prescription = response.data.data.dialysisPrescription;
1137 1167
           console.log("透析处方", prescription);
1138 1168
           if (prescription.anticoagulant == 6) {
@@ -1515,6 +1545,16 @@ export default {
1515 1545
           // checker: 0,
1516 1546
         }
1517 1547
       );
1548
+    },
1549
+    getcheckData(val){
1550
+      if(val.length >0){
1551
+        const a = val.join(',')
1552
+        console.log('a',a);
1553
+        this.$message.error(a +" 未填");
1554
+        return a
1555
+      }else{
1556
+        this.$message.success('核对完成')
1557
+      }
1518 1558
     }
1519 1559
   },
1520 1560
   watch: {