|
|
@@ -116,11 +116,11 @@
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title ">实付金额</view>
|
|
|
- <input style="border: 1px solid #eee;color: #3385FF;width: calc(100%);" type="digit" :disabled="!canIEdit" @focus="realMoney=''" v-model="realMoney" placeholder-class="phcolor" class="tui-input" name="floor" placeholder="请填写,留空没有费用"/>
|
|
|
+ <input style="border: 1px solid #eee;color: #3385FF;width: calc(100%);height:70rpx;" type="digit" :disabled="!canIEdit" @focus="realMoney=''" v-model="realMoney" placeholder-class="phcolor" class="tui-input" name="floor" placeholder="请填写,留空没有费用"/>
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
- <view class="tui-title ">损耗减免</view>
|
|
|
- <view>{{totalPrice - realMoney }}</view>
|
|
|
+ <view class="tui-title ">报损减免</view>
|
|
|
+ <view>{{(totalPrice - realMoney).toFixed(2) }}</view>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell remark-wrap" :hover="false">
|