Commit d85b6380 authored by 吴春's avatar 吴春

优惠券统计

parent 7ca9e0b2
......@@ -47,7 +47,7 @@
<el-option :label="$t('pub.pleaseSel')" value="0"></el-option>
<el-option :label="$t('active.cl_wsyong')" value="1"></el-option>
<el-option :label="$t('active.cl_ysyong')" value="2"></el-option>
<el-option :label="$t('active.cl_yzfei')" value="3"></el-option>
<!-- <el-option :label="$t('active.cl_yzfei')" value="3"></el-option> -->
</el-select>
</span>
</li>
......@@ -89,9 +89,8 @@
CountData.allUCount
}}</span>&nbsp;&nbsp;&nbsp;&nbsp;未使用数:<span class="colorE95252">{{
CountData.allNCount
}}</span>&nbsp;&nbsp;&nbsp;&nbsp;作废数:<span class="colorE95252">{{
CountData.allFCount
}}</span>
</div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0">
<tr>
......@@ -118,9 +117,10 @@
{{item.couponsName}}</td>
<td>{{item.couponsType==1?("满"+item.useCondition+"元减"+item.denomination+"元"):("满"+item.useCondition+"打"+item.denomination+"折")}}</td>
<td>
<span v-if="item.useState == 1" style="color: green">{{$t('active.cl_wsyong')}}</span>
<span v-if="item.useState == 2" style="color: gary">{{$t('active.cl_ysyong')}}</span>
<span v-if="item.useState == 3" style="color: red">{{$t('active.cl_yzfei')}}</span>
<span v-else style="color: gary">{{$t('active.cl_ysyong')}}</span>
<!-- <span v-if="item.useState == 3" style="color: red">{{$t('active.cl_yzfei')}}</span> -->
</td>
<td>{{item.acessDate }}</td>
<td>{{item.effectDate }}{{item.expirationDate }}</td>
......@@ -271,7 +271,8 @@
this.apipost("coupon_post_GetDropDowmList", {
"CouponsName": "",
"BranchId": -1,
"CustomerType":this.msg.CustomerType
"CustomerType":this.msg.CustomerType,
"QGuoQi":1,
}, res => {
if (res.data.resultCode == 1) {
this.CouponList = res.data.data;
......
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