正在显示
7 个修改的文件
包含
38 行增加
和
49 行删除
images/noreduce_img.png
0 → 100644
40.9 KB
| ... | ... | @@ -42,14 +42,14 @@ Page({ |
| 42 | 42 | disable_change: '', |
| 43 | 43 | extra_message: '' |
| 44 | 44 | }, ], |
| 45 | - unitData: { | |
| 46 | - label: '选择申报单位', | |
| 47 | - bindtype: 'unit', | |
| 48 | - selected: '北京小爱智能科技', | |
| 49 | - values: ["北京小爱智能科技"], | |
| 50 | - placeholder: '请选择申报单位', | |
| 51 | - onChange: 'onPickerSelect' | |
| 52 | - }, | |
| 45 | + // unitData: { | |
| 46 | + // label: '选择申报单位', | |
| 47 | + // bindtype: 'unit', | |
| 48 | + // selected: '北京小爱智能科技', | |
| 49 | + // values: ["北京小爱智能科技"], | |
| 50 | + // placeholder: '请选择申报单位', | |
| 51 | + // onChange: 'onPickerSelect' | |
| 52 | + // }, | |
| 53 | 53 | |
| 54 | 54 | }, |
| 55 | 55 | ... | ... |
| ... | ... | @@ -3,17 +3,12 @@ |
| 3 | 3 | |
| 4 | 4 | <view class='page'> |
| 5 | 5 | <view> |
| 6 | - <view class='text_gray_30' style='padding:30rpx'>您新加入了一家单位,请选择在该单位申报的专项附加扣除项</view> | |
| 7 | - <view style='padding:0 30rpx'> | |
| 6 | + <view class='text_gray_30' style='padding:30rpx'>北京小爱智能科技,请选择在该单位申报的专项附加扣除项</view> | |
| 7 | + <!-- <view style='padding:0 30rpx'> | |
| 8 | 8 | <view class='divide_line_f5f5f5'></view> |
| 9 | - <!-- <text class='text_black_30'>选择申报单位</text> | |
| 10 | - <view class='float_right'> | |
| 11 | - <text class='text_black_30'>请选择申报单位</text> | |
| 12 | - <image class='arrow_img_wrap' src='/images/arrow_right.png'></image> | |
| 13 | - </view> --> | |
| 14 | 9 | <template is="picker_cell_normal" data="{{...unitData}}" /> |
| 15 | 10 | <view class='divide_line_f5f5f5'></view> |
| 16 | - </view> | |
| 11 | + </view> --> | |
| 17 | 12 | <text class='text_black_30' style='padding-left:30rpx'>选择专项附加扣除项</text> |
| 18 | 13 | |
| 19 | 14 | <view wx:for="{{selectIndex}}" class="multi-selection" style='padding:0 30rpx'> | ... | ... |
| ... | ... | @@ -16,16 +16,7 @@ Page({ |
| 16 | 16 | */ |
| 17 | 17 | onLoad: function (options) { |
| 18 | 18 | var that = this |
| 19 | - wx.getStorage({ | |
| 20 | - key: 'selectitems', | |
| 21 | - success: function (res) { | |
| 22 | - console.log("selectitems", res.data) | |
| 23 | - that.setData({ | |
| 24 | - datas02: res.data | |
| 25 | - }) | |
| 26 | - }, | |
| 27 | - }) | |
| 28 | - | |
| 19 | + | |
| 29 | 20 | }, |
| 30 | 21 | |
| 31 | 22 | /** | ... | ... |
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | <view style='padding-left:30rpx;padding-right:30rpx'> |
| 5 | 5 | <image class='icon_wrap' src="/images/rectangle_icon.png"></image> |
| 6 | 6 | <text style='padding-left:20rpx' class='text_gray_32'>北京小爱智能科技</text> |
| 7 | - <view class='divide_line_f5f5f5' style='margin-top:30rpx' ></view> | |
| 7 | + <view class='divide_line_f5f5f5' style='margin-top:30rpx'></view> | |
| 8 | 8 | </view> |
| 9 | 9 | <view wx:if="true"> |
| 10 | 10 | <view wx:for="{{datas02}}"> |
| ... | ... | @@ -12,16 +12,16 @@ |
| 12 | 12 | <text class='text_black_32' wx:if="{{datas02[index].message!='住房'}}">{{datas02[index].message}}</text> |
| 13 | 13 | <text class='text_black_32' wx:if="{{datas02[index].message=='住房'}}">{{datas02[index].extra_message}}</text> |
| 14 | 14 | <view style='margin:20rpx 0'> |
| 15 | - <text class='text_gray_22 float_left'>累计已使用额度:4890.00</text> | |
| 16 | - <text class='text_gray_22 float_right'>本月可用额度:12810.00</text> | |
| 17 | - </view> | |
| 18 | - <view class='divide_line_f5f5f5'></view> | |
| 19 | - <view style='padding:20rpx 0' bindtap='lookandadd' id='{{index}}'> | |
| 20 | - <text wx:if="{{datas02[index].message!='大病医疗'}}" class='text_blue_28' >查看并调整</text> | |
| 21 | - <text wx:else class='text_blue_28' >提交抵扣凭据</text> | |
| 22 | - <image class='arrow_img_wrap' src='/images/arrow_right.png'></image> | |
| 23 | - </view> | |
| 15 | + <text class='text_gray_22 float_left'>累计已使用额度:4890.00</text> | |
| 16 | + <text class='text_gray_22 float_right'>本月可用额度:12810.00</text> | |
| 17 | + </view> | |
| 18 | + <view class='divide_line_f5f5f5'></view> | |
| 19 | + <view style='padding:20rpx 0' bindtap='lookandadd' id='{{index}}'> | |
| 20 | + <text wx:if="{{datas02[index].message!='大病医疗'}}" class='text_blue_28'>查看并调整</text> | |
| 21 | + <text wx:else class='text_blue_28'>提交抵扣凭据</text> | |
| 22 | + <image class='arrow_img_wrap' src='/images/arrow_right.png'></image> | |
| 23 | + </view> | |
| 24 | 24 | </view> |
| 25 | 25 | </view> |
| 26 | 26 | </view> |
| 27 | -</view> | |
| 27 | +</view> | |
| \ No newline at end of file | ... | ... |
| 1 | 1 | <!--pages/main/addtionalreduce/childreneducate/childreneducate.wxml--> |
| 2 | 2 | |
| 3 | 3 | <view class='page'> |
| 4 | - <view style='display:flex;flex-direction:column'> | |
| 4 | + <view style='display:flex;flex-direction:column;background:#FCFCFC'> | |
| 5 | 5 | <!-- <view style='height:180rpx'> |
| 6 | 6 | <image style='width:100%;height:180rpx;position:absolute;' src='/images/extra_img_bg.png'></image> |
| 7 | 7 | <view class='view_bg_wrap' style='margin-top: 48rpx;'> |
| ... | ... | @@ -23,7 +23,10 @@ |
| 23 | 23 | <text style='padding-left:15rpx;' class='text_blue_28'>申报说明</text> |
| 24 | 24 | </view> --> |
| 25 | 25 | <image class='openmodal_img' src="/images/openmodal_img.png" bindtap='showdeclare'></image> |
| 26 | - <view style='height:100rpx;margin:0 30rpx' bindtap='reducetype'> | |
| 26 | + | |
| 27 | + <image style='width:55%;height:254rpx;align-self:center;margin-top:160rpx;margin-bottom:320rpx' hidden='true' src='/images/noreduce_img.png'></image> | |
| 28 | + | |
| 29 | + <view style='height:100rpx;margin:0 30rpx;background:#FFF' bindtap='reducetype'> | |
| 27 | 30 | <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text> |
| 28 | 31 | <image class='arrow_img float_right' style='margin-top:28rpx' src="/images/arrow_right.png"></image> |
| 29 | 32 | <text class='text_999_30 float_right' style='line-height:100rpx'>月度</text> |
| ... | ... | @@ -308,6 +311,7 @@ |
| 308 | 311 | |
| 309 | 312 | <!-- </view> --> |
| 310 | 313 | |
| 314 | + | |
| 311 | 315 | <view wx:if="true"> |
| 312 | 316 | <view wx:for="{{datas}}"> |
| 313 | 317 | <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'> |
| ... | ... | @@ -341,7 +345,6 @@ |
| 341 | 345 | </view> |
| 342 | 346 | |
| 343 | 347 | <view> |
| 344 | - <!-- 非学历教育 --> | |
| 345 | 348 | <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'> |
| 346 | 349 | <view style='height:110rpx'> |
| 347 | 350 | <text class='text_gray_36' style='line-height:110rpx'>非学历教育</text> |
| ... | ... | @@ -379,7 +382,6 @@ |
| 379 | 382 | </view> |
| 380 | 383 | </view> |
| 381 | 384 | </view> |
| 382 | - <!-- 学历教育 --> | |
| 383 | 385 | <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'> |
| 384 | 386 | <view style='height:110rpx'> |
| 385 | 387 | <text class='text_gray_36' style='line-height:110rpx'>学历教育</text> |
| ... | ... | @@ -502,12 +504,9 @@ |
| 502 | 504 | </view> |
| 503 | 505 | <view style='padding-right: 30rpx'> |
| 504 | 506 | <view class='divide_line_f5f5f5'></view> |
| 505 | - <view style='height:70rpx'> | |
| 507 | + <view style=''> | |
| 506 | 508 | <text class='text_999_28 ' style='line-height:70rpx'>租赁房屋坐落地址:</text> |
| 507 | 509 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>北京市 市辖区 朝阳区</text> |
| 508 | - </view> | |
| 509 | - <view style='height:70rpx'> | |
| 510 | - <text class='text_999_28 ' style='line-height:70rpx'></text> | |
| 511 | 510 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>瑞创国际SA大厦1101</text> |
| 512 | 511 | </view> |
| 513 | 512 | <view style='height:70rpx'> |
| ... | ... | @@ -524,10 +523,14 @@ |
| 524 | 523 | </view> |
| 525 | 524 | </view> |
| 526 | 525 | |
| 527 | - <view class='divide_line_f5f5f5'></view> | |
| 528 | - <view style='margin:30rpx;line-height:84rpx;text-align:center;font-size:34rpx;color:#fff;background:#357AEB;' bindtap='goadd'> | |
| 529 | - 添加 | |
| 526 | + | |
| 527 | + | |
| 528 | + <view style='background:#FFF;padding:30rpx'> | |
| 529 | + <view style='line-height:84rpx;text-align:center;font-size:34rpx;color:#fff;background:#357AEB;' bindtap='goadd'> | |
| 530 | + 添加 | |
| 531 | + </view> | |
| 530 | 532 | </view> |
| 533 | + | |
| 531 | 534 | <view style='margin-left:30rpx'> |
| 532 | 535 | <text class='text_999_28'>您还没有添加继续共同赡养人,</text> |
| 533 | 536 | <text class='text_blue_28' bindtap='goadd'>请添加</text> | ... | ... |
请
注册
或
登录
后发表评论