additiondetail.wxml
16.0 KB
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
<!--pages/main/addtionalreduce/additiondetail/additiondetail.wxml-->
<scroll-view class='page'>
<!-- 子女教育 -->
<view wx:if="{{cur_status=='children_education'}}">
<view style='margin:0 30rpx'>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>子女证照类型</text>
<text class='text_right_333'>{{datas.children_id_card_type=='1'?"居民身份证":datas.children_id_card_type}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>子女证照号码</text>
<text class='text_right_333'>{{datas.children_id_card_no}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>子女姓名</text>
<text class='text_right_333'>{{datas.children_name}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>出生日期</text>
<text class='text_right_333'>{{datas.children_birthday}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>国籍</text>
<text class='text_right_333'>中国</text>
</view>
</view>
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
<view style='margin:0 30rpx'>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>分配比例</text>
<text class='text_right_333'>{{datas.percent}}%</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>子女学籍号</text>
<text class='text_right_333'>{{datas.student_no}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>子女受教育阶段</text>
<text class='text_right_333'>{{datas.education_period}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>受教育期间起</text>
<text class='text_right_333'>{{datas.education_start}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>教育终止时间</text>
<text class='text_right_333'>{{datas.education_end}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>就读国家(地区)</text>
<text class='text_right_333'>{{datas.school_country&&datas.school_country.length>0?datas.school_country:'中国(大陆)'}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>就读学校名称</text>
<text class='text_right_333'>{{datas.school_name}}</text>
</view>
<!-- <view style='height:90rpx;width:100%'>
<text class='text_left'>就读国家(地区)</text>
<text class='text_right_333'>{{datas.education_end_new}}</text>
</view> -->
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>扣除方式</text>
<text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>扣除金额</text>
<text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text>
</view>
</view>
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
<view style='margin:0 30rpx'>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>是否有配偶</text>
<text class='text_right_333'>{{datas.has_spouse=='y'?"是":"否"}}</text>
</view>
<view wx:if="{{datas.has_spouse=='y'}}">
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>配偶姓名</text>
<text class='text_right_333'>{{datas.spouse_name}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>配偶证照类型</text>
<text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>配偶身份证照号码</text>
<text class='text_right_333'>{{datas.spouse_id_card_no}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>出生日期</text>
<text class='text_right_333'>{{datas.spouse_birthday}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>国籍</text>
<text class='text_right_333'>中国</text>
</view>
</view>
</view>
</view>
<!-- 赡养老人 -->
<view style='padding:0 30rpx' wx:if="{{cur_status=='support_duty'}}">
<!-- <view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>是否独生子女</text>
<text class='text_right_333'>{{datas.is_single=='n'?"否":"是"}}</text>
</view>
<view wx:if="{{datas.is_single=='y'}}" style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>分摊方式</text>
<text class='text_right_333'>{{datas.share_method}}</text>
</view> -->
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>被赡养人姓名</text>
<text class='text_right_333'>{{datas.supported_name}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>被赡养人证照类型</text>
<text class='text_right_333'>{{datas.id_card_type=='1'?"身份证":datas.id_card_type}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>被赡养人证照号码</text>
<text class='text_right_333'>{{datas.id_card_no}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>被赡养人出生日期</text>
<text class='text_right_333'>{{datas.birthday}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>被赡养人国籍</text>
<text class='text_right_333'>中国</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>与纳税人关系</text>
<text class='text_right_333'>{{datas.relationship}}</text>
</view>
<!-- <view style='height:90rpx;width:100%'>
<text class='text_left'>分摊比例</text>
<text class='text_right_333'>{{datas.percent}}%</text>
</view> -->
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>扣除方式</text>
<text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>扣除金额</text>
<text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text>
</view>
</view>
<!-- 住房 -->
<view wx:if="{{cur_status=='house_fund'}}">
<!-- 租赁 -->
<view wx:if="{{house_type=='house_fund_rent'}}">
<view style='padding:0 30rpx'>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>主要工作城市</text>
<text class='text_right_333'>{{datas.work_city_new}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>出租方类型</text>
<text class='text_right_333'>{{datas.owner_type}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>出租方名称</text>
<text class='text_right_333'>{{datas.owner_name}}</text>
</view>
<!-- <view style='height:90rpx;width:100%;clear:both;'>
<view style='height:90rpx;float:left;display:flex;flex-direction:column'>
<text style='font-size: 15px;color: #777777;line-height:90rpx;'>出租方纳税人识别号:</text>
</view>
<text class='text_right_333'>{{datas.owner_credit_no}}</text>
</view> -->
<view wx:if="{{datas.owner_type=='个人'}}">
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>证照类型</text>
<text class='text_right_333'>{{datas.owner_id_card_type=='1'?"居民身份证":datas.owner_id_cartd_type}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>证照号码</text>
<text class='text_right_333'>{{datas.owner_id_card_no}}</text>
</view>
</view>
<view wx:if="{{datas.owner_type=='企业'}}">
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>统一社会信用代码</text>
<text class='text_right_333'>{{datas.owner_credit_no}}</text>
</view>
</view>
</view>
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
<view style='padding:0 30rpx'>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>租赁房屋坐落地址</text>
<text class='text_right_333'>{{datas.house_address_new}}</text>
</view>
<view wx:if="{{datas.house_detail_address.length>0}}" style='height:90rpx;clear:both;'>
<text class='text_right_333'>{{datas.house_detail_address}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>租赁合同编号</text>
<text class='text_right_333'>{{datas.rent_contract_no}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>租赁期起</text>
<text class='text_right_333'>{{datas.rent_start}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>租赁期止</text>
<text class='text_right_333'>{{datas.rent_end}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>扣除方式</text>
<text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>扣除金额</text>
<text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text>
</view>
</view>
</view>
<!-- //贷款 -->
<view wx:if="{{house_type=='house_fund_loan'}}">
<view style='padding:0 30rpx'>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>房屋坐落地址</text>
<text class='text_right_333'>{{datas.house_address_new}}</text>
</view>
<view wx:if="{{datas.house_detail_address.length>0}}" style='height:90rpx;clear:both;'>
<text class='text_right_333'>{{datas.house_detail_address}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>证书类型</text>
<text class='text_right_333'>{{datas.certification_type}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>证书号码</text>
<text class='text_right_333'>{{datas.certification_no}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>是否首套婚前贷款且婚后各自扣除:</text>
<text class='text_right_333'>{{datas.loan_before_marry=='y'?"是":"否"}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>是否本人借款</text>
<text class='text_right_333'>{{datas.loan_by_self=='y'?"是":"否"}}</text>
</view>
</view>
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
<view style='padding:0 30rpx'>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>贷款类型</text>
<text class='text_right_333'>{{datas.loan_type}}</text>
</view>
<view wx:if="{{datas.loan_type=='商业贷款'||datas.loan_type=='组合贷款'}}">
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>商业贷款合同编号</text>
<text class='text_right_333'>{{datas.sec_loan_contract_no}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>商业贷款银行</text>
<text class='text_right_333'>{{datas.sec_loan_bank}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>首次还款日期</text>
<text class='text_right_333'>{{datas.sec_loan_start}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>商业贷款期限(月数)</text>
<text class='text_right_333'>{{datas.sec_loan_months}}</text>
</view>
</view>
<view wx:if="{{datas.loan_type=='公积金贷款'||datas.loan_type=='组合贷款'}}">
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>公积金贷款合同编号</text>
<text class='text_right_333'>{{datas.loan_contract_no}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>公积金贷款银行</text>
<text class='text_right_333'>{{datas.loan_bank}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>首次还款日期</text>
<text class='text_right_333'>{{datas.loan_start}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>公积金贷款期限(月数)</text>
<text class='text_right_333'>{{datas.loan_months}}</text>
</view>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>扣除方式</text>
<text class='text_right_333'>{{reducetype[datas.deduction_type]}}度</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>扣除金额</text>
<text class='text_right_orange'>¥{{datas.deduction_amount}}/{{reducetype[datas.deduction_type]}}</text>
</view>
</view>
</view>
<view style='width:100%;height:20rpx;background:#f9f9f9'></view>
<view style='padding:0 30rpx'>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>是否有配偶</text>
<text class='text_right_333'>{{datas.has_spouse=='y'?"是":"否"}}</text>
</view>
<view wx:if="{{datas.has_spouse=='y'}}">
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>配偶姓名</text>
<text class='text_right_333'>{{datas.spouse_name}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>配偶证照类型</text>
<text class='text_right_333'>{{datas.id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>配偶身份证照号码</text>
<text class='text_right_333'>{{datas.id_card_no}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>出生日期</text>
<text class='text_right_333'>{{datas.birthday}}</text>
</view>
<view style='height:90rpx;width:100%;clear:both;'>
<text class='text_left'>国籍</text>
<text class='text_right_333'>中国</text>
</view>
</view>
</view>
</view>
</scroll-view>