|
|
@@ -69,7 +69,7 @@ export default {
|
|
69
|
69
|
VIPCode: '', //会员卡编号
|
|
70
|
70
|
customerName: '', //客户姓名
|
|
71
|
71
|
phoneNumber: '', //手机号码
|
|
72
|
|
- memberType: '', //会员类型
|
|
|
72
|
+ labelList: '', //会员标签
|
|
73
|
73
|
province: '', //省份
|
|
74
|
74
|
city: '', //市
|
|
75
|
75
|
county: '', //县区
|
|
|
@@ -115,7 +115,7 @@ export default {
|
|
115
|
115
|
pagesize: this.pageParams.pagesize, // int 每页几条信息
|
|
116
|
116
|
name: this.searchDatas.customerName.trim(), //客户姓名
|
|
117
|
117
|
phone: this.searchDatas.phoneNumber.trim(), //手机号码
|
|
118
|
|
- type: this.searchDatas.memberType, //会员类型
|
|
|
118
|
+ list: this.searchDatas.labelList, //会员标签
|
|
119
|
119
|
province: this.searchDatas.provinceCityText&&this.searchDatas.provinceCityText[0], //省份
|
|
120
|
120
|
city: this.searchDatas.provinceCityText[1]&&this.searchDatas.provinceCityText[1], //市
|
|
121
|
121
|
area: this.searchDatas.provinceCityText[2]&&this.searchDatas.provinceCityText[2], //县区
|
|
|
@@ -149,7 +149,7 @@ export default {
|
|
149
|
149
|
'&city=' + (this.searchDatas.provinceCityText.length>1?this.searchDatas.provinceCityText[1]:'') +
|
|
150
|
150
|
'&area=' + (this.searchDatas.provinceCityText.length>2?this.searchDatas.provinceCityText[2]:'') +
|
|
151
|
151
|
'&town=' + (this.searchDatas.provinceCityText.length>3?this.searchDatas.provinceCityText[3]:'') +
|
|
152
|
|
- '&type=' + this.searchDatas.memberType + //会员类型
|
|
|
152
|
+ '&list=' + this.searchDatas.labelList + //会员类型
|
|
153
|
153
|
'&address=' + this.searchDatas.address + //地址
|
|
154
|
154
|
'&recommender=' + this.searchDatas.referrer + //推荐人
|
|
155
|
155
|
'&saleperson=' + this.searchDatas.saleperson + //销售负责人
|