|
@@ -108,8 +108,8 @@
|
|
<p v-else>单价: <span class="none">¥{{pros.price | NumFormat}}</span></p>
|
|
<p v-else>单价: <span class="none">¥{{pros.price | NumFormat}}</span></p>
|
|
</div>
|
|
</div>
|
|
<p class="col">税率:<span class="none">{{pros.taxRate}}%</span></p>
|
|
<p class="col">税率:<span class="none">{{pros.taxRate}}%</span></p>
|
|
- <p class="col" v-if="pros.svipPriceType === 2">折扣:<span class="none">{{pros.discount == null ? '0' : pros.discount}}%</span></p>
|
|
|
|
- <p class="col">折后单价:<span class="none">¥{{pros.discountPrice | NumFormat}}</span></p>
|
|
|
|
|
|
+<!-- <p class="col" v-if="pros.svipPriceType === 2">折扣:<span class="none">{{pros.discount == null ? '0' : pros.discount}}%</span></p>-->
|
|
|
|
+<!-- <p class="col">折后单价:<span class="none">¥{{pros.discountPrice | NumFormat}}</span></p>-->
|
|
<!-- 促销活动 -->
|
|
<!-- 促销活动 -->
|
|
<div v-if="pros.productPromotion && pros.productPromotion.type !=3" class="priceTag">
|
|
<div v-if="pros.productPromotion && pros.productPromotion.type !=3" class="priceTag">
|
|
<i v-if="pros.productPromotion.type==1 && pros.productPromotion.mode==1" @click="toggleThisLadder($event)" class="tag icon mIcon" v-text="pros.productPromotion.name+':¥'+toFloat(pros.productPromotion.touchPrice)"></i>
|
|
<i v-if="pros.productPromotion.type==1 && pros.productPromotion.mode==1" @click="toggleThisLadder($event)" class="tag icon mIcon" v-text="pros.productPromotion.name+':¥'+toFloat(pros.productPromotion.touchPrice)"></i>
|