Commit a317e9db authored by youjie's avatar youjie

列表优惠券显示

parent de9bda43
......@@ -389,6 +389,11 @@
@click="seeBJD(item.quotationUrl)">
查看报价单
</div>
<div v-if="item.autoCouponId!=-1">优惠券:
<template v-if="item.autoCouponId==0">待发放</template>
<template v-if="item.autoCouponId==1">已发放</template>
<template v-if="item.autoCouponId==2">已撤回</template>
</div>
</td>
<td>
<p class="over_ellipsis" style="width: 150px" :title="item.contactName">
......
......@@ -1692,7 +1692,7 @@
">
{{ item.tcnum }}
</p>
<p class="fz12 over_ellipsis" style="width: 100%">
{{ item.commissionSPeopleName }}
</p>
......@@ -1742,6 +1742,11 @@
@click="seeBJD(item.quotationUrl)">
查看报价单
</div>
<div v-if="item.autoCouponId!=-1">优惠券:
<span v-if="item.autoCouponId==0" style="color: red">待发放</span>
<span v-if="item.autoCouponId==1" style="color: green">已发放</span>
<span v-if="item.autoCouponId==2" style="color: red">已撤回</span>
</div>
</td>
<td>
<p class="fz12 over_ellipsis" style="width: 120px" :title="item.contactName">
......
......@@ -1867,6 +1867,11 @@
@click="seeBJD(item.quotationUrl)">
查看报价单
</div>
<div v-if="item.autoCouponId!=-1">优惠券:
<span v-if="item.autoCouponId==0" style="color: red">待发放</span>
<span v-if="item.autoCouponId==1" style="color: green">已发放</span>
<span v-if="item.autoCouponId==2" style="color: red">已撤回</span>
</div>
</td>
<td>
<p v-if="
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment