|
|
@@ -223,11 +223,11 @@
|
|
|
<p>¥{{JSON.parse(scope.row.jsonInfo).price.toFixed(2)}}</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="出库价" width="240" align="center">
|
|
|
- <template slot-scope="scope">
|
|
|
- <p>¥{{getOutboundPrice(scope.$index, scope.row).toFixed(2)}}</p>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column label="出库价" width="240" align="center">-->
|
|
|
+<!-- <template slot-scope="scope">-->
|
|
|
+<!-- <p>¥{{getOutboundPrice(scope.$index, scope.row).toFixed(2)}}</p>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
<el-table-column label="规格" width="240" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
{{JSON.parse(scope.row.jsonInfo).sku}}
|
|
|
@@ -287,22 +287,22 @@
|
|
|
¥{{order.payDelivery.toFixed(2)}}
|
|
|
</span>
|
|
|
</el-descriptions-item>
|
|
|
- <el-descriptions-item label="折扣率" >
|
|
|
- <span v-if="order!=null && productTotal > 0">
|
|
|
- {{ discountRatePercent }}%
|
|
|
- </span>
|
|
|
- <span v-else-if="order!=null">
|
|
|
- 0.00%
|
|
|
- </span>
|
|
|
- </el-descriptions-item>
|
|
|
- <el-descriptions-item label="产品合计" >
|
|
|
- <span v-if="order!=null && items!=null && items.length > 0">
|
|
|
- ¥{{productTotal.toFixed(2)}}
|
|
|
- </span>
|
|
|
- <span v-else-if="order!=null">
|
|
|
- ¥0.00
|
|
|
- </span>
|
|
|
- </el-descriptions-item>
|
|
|
+<!-- <el-descriptions-item label="折扣率" >-->
|
|
|
+<!-- <span v-if="order!=null && productTotal > 0">-->
|
|
|
+<!-- {{ discountRatePercent }}%-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- <span v-else-if="order!=null">-->
|
|
|
+<!-- 0.00%-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- </el-descriptions-item>-->
|
|
|
+<!-- <el-descriptions-item label="产品合计" >-->
|
|
|
+<!-- <span v-if="order!=null && items!=null && items.length > 0">-->
|
|
|
+<!-- ¥{{productTotal.toFixed(2)}}-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- <span v-else-if="order!=null">-->
|
|
|
+<!-- ¥0.00-->
|
|
|
+<!-- </span>-->
|
|
|
+<!-- </el-descriptions-item>-->
|
|
|
</el-descriptions>
|
|
|
|
|
|
<div style="margin-top: 20px">
|