godetail.wxml
6.2 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
<!--pages/main/addtionalreduce/godetail/godetail.wxml-->
<view class='page' style='margin-bottom:30rpx'>
<view class='text_gray_30' style='padding:30rpx'>您在“{{additiondata.legal_entity}}”申报的专项附加扣除项已添加完成,请完善各项的具体申报内容。</view>
<view wx:if="{{additiondata.options&&additiondata.options.length>0}}">
<block wx:for="{{additiondata.options}}" wx:key="" wx:for-item="item">
<view wx:if="{{item=='children_education'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column '>
<view style='height:40rpx'>
<text class='text_333_32 float_left'>子女教育</text>
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
<text class='text_999_28' style='float:right' bindtap='lookandadd' id='{{idx}}'>查看</text>
</view>
<view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
<view class='float_left' style='flex:1'>
<text class='text_999_24 '>扣除方式</text>
<text class='text_gray_28' style='margin-left:20rpx'>月度</text>
</view>
<view class='float_right' style='flex:1'>
<text class='text_999_24 '>可扣除金额</text>
<text class='text_orange_28 ' style='margin-left:20rpx'>¥1000/月</text>
</view>
</view>
</view>
<view class='divide_line_f5f5f5' style='margin-left: 30rpx;margin-right: 30rpx'></view>
<view wx:if="{{item=='continuing_education'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column '>
<view style='height:40rpx'>
<text class='text_333_32 float_left'>继续教育</text>
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
<text class='text_999_28' style='margin-bottom:8rpx;float:right' bindtap='lookandadd' id='{{idx}}'>查看</text>
</view>
<view style='padding:20rpx'>
<view>
<text style='font-size:28rpx;color:#666'>学历教育</text>
<view style='width:100%;display:flex;flex-direction:row '>
<view class='float_left' style='flex:1'>
<text class='text_999_24 '>扣除方式</text>
<text class='text_gray_28' style='margin-left:20rpx'>按月</text>
</view>
<view class='float_right' style='flex:1'>
<text class='text_999_24 '>可扣除金额</text>
<text class='text_orange_28 ' style='margin-left:20rpx'>¥1000/年</text>
</view>
</view>
</view>
<view>
<text style='font-size:28rpx;color:#666'>非学历教育</text>
<view style='width:100%;display:flex;flex-direction:row '>
<view class='float_left' style='flex:1'>
<text class='text_999_24 '>扣除方式</text>
<text class='text_gray_28' style='margin-left:20rpx'>按年</text>
</view>
<view class='float_right' style='flex:1'>
<text class='text_999_24 '>可扣除金额</text>
<text class='text_orange_28 ' style='margin-left:20rpx'>¥3600/年</text>
</view>
</view>
</view>
</view>
</view>
<view wx:if="{{item=='medical_fund'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column'>
<view style='height:40rpx'>
<text class='text_333_32 float_left'>大病医疗</text>
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
<text class='text_999_28' style='margin-bottom:8rpx;float:right' bindtap='lookandadd' id='{{idx}}'>查看</text>
</view>
<view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
<view class='float_left' style='flex:1'>
<text class='text_999_24 '>扣除方式</text>
<text class='text_gray_28' style='margin-left:20rpx'>年度</text>
</view>
<view class='float_right' style='flex:1'>
<text class='text_999_24 '>可扣除金额</text>
<text class='text_orange_28 ' style='margin-left:20rpx'>¥0/月</text>
</view>
</view>
</view>
<view wx:if="{{item=='support_duty'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column '>
<view style='height:40rpx'>
<text class='text_333_32 float_left'>赡养老人</text>
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
<text class='text_999_28' style='margin-bottom:8rpx;float:right' bindtap='lookandadd' id='{{idx}}'>查看</text>
</view>
<view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
<view class='float_left' style='flex:1'>
<text class='text_999_24 '>扣除方式</text>
<text class='text_gray_28' style='margin-left:20rpx'>月度</text>
</view>
<view class='float_right' style='flex:1'>
<text class='text_999_24 '>可扣除金额</text>
<text class='text_orange_28 ' style='margin-left:20rpx'>¥24000/月</text>
</view>
</view>
</view>
<view wx:if="{{item=='house_fund_rent'||item=='house_fund_loan'}}" style='padding:30rpx 40rpx;display:flex;flex-direction:column '>
<view style='height:40rpx'>
<text class='text_333_32 float_left'>住房</text>
<image class='arrow_img_wrap float_right' src="/images/arrow_right.png"></image>
<text class='text_999_28' style='margin-bottom:8rpx;float:right' bindtap='lookandadd' id='{{idx}}'>查看</text>
</view>
<view style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
<view class='float_left' style='flex:1'>
<text class='text_999_24 '>扣除方式</text>
<text class='text_gray_28' style='margin-left:20rpx'>月度</text>
</view>
<view class='float_right' style='flex:1'>
<text class='text_999_24 '>可扣除金额</text>
<text class='text_orange_28 ' style='margin-left:20rpx'>¥12000/月</text>
</view>
</view>
</view>
</block>
</view>
</view>