...
|
...
|
@@ -3,38 +3,42 @@ |
3
|
3
|
|
4
|
4
|
<view class='page'>
|
5
|
5
|
<form bindsubmit='formSubmit'>
|
6
|
|
- <view style='padding:0 30rpx;'>
|
7
|
6
|
<!-- 添加子女 -->
|
8
|
7
|
<view wx:if="{{cur_index==0}}">
|
9
|
|
- <template is="picker_cell_normal" data="{{...childrencardtypeData}}" />
|
10
|
|
- <view class='divide_line_f5f5f5'></view>
|
11
|
|
- <view style='height:90rpx'>
|
12
|
|
- <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
13
|
|
- <text class='text_black_30 float_left' style='line-height: 90rpx'>子女证件号码</text>
|
14
|
|
- <view wx:if="{{isIdCard}}">
|
15
|
|
- <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo'></image>
|
16
|
|
- <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='id_card_no' maxlength='19' type='idcard'></input>
|
|
8
|
+ <view style='padding:0 30rpx;'>
|
|
9
|
+ <template is="picker_cell_normal" data="{{...childrencardtypeData}}" />
|
|
10
|
+ <view class='divide_line_f5f5f5'></view>
|
|
11
|
+ <view style='height:90rpx'>
|
|
12
|
+ <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
|
13
|
+ <text class='text_black_30 float_left' style='line-height: 90rpx'>子女证件号码</text>
|
|
14
|
+ <view wx:if="{{isIdCard}}">
|
|
15
|
+ <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="children_id_card_no"></image>
|
|
16
|
+ <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input>
|
|
17
|
+ </view>
|
|
18
|
+ <!-- <view wx:else>
|
|
19
|
+ <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input>
|
|
20
|
+ </view> -->
|
17
|
21
|
</view>
|
18
|
|
- <view wx:else>
|
19
|
|
- <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='children_idno' maxlength='24' value='{{card_number}}'></input>
|
|
22
|
+ <view class='divide_line_f5f5f5'></view>
|
|
23
|
+ <view style='height:90rpx'>
|
|
24
|
+ <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
|
25
|
+ <text class='text_black_30 float_left'>子女姓名</text>
|
|
26
|
+ <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入子女姓名' name='children_name' value='{{children_name}}'></input>
|
|
27
|
+ </view>
|
|
28
|
+ <template is="picker_cell_normal" data="{{...childrenbirthDate}}" />
|
|
29
|
+ <view class='divide_line_f5f5f5'></view>
|
|
30
|
+ <view style='height:90rpx'>
|
|
31
|
+ <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
|
32
|
+ <text class='text_black_30 float_left'>国籍</text>
|
|
33
|
+ <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text>
|
20
|
34
|
</view>
|
21
|
35
|
</view>
|
22
|
|
- <view class='divide_line_f5f5f5'></view>
|
23
|
|
- <view style='height:90rpx'>
|
24
|
|
- <text class='text_black_30 float_left'>子女姓名</text>
|
25
|
|
- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入子女姓名' name='children_name'></input>
|
26
|
|
- </view>
|
27
|
|
- <template is="picker_cell_normal" data="{{...childrenbirthDate}}" />
|
28
|
|
- <view class='divide_line_f5f5f5'></view>
|
29
|
|
- <view style='height:90rpx'>
|
30
|
|
- <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
31
|
|
- <text class='text_black_30 float_left'>国籍(地区)</text>
|
32
|
|
- <text class='text_333_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text>
|
33
|
|
- </view>
|
34
|
|
- <view class='divide_line_f5f5f5'></view>
|
35
|
36
|
|
36
|
|
- <view class='divide_line_f5f5f5'></view>
|
37
|
|
- <view style='height:90rpx;'>
|
|
37
|
+ <view style='height:20rpx;width:100%;background:#F8F8F8;'></view>
|
|
38
|
+
|
|
39
|
+ <view style='padding:0 30rpx;'>
|
|
40
|
+ <view style='height:90rpx;'>
|
|
41
|
+ <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
38
|
42
|
<text class='text_black_30 float_left'>分配比例</text>
|
39
|
43
|
<text class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>%</text>
|
40
|
44
|
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分配比例' name='reduce_ratio'></input>
|
...
|
...
|
@@ -42,6 +46,7 @@ |
42
|
46
|
|
43
|
47
|
<view class='divide_line_f5f5f5'></view>
|
44
|
48
|
<view style='height:90rpx'>
|
|
49
|
+ <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
45
|
50
|
<text class='text_black_30 float_left'>子女学籍号</text>
|
46
|
51
|
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入子女学籍号' name='children_schoolno'></input>
|
47
|
52
|
</view>
|
...
|
...
|
@@ -55,9 +60,10 @@ |
55
|
60
|
|
56
|
61
|
<template is="picker_cell_normal" data="{{...studyenddate}}" />
|
57
|
62
|
<view class='divide_line_f5f5f5'></view>
|
|
63
|
+ </view>
|
58
|
64
|
</view>
|
59
|
65
|
<!-- 继续教育 -->
|
60
|
|
- <view wx:if="{{cur_index==1}}">
|
|
66
|
+ <view wx:if="{{cur_index==1}}" style='padding:0 30rpx;'>
|
61
|
67
|
|
62
|
68
|
<template is="picker_cell_normal" data="{{...edutypeData}}" />
|
63
|
69
|
<view class='divide_line_f5f5f5'></view>
|
...
|
...
|
@@ -94,7 +100,7 @@ |
94
|
100
|
|
95
|
101
|
</view>
|
96
|
102
|
<!-- 赡养老人 -->
|
97
|
|
- <view wx:if="{{cur_index==2}}">
|
|
103
|
+ <view wx:if="{{cur_index==2}}" style='padding:0 30rpx;'>
|
98
|
104
|
<template is="picker_cell_normal" data="{{...supporttypeData}}" />
|
99
|
105
|
<view class='divide_line_f5f5f5'></view>
|
100
|
106
|
<view style='height:90rpx'>
|
...
|
...
|
@@ -106,7 +112,7 @@ |
106
|
112
|
<view class='divide_line_f5f5f5'></view>
|
107
|
113
|
<view style='height:90rpx'>
|
108
|
114
|
<text class='text_black_30 float_left'>被赡养人证件号码</text>
|
109
|
|
- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证件号码' type='idcard' name='older_idno'></input>
|
|
115
|
+ <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证件号码' type='idcard' name='older_idno' value='{{older_idno}}'></input>
|
110
|
116
|
</view>
|
111
|
117
|
<view class='divide_line_f5f5f5'></view>
|
112
|
118
|
<template is="picker_cell_normal" data="{{...olderbirthDate}}" />
|
...
|
...
|
@@ -127,7 +133,7 @@ |
127
|
133
|
</view> -->
|
128
|
134
|
</view>
|
129
|
135
|
<!-- 大病医疗 -->
|
130
|
|
- <view wx:if="{{cur_index==3}}">
|
|
136
|
+ <view wx:if="{{cur_index==3}}" style='padding:0 30rpx;'>
|
131
|
137
|
<view style='height:90rpx'>
|
132
|
138
|
<text class='text_black_30 float_left'>姓名</text>
|
133
|
139
|
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入姓名' name='name'></input>
|
...
|
...
|
@@ -154,7 +160,7 @@ |
154
|
160
|
</view>
|
155
|
161
|
</view>
|
156
|
162
|
<!-- 住房 -->
|
157
|
|
- <view wx:if="{{cur_index==4}}">
|
|
163
|
+ <view wx:if="{{cur_index==4}}" style='padding:0 30rpx;'>
|
158
|
164
|
|
159
|
165
|
<view wx:if="{{title=='添加住房贷款利息'}}">
|
160
|
166
|
|
...
|
...
|
@@ -210,42 +216,92 @@ |
210
|
216
|
<template is="picker_cell_normal" data="{{...leaseendDate}}" />
|
211
|
217
|
</view>
|
212
|
218
|
</view>
|
213
|
|
- <view class='divide_line_f5f5f5'></view>
|
214
|
|
- <template is="picker_cell_normal" data="{{...reducetypeData}}" />
|
215
|
|
- <view class='divide_line_f5f5f5'></view>
|
216
|
|
- <view style='height:90rpx'>
|
217
|
|
- <text class='text_black_30 float_left'>扣除金额</text>
|
218
|
|
- <text wx:if="{{reducetypeData.selected=='月度扣除'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>/月</text>
|
219
|
|
- <text wx:if="{{reducetypeData.selected=='年度扣除'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right'>/年</text>
|
220
|
|
- <input class='input_wrap01 float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入扣除金额' type='digit' name='reduce_money'></input>
|
221
|
|
- </view>
|
222
|
|
- <view class='divide_line_f5f5f5'></view>
|
223
|
|
- <view wx:if="{{cur_index==0||cur_index==4}}">
|
224
|
|
- <view style='height:90rpx'>
|
225
|
|
- <text class='text_black_30 float_left'>配偶姓名</text>
|
226
|
|
- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入配偶姓名' name='lover_name'></input>
|
227
|
|
- </view>
|
228
|
|
- <view class='divide_line_f5f5f5'></view>
|
229
|
219
|
|
230
|
|
- <template is="picker_cell_normal" data="{{...lovercardtypeData}}" />
|
231
|
|
- <view class='divide_line_f5f5f5'></view>
|
232
|
|
- <view style='height:90rpx'>
|
233
|
|
- <text class='text_black_30 float_left'>配偶证件号码</text>
|
234
|
|
- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入身份证件号码' name='lover_idno'></input>
|
235
|
|
- </view>
|
|
220
|
+ <view style='padding:0 30rpx;'>
|
236
|
221
|
<view class='divide_line_f5f5f5'></view>
|
237
|
|
- <template is="picker_cell_normal" data="{{...loverbirthDate}}" />
|
|
222
|
+ <template is="picker_cell_normal" data="{{...reducetypeData}}" />
|
238
|
223
|
<view class='divide_line_f5f5f5'></view>
|
239
|
224
|
<view style='height:90rpx'>
|
240
|
|
- <text class='text_black_30 float_left'>国籍</text>
|
241
|
|
- <image class='arrow_wrap' src='/images/arrow_right.png'></image>
|
242
|
|
- <text class='text_999_30 float_right' style='line-height: 90rpx;text-align:right' name='lover_country'>中国</text>
|
|
225
|
+ <text class='text_black_30 float_left'>扣除金额</text>
|
|
226
|
+ <text wx:if="{{reducetypeData.selected=='月度扣除'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;'>¥1000/月</text>
|
|
227
|
+ <text wx:if="{{reducetypeData.selected=='年度扣除'}}" class='text_black_30 float_right' style='line-height: 90rpx;margin-left:20rpx;text-align: right;color:#FF9F00;'>¥12000/年</text>
|
|
228
|
+ <!-- <input class='input_wrap01 float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;color:#FF9F00;' placeholder='请输入扣除金额' type='digit' name='reduce_money'></input> -->
|
243
|
229
|
</view>
|
|
230
|
+ <view class='divide_line_f5f5f5'></view>
|
|
231
|
+
|
244
|
232
|
</view>
|
245
|
233
|
|
|
234
|
+ <view style='height:20rpx;width:100%;background:#F8F8F8;'></view>
|
|
235
|
+
|
|
236
|
+ <view style='padding:0 30rpx;'>
|
|
237
|
+
|
|
238
|
+ <view wx:if="{{cur_index==0}}">
|
|
239
|
+ <view style='height:90rpx'>
|
|
240
|
+ <text class='text_black_30 float_left'>配偶姓名</text>
|
|
241
|
+ <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}'></input>
|
|
242
|
+ </view>
|
|
243
|
+ <view class='divide_line_f5f5f5'></view>
|
|
244
|
+
|
|
245
|
+ <template is="picker_cell_normal" data="{{...lovercardtypeData}}" />
|
|
246
|
+ <view class='divide_line_f5f5f5'></view>
|
|
247
|
+ <view style='height:90rpx'>
|
|
248
|
+ <text class='text_black_30 float_left'>配偶证件号码</text>
|
|
249
|
+ <view wx:if="{{isIdCard}}">
|
|
250
|
+ <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="lover"></image>
|
|
251
|
+ <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='18' type='idcard' value='{{spouse_id_card_no}}'></input>
|
|
252
|
+ </view>
|
|
253
|
+ <!-- <view wx:else>
|
|
254
|
+ <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='24' value='{{spouse_id_card_no}}'></input>
|
|
255
|
+ </view> -->
|
|
256
|
+ <!-- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入身份证件号码' name='spouse_id_card_no'></input> -->
|
|
257
|
+ </view>
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+ <view class='divide_line_f5f5f5'></view>
|
|
261
|
+ <template is="picker_cell_normal" data="{{...loverbirthDate}}" />
|
|
262
|
+ <view class='divide_line_f5f5f5'></view>
|
|
263
|
+ <view style='height:90rpx'>
|
|
264
|
+ <text class='text_black_30 float_left'>国籍</text>
|
|
265
|
+ <!-- <image class='arrow_wrap' src='/images/arrow_right.png'></image> -->
|
|
266
|
+ <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='lover_country'>中国</text>
|
|
267
|
+ </view>
|
|
268
|
+ </view>
|
|
269
|
+
|
|
270
|
+ <view wx:if="{{cur_index==4}}">
|
|
271
|
+ <view style='height:90rpx'>
|
|
272
|
+ <text class='text_black_30 float_left'>配偶姓名</text>
|
|
273
|
+ <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}'></input>
|
|
274
|
+ </view>
|
|
275
|
+ <view class='divide_line_f5f5f5'></view>
|
|
276
|
+
|
|
277
|
+ <template is="picker_cell_normal" data="{{...lovercardtypeData}}" />
|
|
278
|
+ <view class='divide_line_f5f5f5'></view>
|
|
279
|
+ <view style='height:90rpx'>
|
|
280
|
+ <text class='text_black_30 float_left'>配偶证件号码</text>
|
|
281
|
+ <view wx:if="{{isIdCard}}">
|
|
282
|
+ <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="lover"></image>
|
|
283
|
+ <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='lover_idno' maxlength='18' type='idcard' value='{{lover_idno}}'></input>
|
|
284
|
+ </view>
|
|
285
|
+ <!-- <view wx:else>
|
|
286
|
+ <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='lover_idno' maxlength='24' value='{{lover_idno}}'></input>
|
|
287
|
+ </view> -->
|
|
288
|
+ <!-- <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入身份证件号码' name='lover_idno'></input> -->
|
|
289
|
+ </view>
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+ <view class='divide_line_f5f5f5'></view>
|
|
293
|
+ <template is="picker_cell_normal" data="{{...loverbirthDate}}" />
|
|
294
|
+ <view class='divide_line_f5f5f5'></view>
|
|
295
|
+ <view style='height:90rpx'>
|
|
296
|
+ <text class='text_black_30 float_left'>国籍</text>
|
|
297
|
+ <!-- <image class='arrow_wrap' src='/images/arrow_right.png'></image> -->
|
|
298
|
+ <text class='text_777_30 float_right' style='line-height: 90rpx;text-align:right' name='lover_country'>中国</text>
|
|
299
|
+ </view>
|
|
300
|
+ </view>
|
|
301
|
+
|
|
302
|
+ </view>
|
246
|
303
|
<!-- <view class='divide_line_f5f5f5'></view>
|
247
|
304
|
<view class='text_black_30 float_left'>上传材料</view> -->
|
248
|
|
- </view>
|
249
|
305
|
<view style='width:100%;height:180rpx;background:#f8f8f8'></view>
|
250
|
306
|
<!-- <view style='margin-bottom:140rpx'>
|
251
|
307
|
<image src='{{img_path}}' style='width:100%;height:380rpx' bindtap='goupload'></image>
|
...
|
...
|
|