lookandupdate.wxml
16.1 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
<!--pages/main/addtionalreduce/childreneducate/childreneducate.wxml-->
<view class='page'>
<view style='display:flex;flex-direction:column' hidden="{{showModal}}">
<view style='height:180rpx'>
<image style='width:100%;height:180rpx;position:absolute;' src='/images/extra_img_bg.png'></image>
<view class='view_bg_wrap' style='margin-top: 48rpx;'>
<view style='flex-grow: 1;text-align:center;display: flex;flex-direction: column;'>
<text class='text_text_wrap'>累计使用额度</text>
<text class='text_num_wrap'>1610899.90</text>
</view>
<view style='width:2rpx;height:74rpx;background:#ffffff;'></view>
<view style='flex-grow: 1;text-align:center;display: flex;flex-direction: column;'>
<text class='text_text_wrap'>本月可使用额度</text>
<text class='text_num_wrap'>39100.10</text>
</view>
</view>
</view>
<view style='width:100%;height:20rpx;background:#f5f5f5'></view>
<view style='padding-left:30rpx;background:#ffffff;padding-top:30rpx' bindtap='showdeclare'>
<image class='icon_declare_wrap' src="/images/icon_declare.png"></image>
<text style='padding-left:15rpx;' class='text_blue_28'>申报说明</text>
</view>
<view wx:if='{{new_data&&new_data!=null}}' style='margin:30rpx;' class='card_rectangle_bg_column'>
<!-- 子女教育 -->
<view wx:if="{{cur_index==0}}" style='display:flex;flex-direction:column;padding: 30rpx 30rpx 0 30rpx;'>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>配偶姓名</text>
<text class='text_333_28 float_right'>{{new_data.lover_name}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>配偶身份证件类型</text>
<text class='text_333_28 float_right'>{{new_data.lover_cardtype}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>配偶身份证号</text>
<text class='text_333_28 float_right'>{{new_data.lover_idno}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>出生日期</text>
<text class='text_333_28 float_right'>{{new_data.lover_birthdate}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>国籍</text>
<text class='text_333_28 float_right'>中国</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>与纳税人关系</text>
<text class='text_333_28 float_right'>{{new_data.taxperson_relative}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>子女姓名</text>
<text class='text_333_28 float_right'>{{new_data.children_name}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>子女身份证件类型</text>
<text class='text_333_28 float_right'>{{new_data.children_cardtype}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>子女身份证号</text>
<text class='text_333_28 float_right'>{{new_data.children_idno}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>出生日期</text>
<text class='text_333_28 float_right'>{{new_data.children_birthDate}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>国籍</text>
<text class='text_333_28 float_right'>中国</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>学籍号</text>
<text class='text_333_28 float_right'>{{new_data.children_schoolno}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>受教育阶段</text>
<text class='text_333_28 float_right'>{{new_data.edu_degree}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>受教育日期起</text>
<text class='text_333_28 float_right'>{{new_data.study_startdate}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>预计受教育日期止</text>
<text class='text_333_28 float_right'>{{new_data.study_enddate}}</text>
</view>
<!-- <view style='height:40rpx'>
<text class='text_999_28 float_left'>扣除金额</text>
<text class='text_333_28 float_right'>{{new_data.reduce_money}}</text>
</view> -->
<view style='height:40rpx'>
<text class='text_999_28 float_left'>扣除比例</text>
<text class='text_333_28 float_right'>{{new_data.reduce_ratio}}</text>
</view>
</view>
<!-- 继续教育 -->
<view wx:if="{{cur_index==1}}" style='display:flex;flex-direction:column;padding:30rpx 30rpx 0 30rpx;'>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>教育类型</text>
<text class='text_333_28 float_right'>{{new_data.edu_type}}</text>
</view>
<view style='height:40rpx' wx:if='{{new_data.edu_type_lable==0}}'>
<text class='text_999_28 float_left'>教育阶段</text>
<text class='text_333_28 float_right'>{{new_data.degree_level}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left' wx:if='{{new_data.edu_type_lable==0}}'>受教育日期起</text>
<text class='text_333_28 float_right'>{{new_data.study_startdate}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left' wx:if='{{new_data.edu_type_lable==0}}'>受教育日期止</text>
<text class='text_333_28 float_right'>{{new_data.study_enddate}}</text>
</view>
<view style='height:40rpx' wx:if='{{new_data.edu_type_lable==1}}'>
<text class='text_999_28 float_left'>证书名称名称</text>
<text class='text_333_28 float_right'>{{new_data.occupational_qualifiy_name}}</text>
</view>
<view style='height:40rpx' wx:if='{{new_data.edu_type_lable==1}}'>
<text class='text_999_28 float_left'>证书编号</text>
<text class='text_333_28 float_right'>{{new_data.occupational_qualifiy_no}}</text>
</view>
<view style='height:40rpx' wx:if='{{new_data.edu_type_lable==1}}'>
<text class='text_999_28 float_left'>发证机关</text>
<text class='text_333_28 float_right'>{{new_data.license_unit}}</text>
</view>
</view>
<!-- 赡养老人 -->
<view wx:if="{{cur_index==2}}" style='display:flex;flex-direction:column;padding:30rpx 30rpx 0 30rpx;'>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>赡养类型</text>
<text class='text_333_28 float_right'>{{new_data.support_type}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>被赡养人姓名</text>
<text class='text_333_28 float_right'>{{new_data.older_name}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>被赡养人身份证类型</text>
<text class='text_333_28 float_right'>{{new_data.older_cardtype}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>老人身份证号</text>
<text class='text_333_28 float_right'>{{new_data.older_idno}}</text>
</view>
<view wx:if="{{new_data.support_type=='独立赡养'}}" style='height:40rpx'>
<text class='text_999_28 float_left'>被赡养人出生日期</text>
<text class='text_333_28 float_right'>{{new_data.older_birthday}}</text>
</view>
<view wx:if="{{new_data.support_type=='独立赡养'}}" style='height:40rpx'>
<text class='text_999_28 float_left'>被赡养人国籍(地区)</text>
<text class='text_333_28 float_right'>中国</text>
</view>
<view wx:if="{{new_data.support_type=='独立赡养'}}" style='height:40rpx'>
<text class='text_999_28 float_left'>与纳税人的关系</text>
<text class='text_333_28 float_right'>{{new_data.older_relative}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>扣除方式</text>
<text class='text_333_28 float_right'>{{new_data.reduce_type}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>扣除金额</text>
<text class='text_333_28 float_right'>{{new_data.reduce_money}}元</text>
</view>
</view>
<!-- 大病医疗 -->
<view wx:if="{{cur_index==3}}" style='display:flex;flex-direction:column;padding:30rpx 30rpx 0 30rpx;'>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>姓名</text>
<text class='text_333_28 float_right'>{{new_data.name}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>身份证件类型</text>
<text class='text_333_28 float_right'>{{new_data.cardtype}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>身份证号</text>
<text class='text_333_28 float_right'>{{new_data.idno}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>与纳税人关系</text>
<text class='text_333_28 float_right'>{{new_data.taxperson_relative}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>医疗支出总金额</text>
<text class='text_333_28 float_right'>{{new_data.total_money}}元</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>个人负担金额</text>
<text class='text_333_28 float_right'>{{new_data.personal_money}}元</text>
</view>
</view>
<!-- 住房 -->
<view wx:if="{{title=='住房贷款利息'||title=='住房租金'}}" style='display:flex;flex-direction:column;padding:30rpx 30rpx 0 30rpx;'>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>配偶姓名</text>
<text class='text_333_28 float_right'>{{new_data.lover_name}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>配偶身份证件类型</text>
<text class='text_333_28 float_right'>{{new_data.lover_cardtype}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>配偶身份证号</text>
<text class='text_333_28 float_right'>{{new_data.lover_idno}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>出生日期</text>
<text class='text_333_28 float_right'>{{new_data.lover_birthdate}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>国籍</text>
<text class='text_333_28 float_right'>中国</text>
</view>
<view wx:if="{{title=='住房贷款利息'}}" style='display:flex;flex-direction:column'>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>房屋坐落地址</text>
<text class='text_333_28 float_right'>{{new_data.house_location}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>证书类型</text>
<text class='text_333_28 float_right'>{{new_data.identify_type}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>证书编号</text>
<text class='text_333_28 float_right'>{{new_data.identify_no}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>贷款类型</text>
<text class='text_333_28 float_right'>{{new_data.loan_type}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>贷款合同编号</text>
<text class='text_333_28 float_right'>{{new_data.contract_no}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>首次还款日期</text>
<text class='text_333_28 float_right'>{{new_data.payback_date}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>贷款期限(月数)</text>
<text class='text_333_28 float_right'>{{new_data.loan_datelong}}</text>
</view>
</view>
<view wx:if="{{title=='住房租金'}}" style='display:flex;flex-direction:column'>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>租赁房屋坐落地址</text>
<text class='text_333_28 float_right'>{{new_data.house_location}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>出租方类型</text>
<text class='text_333_28 float_right'>{{new_data.lease_type}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>出租房名称</text>
<text class='text_333_28 float_right'>{{new_data.lease_name}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>出租房纳税人识别号</text>
<text class='text_333_28 float_right'>{{new_data.lease_idno}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>证件类型</text>
<text class='text_333_28 float_right'>{{new_data.identify_type}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>证件号码</text>
<text class='text_333_28 float_right'>{{new_data.identify_no}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>租赁合同编号</text>
<text class='text_333_28 float_right'>{{new_data.contract_no}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>租赁期起</text>
<text class='text_333_28 float_right'>{{new_data.lease_startdate}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>租赁期止</text>
<text class='text_333_28 float_right'>{{new_data.lease_enddate}}</text>
</view>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>扣除方式</text>
<text class='text_333_28 float_right'>{{new_data.reduce_type}}</text>
</view>
<view style='height:40rpx'>
<text class='text_999_28 float_left'>扣除金额</text>
<text class='text_333_28 float_right'>{{new_data.reduce_money}}元</text>
</view>
</view>
<!-- <view style='height:40rpx;padding:0 30rpx 30rpx 30rpx;'>
<text class='text_999_28 float_left'>扣除时间</text>
<text class='text_333_28 float_right'>{{new_data.reduce_date}}</text>
</view> -->
<view class='divide_line_f5f5f5' style='margin-top:20rpx'></view>
<view class='text_blue_28' style='line-height:80rpx' bindtap='lookimg'>查看材料</view>
</view>
<view class='rectangle_dashed_bg' bindtap='goadd'>
<view class='text_blue_28' style='line-height:90rpx;text-align:center'>
十 添加{{title}}
</view>
</view>
</view>
</view>
<view class="mask" catchtouchmove="preventTouchMove" hidden="{{!showModal}}"></view>
<view style='top:250rpx;position:absolute;z-index:10;width:100%' hidden="{{!showModal}}">
<image class='modal_img' src="{{modal_images[cur_index]}}" ></image>
<text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModal'>x</text>
</view>