|
|
@ -67,7 +67,7 @@ |
|
|
|
<view class="oem-tit">结束计费</view> |
|
|
|
<view class="oem-line">操作人:{{orderInfo.end_bill_operator_name || '-'}}</view> |
|
|
|
<view class="oem-line">时长合计:<text class="ol-txt1">{{orderInfo.extension.duration || '-'}}</text></view> |
|
|
|
<view class="oem-line">金额合计:<text class="ol-txt2">¥{{orderInfo.extension.refundable_amount || '-'}}</text></view> |
|
|
|
<view class="oem-line">金额合计:<text class="ol-txt2">¥{{orderInfo.extension.amount || '-'}}</text></view> |
|
|
|
<view class="oem-tips">*<text>请输入金额</text></view> |
|
|
|
<view class="oem-ipt"><input type="digit" v-model="input_amount"/></view> |
|
|
|
<view class="oem-btn" hover-class="hover-active" @click="confirmChange" >确认</view> |
|
|
|