|
@@ -140,11 +140,11 @@
|
|
|
<p>¥{{scope.row.price.toFixed(2)}}</p>
|
|
<p>¥{{scope.row.price.toFixed(2)}}</p>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</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">
|
|
<el-table-column label="市场价" width="240" align="center">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{scope.row.otPrice}}
|
|
{{scope.row.otPrice}}
|
|
@@ -181,14 +181,14 @@
|
|
|
<el-descriptions-item label="实付金额" > <span v-if="item!=null">{{item.payMoney}}</span> </el-descriptions-item>
|
|
<el-descriptions-item label="实付金额" > <span v-if="item!=null">{{item.payMoney}}</span> </el-descriptions-item>
|
|
|
<el-descriptions-item label="代收金额" > <span v-if="item!=null">{{item.payRemain}}</span> </el-descriptions-item>
|
|
<el-descriptions-item label="代收金额" > <span v-if="item!=null">{{item.payRemain}}</span> </el-descriptions-item>
|
|
|
<el-descriptions-item label="服务费" > <span v-if="item!=null">{{0.00}}</span> </el-descriptions-item>
|
|
<el-descriptions-item label="服务费" > <span v-if="item!=null">{{0.00}}</span> </el-descriptions-item>
|
|
|
- <el-descriptions-item label="折扣率" >
|
|
|
|
|
- <span v-if="item!=null && productTotal > 0">{{ discountRatePercent }}%</span>
|
|
|
|
|
- <span v-else-if="item!=null">0.00%</span>
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
- <el-descriptions-item label="产品合计" >
|
|
|
|
|
- <span v-if="item!=null && showProd!=null && showProd.length > 0">¥{{productTotal.toFixed(2)}}</span>
|
|
|
|
|
- <span v-else-if="item!=null">¥0.00</span>
|
|
|
|
|
- </el-descriptions-item>
|
|
|
|
|
|
|
+<!-- <el-descriptions-item label="折扣率" >-->
|
|
|
|
|
+<!-- <span v-if="item!=null && productTotal > 0">{{ discountRatePercent }}%</span>-->
|
|
|
|
|
+<!-- <span v-else-if="item!=null">0.00%</span>-->
|
|
|
|
|
+<!-- </el-descriptions-item>-->
|
|
|
|
|
+<!-- <el-descriptions-item label="产品合计" >-->
|
|
|
|
|
+<!-- <span v-if="item!=null && showProd!=null && showProd.length > 0">¥{{productTotal.toFixed(2)}}</span>-->
|
|
|
|
|
+<!-- <span v-else-if="item!=null">¥0.00</span>-->
|
|
|
|
|
+<!-- </el-descriptions-item>-->
|
|
|
</el-descriptions>
|
|
</el-descriptions>
|
|
|
<div style="float: right;margin: 20px" v-if="item.payMoney!=null">
|
|
<div style="float: right;margin: 20px" v-if="item.payMoney!=null">
|
|
|
合计:<span class="color-danger">¥{{item.payMoney.toFixed(2)}}</span>
|
|
合计:<span class="color-danger">¥{{item.payMoney.toFixed(2)}}</span>
|