瀏覽代碼

Merge branch 'develop_yh54' of jianguan-web/qpls-md-html into develop_yh56

李磊 2 月之前
父節點
當前提交
0abfa04f84
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/salesManagement/onlinePayOrder/detail.vue

+ 1 - 1
src/views/salesManagement/onlinePayOrder/detail.vue

@@ -81,7 +81,7 @@
                 总成本:<strong>{{ detailData&&(detailData.totalCost || detailData.totalCost==0) ? toThousands(detailData.totalCost) : '--' }}</strong>;
                 总毛利:<strong>{{ detailData&&(detailData.grossProfit || detailData.grossProfit==0) ? toThousands(detailData.grossProfit) : '--' }}</strong>;
               </template>
-              <span>实收总售价:<strong>{{ detailData&&(detailData.totalRealAmount || detailData.totalRealAmount==0) ? toThousands(detailData.totalRealAmount) : '--' }}</strong>;</span>
+              <span>实收总售价:<strong>{{ detailData&&(detailData.discountedAmount || detailData.discountedAmount==0) ? toThousands(detailData.discountedAmount) : '--' }}</strong>;</span>
               <span v-if="detailData&&detailData.sourceType&&detailData.sourceType==='XPRH_PURCHASE'"> 返券金额:<strong>{{ detailData&&(detailData.totalGiveAmount || detailData.totalGiveAmount==0) ? toThousands(detailData.totalGiveAmount) : '--' }}</strong>;</span>
               <span>抵扣金额:<strong>{{ detailData&&(detailData.subsidyAmount || detailData.subsidyAmount==0) ? toThousands(detailData.subsidyAmount) : '--' }}</strong>;</span>
             </div>