...
|
...
|
@@ -20,7 +20,7 @@ |
20
|
20
|
<view wx:if="{{issinglechildData.selected=='否'}}">
|
21
|
21
|
<template is="picker_cell_normal" data="{{...shareMethodData}}" />
|
22
|
22
|
<view class='divide_line_f5f5f5'></view>
|
23
|
|
- <view style='height:90rpx'>
|
|
23
|
+ <view style='height:90rpx'>
|
24
|
24
|
<text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666'>本年度月扣除金额</text>
|
25
|
25
|
<text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #333;margin-left:20rpx' name='country'>/月</text>
|
26
|
26
|
<input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入(不超过1000)' type='digit' name='reduce_amount' bindinput='bindinput'></input>
|
...
|
...
|
@@ -32,7 +32,7 @@ |
32
|
32
|
<text style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #666;'>本年度月扣除金额</text>
|
33
|
33
|
<text class='float_right' style='line-height: 90rpx;text-align:right;font-size: 30rpx;color: #ff9f00;' name='country'>2000/月</text>
|
34
|
34
|
</view>
|
35
|
|
-
|
|
35
|
+
|
36
|
36
|
</view>
|
37
|
37
|
</view>
|
38
|
38
|
|
...
|
...
|
@@ -329,16 +329,20 @@ |
329
|
329
|
</view>
|
330
|
330
|
<view style='padding-right: 30rpx'>
|
331
|
331
|
<view class='divide_line_f5f5f5'></view>
|
332
|
|
- <view wx:if="{{house_type=='house_fund_rent'}}">
|
333
|
|
- <text class='text_999_28 ' style='line-height:70rpx'>租赁房屋坐落地址:</text>
|
334
|
|
- <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text>
|
335
|
|
- <text class='text_999_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text>
|
|
332
|
+ <view style='display:flex;flex-direction:row'>
|
|
333
|
+ <view wx:if="{{house_type=='house_fund_rent'}}" class='text_999_28 float_left' style='line-height:70rpx;width:250rpx;'>租赁房屋坐落地址:</view>
|
|
334
|
+ <text wx:if="{{house_type=='house_fund_loan'}}" class='text_999_28 float_left' style='line-height:70rpx;width:196rpx;'>房屋坐落地址:</text>
|
|
335
|
+ <view style='display:flex;flex-direction:column'>
|
|
336
|
+ <text class='text_333_28 text_singleline' style='line-height:70rpx;margin-left:20rpx;'>{{item.house_address_new}}多喝点收到多点收到</text>
|
|
337
|
+ <text class='text_999_28 text_singleline' style='line-height:70rpx;margin-left:20rpx;text-align:left'>{{item.house_detail_address}}</text>
|
|
338
|
+ </view>
|
|
339
|
+
|
336
|
340
|
</view>
|
337
|
|
- <view wx:if="{{house_type=='house_fund_loan'}}">
|
|
341
|
+ <!-- <view wx:if="{{house_type=='house_fund_loan'}}">
|
338
|
342
|
<text class='text_999_28 ' style='line-height:70rpx'>房屋坐落地址:</text>
|
339
|
343
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_address_new}}</text>
|
340
|
344
|
<text class='text_999_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.house_detail_address}}</text>
|
341
|
|
- </view>
|
|
345
|
+ </view> -->
|
342
|
346
|
<view style='height:70rpx'>
|
343
|
347
|
<text class='text_999_28 ' style='line-height:70rpx'>扣除方式:</text>
|
344
|
348
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{reducetype[item.deduction_type]}}度</text>
|
...
|
...
|
@@ -350,7 +354,7 @@ |
350
|
354
|
<view class='divide_line_f5f5f5'></view>
|
351
|
355
|
<text class='text_blue_28 float_right' style='line-height:90rpx;margin-left:40rpx' id='{{index}}' bindtap='showdetail'>查看</text>
|
352
|
356
|
<view class='float_right' wx:if="{{item.status=='failed'}}">
|
353
|
|
- <text class='text_999_28 ' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
|
357
|
+ <text class='text_999_28' style='line-height:90rpx;margin-right:40rpx' id='{{index}}' bindtap='godelete'>删除</text>
|
354
|
358
|
<text class='text_blue_28 ' style='line-height:90rpx;' id='{{index}}' bindtap='goedit'>编辑</text>
|
355
|
359
|
</view>
|
356
|
360
|
</view>
|
...
|
...
|
|