|
|
@@ -136,7 +136,7 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="detailInfo.debt == 1 || detailInfo.clearId > 0" class="bills-info_box content-box">
|
|
|
+ <view v-if="detailInfo.debt == 1 || detailInfo.debt == 2" class="bills-info_box content-box">
|
|
|
<view class="order-info_box" v-if="detailInfo.debt == 1">
|
|
|
<view>本单待结:</view>
|
|
|
<view style="font-weight:bold;color:red;font-size:29upx;">¥{{ detailInfo.realPrice ? parseFloat(detailInfo.realPrice) : 0}}</view>
|
|
|
@@ -147,15 +147,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="order-info_box" v-else>
|
|
|
- <view>本单金额:</view>
|
|
|
- <view v-if="detailInfo.clearId > 0 && $util.isEmpty(detailInfo.orderClearList)" style="font-weight:bold;color:#3385FF;font-size:29upx;">已结清</view>
|
|
|
- <view v-else-if="!$util.isEmpty(detailInfo.orderClearList) && Number(detailInfo.remainDebtAmount)<=0" style="font-weight:bold;color:#3385FF;font-size:29upx;">已结清</view>
|
|
|
- <view class="price" v-if="detailInfo.clearId > 0 && $util.isEmpty(detailInfo.orderClearList)">
|
|
|
- <button style="padding:20upx 15upx;" @click="goClearBill({ clearId: detailInfo.clearId })" class="admin-button-com">查看账单</button>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
<view class="order-info_box order-clear-bills" v-if="!$util.isEmpty(detailInfo.orderClearList)" style="margin-top:20upx;">
|
|
|
<view>账单信息:</view>
|
|
|
<view class="order-clear-bills__links">
|