|
@@ -145,6 +145,12 @@
|
|
<span class="cost_num">{{ accountDetails.payNum }}笔</span>
|
|
<span class="cost_num">{{ accountDetails.payNum }}笔</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
+ <!-- <el-row class="item mb20">
|
|
|
|
+ <el-col :span="13" class="name">打包费</el-col>
|
|
|
|
+ <el-col :span="11" class="cost">
|
|
|
|
+ <span class="cost_price">¥{{ accountDetails.platCouponPrice }}</span>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row> -->
|
|
<el-row class="item mb20">
|
|
<el-row class="item mb20">
|
|
<el-col :span="13" class="name">平台优惠券补贴</el-col>
|
|
<el-col :span="13" class="name">平台优惠券补贴</el-col>
|
|
<el-col :span="11" class="cost">
|
|
<el-col :span="11" class="cost">
|
|
@@ -187,6 +193,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</el-card>
|
|
</el-card>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<el-divider direction="vertical" />
|
|
<el-divider direction="vertical" />
|
|
@@ -260,20 +267,20 @@
|
|
</el-card>
|
|
</el-card>
|
|
<el-card body-style="background-color: #F9F9F9;padding: 20px 15px;" shadow="never" :bordered="false">
|
|
<el-card body-style="background-color: #F9F9F9;padding: 20px 15px;" shadow="never" :bordered="false">
|
|
<div slot="header" class="acea-row row-between-wrapper">
|
|
<div slot="header" class="acea-row row-between-wrapper">
|
|
- <span class="header_title">运费</span>
|
|
|
|
|
|
+ <span class="header_title">骑手配送费</span>
|
|
<div class="card_title">
|
|
<div class="card_title">
|
|
{{ Number(accountDetails.freight) >= 0 ? '' : '-' }}
|
|
{{ Number(accountDetails.freight) >= 0 ? '' : '-' }}
|
|
¥{{ Math.abs(accountDetails.freight) }}
|
|
¥{{ Math.abs(accountDetails.freight) }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<el-row class="item mb20">
|
|
<el-row class="item mb20">
|
|
- <el-col :span="13" class="name">支付运费</el-col>
|
|
|
|
|
|
+ <el-col :span="13" class="name">支付配送费</el-col>
|
|
<el-col :span="11" class="cost">
|
|
<el-col :span="11" class="cost">
|
|
<span class="cost_price">¥{{ accountDetails.freightFee }}</span>
|
|
<span class="cost_price">¥{{ accountDetails.freightFee }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row class="item">
|
|
<el-row class="item">
|
|
- <el-col :span="13" class="name">退还运费</el-col>
|
|
|
|
|
|
+ <el-col :span="13" class="name">退还配送费</el-col>
|
|
<el-col :span="11" class="cost">
|
|
<el-col :span="11" class="cost">
|
|
<span class="cost_price">-¥{{ accountDetails.refundFreightFee }}</span>
|
|
<span class="cost_price">-¥{{ accountDetails.refundFreightFee }}</span>
|
|
</el-col>
|
|
</el-col>
|