addextrainfo.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
<!--pages/main/addtionalreduce/addextrainfo/addextrainfo.wxml-->
<import src="../../../common/picker_cell" />
<view class='page'>
<form bindsubmit='formSubmit'>
<view style='padding:0 30rpx'>
<!-- 添加子女 -->
<view wx:if="{{cur_index==0}}">
<view style='height:90rpx'>
<text class='text_black_30 float_left'>配偶姓名</text>
<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>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...lovercardtypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>配偶证件号码</text>
<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>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...loverbirthDate}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>国籍</text>
<image class='arrow_wrap' src='/images/arrow_right.png'></image>
<text class='text_999_30 float_right' style='line-height: 90rpx;text-align:right' name='lover_country'>中国</text>
</view>
<view style='width:100%;height:20rpx;background:#f5f5f5'></view>
<template is="picker_cell_normal" data="{{...taxperson_relativeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>子女姓名</text>
<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>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...childrencardtypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>身份证件号码</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入子女证件号码' type='idcard' name='children_idno'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...childrenbirthDate}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>国籍</text>
<image class='arrow_wrap' src='/images/arrow_right.png'></image>
<text class='text_999_30 float_right' style='line-height: 90rpx;text-align:right' name='children_country'>中国</text>
</view>
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>子女学籍号</text>
<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>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...edudegreeData}}" />
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...studystartdate}}" />
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...studyenddate}}" />
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...edudegreeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx;'>
<text class='text_black_30 float_left'>分配比例</text>
<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>
</view>
</view>
<!-- 继续教育 -->
<view wx:if="{{cur_index==1}}">
<template is="picker_cell_normal" data="{{...edutypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view wx:if="{{edu_lable=='school'}}">
<view style='height:90rpx'>
<text class='text_black_30 float_left'>学历教育阶段</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入学历教育阶段' name='degree_level'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...studystartdate}}" />
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...studyenddate}}" />
</view>
<view wx:elif="{{edu_lable=='tech'}}">
<view style='height:90rpx'>
<text class='text_black_30 float_left'>职业资格名称</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入职业资格名称' name='occupational_qualifiy_name'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>职业资格编号</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入职业资格编号' name='occupational_qualifiy_no'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>发证机关</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入发证机关' name='license_unit'></input>
</view>
</view>
</view>
<!-- 赡养老人 -->
<view wx:if="{{cur_index==2}}">
<template is="picker_cell_normal" data="{{...supporttypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>被赡养人姓名</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入被赡养人姓名' name='older_name'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...oldercardtypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>被赡养人证件号码</text>
<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>
</view>
<view wx:if="{{oldersupport_lable=='single'}}">
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...olderbirthDate}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>国籍</text>
<image class='arrow_wrap' src='/images/arrow_right.png'></image>
<text class='text_999_30 float_right' style='line-height: 90rpx;text-align:right' name='older_country'>中国</text>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...taxperson_relativeData}}" />
</view>
<!-- <view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>分摊比例</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入分摊比例' name='allocation_ratio'></input>
</view> -->
</view>
<!-- 大病医疗 -->
<view wx:if="{{cur_index==3}}">
<view style='height:90rpx'>
<text class='text_black_30 float_left'>姓名</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入姓名' name='name'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...cardtypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>身份证件号码</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入身份证件号码' name='idno'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...taxperson_relativeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>医疗支出总金额</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入总金额' type='digit' name='total_money'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>个人负担金额</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入金额' type='digit' name='personal_money'></input>
</view>
</view>
<!-- 住房 -->
<view wx:if="{{cur_index==4}}">
<view style='height:90rpx'>
<text class='text_black_30 float_left'>配偶姓名</text>
<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>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...lovercardtypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>配偶证件号码</text>
<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>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...loverbirthDate}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>国籍</text>
<image class='arrow_wrap' src='/images/arrow_right.png'></image>
<text class='text_999_30 float_right' style='line-height: 90rpx;text-align:right' name='lover_country'>中国</text>
</view>
<view style='width:100%;height:20rpx;background:#f5f5f5'></view>
<view wx:if="{{title=='添加住房贷款利息'}}">
<template is="picker_cell_normal" data="{{...houseLocateInfo}}" />
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...identifytypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>证书号码</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书号码' name='identify_no'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...loantypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>贷款合同编号</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入贷款合同编号' name='contract_no'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...firstpaybackDate}}" />
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...loandatelongData}}" />
</view>
<view wx:if="{{title=='添加住房租金'}}">
<template is="picker_cell_normal" data="{{...contactLocateInfo}}" />
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...leasetypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>出租方名称</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入出租方名称' name='lease_name'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>出租方纳税人识别号</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='统一社会信用代码' name='lease_idno'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...identifytypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>证书号码</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入证书号码' name='identify_no'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>租赁合同编号</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输合同编号' name='contract_no'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...leasestartDate}}" />
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...leaseendDate}}" />
</view>
</view>
<view class='divide_line_f5f5f5'></view>
<template is="picker_cell_normal" data="{{...reducetypeData}}" />
<view class='divide_line_f5f5f5'></view>
<view style='height:90rpx'>
<text class='text_black_30 float_left'>扣除金额</text>
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入扣除金额' type='digit' name='reduce_money'></input>
</view>
<view class='divide_line_f5f5f5'></view>
<view class='text_black_30 float_left'>上传材料</view>
</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>