@liuqiongqiong/vue-pages 1.0.9 → 1.1.1
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/dist/index.esm.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
- package/src/index.js +19 -3
- package/src/pages/SettlementManagement/settlement/index.vue +64 -73
- package/src/pages/bionicProstheticLimb/CustomerManagement/index.vue +0 -0
- package/src/pages/bionicProstheticLimb/RealTimeSettlement/index.vue +516 -0
- package/src/pages/bionicProstheticLimb/reconciliation/index.vue +0 -0
- package/src/pages/customerManagement/customer/index.vue +1593 -1594
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
// ==================== 导入业务页面组件 ====================
|
|
2
|
+
|
|
3
|
+
// 仿身假肢模块
|
|
4
|
+
import CustomerManagementIndex from "./pages/bionicProstheticLimb/CustomerManagement/index.vue";
|
|
5
|
+
import RealTimeSettlementIndex from "./pages/bionicProstheticLimb/RealTimeSettlement/index.vue";
|
|
6
|
+
import reconciliationIndex from "./pages/bionicProstheticLimb/reconciliation/index.vue";
|
|
7
|
+
|
|
2
8
|
// 结算管理模块
|
|
3
9
|
import SettlementIndex from "./pages/SettlementManagement/settlement/index.vue";
|
|
4
10
|
import PreSettlementIndex from "./pages/SettlementManagement/PreSettlement/index.vue";
|
|
@@ -34,6 +40,11 @@ import * as utils from "./utils";
|
|
|
34
40
|
|
|
35
41
|
// ==================== 业务页面组件列表 ====================
|
|
36
42
|
const pages = {
|
|
43
|
+
// 仿身 prosthesis
|
|
44
|
+
CustomerManagementIndex,
|
|
45
|
+
RealTimeSettlementIndex,
|
|
46
|
+
reconciliationIndex,
|
|
47
|
+
|
|
37
48
|
// 结算管理
|
|
38
49
|
SettlementIndex,
|
|
39
50
|
PreSettlementIndex,
|
|
@@ -92,6 +103,11 @@ export default {
|
|
|
92
103
|
|
|
93
104
|
// ==================== 导出所有模块 ====================
|
|
94
105
|
export {
|
|
106
|
+
// 仿身 prosthesis
|
|
107
|
+
CustomerManagementIndex,
|
|
108
|
+
RealTimeSettlementIndex,
|
|
109
|
+
reconciliationIndex,
|
|
110
|
+
|
|
95
111
|
// 通用组件
|
|
96
112
|
Pagination,
|
|
97
113
|
PreviewFile,
|
|
@@ -111,7 +127,7 @@ export {
|
|
|
111
127
|
|
|
112
128
|
// 护理员页面
|
|
113
129
|
NurseIndex,
|
|
114
|
-
|
|
130
|
+
// 资质人员
|
|
115
131
|
newPersonenlIndex,
|
|
116
132
|
// 机构页面
|
|
117
133
|
InstitutionIndex,
|
|
@@ -121,5 +137,5 @@ export {
|
|
|
121
137
|
SysRoleIndex,
|
|
122
138
|
|
|
123
139
|
// 工具函数
|
|
124
|
-
utils
|
|
125
|
-
}
|
|
140
|
+
utils
|
|
141
|
+
}
|
|
@@ -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">
|
|
File without changes
|