fix
This commit is contained in:
parent
ebead5eb61
commit
9ad704af91
|
|
@ -39,7 +39,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="margin-right-sm"><text>优惠</text><text class="text-price text-red">{{shopOrder.discountMoney}}</text>
|
<view class="margin-right-sm"><text>优惠</text><text class="text-price text-red">{{shopOrder.discountMoney}}</text>
|
||||||
</view>
|
</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>
|
||||||
<view class="text-lg" v-if="shopOrder.payStatus == 1"><text>实付款</text><text
|
<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>
|
class="text-price text-red text-lg text-bold">{{shopOrder.payMoney}}</text></view>
|
||||||
|
|
|
||||||
|
|
@ -258,7 +258,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex justify-end align-end margin-tb-sm">
|
<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>
|
@click="afterServiceFinalCheck(afterServiceRecord.id, 1)">同意</button>
|
||||||
<button class="cu-btn sm bg-yellow margin-right-sm" v-if="afterServiceRecord.customerFinalCheck == null"
|
<button class="cu-btn sm bg-yellow margin-right-sm" v-if="afterServiceRecord.customerFinalCheck == null"
|
||||||
@click="afterServiceFinalCheck(afterServiceRecord.id, 0)">不同意</button>
|
@click="afterServiceFinalCheck(afterServiceRecord.id, 0)">不同意</button>
|
||||||
|
|
@ -274,7 +274,7 @@
|
||||||
<view v-if="afterServiceRecord.originalRefund > 0">
|
<view v-if="afterServiceRecord.originalRefund > 0">
|
||||||
<text>本单退款,系统已发起原路退回</text>
|
<text>本单退款,系统已发起原路退回</text>
|
||||||
<text class="text-red">{{afterServiceRecord.originalRefund}}</text>
|
<text class="text-red">{{afterServiceRecord.originalRefund}}</text>
|
||||||
<text>元,有其余部分的以双方沟通操作为准(注:银行按工作日到帐,节假日顺延到账)。</text>
|
<text>元,发起时间:{{afterServiceRecord.refundApplyTime}},有其余部分的以双方沟通操作为准(注:银行按工作日到帐,节假日顺延到账)。</text>
|
||||||
</view>
|
</view>
|
||||||
<view v-else-if="afterServiceRecord.originalRefund == 0 && servDetail.payStatus == 0">
|
<view v-else-if="afterServiceRecord.originalRefund == 0 && servDetail.payStatus == 0">
|
||||||
<text>本单未支付,实际退回0.00元</text>
|
<text>本单未支付,实际退回0.00元</text>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue