Commit e8b11411 authored by 黄媛媛's avatar 黄媛媛

update

parent 86e7ae62
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<span style="font-size:36px;color: #e95252;position: relative;top: -10px;" class="iconfont icon-shouru"></span> <span style="font-size:36px;color: #e95252;position: relative;top: -10px;" class="iconfont icon-shouru"></span>
</div> </div>
<div> <div>
<p style="color:#e95252;font-size:28px">{{datainfo.CouponNum}}</p> <p style="color:#e95252;font-size:28px;"><span style="text-decoration: underline;">{{datainfo.CouponNum}}</span></p>
</div> </div>
</div> </div>
...@@ -298,6 +298,7 @@ export default { ...@@ -298,6 +298,7 @@ export default {
color:#2C3343; color:#2C3343;
width: 100px; width: 100px;
height:70px; height:70px;
} }
#CustomerA .third .circleItem{ #CustomerA .third .circleItem{
width: 20%; width: 20%;
......
...@@ -398,7 +398,7 @@ ...@@ -398,7 +398,7 @@
<td>{{item.tradeTotal}}</td> <td>{{item.tradeTotal}}</td>
<td>{{item.inquireCount}}</td> <td>{{item.inquireCount}}</td>
<td>{{item.allianceName}}</td> <td>{{item.allianceName}}</td>
<td><span style="cursor: pointer;" @click.stop="goUrC('CouponsList',item.customerAccountId)">{{item.couponNum}}</span></td> <td><span style="cursor: pointer;text-decoration: underline;" @click.stop="goUrC('CouponsList',item.customerAccountId)">{{item.couponNum}}</span></td>
<td> <td>
<el-tooltip class="item" effect="dark" content="账户管理" placement="top-start"> <el-tooltip class="item" effect="dark" content="账户管理" placement="top-start">
<el-button style="padding:4px" @click.stop="goUrlT('empBankAccount',item.customerId)" type="danger" icon="iconfont icon-guanliyuan" circle></el-button> <el-button style="padding:4px" @click.stop="goUrlT('empBankAccount',item.customerId)" type="danger" icon="iconfont icon-guanliyuan" circle></el-button>
......
...@@ -135,22 +135,23 @@ ...@@ -135,22 +135,23 @@
v-loading="loading" v-loading="loading"
> >
<tr> <tr>
<th width="15%">{{$t('salesModule.storeName')}} <th width="14%">{{$t('salesModule.storeName')}}
<!--<label><input type="checkbox" v-model="isCkedAll" @click='checkedAll()' style="vertical-align: middle;"/>门店名称</label>--> <!--<label><input type="checkbox" v-model="isCkedAll" @click='checkedAll()' style="vertical-align: middle;"/>门店名称</label>-->
</th> </th>
<th width="7%">{{$t('hotel.suplier_contact')}}</th> <th width="7%">{{$t('hotel.suplier_contact')}}</th>
<th width="10%">{{$t('restaurant.res_ContactNumber')}}</th> <th width="8%">{{$t('restaurant.res_ContactNumber')}}</th>
<th width="20%">{{$t('admin.admin_address')}}</th> <th width="18%">{{$t('admin.admin_address')}}</th>
<th width="7%">{{$t('salesModule.belongUnion')}}</th> <th width="7%">{{$t('salesModule.belongUnion')}}</th>
<th width="8%">{{$t('salesModule.SuoSales')}}</th> <th width="8%">{{$t('salesModule.SuoSales')}}</th>
<th width="8%">{{$t('salesModule.CustomerStatus')}}</th> <th width="8%">{{$t('salesModule.CustomerStatus')}}</th>
<th width="5%">{{$t('salesModule.belongUnion')}}</th> <th width="5%">{{$t('salesModule.belongUnion')}}</th>
<th width="5%">{{$t('salesModule.HappinessPassbook')}}</th> <th width="5%">{{$t('salesModule.HappinessPassbook')}}</th>
<th width="10%">{{$t('pub.pubRemark')}}</th> <th width="4%">优惠券</th>
<th width="8%">{{$t('pub.pubRemark')}}</th>
<th width="14%">{{$t('system.table_operation')}}</th> <th width="14%">{{$t('system.table_operation')}}</th>
</tr> </tr>
<tr> <tr>
<td colspan="11" align="center" v-show="list.length==0">{{$t('system.content_noData')}}</td> <td colspan="12" align="center" v-show="list.length==0">{{$t('system.content_noData')}}</td>
</tr> </tr>
<tr v-for="(item,index) in list"> <tr v-for="(item,index) in list">
<td> <td>
...@@ -177,6 +178,12 @@ ...@@ -177,6 +178,12 @@
<td>{{valueToWord(item.CustomerStatus)}}</td> <td>{{valueToWord(item.CustomerStatus)}}</td>
<td>{{item.TotalPrice}}</td> <td>{{item.TotalPrice}}</td>
<td>{{item.CL_Balance}}</td> <td>{{item.CL_Balance}}</td>
<td>
<span style="cursor: pointer;text-decoration: underline;" @click.stop="goUrC('CouponsList',item.CustomerAccountId)">
{{item.CouponNum}}
</span>
</td>
<td>{{item.Remark}}</td> <td>{{item.Remark}}</td>
<td> <td>
...@@ -635,7 +642,16 @@ export default { ...@@ -635,7 +642,16 @@ export default {
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
},err=>{}) },err=>{})
}, },
goUrC(path, customerId) {
this.$router.push({
name: path,
query: {
"customerId": customerId,
blank: 'y'
}
})
},
getUrl(item){ getUrl(item){
this.$router.push({ name:"CustomerAnalysis",query:{"customerId":item.CustomerIdS,blank: 'y'} }) this.$router.push({ name:"CustomerAnalysis",query:{"customerId":item.CustomerIdS,blank: 'y'} })
}, },
......
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