lookandupdate.wxml 9.5 KB
<!--pages/main/addtionalreduce/childreneducate/childreneducate.wxml-->

<view class='page'>
  <view style='display:flex;flex-direction:column'>
    <view style='height:180rpx'>
      <image style='width:100%;height:180rpx;position:absolute;z-index: 1;' src='/images/extra_img_bg.png'></image>
      <view class='view_bg_wrap' style='margin-top: 48rpx;'>
        <view style='flex-grow: 1;text-align:center;display: flex;flex-direction: column;'>
          <text class='text_text_wrap'>累计使用额度</text>
          <text class='text_num_wrap'>9161609.90</text>
        </view>
        <view style='width:2rpx;height:74rpx;background:#ffffff;'></view>
        <view style='flex-grow: 1;text-align:center;display: flex;flex-direction: column;'>
          <text class='text_text_wrap'>本月可使用额度</text>
          <text class='text_num_wrap'>39106.91</text>
        </view>
      </view>
    </view>
    <view style='width:100%;height:20rpx;background:#f5f5f5'></view>

    <view style='padding-left:30rpx;background:#ffffff;height:100rpx;'>
      <image class='icon_wrap' src="/images/rectangle_icon.png"></image>
      <text style='padding-left:20rpx;line-height:100rpx' class='text_gray_32'>专项附加扣除概览</text>
    </view>
    <view class='divide_line_f5f5f5'></view>
    <view wx:if='{{new_data&&new_data.reduce_date}}' style='margin:30rpx;' class='card_rectangle_bg_column'>
      <!-- 子女教育 -->
      <view wx:if="{{title=='子女教育'}}" style='display:flex;flex-direction:column;padding: 30rpx 30rpx 0 30rpx;'>
      <view style='height:40rpx'>
          <text class='text_999_28 float_left'>配偶姓名</text>
          <text class='text_333_28 float_right'>{{new_data.lover_name}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>配偶身份证件类型</text>
          <text class='text_333_28 float_right'>{{new_data.lover_cardtype}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>配偶身份证号</text>
          <text class='text_333_28 float_right'>{{new_data.lover_idno}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>出生日期</text>
          <text class='text_333_28 float_right'>{{new_data.lover_birthdate}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>国籍</text>
          <text class='text_333_28 float_right'>中国</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>与纳税人关系</text>
          <text class='text_333_28 float_right'>{{new_data.taxperson_relative}}</text>
        </view>

        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>子女姓名</text>
          <text class='text_333_28 float_right'>{{new_data.children_name}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>子女身份证件类型</text>
          <text class='text_333_28 float_right'>{{new_data.children_cardtype}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>子女身份证号</text>
          <text class='text_333_28 float_right'>{{new_data.children_idno}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>出生日期</text>
          <text class='text_333_28 float_right'>{{new_data.children_birthDate}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>国籍</text>
          <text class='text_333_28 float_right'>中国</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>学籍号</text>
          <text class='text_333_28 float_right'>{{new_data.children_schoolno}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>受教育阶段</text>
          <text class='text_333_28 float_right'>{{new_data.edu_degree}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>受教育日期起</text>
          <text class='text_333_28 float_right'>{{new_data.study_startdate}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>预计受教育日期止</text>
          <text class='text_333_28 float_right'>{{new_data.study_enddate}}</text>
        </view>
        <!-- <view style='height:40rpx'>
          <text class='text_999_28 float_left'>扣除金额</text>
          <text class='text_333_28 float_right'>{{new_data.reduce_money}}</text>
        </view> -->
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>扣除比例</text>
          <text class='text_333_28 float_right'>{{new_data.reduce_ratio}}</text>
        </view>
      </view>

      <!-- 继续教育 -->
      <view wx:if="{{title=='继续教育'}}" style='display:flex;flex-direction:column;padding:30rpx 30rpx 0 30rpx;'>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>教育类型</text>
          <text class='text_333_28 float_right'>{{new_data.edu_type}}</text>
        </view>
        <view style='height:40rpx' wx:if='{{new_data.edu_type_lable==0}}'>
          <text class='text_999_28 float_left'>教育阶段</text>
          <text class='text_333_28 float_right'>{{new_data.degree_level}}</text>
        </view>
         <view style='height:40rpx'>
          <text class='text_999_28 float_left' wx:if='{{new_data.edu_type_lable==0}}'>受教育日期起</text>
          <text class='text_333_28 float_right'>{{new_data.study_startdate}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left' wx:if='{{new_data.edu_type_lable==0}}'>受教育日期止</text>
          <text class='text_333_28 float_right'>{{new_data.study_enddate}}</text>
        </view>

        <view style='height:40rpx' wx:if='{{new_data.edu_type_lable==1}}'>
          <text class='text_999_28 float_left'>证书名称名称</text>
          <text class='text_333_28 float_right'>{{new_data.occupational_qualifiy_name}}</text>
        </view>
        <view style='height:40rpx' wx:if='{{new_data.edu_type_lable==1}}'>
          <text class='text_999_28 float_left'>证书编号</text>
          <text class='text_333_28 float_right'>{{new_data.occupational_qualifiy_no}}</text>
        </view>
        <view style='height:40rpx' wx:if='{{new_data.edu_type_lable==1}}'>
          <text class='text_999_28 float_left'>发证机关</text>
          <text class='text_333_28 float_right'>{{new_data.license_unit}}</text>
        </view>
      </view>

      <!-- 赡养老人 -->
      <view wx:if="{{title=='赡养老人'}}" style='display:flex;flex-direction:column;padding:30rpx 30rpx 0 30rpx;'>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>赡养类型</text>
          <text class='text_333_28 float_right'>{{new_data.older_name}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>老人姓名</text>
          <text class='text_333_28 float_right'>{{new_data.older_name}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>老人身份证号</text>
          <text class='text_333_28 float_right'>{{new_data.older_idno}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>与老人的关系</text>
          <text class='text_333_28 float_right'>{{new_data.older_relative}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>是否独生子女</text>
          <text class='text_333_28 float_right'>{{new_data.singlechildData}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>分摊比例</text>
          <text class='text_333_28 float_right'>{{new_data.allocation_ratio}}</text>
        </view>
      </view>

      <!-- 大病医疗 -->
      <view wx:if="{{title=='大病医疗'}}" style='display:flex;flex-direction:column;padding:30rpx 30rpx 0 30rpx;'>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>扣除金额</text>
          <text class='text_333_28 float_right'>{{new_data.reduce_money}}</text>
        </view>
      </view>

      <!-- 住房 -->
      <view wx:if="{{title=='住房贷款利息'||title=='住房租金'}}" style='display:flex;flex-direction:column;padding:30rpx 30rpx 0 30rpx;'>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>配偶姓名</text>
          <text class='text_333_28 float_right'>{{new_data.lover_name}}</text>
        </view>
        <view style='height:40rpx'>
          <text class='text_999_28 float_left'>配偶身份证号</text>
          <text class='text_333_28 float_right'>{{new_data.lover_idno}}</text>
        </view>
      </view>
      <view style='height:40rpx;padding:0 30rpx 30rpx 30rpx;'>
        <text class='text_999_28 float_left'>扣除时间</text>
        <text class='text_333_28 float_right'>{{new_data.reduce_date}}</text>
      </view>

      <view class='divide_line_f5f5f5' style='margin-top:20rpx'></view>
      <view class='text_blue_28' style='line-height:80rpx' bindtap='lookimg'>查看材料</view>
    </view>

    <view class='rectangle_dashed_bg' bindtap='goadd'>
      <view class='text_blue_28' style='line-height:90rpx'>
        十 添加{{title}}
      </view>
    </view>
  </view>
</view>