|
|
@@ -96,17 +96,17 @@
|
|
|
|
|
|
<view v-if="detailInfo.debt == 1 || detailInfo.clearId > 0" class="bills-info_box content-box">
|
|
|
<view class="order-info_box" v-if="detailInfo.debt == 1">
|
|
|
- <view>欠款状态:</view>
|
|
|
+ <view>赊账状态:</view>
|
|
|
<view style="font-weight:bold;color:red;">是</view>
|
|
|
<view class="price">
|
|
|
- <text @click="goToSettle(detailInfo)" style="font-weight:normal;color:#3385FF;">全部欠款</text>
|
|
|
+ <text @click="goToSettle(detailInfo)" style="font-weight:normal;color:#3385FF;">全部赊账</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="order-info_box" v-else>
|
|
|
- <view>欠款状态:</view>
|
|
|
- <view v-if="detailInfo.clearId > 0">已结帐</view>
|
|
|
+ <view>赊账状态:</view>
|
|
|
+ <view v-if="detailInfo.clearId > 0">已结清</view>
|
|
|
<view class="price" v-if="detailInfo.clearId > 0">
|
|
|
- <button @click="pageTo({url: '/admin/clear/info',query: {id: detailInfo.clearId}})" class="admin-button-com">查看帐单</button>
|
|
|
+ <button @click="pageTo({url: '/admin/clear/info',query: {id: detailInfo.clearId}})" class="admin-button-com">查看结账单</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|