|
@@ -52,7 +52,7 @@ |
|
@@ -52,7 +52,7 @@ |
52
|
|
52
|
|
53
|
<view wx:if="{{cur_status=='continuing_education'}}">
|
53
|
<view wx:if="{{cur_status=='continuing_education'}}">
|
54
|
<view wx:for="{{additionInfo}}">
|
54
|
<view wx:for="{{additionInfo}}">
|
55
|
- <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type==''||item.education_type=='title'}}">
|
55
|
+ <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type==''||item.education_type=='title'}}">
|
56
|
<view style='height:110rpx'>
|
56
|
<view style='height:110rpx'>
|
57
|
<text class='text_gray_36' style='line-height:110rpx'>学历教育</text>
|
57
|
<text class='text_gray_36' style='line-height:110rpx'>学历教育</text>
|
58
|
<view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
58
|
<view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
|
@@ -131,7 +131,7 @@ |
|
@@ -131,7 +131,7 @@ |
131
|
</view>
|
131
|
</view>
|
132
|
</view>
|
132
|
</view>
|
133
|
</view>
|
133
|
</view>
|
134
|
-
|
134
|
+
|
135
|
<view class='float_right' wx:if="{{item.status=='failed'}}">
|
135
|
<view class='float_right' wx:if="{{item.status=='failed'}}">
|
136
|
<text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
136
|
<text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
137
|
<text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
|
137
|
<text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
|
|
@@ -140,7 +140,7 @@ |
|
@@ -140,7 +140,7 @@ |
140
|
</view>
|
140
|
</view>
|
141
|
|
141
|
|
142
|
<view wx:if="{{cur_status=='support_duty'}}">
|
142
|
<view wx:if="{{cur_status=='support_duty'}}">
|
143
|
- <view wx:for="{{additionInfo}}">
|
143
|
+ <view wx:for="{{additionInfo}}" wx:for-index="idx">
|
144
|
<view style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'>
|
144
|
<view style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'>
|
145
|
<view style='height:110rpx'>
|
145
|
<view style='height:110rpx'>
|
146
|
<text class='text_gray_36 float_left' style='line-height:110rpx'>被赡养人</text>
|
146
|
<text class='text_gray_36 float_left' style='line-height:110rpx'>被赡养人</text>
|
|
@@ -152,7 +152,7 @@ |
|
@@ -152,7 +152,7 @@ |
152
|
<view class='divide_line_f5f5f5'></view>
|
152
|
<view class='divide_line_f5f5f5'></view>
|
153
|
<view style='height:70rpx'>
|
153
|
<view style='height:70rpx'>
|
154
|
<text class='text_999_28 ' style='line-height:70rpx'>被赡养人姓名:</text>
|
154
|
<text class='text_999_28 ' style='line-height:70rpx'>被赡养人姓名:</text>
|
155
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>123</text>
|
155
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{}}</text>
|
156
|
</view>
|
156
|
</view>
|
157
|
<view style='height:70rpx'>
|
157
|
<view style='height:70rpx'>
|
158
|
<text class='text_999_28 ' style='line-height:70rpx'>分摊比例:</text>
|
158
|
<text class='text_999_28 ' style='line-height:70rpx'>分摊比例:</text>
|
|
@@ -175,9 +175,42 @@ |
|
@@ -175,9 +175,42 @@ |
175
|
</view>
|
175
|
</view>
|
176
|
|
176
|
|
177
|
</view>
|
177
|
</view>
|
178
|
-
|
178
|
+ <view wx:if="{{item.co_supporters&&item.co_supporters.length>0}}" wx:for-item="itemdata">
|
|
|
179
|
+ <view wx:for="{{item.co_supporters}}" style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'>
|
|
|
180
|
+ <view style='height:110rpx'>
|
|
|
181
|
+ <text class='text_gray_36 float_left' style='line-height:110rpx'>共同赡养人</text>
|
|
|
182
|
+ </view>
|
|
|
183
|
+ <view style='padding-right:30rpx'>
|
|
|
184
|
+ <view class='divide_line_f5f5f5'></view>
|
|
|
185
|
+ <view style='height:70rpx'>
|
|
|
186
|
+ <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人姓名:</text>
|
|
|
187
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdata.co_supporter}}</text>
|
|
|
188
|
+ </view>
|
|
|
189
|
+ <view style='height:70rpx'>
|
|
|
190
|
+ <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照类型:</text>
|
|
|
191
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>居民身份证</text>
|
|
|
192
|
+ </view>
|
|
|
193
|
+ <view style='height:70rpx'>
|
|
|
194
|
+ <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照号码:</text>
|
|
|
195
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdata.id_card_no}}</text>
|
|
|
196
|
+ </view>
|
|
|
197
|
+ <view style='height:70rpx'>
|
|
|
198
|
+ <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人出生日期:</text>
|
|
|
199
|
+ <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdata.birthday}}</text>
|
|
|
200
|
+ </view>
|
|
|
201
|
+ <view style='height:70rpx'>
|
|
|
202
|
+ <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人国籍:</text>
|
|
|
203
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>中国</text>
|
|
|
204
|
+ </view>
|
|
|
205
|
+ <view style='height:70rpx'>
|
|
|
206
|
+ <text class='text_999_28 ' style='line-height:70rpx'>与纳税人关系:</text>
|
|
|
207
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdata.relationship}}</text>
|
|
|
208
|
+ </view>
|
|
|
209
|
+ </view>
|
|
|
210
|
+ </view>
|
|
|
211
|
+ </view>
|
179
|
<view>
|
212
|
<view>
|
180
|
- <view style='background:#FFF;padding:30rpx'>
|
213
|
+ <view style='background:#FFF;padding:30rpx' wx:if="{{idx==additionInfo.length-1}}">
|
181
|
<view style='line-height:84rpx;text-align:center;font-size:34rpx;color:#fff;background:#357AEB;' id='{{index}}' bindtap='goadd'>
|
214
|
<view style='line-height:84rpx;text-align:center;font-size:34rpx;color:#fff;background:#357AEB;' id='{{index}}' bindtap='goadd'>
|
182
|
添加
|
215
|
添加
|
183
|
</view>
|
216
|
</view>
|