提交 06d98d06 编写于 作者: zhangzhiwei's avatar zhangzhiwei

.

此差异已折叠。
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<span>{{scope.row.supplyPrice}}</span> <span>{{scope.row.supplyPrice}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="purchasePrice" label="采购价(¥)" align="center" v-if="!priceformulaId"> <el-table-column prop="purchasePrice" label="采购价(¥)" align="center" v-if="!priceformulaId&&false">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.purchasePrice}}</span> <span>{{scope.row.purchasePrice}}</span>
</template> </template>
......
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="purchasePrice" label="采购价" width="120" v-if="!priceformulaId"> <el-table-column prop="purchasePrice" label="采购价" width="120" v-if="!priceformulaId&&false">
<!-- <template slot="header" slot-scope="scope"> <!-- <template slot="header" slot-scope="scope">
<el-tooltip placement="top" effect="light" v-if="pifaTip"> <el-tooltip placement="top" effect="light" v-if="pifaTip">
<div slot="content"> <div slot="content">
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<p class="price">供货价:{{scope.row.supplyPrice}}</p> <p class="price">供货价:{{scope.row.supplyPrice}}</p>
<div v-if="!priceformulaId"> <div v-if="!priceformulaId">
<p class="price">采购价:{{scope.row.purchasePrice}}</p> <!--<p class="price">采购价:{{scope.row.purchasePrice}}</p>-->
<p class="price">优惠价:{{scope.row.salePrice}}</p> <p class="price">优惠价:{{scope.row.salePrice}}</p>
<p class="price">零售价:{{scope.row.productPrice}}</p> <p class="price">零售价:{{scope.row.productPrice}}</p>
</div> </div>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册