增加退款方式和叫号更改
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
|
||||
|
||||
<view class="total-wrap" v-if="listinfo.status == 'unpaid'">
|
||||
<view>总计¥</view>
|
||||
<view class="price"> {{listinfo.totalCost}} </view>
|
||||
@@ -183,7 +183,7 @@
|
||||
<view>实付¥</view>
|
||||
<view class="price"> {{listinfo.payAmount}} </view>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
@@ -215,6 +215,10 @@
|
||||
<text class="t">就餐人数:</text>
|
||||
<text class="info">{{ listinfo.seatNum || ""}}</text>
|
||||
</view>
|
||||
<view class="row" v-if="listinfo.refundType">
|
||||
<text class="t">退款方式:</text>
|
||||
<text class="info">{{ listinfo.refundType == 'cash'?'手动退款':'原路退回'}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<IntegralInput :visible="calcUsablePointsData.showModal" :minValue="calcUsablePointsData.minIntegral"
|
||||
:maxValue="calcUsablePointsData.maxIntegral" :instructions="calcUsablePointsData.instructionText"
|
||||
|
||||
Reference in New Issue
Block a user