addextrainfo.wxml
22.9 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
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
<!--pages/main/addtionalreduce/addextrainfo/addextrainfo.wxml-->
<import src="../../../common/picker_cell" />
<view class='page'>
<form bindsubmit='formSubmit'>
<!-- 添加子女 -->
<view wx:if="{{cur_index=='children_education'}}">
<view style='padding:0 30rpx;'>
<template is="picker_cell_normal" data="{{...childrencardtypeData}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left' style='line-height: 90rpx'>子女证照号码</text>
<view wx:if="{{isIdCard}}">
<image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="children_id_card_no"></image>
<input class='input_wrap' style='color:#000;' placeholder='请输入或拍摄身份证' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}' bindinput="idChange" id='children_id_card_no_input'></input>
</view>
<!-- <view wx:else>
<input class='input_wrap' placeholder='请输入证照号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input>
</view> -->
</view>
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>子女姓名</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入子女姓名' name='children_name' value='{{children_name}}'></input>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...commonbirthDate}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>国籍</text>
<text class='text_black_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text>
</view>
</view>
<view style='height:20rpx;width:100%;background:#F8F8F8;'></view>
<view style='padding:0 30rpx;'>
<!-- <view style='height:90rpx;'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>分配比例</text>
<text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分配比例' type='number' name='percent' value='{{percent}}'></input>
</view> -->
<template is="picker_cell_normal" data="{{...childrenpercentData}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>子女学籍号</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入子女学籍号' name='children_student_no' value='{{children_student_no}}'></input>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...childedudegreeData}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...studystartdate}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...studyenddate}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...schoolCountryData}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>就读学校名称</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入就读学校' name='school_name' value='{{school_name}}'></input>
</view>
</view>
</view>
<!-- 继续教育 -->
<view wx:if="{{cur_index=='continuing_education'}}" style='padding:0 30rpx;'>
<template is="picker_cell_normal" data="{{...edutypeData}}" />
<view class='divide_line_30'></view>
<view wx:if="{{edu_lable=='school'}}">
<!-- <view style='height:90rpx'>
<text class='text_777_30 float_left'>学历教育阶段</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入学历教育阶段' name='education_period'></input>
</view> -->
<template is="picker_cell_normal" data="{{...edulevelData}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...studystartdate}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...studyenddate}}" />
</view>
<view wx:elif="{{edu_lable=='tech'}}">
<template is="picker_cell_normal" data="{{...edustyleData}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...applydate}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>证书名称</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入证书名称' name='certification_name' value='{{certification_name}}'></input>
</view>
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>证书编号</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入证书编号' name='certification_no' value='{{certification_no}}'></input>
</view>
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>发证机关</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入发证机关' name='certification_authority' value='{{certification_authority}}'></input>
</view>
</view>
</view>
<!-- 赡养老人 -->
<view wx:if="{{cur_index=='support_duty'}}" style='padding:0 30rpx;'>
<!-- <template is="picker_cell_normal" data="{{...supporttypeData}}" />
<template is="picker_cell_normal" data="{{...shareMethodData}}" /> -->
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>被赡养人姓名</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入被赡养人姓名' name='supported_name' value='{{supported_name}}'></input>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...oldercardtypeData}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>被赡养人证照号码</text>
<view wx:if="{{isIdCard}}">
<image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="older_id_card_no"></image>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入或拍摄身份证' maxlength='18' type='idcard' name='id_card_no' value='{{id_card_no}}' bindinput="idChange" id="older_id_card_no_input"></input>
</view>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...olderbirthDate}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>被赡养人国籍</text>
<text class='text_black_30 float_right' style='line-height: 90rpx;text-align:right' name='country'>中国</text>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...older_relativeData}}" />
<!-- <view style='height:90rpx;'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>分摊比例</text>
<text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分摊比例' type='number' name='percentage' value='{{percentage}}'></input>
</view> -->
</view>
<!-- 大病医疗 -->
<view wx:if="{{cur_index=='medical_fund'}}" style='padding:0 30rpx;'>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>病人姓名</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入病人姓名' name='name' value='{{name}}'></input>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...cardtypeData}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>病人证照号码</text>
<view wx:if="{{isIdCard}}">
<image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="medical_id_card_no"></image>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:380rpx;color:#000;' placeholder='请输入或拍摄身份证' name='id_card_no' type='idcard' value='{{id_card_no}}' bindinput="idChange" id="medical_id_card_no_input"></input>
</view>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...commonbirthDate}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>病人国籍</text>
<text class='text_black_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...taxperson_relativeData}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>医疗支出总金额</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:200rpx;color:#000;' placeholder='请输入总金额' name='total_amount' value='{{total_amount}}' bindblur='medicalInput' id="medical_total_input"></input>
</view>
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>个人负担金额</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入金额' name='amount_by_person' value='{{amount_by_person}}' bindblur='medicalInput' id="medical_amount_input"></input>
</view>
</view>
<!-- 住房 -->
<view wx:if="{{cur_index=='house_fund'}}">
<view wx:if="{{house_type=='house_fund_loan'}}">
<view style='padding:0 30rpx;'>
<template is="picker_cell_normal" data="{{...houseLocateInfo}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<input class='input_wrap head_in' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address' value='{{house_detail_address}}'></input>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...identifytypeData}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>证书号码</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入证书号码' name='certification_no' value='{{certification_no}}'></input>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...beforemarryData}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...isselfData}}" />
</view>
<view style='height:20rpx;width:100%;background:#F8F8F8;'></view>
<view style='padding:0 30rpx;'>
<template is="picker_cell_normal" data="{{...loantypeData}}" />
</view>
<view style='padding:0 30rpx;' wx:if="{{loantypeData.selected == '公积金贷款' || loantypeData.selected == '组合贷款' }}">
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>公积金贷款合同编号</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入贷款合同编号' name='loan_contract_no' value='{{loan_contract_no}}' bindinput="loan_input" id='loan_contract_no'></input>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...bankInfo}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...firstpaybackDate}}" />
<view class='divide_line_30'></view>
<!-- <template is="picker_cell_normal" data="{{...loandatelongData}}" /> -->
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>公积金贷款期限(月数)</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入贷款月数' name='loan_months' value='{{loan_months}}' bindinput="loan_input" id='loan_months' type='number'></input>
</view>
</view>
<view style='padding:0 30rpx;' wx:if="{{loantypeData.selected == '商业贷款' || loantypeData.selected == '组合贷款' }}">
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>商业贷款合同编号</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;width:400rpx;' placeholder='请输入贷款合同编号' name='sec_loan_contract_no' value='{{sec_loan_contract_no}}' bindinput="loan_input" id='sec_loan_contract_no' ></input>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...bankInfo_2}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...firstpaybackDate_2}}" />
<view class='divide_line_30'></view>
<!-- <template is="picker_cell_normal" data="{{...loandatelongData}}" /> -->
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>商业贷款期限(月数)</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入贷款月数' name='sec_loan_months' value='{{sec_loan_months}}' bindinput="loan_input" id='sec_loan_months' type='number'></input>
</view>
</view>
</view>
<view wx:if="{{house_type=='house_fund_rent'}}">
<view style='padding:0 30rpx;'>
<template is="picker_cell_normal" data="{{...workingcityInfo}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...leasetypeData}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>出租方名称</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入出租方名称' name='owner_name' value='{{owner_name}}'></input>
</view>
<view class='divide_line_30' hidden="{{leasetypeData.selected == '个人'}}"></view>
<view style='height:90rpx' hidden="{{leasetypeData.selected == '个人'}}">
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>统一社会信用代码</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入统一社会信用代码' name='owner_credit_no' value='{{owner_credit_no}}'></input>
</view>
<view class='divide_line_30' hidden="{{leasetypeData.selected == '企业'}}"></view>
<template is="picker_cell_normal" data="{{...cardtypeData}}"/>
<view class='divide_line_30' hidden="{{leasetypeData.selected == '企业'}}"></view>
<view style='height:90rpx' hidden="{{leasetypeData.selected == '企业'}}">
<text class='red_star_right_10'>*</text>
<text class='text_777_30 float_left'>证照号码</text>
<view wx:if="{{isIdCard}}">
<image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="owner_id_card_no"></image>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style=' line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入或拍摄身份证' maxlength='18' type='idcard' name='owner_id_card_no' value='{{owner_id_card_no}}' bindinput="idChange" id='owner_id_card_no_input'></input>
</view>
</view>
</view>
<view style='height:20rpx;width:100%;background:#F8F8F8;'></view>
<view style='padding:0 30rpx;'>
<template is="picker_cell_normal" data="{{...rentLocateInfo}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<input class='input_wrap head_in' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address' value='{{house_detail_address}}'></input>
</view>
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<!-- <text class='red_star_right_10'>*</text> -->
<text class='text_777_30 float_left head_in'>租赁合同编号</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输入合同编号' name='rent_contract_no' value='{{rent_contract_no}}'></input>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...leasestartDate}}" />
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...leaseendDate}}" />
</view>
</view>
</view>
<view style='padding:0 30rpx;' wx:if="{{cur_index=='children_education' || cur_index=='house_fund'}}">
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...reducetypeData}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='text_777_30 float_left head_in'>扣除金额</text>
<text wx:if="{{reducetypeData.selected=='月度'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;font-family: PingFangSC-Semibold;'>¥{{deduction_amount}}/月</text>
<text wx:if="{{reducetypeData.selected=='年度'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;font-family: PingFangSC-Semibold;'>¥{{deduction_amount}}/年</text>
<!-- <input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#FF9F00;' placeholder='请输入扣除金额' type='digit' name='reduce_money'></input> -->
</view>
</view>
<view style='height:20rpx;width:100%;background:#F8F8F8;'></view>
<view style='padding:0 30rpx;'>
<view wx:if="{{cur_index=='children_education' || cur_index=='house_fund'}}">
<template is="picker_cell_normal" data="{{...hasLoverData}}" />
</view>
<view wx:if="{{hasLover}}">
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='text_777_30 float_left head_in'>配偶姓名</text>
<input class='input_wrap' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#000;' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}' disabled='{{hasLover}}'></input>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...lovercardtypeData}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='text_777_30 float_left head_in'>配偶证照号码</text>
<view wx:if="{{isIdCard}}">
<image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' hidden='{{hasLover}}' id="spouse_id_card_no"></image>
<input class='input_wrap' style='color:#000;' placeholder='请输入或拍摄身份证' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='18' type='idcard' value='{{spouse_id_card_no}}' bindinput="idChange" id='spouse_id_card_no_input' disabled='{{hasLover}}'></input>
</view>
</view>
<view class='divide_line_30'></view>
<template is="picker_cell_normal" data="{{...loverbirthDate}}" />
<view class='divide_line_30'></view>
<view style='height:90rpx'>
<text class='text_777_30 float_left head_in'>国籍</text>
<text class='text_black_30 float_right' style='line-height: 90rpx;text-align:right;' name='lover_country'>中国</text>
</view>
</view>
</view>
<!-- <view class='divide_line_30'></view>
<view class='text_black_30 float_left'>上传材料</view> -->
<view style='width:100%;height:180rpx;background:#f8f8f8'></view>
<!-- <view style='margin-bottom:140rpx'>
<image src='{{img_path}}' style='width:100%;height:380rpx' bindtap='goupload'></image>
<view class='text_999_30' style='text-align:center;margin:20rpx 30rpx'>{{extrainfo_arr[cur_index]}}</view>
</view> -->
<view class="btn_bottom">
<button class="btn_bottom" formType="submit">提交申报</button>
</view>
</form>
</view>