|
|
|
@ -85,7 +85,7 @@ |
|
|
|
<van-checkbox value="{{ item.sign == 2 }}" icon-size="32rpx"></van-checkbox> |
|
|
|
<text style="margin-left:8rpx">扣点(%)</text> |
|
|
|
</view> |
|
|
|
<input id="deductPercent" type="digit" disabled="{{form.sign == 1}}" focus="{{focus == 2}}" |
|
|
|
<input id="deductPercent" type="digit" disabled="{{item.sign == 1}}" focus="{{focus == 2}}" |
|
|
|
placeholder-style="color:#aaa" style="text-align: right" maxlength="10" placeholder="请输入扣点比例" |
|
|
|
value="{{item.deductPercent}}" bindinput="bindInput" data-type="2" bindtap="changeDeductType" /> |
|
|
|
</view> |
|
|
|
|