inputinfo.wxml
7.0 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
<!--pages/main/finalpayment/inputinfo/inputinfo.wxml-->
<view class='page'>
<picker mode="date" fields="month" start="1970-01" end="2100-01" bindchange="datePickerChange" style='background:#fff'>
<view style='padding:30rpx;'>
<text class='text_gray_32'>记账月</text>
<view class='float_right'>
<text class='text_gray_32'>{{choosed_date}}</text>
<image class='arrow_wrap' style='margin-top:10rpx' src='/images/arrow_right.png'></image>
</view>
</view>
</picker>
<view style='height:20rpx;width:100%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:100rpx'>
<text class='text_333_28_bold ' style='line-height:100rpx'>专项扣除</text>
<text class='text_blue_28 float_right' style='line-height:100rpx'>编辑</text>
</view>
<view>
<view style='height:2rpx;width:94%;background:#f5f5f5;align-self:center'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>基本养老保险</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00'type='digit'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>基本失业保险</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00'type='digit'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>基本医疗保险</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00' type='digit'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>住房公积金</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00' type='digit'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>总额</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00' type='digit'> </input>
</view>
</view>
<view style='height:20rpx;width:100%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:100rpx'>
<text class='text_333_28_bold ' style='line-height:100rpx'>法定扣除</text>
<text class='text_blue_28 float_right' style='line-height:100rpx'>编辑</text>
</view>
<view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>捐赠</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>总额</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00' type='digit'> </input>
</view>
</view>
<!-- <view style='height:20rpx;width:100%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:100rpx'>
<text class='text_333_28_bold ' style='line-height:100rpx'>专项附加扣除</text>
<text class='text_blue_28 float_right' style='line-height:100rpx'>编辑</text>
</view>
<view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>继续教育</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>子女教育</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>大病医疗</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>住房租金</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>赡养老人</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00'> </input>
</view>
</view> -->
<view style='height:20rpx;width:100%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:100rpx'>
<text class='text_333_28_bold ' style='line-height:100rpx'>收入及个税</text>
<text class='text_blue_28 float_right' style='line-height:100rpx'>编辑</text>
</view>
<view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>收入类型</text>
<image class='arrow_wrap' style='margin-top:20rpx'src='/images/arrow_right.png'></image>
<text class='text_333_28 float_right'>工作</text>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>收入金额(含免税部分)</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00' type='digit'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>已申报个税</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>申报单位</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='北京小爱智能科技'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>申报地</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='北京 朝阳'> </input>
</view>
<view style='height:2rpx;width:94%;background:#f5f5f5'></view>
<view style='padding:0 30rpx;height:80rpx'>
<text class='text_333_28 float_left'>含税收入总额</text>
<input class='text_999_28 float_right' style='margin-top:12rpx' value='500.00'> </input>
</view>
</view>
</view>