This commit is contained in:
donqi 2022-10-17 23:21:35 +08:00
parent ebead5eb61
commit 9ad704af91
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
</view>
<view class="margin-right-sm"><text>优惠</text><text class="text-price text-red">{{shopOrder.discountMoney}}</text>
</view>
<view class="margin-right-sm" v-if="shopOrder.payStatus == 4"><text>已付款</text><text class="text-price text-red">{{shopOrder.payMoney - shopOrder.changeMoney}}</text>
<view class="margin-right-sm" v-if="shopOrder.payStatus == 4"><text>已付款</text><text class="text-price text-red">{{shopOrder.paidMoney}}</text>
</view>
<view class="text-lg" v-if="shopOrder.payStatus == 1"><text>实付款</text><text
class="text-price text-red text-lg text-bold">{{shopOrder.payMoney}}</text></view>

View File

@ -258,7 +258,7 @@
</view>
</view>
<view class="flex justify-end align-end margin-tb-sm">
<button class="cu-btn sm bg-yellow margin-right-sm"
<button class="cu-btn sm bg-yellow margin-right-sm" v-if="afterServiceRecord.customerFinalCheck != 1"
@click="afterServiceFinalCheck(afterServiceRecord.id, 1)">同意</button>
<button class="cu-btn sm bg-yellow margin-right-sm" v-if="afterServiceRecord.customerFinalCheck == null"
@click="afterServiceFinalCheck(afterServiceRecord.id, 0)">不同意</button>
@ -274,7 +274,7 @@
<view v-if="afterServiceRecord.originalRefund > 0">
<text>本单退款系统已发起原路退回</text>
<text class="text-red">{{afterServiceRecord.originalRefund}}</text>
<text>有其余部分的以双方沟通操作为准银行按工作日到帐节假日顺延到账</text>
<text>发起时间{{afterServiceRecord.refundApplyTime}}有其余部分的以双方沟通操作为准银行按工作日到帐节假日顺延到账</text>
</view>
<view v-else-if="afterServiceRecord.originalRefund == 0 && servDetail.payStatus == 0">
<text>本单未支付实际退回0.00</text>