zhangjiaqing
8 天以前 1cef3adee31c6934c0da4b4f0b8a6f5ac03b364f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
<div class="white-bg padding-lg padding-top border-radius">
    <div class="flex justify-between">
        <div class="text-title">业主信息</div>
        <div>
            <button type="button" class="btn btn-primary btn-sm" style="margin-left:10px" v-on:click="vc.goBack()">
                <i class="fa fa-close"></i>返回
            </button>
        </div>
    </div>
    <!-- 业主信息 -->
    <div class="margin-top">
        <div class="row" style="min-height: 160px;">
            <div class="col-sm-12">
                <div class="row">
                    <div class="col-sm-3">
                        <div class="form-group">
                            <label class="col-form-label">
                                <vc:i18n name="产权联系人:" namespace="feeDetailInfo"></vc:i18n>
 
                            </label>
                            <label class="">{{feeDetailInfo.owner.name}}</label>
                        </div>
                    </div>
                    <div class="col-sm-3">
                        <div class="form-group">
                            <label class="col-form-label">
                                <vc:i18n name="产证号码:" namespace="feeDetailInfo"></vc:i18n>
                            </label>
                            <label class="">{{feeDetailInfo.roomDto.houseCertificateNo}}</label>
                        </div>
                    </div>
                    <div class="col-sm-3">
                        <div class="form-group">
                            <label class="col-form-label">
                                <vc:i18n name="身份证号码:" namespace="feeDetailInfo"></vc:i18n>
                            </label>
                            <label class="">{{feeDetailInfo.owner.idCard}}</label>
                        </div>
                    </div>
                    <div class="col-sm-3">
                        <div class="form-group">
                            <label class="col-form-label">
                                <vc:i18n name="电话号码:" namespace="feeDetailInfo"></vc:i18n>
                            </label>
                            <label class="">{{feeDetailInfo.owner.link}}</label>
                        </div>
                    </div>
                    <div class="col-sm-3">
                        <div class="form-group">
                            <label class="col-form-label">
                                <vc:i18n name="联络地址:" namespace="feeDetailInfo"></vc:i18n>
                            </label>
                            <label class="">{{feeDetailInfo.roomDto.propertyAddress}}</label>
                        </div>
                    </div>
                    <div class="col-sm-3">
                        <div class="form-group">
                            <label class="col-form-label">
                                <vc:i18n name="其他联系地址:" namespace="feeDetailInfo"></vc:i18n>
                            </label>
                            <label class="">{{feeDetailInfo.owner.otherAddress}}</label>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- 历史实收 -->
    <div class="flex justify-between"style="margin-bottom: 20px;" >
        <div class="text-title">历史缴费情况</div>
    </div>
 
    <!-- 物业缴费情况 -->
    <h6>物业缴费情况</h6>
    <div class="margin-top">
        <!-- <div class="hc-table-div" :style="{'width':_computeTableDivWidth()}"> -->
        <table class="table table-bordered middle-bordered" data-page-size="15">
            <thead>
                <tr>
                    <th class="text-center">年份</th>
                    <th class="text-center">应缴月数</th>
                    <th class="text-center">应缴金额</th>
                    <th class="text-center">折扣</th>
                    <th class="text-center">打折金额</th>
                    <th class="text-center">打折区间</th>
                    <th class="text-center">打折单归档日期</th>
                    <th class="text-center">申请人</th>
                    <th class="text-center">审批人</th>
                    <th class="text-center">发起日期</th>
                    <th class="text-center">折后应缴</th>
                    <th class="text-center">已收月数</th>
                    <th class="text-center">已缴金额</th>
                    <th class="text-center">已收区间</th>
                    <th class="text-center">未收月数</th>
                    <th class="text-center">未缴金额</th>
                    <th class="text-center">未收区间</th>
                </tr>
            </thead>
            <tbody>
                <tr v-for="(car, index) in feeDetailInfo.propertyFeeList" :key="index">
                    <td v-for="(item, index) in car" class="text-center">{{ item }}</td>
                </tr>
            </tbody>
        </table>
    </div>
 
    <!-- 车辆物业缴费 -->
    <h6>车辆物业缴费</h6>
    <div class="margin-top">
        <!-- <div class="hc-table-div" :style="{'width':_computeTableDivWidth()}"> -->
        <table class="table table-bordered middle-bordered" data-page-size="15">
            <thead>
                <tr>
                    <th class="text-center">年份</th>
                    <th class="text-center">应缴月数</th>
                    <th class="text-center">应缴金额</th>
                    <th class="text-center">折扣</th>
                    <th class="text-center">打折金额</th>
                    <th class="text-center">打折区间</th>
                    <th class="text-center">打折单归档日期</th>
                    <th class="text-center">申请人</th>
                    <th class="text-center">审批人</th>
                    <th class="text-center">发起日期</th>
                    <th class="text-center">折后应缴</th>
                    <th class="text-center">已收月数</th>
                    <th class="text-center">已缴金额</th>
                    <th class="text-center">已收区间</th>
                    <th class="text-center">未收月数</th>
                    <th class="text-center">未缴金额</th>
                    <th class="text-center">未收区间</th>
                </tr>
            </thead>
            <tbody>
                <tr v-for="(car, index) in feeDetailInfo.carFeeList" :key="index">
                    <td v-for="(item, index) in car" class="text-center">{{ item }}</td>
                </tr>
            </tbody>
        </table>
    </div>
 
    <!-- 其他缴费情况 -->
    <h6>其他缴费情况</h6>
    <div class="margin-top">
        <!-- <div class="hc-table-div" :style="{'width':_computeTableDivWidth()}"> -->
        <table class="table table-bordered middle-bordered" data-page-size="15">
            <thead>
                <tr>
                    <th class="text-center">年份</th>
                    <th class="text-center">应缴月数</th>
                    <th class="text-center">应缴金额</th>
                    <th class="text-center">折扣</th>
                    <th class="text-center">打折金额</th>
                    <th class="text-center">打折区间</th>
                    <th class="text-center">打折单归档日期</th>
                    <th class="text-center">申请人</th>
                    <th class="text-center">审批人</th>
                    <th class="text-center">发起日期</th>
                    <th class="text-center">折后应缴</th>
                    <th class="text-center">已收月数</th>
                    <th class="text-center">已缴金额</th>
                    <th class="text-center">已收区间</th>
                    <th class="text-center">未收月数</th>
                    <th class="text-center">未缴金额</th>
                    <th class="text-center">未收区间</th>
                </tr>
            </thead>
            <tbody>
                <tr v-for="(car, index) in feeDetailInfo.otherFeeList" :key="index">
                    <td v-for="(item, index) in car" class="text-center">{{ item }}</td>
                </tr>
            </tbody>
        </table>
    </div>
 
 
    <!-- 中国邮政挂号信 -->
    <div class="flex justify-between">
        <div class="text-title">中国邮政挂号信</div>
    </div>
    <div class="margin-top">
        <!-- <div class="hc-table-div" :style="{'width':_computeTableDivWidth()}"> -->
        <table class="table table-bordered middle-bordered" data-page-size="15">
            <thead>
                <tr>
                    <th class="text-center">寄出日期</th>
                    <th class="text-center">编号</th>
                    <th class="text-center">催收时段</th>
                    <th class="text-center">催收金额</th>
                    <th class="text-center">滞纳金(3%)</th>
                    <th class="text-center">催收总额</th>
                    <th class="text-center">状态和建议</th>
                </tr>
            </thead>
            <tbody>
               
            </tbody>
        </table>
    </div>
    <!-- 电联 -->
    <div class="flex justify-between">
        <div class="text-title">电联</div>
    </div>
    <div class="margin-top">
        <!-- <div class="hc-table-div" :style="{'width':_computeTableDivWidth()}"> -->
        <table class="table table-bordered middle-bordered" data-page-size="15">
            <thead>
                <tr>
                    <th class="text-center">日期1</th>
                    <th class="text-center">催收时段</th>
                    <th class="text-center">催收金额</th>
                    <th class="text-center">滞纳金(3%)</th>
                    <th class="text-center">催收总额</th>
                    <th class="text-center">状态和建议</th>
                </tr>
            </thead>
            <tbody>
                
            </tbody>
        </table>
    </div>
    <!-- 产调 -->
    <div class="flex justify-between">
        <div class="text-title">产调</div>
    </div>
    <div class="margin-top">
        <!-- <div class="hc-table-div" :style="{'width':_computeTableDivWidth()}"> -->
        <table class="table table-bordered middle-bordered" data-page-size="15">
            <thead>
                <tr>
                    <th rowspan="2" class="text-center">产调日期</th>
                    <th colspan="2" class="text-center">变更情况</th>
                    <th rowspan="2" class="text-center">调查令申请日期</th>
                </tr>
                <tr>
                    <th class="text-center">姓名</th>
                    <th class="text-center">日期</th>
                </tr>
            </thead>
            <tbody>
               
            </tbody>
        </table>
    </div>
    <!-- 折扣情况 -->
    <div class="flex justify-between">
        <div class="text-title">折扣情况</div>
    </div>
    <div class="margin-top">
        <div class="hc-table-div" :style="{'width':_computeTableDivWidth()}">
 
            <table class="table table-bordered middle-bordered" data-page-size="15">
                <thead>
                    <tr>
                        <th rowspan="2" class="text-center">送诉状日期</th>
                        <th rowspan="2" class="text-center">送件人员</th>
                        <th rowspan="2" class="text-center">自行录入系统日期</th>
                        <th colspan="12" class="text-center">法院审核程序</th>
                        <th colspan="7" class="text-center">法院执行程序</th>
                        <th rowspan="2" class="text-center">应收金额</th>
                        <th rowspan="2" class="text-center">到账金额</th>
                        <th rowspan="2" class="text-center">差额原因</th>
                        <th rowspan="2" class="text-center">到账时间</th>
                        <th rowspan="2" class="text-center">收款人</th>
                    </tr>
                    <tr>
                        <th class="text-center">法官通知受理日期</th>
                        <th class="text-center">法院调解日期</th>
                        <th class="text-center">调解结果</th>
                        <th class="text-center">传票签收日</th>
                        <th class="text-center">未送达日期</th>
                        <th class="text-center">开庭日期1</th>
                        <th class="text-center">开庭日期2</th>
                        <th class="text-center">案号</th>
                        <th class="text-center">开庭结果</th>
                        <th class="text-center">判决日期</th>
                        <th class="text-center">判决结果</th>
                        <th class="text-center">申请时间</th>
                        <th class="text-center">欠费区间</th>
                        <th class="text-center">欠费金额</th>
                        <th class="text-center">滞纳金</th>
                        <th class="text-center">受理费</th>
                        <th class="text-center">其他费用</th>
                        <th class="text-center">合计金额</th>
                    </tr>
                </thead>
                <tbody>
                   
                </tbody>
            </table>
        </div>
 
    </div>
 
    <!-- 折扣情况
    <div class="flex justify-between">
        <div class="text-title">折扣情况</div>
    </div>
    <div class="margin-top">
        <div class="hc-table-div" :style="{'width':_computeTableDivWidth()}">
 
            <table class="table table-bordered middle-bordered" data-page-size="15">
                <thead>
                    <tr>
                        <th colspan="5" class="text-center">打折情况</th>
                        <th colspan="4" class="text-center">催收情况</th>
                        <th v-for="year in feeDetailInfo.mail" :key="year.year" class="text-center" colspan="4">{{
                            year.year }}</th>
                        <th rowspan="2" class="text-center">备注</th>
                        <th :colspan="feeDetailInfo.phone.length * 2" class="text-center">电联</th>
                        <th rowspan="2" class="text-center">备注</th>
                        <th rowspan="2" class="text-center">产调日期</th>
 
                    </tr>
                    <tr>
                        <th class="text-center">打折金额</th>
                        <th class="text-center">打折区间</th>
                        <th class="text-center">打折单归档日期</th>
                        <th class="text-center">申请人</th>
                        <th class="text-center">审批人</th>
                        <th class="text-center">发起日期</th>
                        <th class="text-center">催收方式</th>
                        <th class="text-center">催收时段</th>
                        <th class="text-center">其它</th>
                        <template v-for="(item, index) in feeDetailInfo.mail" :key="index">
                            <th class="text-center"> 寄出日期</th>
                            <th class="text-center"> 编号</th>
                            <th class="text-center"> 工本费</th>
                            <th class="text-center"> 邮寄结果</th>
                        </template>
                        <template v-for="(item, index) in feeDetailInfo.phone" :key="index">
                            <th class="text-center"> 日期</th>
                            <th class="text-center"> 结果</th>
                        </template>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td class="text-center">{{ 1 }}</td>
                        <td class="text-center">{{ 2 }}</td>
                        <td class="text-center">{{ 3 }}</td>
                        <td class="text-center">{{ 4 }}</td>
                        <td class="text-center">{{ 5 }}</td>
                        <td class="text-center">{{ 1 }}</td>
                        <td class="text-center">{{ 2 }}</td>
                        <td class="text-center">{{ 3 }}</td>
                        <td class="text-center">{{ 4 }}</td>
                        <template v-if="feeDetailInfo.mail">
                            <template v-for="(item, index) in feeDetailInfo.mail" :key="index">
                                <td class="text-center">{{ 1 }}</td>
                                <td class="text-center">{{ 1 }}</td>
                                <td class="text-center">{{ item.value2 }}</td>
                                <td class="text-center">{{ item.value3 }}</td>
                            </template>
                        </template>
                        <td class="text-center">{{ '备注' }}</td>
                        <template v-if="feeDetailInfo.phone">
                            <template v-for="(item, index) in feeDetailInfo.phone" :key="index">
                                <td class="text-center">{{ item.value2 }}</td>
                                <td class="text-center">{{ item.value3 }}</td>
                            </template>
                        </template>
                        <td class="text-center">{{ '备注' }}</td>
                        <td class="text-center">{{ '产调日期' }}</td>
                    </tr>
                </tbody>
            </table>
        </div>
 
    </div> -->
 
 
 
 
 
    <vc:create path="property/editOwner" notifyLoadDataComponentName="ownerDetail" componentTitle="业主"></vc:create>
    <vc:create path="property/deleteFee"></vc:create>
    <vc:create path="property/editFee"></vc:create>
    <vc:create path="property/finishFee"></vc:create>
 
</div>