|
@@ -3,12 +3,12 @@ |
|
@@ -3,12 +3,12 @@ |
3
|
<view class='text_gray_30' style='padding:30rpx'>您在“{{additiondata.legal_entity}}”申报的专项附加扣除项已添加完成,请完善各项的具体申报内容。</view>
|
3
|
<view class='text_gray_30' style='padding:30rpx'>您在“{{additiondata.legal_entity}}”申报的专项附加扣除项已添加完成,请完善各项的具体申报内容。</view>
|
4
|
|
4
|
|
5
|
<view wx:if="{{additiondata.options&&additiondata.options.length>0}}">
|
5
|
<view wx:if="{{additiondata.options&&additiondata.options.length>0}}">
|
6
|
- <block wx:for="{{additiondata.options}}" wx:key="" wx:for-item="item" wx:for-index="idx" >
|
|
|
7
|
- <view wx:if="{{item=='children_education'}}" style='margin:30rpx 40rpx;display:flex;flex-direction:column ' bindtap='lookandadd' id='{{idx}}'>
|
6
|
+ <block wx:for="{{additiondata.options}}" wx:key="" wx:for-item="item" wx:for-index="idx">
|
|
|
7
|
+ <view wx:if="{{item=='children_education'}}" style='margin:30rpx 40rpx;display:flex;flex-direction:column ' bindtap='lookandadd' id='{{idx}}'>
|
8
|
<view style='height:40rpx'>
|
8
|
<view style='height:40rpx'>
|
9
|
<text class='text_333_32 float_left'>子女教育</text>
|
9
|
<text class='text_333_32 float_left'>子女教育</text>
|
10
|
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
|
10
|
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
|
11
|
- <text class='text_999_28' style='float:right' >查看</text>
|
11
|
+ <text class='text_999_28' style='float:right'>查看</text>
|
12
|
</view>
|
12
|
</view>
|
13
|
<view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
|
13
|
<view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
|
14
|
<view class='float_left' style='flex:1'>
|
14
|
<view class='float_left' style='flex:1'>
|
|
@@ -17,7 +17,7 @@ |
|
@@ -17,7 +17,7 @@ |
17
|
</view>
|
17
|
</view>
|
18
|
<view class='float_right' style='flex:1'>
|
18
|
<view class='float_right' style='flex:1'>
|
19
|
<text class='text_999_24 '>可扣除金额</text>
|
19
|
<text class='text_999_24 '>可扣除金额</text>
|
20
|
- <text class='text_orange_28 ' style='margin-left:20rpx'>¥{{additiondata.children_total_amount}}/月</text>
|
20
|
+ <text class='text_orange_28 ' style='margin-left:20rpx'>¥0/月</text>
|
21
|
</view>
|
21
|
</view>
|
22
|
</view>
|
22
|
</view>
|
23
|
</view>
|
23
|
</view>
|
|
@@ -66,7 +66,7 @@ |
|
@@ -66,7 +66,7 @@ |
66
|
</view>
|
66
|
</view>
|
67
|
</view> -->
|
67
|
</view> -->
|
68
|
</view>
|
68
|
</view>
|
69
|
- <view wx:if="{{item=='medical_fund'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column' bindtap='lookandadd' id='{{idx}}'>
|
69
|
+ <view wx:if="{{item=='medical_fund'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column' bindtap='lookandadd' id='{{idx}}'>
|
70
|
<view style='height:40rpx'>
|
70
|
<view style='height:40rpx'>
|
71
|
<text class='text_333_32 float_left'>大病医疗</text>
|
71
|
<text class='text_333_32 float_left'>大病医疗</text>
|
72
|
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
|
72
|
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
|
|
@@ -83,11 +83,11 @@ |
|
@@ -83,11 +83,11 @@ |
83
|
</view>
|
83
|
</view>
|
84
|
</view>
|
84
|
</view>
|
85
|
</view>
|
85
|
</view>
|
86
|
- <view wx:if="{{item=='support_duty'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column ' bindtap='lookandadd' id='{{idx}}'>
|
86
|
+ <view wx:if="{{item=='support_duty'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column ' bindtap='lookandadd' id='{{idx}}'>
|
87
|
<view style='height:40rpx'>
|
87
|
<view style='height:40rpx'>
|
88
|
<text class='text_333_32 float_left'>赡养老人</text>
|
88
|
<text class='text_333_32 float_left'>赡养老人</text>
|
89
|
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
|
89
|
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
|
90
|
- <text class='text_999_28' style='margin-bottom:8rpx;float:right' >查看</text>
|
90
|
+ <text class='text_999_28' style='margin-bottom:8rpx;float:right'>查看</text>
|
91
|
</view>
|
91
|
</view>
|
92
|
<view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
|
92
|
<view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
|
93
|
<view class='float_left' style='flex:1'>
|
93
|
<view class='float_left' style='flex:1'>
|
|
@@ -104,7 +104,7 @@ |
|
@@ -104,7 +104,7 @@ |
104
|
<view style='height:40rpx'>
|
104
|
<view style='height:40rpx'>
|
105
|
<text class='text_333_32 float_left'>住房</text>
|
105
|
<text class='text_333_32 float_left'>住房</text>
|
106
|
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
|
106
|
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
|
107
|
- <text class='text_999_28' style='margin-bottom:8rpx;float:right' >查看</text>
|
107
|
+ <text class='text_999_28' style='margin-bottom:8rpx;float:right'>查看</text>
|
108
|
</view>
|
108
|
</view>
|
109
|
<view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
|
109
|
<view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
|
110
|
<view class='float_left' style='flex:1'>
|
110
|
<view class='float_left' style='flex:1'>
|
|
@@ -121,4 +121,65 @@ |
|
@@ -121,4 +121,65 @@ |
121
|
</block>
|
121
|
</block>
|
122
|
</view>
|
122
|
</view>
|
123
|
|
123
|
|
|
|
124
|
+ <view wx:elif="{{additiondata.addition_items&&additiondata.addition_items.length>0}}">
|
|
|
125
|
+ <block wx:for="{{additiondata.addition_items}}" wx:key="" wx:for-item="itemData" wx:for-index="idx">
|
|
|
126
|
+ <view wx:if="{{itemData.addition_category!='medical_fund'}}">
|
|
|
127
|
+ <view style='margin:0 50rpx;background:#e5e5e5;height:2rpx;'></view>
|
|
|
128
|
+ <view style='padding:30rpx 40rpx;display:flex;flex-direction:column ' bindtap='lookandadd02' id='{{idx}}'>
|
|
|
129
|
+ <view style='height:40rpx'>
|
|
|
130
|
+ <text class='text_333_32 float_left'>{{additiontitle[itemData.addition_category]}}</text>
|
|
|
131
|
+ <text class='text_333_32 float_left' hidden="{{(itemData.addition_category=='continuing_education'||itemData.addition_category=='house_fund')||itemData.count<2}}">({{itemData.count}})</text>
|
|
|
132
|
+ <image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
|
|
|
133
|
+ <text class='text_999_28' style='margin-bottom:8rpx;float:right'>查看</text>
|
|
|
134
|
+ </view>
|
|
|
135
|
+ <view wx:if="{{itemData.addition_category=='continuing_education'&&itemData.detail_items.length>0}}" style='padding:20rpx'>
|
|
|
136
|
+ <view wx:for="{{itemData.majors}}" wx:key="" wx:for-item="major">
|
|
|
137
|
+ <view wx:if="{{index==0}}">
|
|
|
138
|
+ <text wx:if='{{itemData.majors.length>1}}' style='font-size:28rpx;color:#666'>学历(学位)继续教育 ({{itemData.majors.length}})</text>
|
|
|
139
|
+ <text wx:else style='font-size:28rpx;color:#666'>学历(学位)继续教育</text>
|
|
|
140
|
+ <view style='width:100%;display:flex;flex-direction:row '>
|
|
|
141
|
+ <view class='float_left' style='flex:1'>
|
|
|
142
|
+ <text class='text_999_24 '>扣除方式</text>
|
|
|
143
|
+ <text class='text_gray_28' style='margin-left:20rpx'>{{reducetype[major.deduction_type]}}度</text>
|
|
|
144
|
+ </view>
|
|
|
145
|
+ <view class='float_right' style='flex:1'>
|
|
|
146
|
+ <text class='text_999_24 '>可扣除金额</text>
|
|
|
147
|
+ <text class='text_orange_28 ' style='margin-left:20rpx'>¥{{major.deduction_amount}}/{{reducetype[major.deduction_type]}}</text>
|
|
|
148
|
+ </view>
|
|
|
149
|
+ </view>
|
|
|
150
|
+ </view>
|
|
|
151
|
+ </view>
|
|
|
152
|
+ <view wx:for="{{itemData.professions}}" wx:key="" wx:for-item="profession">
|
|
|
153
|
+ <view wx:if="{{index==0}}">
|
|
|
154
|
+ <text wx:if='{{itemData.professions.length>1}}' style='font-size:28rpx;color:#666'>职业资格继续教育 ({{itemData.professions.length}})</text>
|
|
|
155
|
+ <text wx:else style='font-size:28rpx;color:#666'>职业资格继续教育</text>
|
|
|
156
|
+ <text style='font-size:28rpx;color:#666' hidden='{{profession.detail_count<2}}'>({{profession.detail_count}})</text>
|
|
|
157
|
+ <view style='width:100%;display:flex;flex-direction:row '>
|
|
|
158
|
+ <view class='float_left' style='flex:1'>
|
|
|
159
|
+ <text class='text_999_24 '>扣除方式</text>
|
|
|
160
|
+ <text class='text_gray_28' style='margin-left:20rpx'>{{reducetype[profession.deduction_type]}}度</text>
|
|
|
161
|
+ </view>
|
|
|
162
|
+ <view class='float_right' style='flex:1'>
|
|
|
163
|
+ <text class='text_999_24 '>可扣除金额</text>
|
|
|
164
|
+ <text class='text_orange_28 ' style='margin-left:20rpx'>¥{{profession.deduction_amount}}/{{reducetype[profession.deduction_type]}}</text>
|
|
|
165
|
+ </view>
|
|
|
166
|
+ </view>
|
|
|
167
|
+ </view>
|
|
|
168
|
+ </view>
|
|
|
169
|
+ </view>
|
|
|
170
|
+ <view wx:else style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
|
|
|
171
|
+ <view class='float_left' style='flex:1'>
|
|
|
172
|
+ <text class='text_999_24 '>扣除方式</text>
|
|
|
173
|
+ <text class='text_gray_28' style='margin-left:20rpx'>{{reducetype[itemData.deduction_type]}}度</text>
|
|
|
174
|
+ </view>
|
|
|
175
|
+ <view class='float_right' style='flex:1'>
|
|
|
176
|
+ <text class='text_999_24 '>可扣除金额</text>
|
|
|
177
|
+ <text class='text_orange_28 ' style='margin-left:20rpx'>¥{{itemData.deduction_amount}}/{{reducetype[itemData.deduction_type]}}</text>
|
|
|
178
|
+ </view>
|
|
|
179
|
+ </view>
|
|
|
180
|
+ </view>
|
|
|
181
|
+ </view>
|
|
|
182
|
+ </block>
|
|
|
183
|
+ </view>
|
|
|
184
|
+
|
124
|
</view> |
185
|
</view> |