...
|
...
|
@@ -22,7 +22,40 @@ |
22
|
22
|
<text class='text_999_28' style='margin-bottom:8rpx;float:right'>查看</text>
|
23
|
23
|
</view>
|
24
|
24
|
<view wx:if="{{itemData.addition_category=='continuing_education'&&itemData.detail_items.length>0}}" style='padding:20rpx'>
|
25
|
|
- <view wx:for="{{itemData.detail_items}}" wx:key="" wx:for-item="itemtypedetail">
|
|
25
|
+ <view wx:for="{{itemData.majors}}" wx:key="" wx:for-item="major">
|
|
26
|
+ <view wx:if="{{index==0}}">
|
|
27
|
+ <text wx:if='{{itemData.majors.length>1}}' style='font-size:28rpx;color:#666'>学历教育 ({{itemData.majors.length}})</text>
|
|
28
|
+ <text wx:else style='font-size:28rpx;color:#666'>学历教育</text>
|
|
29
|
+ <view style='width:100%;display:flex;flex-direction:row '>
|
|
30
|
+ <view class='float_left' style='flex:1'>
|
|
31
|
+ <text class='text_999_24 '>扣除方式</text>
|
|
32
|
+ <text class='text_gray_28' style='margin-left:20rpx'>{{reducetype[major.deduction_type]}}度</text>
|
|
33
|
+ </view>
|
|
34
|
+ <view class='float_right' style='flex:1'>
|
|
35
|
+ <text class='text_999_24 '>可扣除金额</text>
|
|
36
|
+ <text class='text_orange_28 ' style='margin-left:20rpx'>¥{{major.deduction_amount}}/{{reducetype[major.deduction_type]}}</text>
|
|
37
|
+ </view>
|
|
38
|
+ </view>
|
|
39
|
+ </view>
|
|
40
|
+ </view>
|
|
41
|
+ <view wx:for="{{itemData.professions}}" wx:key="" wx:for-item="profession">
|
|
42
|
+ <view wx:if="{{index==0}}">
|
|
43
|
+ <text wx:if='{{itemData.professions.length>1}}' style='font-size:28rpx;color:#666'>非学历教育 ({{itemData.professions.length}})</text>
|
|
44
|
+ <text wx:else style='font-size:28rpx;color:#666'>非学历教育</text>
|
|
45
|
+ <text style='font-size:28rpx;color:#666' hidden='{{profession.detail_count<2}}'>({{profession.detail_count}})</text>
|
|
46
|
+ <view style='width:100%;display:flex;flex-direction:row '>
|
|
47
|
+ <view class='float_left' style='flex:1'>
|
|
48
|
+ <text class='text_999_24 '>扣除方式</text>
|
|
49
|
+ <text class='text_gray_28' style='margin-left:20rpx'>{{reducetype[profession.deduction_type]}}度</text>
|
|
50
|
+ </view>
|
|
51
|
+ <view class='float_right' style='flex:1'>
|
|
52
|
+ <text class='text_999_24 '>可扣除金额</text>
|
|
53
|
+ <text class='text_orange_28 ' style='margin-left:20rpx'>¥{{profession.deduction_amount}}/{{reducetype[profession.deduction_type]}}</text>
|
|
54
|
+ </view>
|
|
55
|
+ </view>
|
|
56
|
+ </view>
|
|
57
|
+ </view>
|
|
58
|
+ <!-- <view wx:for="{{itemData.detail_items}}" wx:key="" wx:for-item="itemtypedetail">
|
26
|
59
|
<view wx:if="{{itemtypedetail.continue_education_type=='major'}}">
|
27
|
60
|
<text style='font-size:28rpx;color:#666'>学历教育</text>
|
28
|
61
|
<view style='width:100%;display:flex;flex-direction:row '>
|
...
|
...
|
@@ -50,7 +83,7 @@ |
50
|
83
|
</view>
|
51
|
84
|
</view>
|
52
|
85
|
</view>
|
53
|
|
- </view>
|
|
86
|
+ </view> -->
|
54
|
87
|
|
55
|
88
|
</view>
|
56
|
89
|
<view wx:else style='width:100%;padding:20rpx 20rpx;display:flex;flex-direction:row '>
|
...
|
...
|
|