|
|
@@ -37,12 +37,12 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <modal-module :show="showClearModel" @click="confirmClear" :title="'收款'" color="#333" :size="32" padding="30upx 30upx" >
|
|
|
+ <modal-module :show="showClearModel" @click="confirmClear" :title="'结账'" color="#333" :size="32" padding="30upx 30upx" >
|
|
|
<template slot="customContent">
|
|
|
<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">实付:<input @focus="modifyPrice = null" v-model="modifyPrice" type="digit"/></view>
|
|
|
<view class="flex">减免:{{(selectTotalAmount - modifyPrice).toFixed(2)}}</view>
|
|
|
</view>
|
|
|
</view>
|