|
|
@@ -48,7 +48,7 @@
|
|
|
<view class="select-cmd_bx">
|
|
|
<view class="num_bx">
|
|
|
<view class="flex">金额:{{selectTotalAmount}}</view>
|
|
|
- <view class="flex">实收:<input @focus="modifyPrice = null" v-model="modifyPrice" type="digit"/></view>
|
|
|
+ <view class="flex">实收:{{modifyPrice}}</view>
|
|
|
<view class="flex">减免:{{(selectTotalAmount - modifyPrice).toFixed(2)}}</view>
|
|
|
<view class="flex">付款:
|
|
|
<picker @change="payWayChange" :value="payWayindex" range-key="name" :range="payWayList">
|