|
@@ -77,8 +77,8 @@ |
|
@@ -77,8 +77,8 @@ |
77
|
</view>
|
77
|
</view>
|
78
|
<view class='divide_line_f5f5f5'></view>
|
78
|
<view class='divide_line_f5f5f5'></view>
|
79
|
<text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
|
79
|
<text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
|
80
|
- <view class='float_right' wx:if="{{item.status=='failed'}}">
|
|
|
81
|
- <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
80
|
+ <view class='float_right' wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
|
|
|
81
|
+ <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id="{{index}}" bindtap='godelete'>删除</text>
|
82
|
<text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
|
82
|
<text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
|
83
|
</view>
|
83
|
</view>
|
84
|
</view>
|
84
|
</view>
|
|
@@ -92,15 +92,16 @@ |
|
@@ -92,15 +92,16 @@ |
92
|
<view style='margin:30rpx;padding-left: 30rpx;padding-bottom: 20rpx' class='card_rectangle_bg_column'>
|
92
|
<view style='margin:30rpx;padding-left: 30rpx;padding-bottom: 20rpx' class='card_rectangle_bg_column'>
|
93
|
<view style='height:110rpx'>
|
93
|
<view style='height:110rpx'>
|
94
|
<text class='text_gray_36' style='line-height:110rpx'>学历(学位)继续教育</text>
|
94
|
<text class='text_gray_36' style='line-height:110rpx'>学历(学位)继续教育</text>
|
|
|
95
|
+ <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view>
|
|
|
96
|
+ <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view>
|
|
|
97
|
+ <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view>
|
95
|
</view>
|
98
|
</view>
|
96
|
<view wx:for="{{additionInfo[0].title_items}}">
|
99
|
<view wx:for="{{additionInfo[0].title_items}}">
|
97
|
<view style='padding-right:right'>
|
100
|
<view style='padding-right:right'>
|
98
|
<view style="background:#f5f5f5;height:2rpx;width:94%"></view>
|
101
|
<view style="background:#f5f5f5;height:2rpx;width:94%"></view>
|
99
|
<view>
|
102
|
<view>
|
100
|
<text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;'>{{item.education_period}}</text>
|
103
|
<text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;'>{{item.education_period}}</text>
|
101
|
- <view wx:if="{{item.status=='failed'}}" class='declare_style_new red_bg'> {{declareStatus[item.status]}}</view>
|
|
|
102
|
- <view wx:if="{{item.status=='success'}}" class='declare_style_new blue_bg'> {{declareStatus[item.status]}}</view>
|
|
|
103
|
- <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view>
|
104
|
+
|
104
|
</view>
|
105
|
</view>
|
105
|
<view style='height:70rpx'>
|
106
|
<view style='height:70rpx'>
|
106
|
<text class='text_999_28 ' style='line-height:70rpx'>受教育日期起:</text>
|
107
|
<text class='text_999_28 ' style='line-height:70rpx'>受教育日期起:</text>
|
|
@@ -110,6 +111,10 @@ |
|
@@ -110,6 +111,10 @@ |
110
|
<text class='text_999_28 ' style='line-height:70rpx'>受教育日期止:</text>
|
111
|
<text class='text_999_28 ' style='line-height:70rpx'>受教育日期止:</text>
|
111
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text>
|
112
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text>
|
112
|
</view>
|
113
|
</view>
|
|
|
114
|
+ <view wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
|
|
|
115
|
+ <text class='text_blue_28 float_right' style='line-height:90rpx;margin-right:40rpx' id="{{'title'+index}}" bindtap='goedit'>编辑</text>
|
|
|
116
|
+ <text class='text_999_28 float_right' style='line-height:90rpx;margin-right:40rpx' id="{{'title'+index}}" bindtap='godelete'>删除</text>
|
|
|
117
|
+ </view>
|
113
|
</view>
|
118
|
</view>
|
114
|
</view>
|
119
|
</view>
|
115
|
<view style="background:#f5f5f5;height:2rpx;width:94%;"></view>
|
120
|
<view style="background:#f5f5f5;height:2rpx;width:94%;"></view>
|
|
@@ -121,10 +126,6 @@ |
|
@@ -121,10 +126,6 @@ |
121
|
<text class='text_999_28' style='line-height:70rpx'>扣除金额:</text>
|
126
|
<text class='text_999_28' style='line-height:70rpx'>扣除金额:</text>
|
122
|
<text class='text_orange_28' style='line-height:70rpx;margin-left:20rpx'>¥{{additionInfo[0].title_items[0].deduction_amount}}/{{reducetype[additionInfo[0].title_items[0].deduction_type]}}</text>
|
127
|
<text class='text_orange_28' style='line-height:70rpx;margin-left:20rpx'>¥{{additionInfo[0].title_items[0].deduction_amount}}/{{reducetype[additionInfo[0].title_items[0].deduction_type]}}</text>
|
123
|
</view>
|
128
|
</view>
|
124
|
- <view wx:if="{{item.status=='failed'}}">
|
|
|
125
|
- <text class='text_blue_28 float_right' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='goedit'>编辑</text>
|
|
|
126
|
- <text class='text_999_28 float_right' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
|
|
127
|
- </view>
|
|
|
128
|
</view>
|
129
|
</view>
|
129
|
</view>
|
130
|
</view>
|
130
|
<!-- 非学历 -->
|
131
|
<!-- 非学历 -->
|
|
@@ -132,6 +133,9 @@ |
|
@@ -132,6 +133,9 @@ |
132
|
<view style='margin:30rpx;padding-left: 30rpx;padding-bottom: 20rpx' class='card_rectangle_bg_column'>
|
133
|
<view style='margin:30rpx;padding-left: 30rpx;padding-bottom: 20rpx' class='card_rectangle_bg_column'>
|
133
|
<view style='height:110rpx'>
|
134
|
<view style='height:110rpx'>
|
134
|
<text class='text_gray_36' style='line-height:110rpx'>职业资格继续教育</text>
|
135
|
<text class='text_gray_36' style='line-height:110rpx'>职业资格继续教育</text>
|
|
|
136
|
+ <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view>
|
|
|
137
|
+ <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view>
|
|
|
138
|
+ <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view>
|
135
|
</view>
|
139
|
</view>
|
136
|
<view wx:for="{{additionInfo[0].profession_items}}">
|
140
|
<view wx:for="{{additionInfo[0].profession_items}}">
|
137
|
<view style='padding-right:right'>
|
141
|
<view style='padding-right:right'>
|
|
@@ -139,11 +143,9 @@ |
|
@@ -139,11 +143,9 @@ |
139
|
<view>
|
143
|
<view>
|
140
|
<text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;' wx:if="{{item.education_type=='profession'}}">技能人员职业资格</text>
|
144
|
<text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;' wx:if="{{item.education_type=='profession'}}">技能人员职业资格</text>
|
141
|
<text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;' wx:if="{{item.education_type=='major'}}">专业人员职业资格</text>
|
145
|
<text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;' wx:if="{{item.education_type=='major'}}">专业人员职业资格</text>
|
142
|
- <view wx:if="{{item.status=='failed'}}" class='declare_style_new red_bg'> {{declareStatus[item.status]}}</view>
|
|
|
143
|
- <view wx:if="{{item.status=='success'}}" class='declare_style_new blue_bg'> {{declareStatus[item.status]}}</view>
|
|
|
144
|
- <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view>
|
146
|
+
|
145
|
</view>
|
147
|
</view>
|
146
|
- <view >
|
148
|
+ <view>
|
147
|
<text class='text_999_28 ' style='line-height:70rpx'>发证(批准)日期:</text>
|
149
|
<text class='text_999_28 ' style='line-height:70rpx'>发证(批准)日期:</text>
|
148
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.approval_date}}</text>
|
150
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.approval_date}}</text>
|
149
|
</view>
|
151
|
</view>
|
|
@@ -159,6 +161,10 @@ |
|
@@ -159,6 +161,10 @@ |
159
|
<text class='text_999_28 ' style='line-height:70rpx'>发证机关:</text>
|
161
|
<text class='text_999_28 ' style='line-height:70rpx'>发证机关:</text>
|
160
|
<view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_authority}}</view>
|
162
|
<view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_authority}}</view>
|
161
|
</view>
|
163
|
</view>
|
|
|
164
|
+ <view wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
|
|
|
165
|
+ <text class='text_blue_28 float_right' style='line-height:90rpx;margin-right:40rpx' id="{{'profession'+index}}" bindtap='goedit'>编辑</text>
|
|
|
166
|
+ <text class='text_999_28 float_right' style='line-height:90rpx;margin-right:40rpx' id="{{'profession'+index}}" bindtap='godelete'>删除</text>
|
|
|
167
|
+ </view>
|
162
|
</view>
|
168
|
</view>
|
163
|
</view>
|
169
|
</view>
|
164
|
<view style="background:#f5f5f5;height:2rpx;width:94%;"></view>
|
170
|
<view style="background:#f5f5f5;height:2rpx;width:94%;"></view>
|
|
@@ -170,97 +176,92 @@ |
|
@@ -170,97 +176,92 @@ |
170
|
<text class='text_999_28' style='line-height:70rpx'>扣除金额:</text>
|
176
|
<text class='text_999_28' style='line-height:70rpx'>扣除金额:</text>
|
171
|
<text class='text_orange_28' style='line-height:70rpx;margin-left:20rpx'>¥{{additionInfo[0].profession_items[0].deduction_amount}}/{{reducetype[additionInfo[0].profession_items[0].deduction_type]}}</text>
|
177
|
<text class='text_orange_28' style='line-height:70rpx;margin-left:20rpx'>¥{{additionInfo[0].profession_items[0].deduction_amount}}/{{reducetype[additionInfo[0].profession_items[0].deduction_type]}}</text>
|
172
|
</view>
|
178
|
</view>
|
173
|
- <view wx:if="{{item.status=='failed'}}">
|
|
|
174
|
- <text class='text_blue_28 float_right' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='goedit'>编辑</text>
|
|
|
175
|
- <text class='text_999_28 float_right' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
|
|
176
|
- </view>
|
179
|
+
|
177
|
</view>
|
180
|
</view>
|
178
|
</view>
|
181
|
</view>
|
179
|
</view>
|
182
|
</view>
|
180
|
|
183
|
|
181
|
<view wx:if="{{cur_status=='support_duty'}}">
|
184
|
<view wx:if="{{cur_status=='support_duty'}}">
|
182
|
- <view wx:if="{{additionInfo.length>0}}" wx:for="{{additionInfo}}">
|
185
|
+ <view wx:if="{{additionInfo[0].support_duties&&additionInfo[0].support_duties.length>0}}">
|
183
|
<view style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'>
|
186
|
<view style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'>
|
184
|
<view style='height:110rpx'>
|
187
|
<view style='height:110rpx'>
|
185
|
<text class='text_gray_36 float_left' style='line-height:110rpx'>被赡养人</text>
|
188
|
<text class='text_gray_36 float_left' style='line-height:110rpx'>被赡养人</text>
|
186
|
- <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
|
|
187
|
- <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
|
|
188
|
- <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
|
|
189
|
- </view>
|
|
|
190
|
- <view style='padding-right:30rpx'>
|
|
|
191
|
- <view class='divide_line_f5f5f5'></view>
|
|
|
192
|
- <view style='height:70rpx'>
|
|
|
193
|
- <text class='text_999_28 ' style='line-height:70rpx'>被赡养人姓名:</text>
|
|
|
194
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.supported_name}}</text>
|
|
|
195
|
- </view>
|
|
|
196
|
- <view style='height:70rpx'>
|
|
|
197
|
- <text class='text_999_28 ' style='line-height:70rpx'>与纳税人关系:</text>
|
|
|
198
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.relationship}}</text>
|
|
|
199
|
- </view>
|
|
|
200
|
- <!-- <view style='height:70rpx'>
|
|
|
201
|
- <text class='text_999_28 ' style='line-height:70rpx'>分摊比例:</text>
|
|
|
202
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.percent}}%</text>
|
|
|
203
|
- </view>
|
|
|
204
|
- <view style='height:70rpx'>
|
|
|
205
|
- <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
|
|
206
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text>
|
|
|
207
|
- </view>
|
|
|
208
|
- <view style='height:70rpx'>
|
|
|
209
|
- <text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|
|
|
210
|
- <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.deduction_amount}}/{{reducetype[item.deduction_type]}}</text>
|
|
|
211
|
- </view> -->
|
|
|
212
|
- <view class='divide_line_f5f5f5'></view>
|
|
|
213
|
- <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
|
|
|
214
|
- <view class='float_right' wx:if="{{item.status=='failed'}}">
|
|
|
215
|
- <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
|
|
216
|
- <text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
|
|
|
217
|
- </view>
|
189
|
+ <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view>
|
|
|
190
|
+ <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view>
|
|
|
191
|
+ <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view>
|
218
|
</view>
|
192
|
</view>
|
|
|
193
|
+ <view wx:for="{{additionInfo[0].support_duties}}">
|
219
|
|
194
|
|
220
|
- </view>
|
|
|
221
|
- <view wx:if="{{item.co_supporters&&item.co_supporters.length>0}}">
|
|
|
222
|
- <view wx:for="{{item.co_supporters}}" style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column' wx:for-item="itemdetail">
|
|
|
223
|
- <view style='height:110rpx'>
|
|
|
224
|
- <text class='text_gray_36 float_left' style='line-height:110rpx'>共同赡养人</text>
|
|
|
225
|
- </view>
|
|
|
226
|
<view style='padding-right:30rpx'>
|
195
|
<view style='padding-right:30rpx'>
|
227
|
<view class='divide_line_f5f5f5'></view>
|
196
|
<view class='divide_line_f5f5f5'></view>
|
228
|
<view style='height:70rpx'>
|
197
|
<view style='height:70rpx'>
|
229
|
- <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人姓名:</text>
|
|
|
230
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.co_supporter}}</text>
|
|
|
231
|
- </view>
|
|
|
232
|
- <view style='height:70rpx'>
|
|
|
233
|
- <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照类型:</text>
|
|
|
234
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>居民身份证</text>
|
|
|
235
|
- </view>
|
|
|
236
|
- <view style='height:70rpx'>
|
|
|
237
|
- <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照号码:</text>
|
|
|
238
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.id_card_no}}</text>
|
198
|
+ <text class='text_999_28 ' style='line-height:70rpx'>被赡养人姓名:</text>
|
|
|
199
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.supported_name}}</text>
|
239
|
</view>
|
200
|
</view>
|
240
|
<view style='height:70rpx'>
|
201
|
<view style='height:70rpx'>
|
241
|
- <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人出生日期:</text>
|
|
|
242
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.birthday}}</text>
|
202
|
+ <text class='text_999_28 ' style='line-height:70rpx'>与纳税人关系:</text>
|
|
|
203
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.relationship}}</text>
|
243
|
</view>
|
204
|
</view>
|
244
|
- <view style='height:70rpx'>
|
|
|
245
|
- <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人国籍:</text>
|
|
|
246
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>中国</text>
|
205
|
+ <view class='divide_line_f5f5f5'></view>
|
|
|
206
|
+ <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
|
|
|
207
|
+ <view class='float_right' wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
|
|
|
208
|
+ <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id="{{'support_duty'+index}}" bindtap='godelete'>删除</text>
|
|
|
209
|
+ <text class='text_blue_28 ' style='line-height:90rpx;' id="{{'support_duty'+index}}" bindtap='goedit'>编辑</text>
|
247
|
</view>
|
210
|
</view>
|
248
|
- <view style='height:70rpx'>
|
|
|
249
|
- <text class='text_999_28 ' style='line-height:70rpx'>与纳税人关系:</text>
|
|
|
250
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.relationship}}</text>
|
211
|
+ </view>
|
|
|
212
|
+ </view>
|
|
|
213
|
+ </view>
|
|
|
214
|
+ <view style='background:#FFF;padding:30rpx'>
|
|
|
215
|
+ <view style='line-height:84rpx;text-align:center;font-size:34rpx;color:#fff;background:#357AEB;' id="{{index}}" bindtap='goadd'>
|
|
|
216
|
+ 添加
|
|
|
217
|
+ </view>
|
|
|
218
|
+ </view>
|
|
|
219
|
+ <view wx:if="{{additionInfo[0].co_supporters&&additionInfo[0].co_supporters.length>0}}">
|
|
|
220
|
+ <view style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'>
|
|
|
221
|
+ <view style='height:110rpx'>
|
|
|
222
|
+ <text class='text_gray_36 float_left' style='line-height:110rpx'>共同赡养人</text>
|
|
|
223
|
+ </view>
|
|
|
224
|
+ <view wx:for="{{additionInfo[0].co_supporters}}" wx:for-item="itemdetail">
|
|
|
225
|
+
|
|
|
226
|
+ <view style='padding-right:30rpx'>
|
|
|
227
|
+ <view class='divide_line_f5f5f5'></view>
|
|
|
228
|
+ <view style='height:70rpx'>
|
|
|
229
|
+ <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人姓名:</text>
|
|
|
230
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.co_supporter}}</text>
|
|
|
231
|
+ </view>
|
|
|
232
|
+ <view style='height:70rpx'>
|
|
|
233
|
+ <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照类型:</text>
|
|
|
234
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>居民身份证</text>
|
|
|
235
|
+ </view>
|
|
|
236
|
+ <view style='height:70rpx'>
|
|
|
237
|
+ <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照号码:</text>
|
|
|
238
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.id_card_no}}</text>
|
|
|
239
|
+ </view>
|
|
|
240
|
+ <view style='height:70rpx'>
|
|
|
241
|
+ <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人出生日期:</text>
|
|
|
242
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.birthday}}</text>
|
|
|
243
|
+ </view>
|
|
|
244
|
+ <view style='height:70rpx'>
|
|
|
245
|
+ <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人国籍:</text>
|
|
|
246
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>中国</text>
|
|
|
247
|
+ </view>
|
|
|
248
|
+ <view style='height:70rpx'>
|
|
|
249
|
+ <text class='text_999_28 ' style='line-height:70rpx'>与纳税人关系:</text>
|
|
|
250
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.relationship}}</text>
|
|
|
251
|
+ </view>
|
|
|
252
|
+ <view class='float_right'>
|
|
|
253
|
+ <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id="{{'co_supporter'+index}}" bindtap='godelete'>删除</text>
|
|
|
254
|
+ <text class='text_blue_28 ' style='line-height:90rpx;' id="{{'co_supporter'+index}}" bindtap='goedit'>编辑</text>
|
|
|
255
|
+ </view>
|
251
|
</view>
|
256
|
</view>
|
252
|
</view>
|
257
|
</view>
|
253
|
</view>
|
258
|
</view>
|
|
|
259
|
+
|
254
|
</view>
|
260
|
</view>
|
255
|
<view>
|
261
|
<view>
|
256
|
- <!-- <view style='background:#FFF;padding:30rpx' wx:if="{{idx==additionInfo.length-1}}">
|
|
|
257
|
- <view style='line-height:84rpx;text-align:center;font-size:34rpx;color:#fff;background:#357AEB;' id='{{index}}' bindtap='goadd'>
|
|
|
258
|
- 添加
|
|
|
259
|
- </view>
|
|
|
260
|
- </view> -->
|
|
|
261
|
- <view style='margin-left:30rpx' wx:if="{{issinglechildData.selected=='否'&&(!item.co_supporters||item.co_supporters.length<1)}}">
|
|
|
262
|
- <text class='text_999_28'>您还没有添加继续共同赡养人,</text>
|
|
|
263
|
- <text class='text_blue_28' bindtap='goaddSupporter'>请添加</text>
|
262
|
+ <view style='margin-left:30rpx' wx:if="{{issinglechildData.selected!='是'}}">
|
|
|
263
|
+ <!-- <text class='text_999_28'>您还没有添加继续共同赡养人,</text> -->
|
|
|
264
|
+ <text class='text_blue_28' bindtap='goaddSupporter'>添加共同赡养人</text>
|
264
|
</view>
|
265
|
</view>
|
265
|
</view>
|
266
|
</view>
|
266
|
</view>
|
267
|
</view>
|
|
@@ -320,7 +321,7 @@ |
|
@@ -320,7 +321,7 @@ |
320
|
<text class='text_999_28 ' style='line-height:70rpx'>个人负担金额:</text>
|
321
|
<text class='text_999_28 ' style='line-height:70rpx'>个人负担金额:</text>
|
321
|
<text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.amount_by_person}}元</text>
|
322
|
<text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.amount_by_person}}元</text>
|
322
|
</view>
|
323
|
</view>
|
323
|
- <view class='float_right' wx:if="{{item.status=='failed'}}">
|
324
|
+ <view class='float_right' wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
|
324
|
<text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
325
|
<text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
325
|
<text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
|
326
|
<text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
|
326
|
</view>
|
327
|
</view>
|
|
@@ -356,11 +357,6 @@ |
|
@@ -356,11 +357,6 @@ |
356
|
</view>
|
357
|
</view>
|
357
|
</view>
|
358
|
</view>
|
358
|
</view>
|
359
|
</view>
|
359
|
- <!-- <view wx:if="{{house_type=='house_fund_loan'}}">
|
|
|
360
|
- <text class='text_999_28 ' style='line-height:70rpx'>房屋坐落地址:</text>
|
|
|
361
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text>
|
|
|
362
|
- <text class='text_999_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text>
|
|
|
363
|
- </view> -->
|
|
|
364
|
<view style='height:70rpx'>
|
360
|
<view style='height:70rpx'>
|
365
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
361
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
366
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text>
|
362
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text>
|
|
@@ -371,7 +367,7 @@ |
|
@@ -371,7 +367,7 @@ |
371
|
</view>
|
367
|
</view>
|
372
|
<view class='divide_line_f5f5f5'></view>
|
368
|
<view class='divide_line_f5f5f5'></view>
|
373
|
<text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
|
369
|
<text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
|
374
|
- <view class='float_right' wx:if="{{item.status=='failed'}}">
|
370
|
+ <view class='float_right' wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
|
375
|
<text class='text_999_28' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
371
|
<text class='text_999_28' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
376
|
<text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
|
372
|
<text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
|
377
|
</view>
|
373
|
</view>
|
|
@@ -379,14 +375,13 @@ |
|
@@ -379,14 +375,13 @@ |
379
|
</view>
|
375
|
</view>
|
380
|
</view>
|
376
|
</view>
|
381
|
</view>
|
377
|
</view>
|
382
|
-
|
|
|
383
|
</view>
|
378
|
</view>
|
384
|
<view wx:if="{{!additionInfo||additionInfo.length<1||(additionInfo[0].profession_items.length<1&&additionInfo[0].title_items.length<1)}}">
|
379
|
<view wx:if="{{!additionInfo||additionInfo.length<1||(additionInfo[0].profession_items.length<1&&additionInfo[0].title_items.length<1)}}">
|
385
|
<image style='width:55%;height:254rpx;margin:166rpx;' src='/images/noreduce_img.png'></image>
|
380
|
<image style='width:55%;height:254rpx;margin:166rpx;' src='/images/noreduce_img.png'></image>
|
386
|
</view>
|
381
|
</view>
|
387
|
</view>
|
382
|
</view>
|
388
|
|
383
|
|
389
|
- <view class='bottom_btn_wrap' hidden="{{handle_finished&&additionInfo&&additionInfo.length>0&&cur_status=='house_fund'&&house_type=='house_fund_loan'}}">
|
384
|
+ <view class='bottom_btn_wrap' hidden="{{handle_finished&&additionInfo.length>0&&((cur_status=='support_duty'&&(additionInfo[0].co_supporters.length>0||additionInfo[0].support_duties.length>0))||(cur_status=='house_fund'&&house_type=='house_fund_loan'))}}">
|
390
|
<view class='btn_blue_radius' bindtap="goadd">
|
385
|
<view class='btn_blue_radius' bindtap="goadd">
|
391
|
<view class='text_white_34'>添加</view>
|
386
|
<view class='text_white_34'>添加</view>
|
392
|
</view>
|
387
|
</view>
|
|
@@ -398,7 +393,7 @@ |
|
@@ -398,7 +393,7 @@ |
398
|
<view class="mask" hidden="{{!showModal_img&&!showModal_reducetype&&!showModal_addtype}}" bindtap='closeModalImg'></view>
|
393
|
<view class="mask" hidden="{{!showModal_img&&!showModal_reducetype&&!showModal_addtype}}" bindtap='closeModalImg'></view>
|
399
|
<!-- 申报说明 -->
|
394
|
<!-- 申报说明 -->
|
400
|
<view style='top:250rpx;position:absolute;z-index:10;width:325px;right:0;left:0;margin:auto' hidden="{{!showModal_img}}">
|
395
|
<view style='top:250rpx;position:absolute;z-index:10;width:325px;right:0;left:0;margin:auto' hidden="{{!showModal_img}}">
|
401
|
- <image class='modal_img' src="{{modal_images[cur_status]}}" ></image>
|
396
|
+ <image class='modal_img' src="{{modal_images[cur_status]}}"></image>
|
402
|
<!-- <text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModalImg'>x</text> -->
|
397
|
<!-- <text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModalImg'>x</text> -->
|
403
|
<view style='width:80rpx;height:80rpx;position:absolute;float:right;top:0;right:0;display:flex;align-items:center;justify-content:center;' bindtap='closeModalImg'>
|
398
|
<view style='width:80rpx;height:80rpx;position:absolute;float:right;top:0;right:0;display:flex;align-items:center;justify-content:center;' bindtap='closeModalImg'>
|
404
|
<image style='width:30rpx;height:30rpx;' src='/images/close.png'></image>
|
399
|
<image style='width:30rpx;height:30rpx;' src='/images/close.png'></image>
|