shish 1 ماه پیش
والد
کامیت
bd30b2be22
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      hdApp/src/pagesPurchase/purDetails.vue

+ 2 - 2
hdApp/src/pagesPurchase/purDetails.vue

@@ -139,9 +139,9 @@
       <view v-if="detailInfo.debt == 1 || detailInfo.debt == 2" 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 class="order-info_box" v-if="detailInfo.debt == 1">
           <view>本单待结:</view>
           <view>本单待结:</view>
-          <view style="font-weight:bold;color:red;font-size:29upx;">¥{{ detailInfo.realPrice ? parseFloat(detailInfo.realPrice) : 0}}</view>
+          <view style="font-weight:bold;color:red;font-size:29upx;">¥{{ detailInfo.remainDebtPrice ? parseFloat(detailInfo.remainDebtPrice) : 0}}</view>
           <view class="price">
           <view class="price">
-            <button @click="clearOrder" class="admin-button-com" style="padding:20upx 15upx;" v-if="detailInfo.remainDebtAmount>0">
+            <button @click="clearOrder" class="admin-button-com" style="padding:20upx 15upx;" v-if="detailInfo.remainDebtPrice>0">
             结清本单
             结清本单
             </button>
             </button>
           </view>
           </view>