@liuqiongqiong/vue-pages 1.0.9 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -441,92 +441,83 @@
|
|
|
441
441
|
@change="getExpPrint" />
|
|
442
442
|
</el-form-item>
|
|
443
443
|
</el-form>
|
|
444
|
-
|
|
445
|
-
|
|
444
|
+
<!--旧打印表格-->
|
|
445
|
+
<div v-if="startDate" id="printDom1" ref="printDom1" style="padding: 20px;">
|
|
446
|
+
<div style="font-size: 18px; font-weight: bold; text-align: center; margin-bottom: 10px">
|
|
446
447
|
{{ expObjPrint.title }}
|
|
447
448
|
</div>
|
|
448
449
|
<div style="text-align: left; padding: 10px 0">
|
|
449
450
|
结算周期{{ expObjPrint.jszqTime }}
|
|
450
451
|
</div>
|
|
451
|
-
<
|
|
452
|
-
<
|
|
453
|
-
<
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
<
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
</
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
{{
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
452
|
+
<table border="1" cellspacing="0" cellpadding="5" style="width: 100%; border-collapse: collapse; text-align: center;">
|
|
453
|
+
<thead>
|
|
454
|
+
<tr>
|
|
455
|
+
<th rowspan="2" style="width: 50px;">个人编号</th>
|
|
456
|
+
<th rowspan="2">姓名</th>
|
|
457
|
+
<th rowspan="2">身份证</th>
|
|
458
|
+
<th rowspan="2">参保类型</th>
|
|
459
|
+
<th rowspan="2">护理类别</th>
|
|
460
|
+
<th rowspan="2">结算起始日期</th>
|
|
461
|
+
<th rowspan="2">结算中止日期</th>
|
|
462
|
+
<th rowspan="2" style="width: 50px;">服务次数</th>
|
|
463
|
+
<th rowspan="2">实际总金额</th>
|
|
464
|
+
<th rowspan="2">基金支付</th>
|
|
465
|
+
<th colspan="2">个人负担</th>
|
|
466
|
+
<th rowspan="2">不合理费用扣减</th>
|
|
467
|
+
</tr>
|
|
468
|
+
<tr>
|
|
469
|
+
<th>个人自费</th>
|
|
470
|
+
<th>个人自付</th>
|
|
471
|
+
</tr>
|
|
472
|
+
</thead>
|
|
473
|
+
<tbody>
|
|
474
|
+
<tr v-for="(item, index) in expObjPrint.list" :key="index">
|
|
475
|
+
<td>{{ index + 1 }}</td>
|
|
476
|
+
<td>{{ item.name }}</td>
|
|
477
|
+
<td>{{ item.idCode }}</td>
|
|
478
|
+
<td>{{ item.medicalType }}</td>
|
|
479
|
+
<td>{{ item.hlType }}</td>
|
|
480
|
+
<td>{{ item.startTime }}</td>
|
|
481
|
+
<td>{{ item.endTime }}</td>
|
|
482
|
+
<td>{{ item.clockNum }}</td>
|
|
483
|
+
<td>{{ item.accountTotal }}</td>
|
|
484
|
+
<td>{{ item.fundPrice }}</td>
|
|
485
|
+
<td>{{ item.fei }}</td>
|
|
486
|
+
<td>{{ item.fu }}</td>
|
|
487
|
+
<td>{{ item.bhl }}</td>
|
|
488
|
+
</tr>
|
|
489
|
+
<tr>
|
|
490
|
+
<td>合计</td>
|
|
491
|
+
<td></td>
|
|
492
|
+
<td></td>
|
|
493
|
+
<td></td>
|
|
494
|
+
<td></td>
|
|
495
|
+
<td></td>
|
|
496
|
+
<td></td>
|
|
497
|
+
<td></td>
|
|
498
|
+
<td>{{ totalAmount }}</td>
|
|
499
|
+
<td>{{ fundAmount }}</td>
|
|
500
|
+
<td colspan="2">{{ burdenAmount }}</td>
|
|
501
|
+
<td></td>
|
|
502
|
+
</tr>
|
|
503
|
+
</tbody>
|
|
504
|
+
</table>
|
|
495
505
|
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
<div class="" style="width: 45px" />
|
|
499
|
-
<div class="" style="flex: 1" />
|
|
500
|
-
<div class="" style="flex: 1" />
|
|
501
|
-
<div class="" style="flex: 1" />
|
|
502
|
-
<div class="" style="flex: 1" />
|
|
503
|
-
<div class="" style="flex: 1" />
|
|
504
|
-
<div class="" style="width: 55px" />
|
|
505
|
-
<div class="" style="width: 62px">{{ totalAmount }}</div>
|
|
506
|
-
<div class="" style="width: 55px">{{ fundAmount }}</div>
|
|
507
|
-
<div class="day bodyday" style="width: 100px">
|
|
508
|
-
<div class="forday">
|
|
509
|
-
<span style="width: 100px">{{ burdenAmount }}</span>
|
|
510
|
-
</div>
|
|
511
|
-
</div>
|
|
512
|
-
<div class="" style="flex: 1" />
|
|
513
|
-
</div>
|
|
514
|
-
</div>
|
|
515
|
-
<div class="handwriting" style="padding: 2px 0">
|
|
516
|
-
<div class="" style="width: 200px; text-align: left">
|
|
506
|
+
<div class="handwriting" style="padding: 20px 0; display: flex; justify-content: space-between;">
|
|
507
|
+
<div style="text-align: left">
|
|
517
508
|
护理服务机构负责人签字
|
|
518
509
|
</div>
|
|
519
|
-
<div
|
|
510
|
+
<div style="text-align: left">
|
|
520
511
|
承办单位审核人签字
|
|
521
512
|
</div>
|
|
522
|
-
<div
|
|
513
|
+
<div style="text-align: left">
|
|
523
514
|
经办单位复核人签字
|
|
524
515
|
</div>
|
|
525
516
|
</div>
|
|
526
|
-
<div class="handwriting">
|
|
527
|
-
<div
|
|
528
|
-
<div
|
|
529
|
-
<div
|
|
517
|
+
<div class="handwriting" style="display: flex; justify-content: space-between;">
|
|
518
|
+
<div style="text-align: left">盖章</div>
|
|
519
|
+
<div style="text-align: left">盖章</div>
|
|
520
|
+
<div style="text-align: left">盖章</div>
|
|
530
521
|
</div>
|
|
531
522
|
</div>
|
|
532
523
|
<span slot="footer" class="dialog-footer">
|