|
@@ -30,7 +30,7 @@
|
30
|
30
|
<div class='dialysisPage' style="padding-top:40px;" v-if="this.$store.getters.xt_user.org_id == 10210 || this.$store.getters.xt_user.org_id == 0">
|
31
|
31
|
<!-- <private-charge-print :info="info" ></private-charge-print>-->
|
32
|
32
|
<!-- <print-ten :info="info" ></print-ten>-->
|
33
|
|
- <print-ten></print-ten>
|
|
33
|
+ <print-ten :info="info"></print-ten>
|
34
|
34
|
</div>
|
35
|
35
|
|
36
|
36
|
<!-- <div class='dialysisPage' style="padding-top:40px;" v-else>-->
|
|
@@ -392,6 +392,52 @@ export default {
|
392
|
392
|
that.info['order_infos'] = response.data.data.order_infos
|
393
|
393
|
that.info['diagnosis'] = response.data.data.diagnosis
|
394
|
394
|
|
|
395
|
+ that.info['bedInscpTotal'] =
|
|
396
|
+ response.data.data.bedInscpTotal
|
|
397
|
+ that.info['bedSelfTotal'] =
|
|
398
|
+ response.data.data.bedSelfTotal
|
|
399
|
+
|
|
400
|
+ that.info['operationInscpTotal'] =
|
|
401
|
+ response.data.data.operationInscpTotal
|
|
402
|
+ that.info['operationSelfTotal'] =
|
|
403
|
+ response.data.data.operationSelfTotal
|
|
404
|
+
|
|
405
|
+ that.info['checkInscpTotal'] =
|
|
406
|
+ response.data.data.checkInscpTotal
|
|
407
|
+ that.info['checkSelfTotal'] =
|
|
408
|
+ response.data.data.checkSelfTotal
|
|
409
|
+
|
|
410
|
+ that.info['treatInscpTotal'] =
|
|
411
|
+ response.data.data.treatInscpTotal
|
|
412
|
+ that.info['treatSelfTotal'] =
|
|
413
|
+ response.data.data.treatSelfTotal
|
|
414
|
+
|
|
415
|
+ that.info['laboratoryInscpTotal'] =
|
|
416
|
+ response.data.data.laboratoryInscpTotal
|
|
417
|
+ that.info['laboratorySelfTotal'] =
|
|
418
|
+ response.data.data.laboratorySelfTotal
|
|
419
|
+
|
|
420
|
+ that.info['westernMedicineInscpTotal'] =
|
|
421
|
+ response.data.data.westernMedicineInscpTotal
|
|
422
|
+ that.info['westernMedicineSelfTotal'] =
|
|
423
|
+ response.data.data.westernMedicineSelfTotal
|
|
424
|
+
|
|
425
|
+ that.info['materialInscpTotal'] =
|
|
426
|
+ response.data.data.materialInscpTotal
|
|
427
|
+ that.info['materialSelfTotal'] =
|
|
428
|
+ response.data.data.materialSelfTotal
|
|
429
|
+
|
|
430
|
+ that.info['chineseTraditionalInscpTotal'] =
|
|
431
|
+ response.data.data.chineseTraditionalInscpTotal
|
|
432
|
+ that.info['chineseTraditionalSelfTotal'] =
|
|
433
|
+ response.data.data.chineseTraditionalSelfTotal
|
|
434
|
+
|
|
435
|
+ that.info['otherInscpTotal'] =
|
|
436
|
+ response.data.data.otherInscpTotal
|
|
437
|
+ that.info['otherSelfTotal'] =
|
|
438
|
+ response.data.data.otherSelfTotal
|
|
439
|
+
|
|
440
|
+
|
395
|
441
|
//获取所有项目类型进行去重
|
396
|
442
|
let med_chrgitm_types = []
|
397
|
443
|
for (let i = 0; i < response.data.data.order_infos.length; i++) {
|
|
@@ -511,6 +557,54 @@ export default {
|
511
|
557
|
that.info['diagnosis'] = response.data.data.diagnosis
|
512
|
558
|
that.info['his'] = response.data.data.his_hospital
|
513
|
559
|
|
|
560
|
+
|
|
561
|
+ that.info['bedInscpTotal'] =
|
|
562
|
+ response.data.data.bedInscpTotal
|
|
563
|
+ that.info['bedSelfTotal'] =
|
|
564
|
+ response.data.data.bedSelfTotal
|
|
565
|
+
|
|
566
|
+ that.info['operationInscpTotal'] =
|
|
567
|
+ response.data.data.operationInscpTotal
|
|
568
|
+ that.info['operationSelfTotal'] =
|
|
569
|
+ response.data.data.operationSelfTotal
|
|
570
|
+
|
|
571
|
+ that.info['checkInscpTotal'] =
|
|
572
|
+ response.data.data.checkInscpTotal
|
|
573
|
+ that.info['checkSelfTotal'] =
|
|
574
|
+ response.data.data.checkSelfTotal
|
|
575
|
+
|
|
576
|
+ that.info['treatInscpTotal'] =
|
|
577
|
+ response.data.data.treatInscpTotal
|
|
578
|
+ that.info['treatSelfTotal'] =
|
|
579
|
+ response.data.data.treatSelfTotal
|
|
580
|
+
|
|
581
|
+ that.info['laboratoryInscpTotal'] =
|
|
582
|
+ response.data.data.laboratoryInscpTotal
|
|
583
|
+ that.info['laboratorySelfTotal'] =
|
|
584
|
+ response.data.data.laboratorySelfTotal
|
|
585
|
+
|
|
586
|
+ that.info['westernMedicineInscpTotal'] =
|
|
587
|
+ response.data.data.westernMedicineInscpTotal
|
|
588
|
+ that.info['westernMedicineSelfTotal'] =
|
|
589
|
+ response.data.data.westernMedicineSelfTotal
|
|
590
|
+
|
|
591
|
+ that.info['materialInscpTotal'] =
|
|
592
|
+ response.data.data.materialInscpTotal
|
|
593
|
+ that.info['materialSelfTotal'] =
|
|
594
|
+ response.data.data.materialSelfTotal
|
|
595
|
+
|
|
596
|
+ that.info['chineseTraditionalInscpTotal'] =
|
|
597
|
+ response.data.data.chineseTraditionalInscpTotal
|
|
598
|
+ that.info['chineseTraditionalSelfTotal'] =
|
|
599
|
+ response.data.data.chineseTraditionalSelfTotal
|
|
600
|
+
|
|
601
|
+ that.info['otherInscpTotal'] =
|
|
602
|
+ response.data.data.otherInscpTotal
|
|
603
|
+ that.info['otherSelfTotal'] =
|
|
604
|
+ response.data.data.otherSelfTotal
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
514
|
608
|
console.log("22222222")
|
515
|
609
|
that.list = []
|
516
|
610
|
//获取所有项目类型进行去重
|