addUnitInfo.wxml
10.1 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!--pages/main/finalpay/addUnitInfo/addUnitInfo.wxml-->
<view class="page">
<form bindsubmit='formSubmit'>
<view class="swiper-box page" style="height:100%;" bindchange="bindChange">
<!-- 境内收入 -->
<view style="background:#fff;margin-top:20rpx">
<view style="margin-bottom:20rpx;margin-left:30rpx">
<text class="text_black3_34">境内收入</text>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">工资薪金收入</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='total_salary'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">劳务报酬收入</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='remuneration_labor'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">稿酬收入</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='author_payment'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">特许经营权</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='special_manage_cost'></input>
</view>
</view>
<!-- 免税收入 -->
<view style="background:#fff;margin-top:20rpx">
<view style="margin-bottom:20rpx;margin-left:30rpx">
<text class="text_black3_34">免税收入</text>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">其他免税收入</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='other_free_income'></input>
</view>
</view>
<!-- 专项扣除 -->
<view style="background:#fff;margin-top:20rpx">
<view style="margin-bottom:20rpx;margin-left:30rpx">
<text class="text_black3_34">专项扣除</text>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">养老保险</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='personal_endowment'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">医疗保险</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='personal_medical'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">失业保险</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='personal_unemployment'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">住房公积金</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='personal_house_fund'></input>
</view>
</view>
<!-- 专项附加扣除 -->
<view style="background:#fff;margin-top:20rpx">
<view style="margin-bottom:20rpx;margin-left:30rpx">
<text class="text_black3_34">专项附加扣除</text>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">子女教育</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='childrens_education'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">继续教育</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='continuing_education'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">住房贷款利息</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='housing_loan_interest'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">住房租金</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='housing_rent'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">赡养老人</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='caring_old_people'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">大病医疗</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='serious_illness_medical'></input>
</view>
</view>
<!-- 其他扣除 -->
<view style="background:#fff;margin-top:20rpx">
<view style="margin-bottom:20rpx;margin-left:30rpx">
<text class="text_black3_34">其他扣除</text>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">年金</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='annuity'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">商业健康保险</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='commercial_insurance'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">税延养老保险</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='tax_extension'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">其他</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='other_fee'></input>
</view>
</view>
<!-- 捐赠扣除 -->
<view style="background:#fff;margin-top:20rpx">
<view style="margin-bottom:20rpx;margin-left:30rpx">
<text class="text_black3_34">捐赠扣除</text>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">准予扣除的捐赠额</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='donation_deducted'></input>
</view>
<view style="height:104rpx;padding:0 30rpx;margin-top:20rpx">
<text class="text_gray7_34" style="line-height:104rpx">全年一次性奖金</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='years_bouns'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">准予扣除的捐赠额</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='donation_deducted'></input>
</view>
</view>
<!-- 减免/已缴纳税额 -->
<view style="background:#fff;margin-top:20rpx">
<view style="margin-bottom:20rpx;margin-left:30rpx">
<text class="text_black3_34">减免/已缴纳税额</text>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">减免税额</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='tax_savings'></input>
</view>
<view class='divide_line_30'></view>
<view style="height:104rpx;padding:0 30rpx">
<text class="text_gray7_34" style="line-height:104rpx">已缴税额</text>
<input class='input_wrap' style='text-align: right;color:#000;' type="digit" placeholder='请输入' name='accumulated_withholding_tax'></input>
</view>
</view>
</view>
<view style='width:100%;height:180rpx;background:#f5f5f5'></view>
<view class="btn_bottom" >
<button class="btn_bottom" formType="submit">提交</button>
</view>
</form>
</view>