|
@@ -16,7 +16,10 @@ |
|
@@ -16,7 +16,10 @@ |
16
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
16
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
17
|
<view style='height:110rpx'>
|
17
|
<view style='height:110rpx'>
|
18
|
<text class='text_gray_36 float_left' style='line-height:110rpx'>{{item.children_name}}</text>
|
18
|
<text class='text_gray_36 float_left' style='line-height:110rpx'>{{item.children_name}}</text>
|
19
|
- <view class='declare_style float_right'> {{declareStatus[item.status]}}</view>
|
19
|
+ <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
|
|
20
|
+ <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
|
|
21
|
+ <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
|
|
22
|
+
|
20
|
</view>
|
23
|
</view>
|
21
|
<view style='padding-right: 30rpx'>
|
24
|
<view style='padding-right: 30rpx'>
|
22
|
<view class='divide_line_f5f5f5'></view>
|
25
|
<view class='divide_line_f5f5f5'></view>
|
|
@@ -30,7 +33,7 @@ |
|
@@ -30,7 +33,7 @@ |
30
|
</view>
|
33
|
</view>
|
31
|
<view style='height:70rpx'>
|
34
|
<view style='height:70rpx'>
|
32
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
35
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
33
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}</text>
|
36
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.deduction_type}}</text>
|
34
|
</view>
|
37
|
</view>
|
35
|
<view style='height:70rpx'>
|
38
|
<view style='height:70rpx'>
|
36
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|
39
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|
|
@@ -51,7 +54,9 @@ |
|
@@ -51,7 +54,9 @@ |
51
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
54
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
52
|
<view style='height:110rpx'>
|
55
|
<view style='height:110rpx'>
|
53
|
<text class='text_gray_36' style='line-height:110rpx'>非学历教育</text>
|
56
|
<text class='text_gray_36' style='line-height:110rpx'>非学历教育</text>
|
54
|
- <view class='declare_style float_right'> {{declareStatus[item.status]}}</view>
|
57
|
+ <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
|
|
58
|
+ <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
|
|
59
|
+ <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
55
|
</view>
|
60
|
</view>
|
56
|
<view style='padding-right:30rpx'>
|
61
|
<view style='padding-right:30rpx'>
|
57
|
<view class='divide_line_f5f5f5'></view>
|
62
|
<view class='divide_line_f5f5f5'></view>
|
|
@@ -77,7 +82,7 @@ |
|
@@ -77,7 +82,7 @@ |
77
|
</view>
|
82
|
</view>
|
78
|
<view style='height:70rpx'>
|
83
|
<view style='height:70rpx'>
|
79
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
84
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
80
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}</text>
|
85
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.deduction_type}}</text>
|
81
|
</view>
|
86
|
</view>
|
82
|
<view style='height:70rpx'>
|
87
|
<view style='height:70rpx'>
|
83
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|
88
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|
|
@@ -88,7 +93,9 @@ |
|
@@ -88,7 +93,9 @@ |
88
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
93
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
89
|
<view style='height:110rpx'>
|
94
|
<view style='height:110rpx'>
|
90
|
<text class='text_gray_36' style='line-height:110rpx'>学历教育</text>
|
95
|
<text class='text_gray_36' style='line-height:110rpx'>学历教育</text>
|
91
|
- <view class='declare_style float_right'> {{declareStatus[item.status]}}</view>
|
96
|
+ <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
|
|
97
|
+ <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
|
|
98
|
+ <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
92
|
</view>
|
99
|
</view>
|
93
|
<view style='padding-right:right'>
|
100
|
<view style='padding-right:right'>
|
94
|
<view class='divide_line_f5f5f5'></view>
|
101
|
<view class='divide_line_f5f5f5'></view>
|
|
@@ -110,7 +117,7 @@ |
|
@@ -110,7 +117,7 @@ |
110
|
</view>
|
117
|
</view>
|
111
|
<view style='height:70rpx'>
|
118
|
<view style='height:70rpx'>
|
112
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
119
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
113
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}</text>
|
120
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.deduction_type}}</text>
|
114
|
</view>
|
121
|
</view>
|
115
|
<view style='height:70rpx'>
|
122
|
<view style='height:70rpx'>
|
116
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|
123
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|
|
@@ -129,7 +136,9 @@ |
|
@@ -129,7 +136,9 @@ |
129
|
<view style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'>
|
136
|
<view style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'>
|
130
|
<view style='height:110rpx'>
|
137
|
<view style='height:110rpx'>
|
131
|
<text class='text_gray_36 float_left' style='line-height:110rpx'>被赡养人</text>
|
138
|
<text class='text_gray_36 float_left' style='line-height:110rpx'>被赡养人</text>
|
132
|
- <view class='declare_style float_right'> {{declareStatus[item.status]}}</view>
|
139
|
+ <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
|
|
140
|
+ <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
|
|
141
|
+ <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
133
|
</view>
|
142
|
</view>
|
134
|
<view style='padding-right:30rpx'>
|
143
|
<view style='padding-right:30rpx'>
|
135
|
<view class='divide_line_f5f5f5'></view>
|
144
|
<view class='divide_line_f5f5f5'></view>
|
|
@@ -143,7 +152,7 @@ |
|
@@ -143,7 +152,7 @@ |
143
|
</view>
|
152
|
</view>
|
144
|
<view style='height:70rpx'>
|
153
|
<view style='height:70rpx'>
|
145
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
154
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
146
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}</text>
|
155
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.deduction_type}}</text>
|
147
|
</view>
|
156
|
</view>
|
148
|
<view style='height:70rpx'>
|
157
|
<view style='height:70rpx'>
|
149
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|
158
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|
|
@@ -188,7 +197,9 @@ |
|
@@ -188,7 +197,9 @@ |
188
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
197
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
189
|
<view style='height:110rpx'>
|
198
|
<view style='height:110rpx'>
|
190
|
<text class='text_gray_36' style='line-height:110rpx'>支出明细</text>
|
199
|
<text class='text_gray_36' style='line-height:110rpx'>支出明细</text>
|
191
|
- <view class='declare_style float_right'> {{declareStatus[item.status]}}</view>
|
200
|
+ <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
|
|
201
|
+ <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
|
|
202
|
+ <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
192
|
</view>
|
203
|
</view>
|
193
|
<view style='padding-right:30rpx'>
|
204
|
<view style='padding-right:30rpx'>
|
194
|
<view class='divide_line_f5f5f5'></view>
|
205
|
<view class='divide_line_f5f5f5'></view>
|
|
@@ -228,7 +239,9 @@ |
|
@@ -228,7 +239,9 @@ |
228
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
239
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
|
229
|
<view style='height:110rpx'>
|
240
|
<view style='height:110rpx'>
|
230
|
<text class='text_gray_36 float_left' style='line-height:110rpx'>住房</text>
|
241
|
<text class='text_gray_36 float_left' style='line-height:110rpx'>住房</text>
|
231
|
- <view class='declare_style float_right'> {{declareStatus[item.status]}}</view>
|
242
|
+ <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
|
|
243
|
+ <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
|
|
244
|
+ <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
232
|
</view>
|
245
|
</view>
|
233
|
<view style='padding-right: 30rpx'>
|
246
|
<view style='padding-right: 30rpx'>
|
234
|
<view class='divide_line_f5f5f5'></view>
|
247
|
<view class='divide_line_f5f5f5'></view>
|
|
@@ -239,7 +252,7 @@ |
|
@@ -239,7 +252,7 @@ |
239
|
</view>
|
252
|
</view>
|
240
|
<view style='height:70rpx'>
|
253
|
<view style='height:70rpx'>
|
241
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
254
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
242
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}</text>
|
255
|
+ <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.deduction_type}}</text>
|
243
|
</view>
|
256
|
</view>
|
244
|
<view style='height:70rpx'>
|
257
|
<view style='height:70rpx'>
|
245
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|
258
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
|