...
|
...
|
@@ -16,52 +16,55 @@ |
16
|
16
|
<image class='head_image_wrap_down' src='/images/arrow_down.png'></image>
|
17
|
17
|
</view>
|
18
|
18
|
</view>
|
19
|
|
-
|
|
19
|
+ <view style='background:#fff;'>
|
|
20
|
+ <view class="divide_line_30"></view>
|
|
21
|
+ </view>
|
20
|
22
|
<view class='data_list'>
|
21
|
23
|
<view class='data_item'>
|
22
|
|
- <view class="divide_line"></view>
|
23
|
24
|
<view class='item_body' hidden="{{!isself}}">
|
24
|
|
- <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
25
|
|
- <text class='text_black_30 float_left' style='line-height: 90rpx'>姓名</text>
|
26
|
|
- <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入姓名" value='{{name}}' disabled="{{taxInfo.certification_status=='active'}}" bindblur='bindinputname' style='line-height: 90rpx'></input>
|
27
|
|
- <input hidden="{{taxInfo.certification_status!='active'}}" class='input_wrap float_right' placeholder="{{taxInfo.certification_status=='active'||name?name:'请输入姓名'}}" disabled="{{taxInfo.certification_status=='active'}}" bindblur='bindinputname' style='line-height: 90rpx'></input>
|
|
25
|
+ <text class='red_star'>*</text>
|
|
26
|
+ <text class='text_777_30 float_left' style='line-height: 90rpx'>姓名</text>
|
|
27
|
+ <input class='input_wrap float_right' placeholder="请输入姓名" value='{{name}}' disabled="{{taxInfo.certification_status=='active'}}" bindblur='bindinputname' style='line-height: 90rpx'></input>
|
|
28
|
+ <!-- <input hidden="{{taxInfo.certification_status=='active'}}" class='input_wrap float_right' placeholder="请输入姓名" value='{{name}}' bindblur='bindinputname' style='line-height: 90rpx'></input>
|
|
29
|
+ <input hidden="{{taxInfo.certification_status!='active'}}" class='input_wrap float_right' placeholder="{{name}}" disabled="true" bindblur='bindinputname' style='line-height: 90rpx'></input> -->
|
28
|
30
|
</view>
|
29
|
|
- <view class="divide_line"></view>
|
|
31
|
+ <view class="divide_line_30"></view>
|
30
|
32
|
|
31
|
33
|
<view class='item_body'>
|
32
|
|
- <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
33
|
|
- <text class='text_black_30 float_left' style='line-height: 90rpx'>国籍(地区)</text>
|
34
|
|
- <text class='text_999_30 float_right' style='line-height: 90rpx'>中国</text>
|
|
34
|
+ <text class='red_star'>*</text>
|
|
35
|
+ <text class='text_777_30 float_left' style='line-height: 90rpx'>国籍(地区)</text>
|
|
36
|
+ <text class='text_black_30 float_right' style='line-height: 90rpx'>中国</text>
|
35
|
37
|
</view>
|
36
|
|
- <view class="divide_line"></view>
|
|
38
|
+ <view class="divide_line_30"></view>
|
37
|
39
|
<view class='item_body'>
|
38
|
|
- <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
39
|
|
- <text class='text_black_30 float_left' style='line-height: 90rpx'>纳税人类型</text>
|
40
|
|
- <text class='text_999_30 float_right' style='line-height: 90rpx'>居民</text>
|
|
40
|
+ <text class='red_star'>*</text>
|
|
41
|
+ <text class='text_777_30 float_left' style='line-height: 90rpx'>纳税人类型</text>
|
|
42
|
+ <text class='text_black_30 float_right' style='line-height: 90rpx'>居民</text>
|
41
|
43
|
</view>
|
42
|
|
- <view class="divide_line"></view>
|
|
44
|
+ <view class="divide_line_30"></view>
|
43
|
45
|
<view class='item_body'>
|
44
|
|
- <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
45
|
|
- <text class='text_black_30 float_left' style='line-height: 90rpx'>是否境外人员</text>
|
46
|
|
- <text class='text_999_30 float_right' style='line-height: 90rpx'>否</text>
|
|
46
|
+ <text class='red_star'>*</text>
|
|
47
|
+ <text class='text_777_30 float_left' style='line-height: 90rpx'>是否境外人员</text>
|
|
48
|
+ <text class='text_black_30 float_right' style='line-height: 90rpx'>否</text>
|
47
|
49
|
</view>
|
48
|
|
- <view class="divide_line"></view>
|
|
50
|
+ <view class="divide_line_30"></view>
|
49
|
51
|
<template is="picker_cell_normal" data="{{...cardtypeData}}" />
|
50
|
|
- <view class="divide_line"></view>
|
|
52
|
+ <view class="divide_line_30"></view>
|
51
|
53
|
|
52
|
54
|
<view class='item_body'>
|
53
|
|
- <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
54
|
|
- <text class='text_black_30 float_left' style='line-height: 90rpx'>证照号码</text>
|
|
55
|
+ <text class='red_star'>*</text>
|
|
56
|
+ <text class='text_777_30 float_left' style='line-height: 90rpx'>证照号码</text>
|
55
|
57
|
<view>
|
56
|
58
|
<image wx:if="{{isIdCard}}" class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' hidden="{{taxInfo.certification_status=='active'}}"></image>
|
57
|
|
- <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
|
58
|
|
- <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input>
|
|
59
|
+ <input class='input_wrap float_right' disabled="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
|
|
60
|
+ <!-- <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
|
|
61
|
+ <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input> -->
|
59
|
62
|
</view>
|
60
|
63
|
</view>
|
61
|
64
|
<view hidden='{{!isshow01}}'>
|
62
|
|
- <view class="divide_line"></view>
|
|
65
|
+ <view class="divide_line_30"></view>
|
63
|
66
|
<template is="picker_cell_normal" data="{{...genderData}}" />
|
64
|
|
- <view class="divide_line"></view>
|
|
67
|
+ <view class="divide_line_30"></view>
|
65
|
68
|
<template is="picker_cell_normal" data="{{...birthDate}}" />
|
66
|
69
|
</view>
|
67
|
70
|
</view>
|
...
|
...
|
@@ -79,36 +82,37 @@ |
79
|
82
|
<image class='head_image_wrap_down' src='/images/arrow_down.png'></image>
|
80
|
83
|
</view>
|
81
|
84
|
</view>
|
82
|
|
-
|
|
85
|
+ <view style='background:#fff;'>
|
|
86
|
+ <view class="divide_line_30"></view>
|
|
87
|
+ </view>
|
83
|
88
|
<view class='data_list'>
|
84
|
89
|
<view class='data_item'>
|
85
|
|
- <view class="divide_line"></view>
|
86
|
90
|
<view class='item_body'>
|
87
|
|
- <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text>
|
88
|
|
- <text class='text_black_30 float_left' style='line-height: 90rpx'>手机号码</text>
|
|
91
|
+ <text class='red_star'>*</text>
|
|
92
|
+ <text class='text_777_30 float_left' style='line-height: 90rpx'>手机号码</text>
|
89
|
93
|
<input class='input_wrap float_right' placeholder="请输入手机号" value='{{mobile}}' name='mobile' type='number' maxlength='11' bindblur='bindinputmobile'></input>
|
90
|
94
|
</view>
|
91
|
95
|
|
92
|
96
|
<!-- 非必填部分02 -->
|
93
|
97
|
<view hidden='{{!isshow02}}'>
|
94
|
|
- <view class="divide_line"></view>
|
|
98
|
+ <view class="divide_line_30"></view>
|
95
|
99
|
<template is="picker_cell_normal" data="{{...currentaddressInfo}}" />
|
96
|
|
- <view class="divide_line"></view>
|
|
100
|
+ <view class="divide_line_30"></view>
|
97
|
101
|
<view class='item_body'>
|
98
|
|
- <text class='text_666_30 float_left ' style='line-height: 90rpx'>详细地址</text>
|
|
102
|
+ <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>详细地址</text>
|
99
|
103
|
<input class='input_wrap float_right ' name='current_address_detail' value="{{taxInfo.current_address_detail}}" placeholder-class='text_999_30' placeholder='请输入详细居住地址'></input>
|
100
|
104
|
</view>
|
101
|
|
- <view class="divide_line"></view>
|
|
105
|
+ <view class="divide_line_30"></view>
|
102
|
106
|
<template is="picker_cell_normal" data="{{...birthaddressInfo}}" />
|
103
|
|
- <view class="divide_line"></view>
|
|
107
|
+ <view class="divide_line_30"></view>
|
104
|
108
|
<view class='item_body '>
|
105
|
|
- <text class='text_666_30 float_left ' style='line-height: 90rpx'>详细地址</text>
|
|
109
|
+ <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>详细地址</text>
|
106
|
110
|
<input class='input_wrap float_right ' name='huji_address_detail' placeholder-class='text_999_30' placeholder='请输入详细户籍地址' value='{{huji_address_detail}}'></input>
|
107
|
111
|
</view>
|
108
|
|
- <view class="divide_line"></view>
|
|
112
|
+ <view class="divide_line_30"></view>
|
109
|
113
|
|
110
|
114
|
<view class='item_body'>
|
111
|
|
- <text class='text_666_30 float_left' style='line-height: 90rpx'>电子邮箱</text>
|
|
115
|
+ <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>电子邮箱</text>
|
112
|
116
|
<input class='input_wrap float_right' name='email' value='{{taxInfo.email}}' placeholder='请输入电子邮箱' placeholder-class='text_999_30' maxlength='20'></input>
|
113
|
117
|
</view>
|
114
|
118
|
</view>
|
...
|
...
|
@@ -129,41 +133,43 @@ |
129
|
133
|
<image class='head_image_wrap_down' src='/images/arrow_down.png'></image>
|
130
|
134
|
</view>
|
131
|
135
|
</view>
|
|
136
|
+ <view style='background:#fff;'>
|
|
137
|
+ <view class="divide_line_30" hidden='{{!isshow03}}'></view>
|
|
138
|
+ </view>
|
132
|
139
|
<view class='data_list'>
|
133
|
140
|
<view class='data_item'>
|
134
|
141
|
<view hidden='{{!isshow03}}'>
|
135
|
|
- <view class="divide_line"></view>
|
136
|
142
|
<template is="picker_cell_normal" data="{{...degreeData}}" />
|
137
|
|
- <view class="divide_line"></view>
|
|
143
|
+ <view class="divide_line_30"></view>
|
138
|
144
|
<template is="picker_cell_normal" data="{{...professionData}}" />
|
139
|
|
- <view class="divide_line"></view>
|
|
145
|
+ <view class="divide_line_30"></view>
|
140
|
146
|
<template is="picker_cell_normal" data="{{...bankInfo}}" />
|
141
|
|
- <view class="divide_line"></view>
|
|
147
|
+ <view class="divide_line_30"></view>
|
142
|
148
|
<view class='item_body'>
|
143
|
|
- <text class='text_666_30 float_left' style='line-height: 90rpx'>银行账号</text>
|
|
149
|
+ <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>银行账号</text>
|
144
|
150
|
<input class='input_wrap float_right' name='bank_account' value='{{taxInfo.bank_account}}' placeholder-class='text_999_30' placeholder='请输入银行账号' maxlength='24'></input>
|
145
|
151
|
</view>
|
146
|
|
- <view class="divide_line"></view>
|
|
152
|
+ <view class="divide_line_30"></view>
|
147
|
153
|
<template is="picker_cell_normal" data="{{...disabilityInfo}}" />
|
148
|
|
- <view class="divide_line" hidden="{{disabilityInfo.selected!='是'}}"></view>
|
|
154
|
+ <view class="divide_line_30" hidden="{{disabilityInfo.selected!='是'}}"></view>
|
149
|
155
|
<view class='item_body' hidden="{{disabilityInfo.selected!='是'}}">
|
150
|
156
|
<text class='text_666_30 float_left'>残疾证号</text>
|
151
|
157
|
<input class='input_wrap float_right' name='disability_no' type='number' value='{{taxInfo.disability_no}}' placeholder-class='text_999_30' placeholder='请输入残疾证号' maxlength='24'></input>
|
152
|
158
|
</view>
|
153
|
|
- <view class="divide_line"></view>
|
|
159
|
+ <view class="divide_line_30"></view>
|
154
|
160
|
|
155
|
161
|
<template is="picker_cell_normal" data="{{...lieshuInfo}}" />
|
156
|
|
- <view class="divide_line" hidden="{{lieshuInfo.selected!='是'}}"></view>
|
|
162
|
+ <view class="divide_line_30" hidden="{{lieshuInfo.selected!='是'}}"></view>
|
157
|
163
|
<view class='item_body' hidden="{{lieshuInfo.selected!='是'}}">
|
158
|
164
|
<text class='text_666_30 float_left'>烈属证号</text>
|
159
|
165
|
<input class='input_wrap float_right' name='martyr_family_no' type='number' value='{{taxInfo.martyr_family_no}}' placeholder-class='text_999_30' placeholder='请输入烈属证号' maxlength='24'></input>
|
160
|
166
|
</view>
|
161
|
|
- <view class="divide_line"></view>
|
|
167
|
+ <view class="divide_line_30"></view>
|
162
|
168
|
|
163
|
169
|
<template is="picker_cell_normal" data="{{...lonelyolderInfo}}" />
|
164
|
|
- <view class="divide_line"></view>
|
|
170
|
+ <view class="divide_line_30"></view>
|
165
|
171
|
<view class='item_body'>
|
166
|
|
- <text class='text_666_30 float_left' style='line-height: 90rpx'>备注</text>
|
|
172
|
+ <text class='text_666_30 float_left head_in' style='line-height: 90rpx'>备注</text>
|
167
|
173
|
<input class='input_wrap float_right' value='{{taxInfo.comment}}' name='comment' placeholder-class='text_999_30' placeholder='请输入备注'></input>
|
168
|
174
|
</view>
|
169
|
175
|
|
...
|
...
|
@@ -178,40 +184,40 @@ |
178
|
184
|
<view class='data_item '>
|
179
|
185
|
|
180
|
186
|
<template is="picker_cell_normal" data="{{...investInfo}}" />
|
181
|
|
- <view class="divide_line"></view>
|
|
187
|
+ <view class="divide_line_30"></view>
|
182
|
188
|
|
183
|
189
|
<template is="picker_cell_normal" data="{{...specificIndustryInfo}}" />
|
184
|
|
- <view class="divide_line"></view>
|
|
190
|
+ <view class="divide_line_30"></view>
|
185
|
191
|
|
186
|
192
|
<template is="picker_cell_normal" data="{{...employeeInfo}}" />
|
187
|
193
|
<view hidden='{{!isshow03}}'>
|
188
|
|
- <view class="divide_line"></view>
|
|
194
|
+ <view class="divide_line_30"></view>
|
189
|
195
|
<view class='item_body '>
|
190
|
196
|
<text class='text_666_30 float_left' style='line-height: 90rpx'>公司股本总额</text>
|
191
|
197
|
<input class='input_wrap float_right ' name='company_equity_total' type='digit' value='{{taxInfo.company_equity_total}}' placeholder-class='text_999_30' placeholder='请输入股本总额(保留两位小数)' maxlength='13' bindblur='companymoney'></input>
|
192
|
198
|
</view>
|
193
|
|
- <view class="divide_line"></view>
|
|
199
|
+ <view class="divide_line_30"></view>
|
194
|
200
|
|
195
|
201
|
<template is="picker_cell_normal" data="{{...startDate}}" />
|
196
|
202
|
|
197
|
|
- <view class="divide_line"></view>
|
|
203
|
+ <view class="divide_line_30"></view>
|
198
|
204
|
|
199
|
205
|
<template is="picker_cell_normal" data="{{...endDate}}" />
|
200
|
206
|
|
201
|
|
- <view class="divide_line"></view>
|
|
207
|
+ <view class="divide_line_30"></view>
|
202
|
208
|
<view class='item_body '>
|
203
|
209
|
<text class='text_666_30 float_left ' style='line-height: 90rpx'>工号</text>
|
204
|
210
|
<input class='input_wrap float_right ' name='employee_no' value='{{taxInfo.employee_no}}' placeholder-class='text_999_30' placeholder='请输入工号' maxlength='20'></input>
|
205
|
211
|
</view>
|
206
|
|
- <view class="divide_line"></view>
|
|
212
|
+ <view class="divide_line_30"></view>
|
207
|
213
|
|
208
|
214
|
<template is="picker_cell_normal" data="{{...investpersonalInfo}}" />
|
209
|
|
- <view class="divide_line"></view>
|
|
215
|
+ <view class="divide_line_30"></view>
|
210
|
216
|
<view class='item_body'>
|
211
|
217
|
<text class='text_666_30 float_left ' style='line-height: 90rpx'>个人投资总额</text>
|
212
|
218
|
<input class='input_wrap float_right ' name='personal_equity_total' type='digit' value='{{taxInfo.personal_equity_total}}' placeholder-class='text_999_30' placeholder='请输入个人投资总额(保留两位小数)' maxlength='13' bindblur='personalmoney'></input>
|
213
|
219
|
</view>
|
214
|
|
- <view class="divide_line"></view>
|
|
220
|
+ <view class="divide_line_30"></view>
|
215
|
221
|
</view>
|
216
|
222
|
|
217
|
223
|
|
...
|
...
|
|