lookandupdate.wxml 29.7 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 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450
<!--pages/main/addtionalreduce/childreneducate/childreneducate.wxml-->
<import src="../../../common/picker_cell" />

<view style='width:100%;height:100%;'>
  <view style='display:flex;flex-direction:column;margin-bottom:140rpx;'>
    <image class='openmodal_img' src="/images/openmodal_img.png" bindtap='showModalImg'></image>

    <view style='height:100rpx;padding:0 30rpx;background:#FFF' wx:if="{{cur_status=='children_education'||cur_status=='house_fund'}}">
      <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
      <text class='text_999_30 float_right' style='line-height:100rpx'>月度</text>
    </view>
    <view style='height:100rpx;padding:0 30rpx;background:#FFF' wx:if="{{cur_status=='medical_fund'}}">
      <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
      <text class='text_999_30 float_right' style='line-height:100rpx'>年度</text>
    </view>
    <!-- 12.22 更新为不可选择(去掉点击事件) -->
    <!-- <view style='height:100rpx;padding:0 30rpx;background:#FFF' bindtap='showModalReducetype' wx:elif="{{cur_status!='continuing_education'&&cur_status!='support_duty'}}">
      <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>扣除方式</text>
      <image class='arrow_img float_right' style='margin-top:28rpx' src="/images/arrow_right.png"></image>
      <text class='text_999_30 float_right' style='line-height:100rpx'>{{reducetypeData[selected_reduceindex]}}</text>
    </view> -->
    <view wx:if="{{cur_status=='support_duty'}}" style='padding-right:30rpx;background:#FFF'>
      <template is="picker_cell_normal" data="{{...issinglechildData}}" />
      <view wx:if="{{issinglechildData.selected=='否'}}">
        <view style='background:#f5f5f5;height:2rpx;margin-left:30rpx;'></view>
        <template is="picker_cell_normal" data="{{...shareMethodData}}" />
        <view style='background:#f5f5f5;height:2rpx;margin-left:30rpx;'></view>
        <view wx:if="{{!input_disable}}" style='height:90rpx'>
          <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:26rpx'>本年度月扣除金额</text>
          <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:20rpx' name='country'>/月</text>
          <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入(不超过1000)' name='reduce_amount' bindblur='bindinput' value='{{reduce_amount>=0?reduce_amount:""}}'></input>
        </view>
        <view wx:else style='height:90rpx'>
          <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:26rpx'>本年度月扣除金额</text>
          <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #ff9f00;' name='country'>¥{{reduce_amount}}/月</text>
        </view>
      </view>
      <view wx:elif="{{issinglechildData.selected=='是'}}">
        <view style='background:#f5f5f5;height:2rpx;margin-left:30rpx;'></view>
        <view style='height:90rpx'>
          <text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:26rpx'>本年度月扣除金额</text>
          <text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #ff9f00;' name='country'>¥2000/月</text>
        </view>
      </view>
    </view>


    <view wx:if="{{additionInfo&&additionInfo.length>0}}">

      <view wx:if="{{cur_status=='children_education'}}">
        <view wx:for="{{additionInfo}}">
          <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
            <view style='height:110rpx'>
              <text class='text_gray_36 float_left' style='line-height:110rpx'>{{item.children_name}}</text>
              <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
              <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
              <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>

            </view>
            <view style='padding-right: 30rpx'>
              <view class='divide_line_f5f5f5'></view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>子女姓名:</text>
                <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.children_name}}</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>分配比例:</text>
                <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.percent}}%</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
                <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
                <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.deduction_amount}}/{{reducetype[item.deduction_type]}}</text>
              </view>
              <view class='divide_line_f5f5f5'></view>
              <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
              <view class='float_right' wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
                <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id="{{index}}" bindtap='godelete'>删除</text>
                <text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
              </view>
            </view>
          </view>
        </view>
      </view>

      <view wx:if="{{cur_status=='continuing_education'}}">
        <!-- 学历 -->
        <view wx:if="{{additionInfo[0].title_items&&additionInfo[0].title_items.length>0}}">
          <view style='margin:30rpx;padding-left: 30rpx;padding-bottom: 20rpx' class='card_rectangle_bg_column'>
            <view style='height:110rpx'>
              <text class='text_gray_36' style='line-height:110rpx'>学历(学位)继续教育</text>
              <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view>
              <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view>
              <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].title_items[0].status]}}</view>
            </view>
            <view wx:for="{{additionInfo[0].title_items}}">
              <view style='padding-right:right'>
                <view style="background:#f5f5f5;height:2rpx;width:94%"></view>
                <view>
                  <text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;'>{{item.education_period}}</text>

                </view>
                <view style='height:70rpx'>
                  <text class='text_999_28 ' style='line-height:70rpx'>受教育日期起:</text>
                  <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_start}}</text>
                </view>
                <view style='height:70rpx'>
                  <text class='text_999_28 ' style='line-height:70rpx'>受教育日期止:</text>
                  <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text>
                </view>
                <view wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
                  <text class='text_blue_28 float_right' style='line-height:90rpx;margin-right:40rpx' id="{{'title'+index}}" bindtap='goedit'>编辑</text>
                  <text class='text_999_28 float_right' style='line-height:90rpx;margin-right:40rpx' id="{{'title'+index}}" bindtap='godelete'>删除</text>
                </view>
              </view>
            </view>
            <view style="background:#f5f5f5;height:2rpx;width:94%;"></view>
            <view style='height:70rpx'>
              <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
              <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[additionInfo[0].title_items[0].deduction_type]}}度</text>
            </view>
            <view style='height:70rpx'>
              <text class='text_999_28' style='line-height:70rpx'>扣除金额:</text>
              <text class='text_orange_28' style='line-height:70rpx;margin-left:20rpx'>¥{{additionInfo[0].title_items[0].deduction_amount}}/{{reducetype[additionInfo[0].title_items[0].deduction_type]}}</text>
            </view>
          </view>
        </view>
        <!-- 非学历 -->
        <view wx:if="{{additionInfo[0].profession_items&&additionInfo[0].profession_items.length>0}}">
          <view style='margin:30rpx;padding-left: 30rpx;padding-bottom: 20rpx' class='card_rectangle_bg_column'>
            <view style='height:110rpx'>
              <text class='text_gray_36' style='line-height:110rpx'>职业资格继续教育</text>
              <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view>
              <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view>
              <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].profession_items[0].status]}}</view>
            </view>
            <view wx:for="{{additionInfo[0].profession_items}}">
              <view style='padding-right:right'>
                <view style="background:#f5f5f5;height:2rpx;width:94%;"></view>
                <view>
                  <text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;' wx:if="{{item.education_type=='profession'}}">技能人员职业资格</text>
                  <text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;' wx:if="{{item.education_type=='major'}}">专业人员职业资格</text>

                </view>
                <view>
                  <text class='text_999_28 ' style='line-height:70rpx'>发证(批准)日期:</text>
                  <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.approval_date}}</text>
                </view>
                <view style='display:flex;flex-direction:row'>
                  <text class='text_999_28 ' style='line-height:70rpx'>证书名称:</text>
                  <view class='float_right' style='padding-top:14rpx; font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;max-width:500rpx'>{{item.certification_name}}</view>
                </view>
                <view style='display:flex;flex-direction:row'>
                  <text class='text_999_28 ' style='line-height:70rpx'>证书编号:</text>
                  <view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_no}}</view>
                </view>
                <view style='display:flex;flex-direction:row'>
                  <text class='text_999_28 ' style='line-height:70rpx'>发证机关:</text>
                  <view class='float_right' style='font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:70rpx;max-width:500rpx'>{{item.certification_authority}}</view>
                </view>
                <view wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
                  <text class='text_blue_28 float_right' style='line-height:90rpx;margin-right:40rpx' id="{{'profession'+index}}" bindtap='goedit'>编辑</text>
                  <text class='text_999_28 float_right' style='line-height:90rpx;margin-right:40rpx' id="{{'profession'+index}}" bindtap='godelete'>删除</text>
                </view>
              </view>
            </view>
            <view style="background:#f5f5f5;height:2rpx;width:94%;"></view>
            <view style='height:70rpx'>
              <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
              <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[additionInfo[0].profession_items[0].deduction_type]}}度</text>
            </view>
            <view style='height:70rpx'>
              <text class='text_999_28' style='line-height:70rpx'>扣除金额:</text>
              <text class='text_orange_28' style='line-height:70rpx;margin-left:20rpx'>¥{{additionInfo[0].profession_items[0].deduction_amount}}/{{reducetype[additionInfo[0].profession_items[0].deduction_type]}}</text>
            </view>

          </view>
        </view>
      </view>

      <view wx:if="{{cur_status=='support_duty'}}">
        <view wx:if="{{additionInfo[0].support_duties&&additionInfo[0].support_duties.length>0}}">
          <view style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'>
            <view style='height:110rpx'>
              <text class='text_gray_36 float_left' style='line-height:110rpx'>被赡养人</text>
              <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view>
              <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view>
              <view wx:else class='declare_style orange_bg'> {{declareStatus[additionInfo[0].support_duties[0].status]}}</view>
            </view>
            <view wx:for="{{additionInfo[0].support_duties}}">

              <view style='padding-right:30rpx'>
                <view class='divide_line_f5f5f5'></view>
                <view style='height:70rpx'>
                  <text class='text_999_28 ' style='line-height:70rpx'>被赡养人姓名:</text>
                  <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.supported_name}}</text>
                </view>
                <view style='height:70rpx'>
                  <text class='text_999_28 ' style='line-height:70rpx'>与纳税人关系:</text>
                  <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.relationship}}</text>
                </view>
                <view class='divide_line_f5f5f5'></view>
                <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
                <view class='float_right' wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
                  <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id="{{'support_duty'+index}}" bindtap='godelete'>删除</text>
                  <text class='text_blue_28 ' style='line-height:90rpx;' id="{{'support_duty'+index}}" bindtap='goedit'>编辑</text>
                </view>
              </view>
            </view>
          </view>
          <view style='background:#FFF;padding:30rpx'>
            <view style='line-height:84rpx;text-align:center;font-size:34rpx;color:#fff;background:#357AEB;' id="{{index}}" bindtap='goadd'>
              添加
            </view>
          </view>
          <view wx:if="{{additionInfo[0].co_supporters&&additionInfo[0].co_supporters.length>0}}">
            <view style='margin:30rpx;padding-left:30rpx' class='card_rectangle_bg_column'>
              <view style='height:110rpx'>
                <text class='text_gray_36 float_left' style='line-height:110rpx'>共同赡养人</text>
              </view>
              <view wx:for="{{additionInfo[0].co_supporters}}" wx:for-item="itemdetail">

                <view style='padding-right:30rpx'>
                  <view class='divide_line_f5f5f5'></view>
                  <view style='height:70rpx'>
                    <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人姓名:</text>
                    <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.co_supporter}}</text>
                  </view>
                  <view style='height:70rpx'>
                    <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照类型:</text>
                    <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>居民身份证</text>
                  </view>
                  <view style='height:70rpx'>
                    <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人证照号码:</text>
                    <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.id_card_no}}</text>
                  </view>
                  <view style='height:70rpx'>
                    <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人出生日期:</text>
                    <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.birthday}}</text>
                  </view>
                  <view style='height:70rpx'>
                    <text class='text_999_28 ' style='line-height:70rpx'>共同赡养人国籍:</text>
                    <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>中国</text>
                  </view>
                  <view style='height:70rpx'>
                    <text class='text_999_28 ' style='line-height:70rpx'>与纳税人关系:</text>
                    <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{itemdetail.relationship}}</text>
                  </view>
                  <view class='float_right'>
                    <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id="{{'co_supporter'+index}}" bindtap='godelete'>删除</text>
                    <text class='text_blue_28 ' style='line-height:90rpx;' id="{{'co_supporter'+index}}" bindtap='goedit'>编辑</text>
                  </view>
                </view>
              </view>
            </view>

          </view>
          <view>
            <view style='margin-left:30rpx' wx:if="{{issinglechildData.selected!='是'}}">
              <!-- <text class='text_999_28'>您还没有添加继续共同赡养人,</text> -->
              <text class='text_blue_28' bindtap='goaddSupporter'>添加共同赡养人</text>
            </view>
          </view>
        </view>
      </view>

      <view wx:if="{{cur_status=='medical_fund'}}">
        <view class='divide_line_f5f5f5'></view>
        <view style='height:100rpx;margin:0 30rpx;background:#FFF' bindtap='reducetype'>
          <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>个人负担总金额</text>
          <text class='text_orange_28 float_right' style='line-height:100rpx'>¥{{person_total_amount}}</text>
        </view>
        <view class='divide_line_f5f5f5'></view>
        <view style='height:100rpx;margin:0 30rpx;background:#FFF' bindtap='reducetype'>
          <text style='font-size:30rpx;color:#333;line-height:100rpx;font-family: PingFangSC-Semibold;float:left'>可扣除金额</text>
          <text class='text_orange_28 float_right' style='line-height:100rpx'>¥{{remaining_amount}}</text>
        </view>
        <view class='divide_line_f5f5f5'></view>
        <view wx:for="{{additionInfo}}">
          <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
            <view style='height:110rpx'>
              <text class='text_gray_36' style='line-height:110rpx'>支出明细</text>
              <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
              <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
              <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
            </view>
            <view style='padding-right:30rpx'>
              <view class='divide_line_f5f5f5'></view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>病人姓名:</text>
                <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.name}}</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>病人证照类型:</text>
                <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>居民身份证</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>病人证照号码:</text>
                <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.id_card_no}}</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>病人出生日期:</text>
                <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.patient_birthday}}</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>病人国籍:</text>
                <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>中国</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>与纳税人关系:</text>
                <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.relationship}}</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>医疗支出总金额:</text>
                <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.total_amount}}元</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>个人负担金额:</text>
                <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.amount_by_person}}元</text>
              </view>
              <view class='float_right' wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
                <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
                <text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
              </view>
            </view>
          </view>
        </view>
      </view>

      <view wx:if="{{cur_status=='house_fund'}}">
        <view wx:for="{{additionInfo}}">
          <view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column'>
            <view style='height:110rpx'>
              <text class='text_gray_36 float_left' style='line-height:110rpx'>住房</text>
              <view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
              <view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
              <view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
            </view>
            <view style='padding-right: 30rpx'>
              <view class='divide_line_f5f5f5'></view>
              <view style='display:flex;flex-direction:row'>
                <view wx:if="{{house_type=='house_fund_rent'}}">
                  <view class='text_999_28 float_left' style='line-height:70rpx;width:248rpx;text-align:left;white-space:nowrap;'>租赁房屋坐落地址:</view>
                  <view style='display:flex;flex-direction:column;max-width:392rpx;'>
                    <text class='text_333_28 text_singleline' style='line-height:70rpx;text-align:left'>{{item.house_address_new}}</text>
                    <text class='text_999_28 text_singleline' style='line-height:70rpx;text-align:left'>{{item.house_detail_address}}</text>
                  </view>
                </view>
                <view wx:if="{{house_type=='house_fund_loan'}}">
                  <text class='text_999_28 float_left' style='line-height:70rpx;width:192rpx;text-align:left;white-space:nowrap;'>房屋坐落地址:</text>
                  <view style='display:flex;flex-direction:column;max-width:450rpx;'>
                    <text class='text_333_28 text_singleline' style='line-height:70rpx;text-align:left'>{{item.house_address_new}}</text>
                    <text class='text_999_28 text_singleline' style='line-height:70rpx;text-align:left'>{{item.house_detail_address}}</text>
                  </view>
                </view>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
                <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text>
              </view>
              <view style='height:70rpx'>
                <text class='text_999_28 ' style='line-height:70rpx'>扣除金额:</text>
                <text class='text_orange_28 ' style='line-height:70rpx;margin-left:20rpx'>¥{{item.deduction_amount}}/{{reducetype[item.deduction_type]}}</text>
              </view>
              <view class='divide_line_f5f5f5'></view>
              <text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
              <view class='float_right' wx:if="{{item.status=='failed'||item.status=='to_declare'}}">
                <text class='text_999_28' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
                <text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
              </view>
            </view>
          </view>
        </view>
      </view>
    </view>
    <view wx:if="{{!additionInfo||additionInfo.length<1||(additionInfo[0].profession_items.length<1&&additionInfo[0].title_items.length<1)}}">
      <image style='width:55%;height:254rpx;margin:166rpx;' src='/images/noreduce_img.png'></image>
    </view>
  </view>

  <view class='bottom_btn_wrap' hidden="{{handle_finished&&additionInfo.length>0&&((cur_status=='support_duty'&&(additionInfo[0].co_supporters.length>0||additionInfo[0].support_duties.length>0))||(cur_status=='house_fund'&&house_type=='house_fund_loan'))}}">
    <view class='btn_blue_radius' bindtap="goadd">
      <view class='text_white_34'>添加</view>
    </view>
  </view>

</view>


<view class="mask" hidden="{{!showModal_img&&!showModal_reducetype&&!showModal_addtype}}" bindtap='closeModalImg'></view>
<!-- 申报说明 -->
<view style='top:250rpx;position:absolute;z-index:10;width:325px;right:0;left:0;margin:auto' hidden="{{!showModal_img}}">
  <image class='modal_img' src="{{modal_images[cur_status]}}"></image>
  <!-- <text style='position:absolute;font-size:20px;color:#fff;float:right;top:0;right:100rpx' bindtap='closeModalImg'>x</text> -->
  <view style='width:80rpx;height:80rpx;position:absolute;float:right;top:0;right:0;display:flex;align-items:center;justify-content:center;' bindtap='closeModalImg'>
    <image style='width:30rpx;height:30rpx;' src='/images/close.png'></image>
  </view>
</view>

<!-- 扣除类型 -->
<view class='modal_lg' style='' wx:if="{{showModal_reducetype}}">
  <text class='text_modal_title'>请选择扣除方式</text>
  <view class='divide_line_f5f5f5'></view>
  <view style='width:100%;display:flex;flex-direction:column;align-items:center;'>
    <view wx:for="{{reducetypeData}}" wx:for-index="idx">
      <view wx:if="{{selected_reduceindex==idx}}">
        <text class='text_item_blue float_left'>{{item}}</text>
        <image class='icon_choosed' src="/images/icon_chat_choosed.png"></image>
      </view>
      <view wx:else bindtap='goselect' id='{{idx}}'>
        <text class='text_item_black float_left'>{{item}}</text>
      </view>
      <view class='divide_line_f5f5f5'></view>
    </view>
  </view>
  <view class='divide_line_f5f5f5'></view>

  <view style='width:100%;display: flex;'>
    <text class='text_cancel' bindtap='reduce_modalLeft'>取消</text>
    <view style='width:1px;background:#F5F5F5;margin:20rpx 0'></view>
    <text class='text_confirm' bindtap='reduce_modalRight'>确认</text>
  </view>
</view>

<!--  添加子女 老人 大病-->
<view class='modal_lg' style='' wx:if="{{showModal_addtype}}">
  <text class='text_modal_title'>{{modalData.title}}</text>
  <view class='divide_line_f5f5f5'></view>
  <view style='width:100%;display:flex;flex-direction:column;align-items:center;'>
    <block wx:for="{{modalData.datas}}" wx:for-index="idx">
      <view wx:if="{{idx==selected_addindex}}">
        <text class='text_item_blue float_left'>{{item.name}}</text>
        <image class='icon_choosed' src="/images/icon_chat_choosed.png"></image>
      </view>
      <view wx:else bindtap='goselect' id='{{idx}}'>
        <text class='text_item_black float_left'>{{item.name}}</text>
      </view>
      <view class='divide_line_f5f5f5'></view>
    </block>
  </view>
  <view class='divide_line_f5f5f5'></view>
  <view style='width:100%;display: flex;'>
    <text class='text_cancel01' bindtap='modalLeft'>{{modalData.lefttext}}</text>
    <view style='width:1px;background:#F5F5F5;margin:20rpx 0'></view>
    <text class='text_confirm01' bindtap='modalRight'>{{modalData.righttext}}</text>
  </view>
</view>