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

.

此差异已折叠。
......@@ -72,7 +72,7 @@
<span>{{scope.row.supplyPrice}}</span>
</template>
</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">
<span>{{scope.row.purchasePrice}}</span>
</template>
......
......@@ -323,7 +323,7 @@
</template>
</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">
<el-tooltip placement="top" effect="light" v-if="pifaTip">
<div slot="content">
......
......@@ -74,7 +74,7 @@
<template slot-scope="scope">
<p class="price">供货价:{{scope.row.supplyPrice}}</p>
<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.productPrice}}</p>
</div>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册