Commit d85b6380 authored by 吴春's avatar 吴春

优惠券统计

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