|
|
|
@ -283,7 +283,7 @@
|
|
|
|
|
{ userId: that.accUserId,
|
|
|
|
|
startDate: stdate,
|
|
|
|
|
endDate: eddate,
|
|
|
|
|
regionId: that.changeData(that.regionId),
|
|
|
|
|
companyId: that.changeData(that.regionId),
|
|
|
|
|
shopId: that.changeData(that.shopId),
|
|
|
|
|
sellerId: that.changeData(that.sellerId),
|
|
|
|
|
pageNum : 1,
|
|
|
|
@ -344,7 +344,7 @@
|
|
|
|
|
{ userId: that.accUserId,
|
|
|
|
|
startDate: stdate,
|
|
|
|
|
endDate: eddate,
|
|
|
|
|
regionId: that.changeData(that.regionId),
|
|
|
|
|
companyId: that.changeData(that.regionId),
|
|
|
|
|
shopId: that.changeData(that.shopId),
|
|
|
|
|
sellerId: that.changeData(that.sellerId),
|
|
|
|
|
pageNum : that.pageNum,
|
|
|
|
@ -375,7 +375,7 @@
|
|
|
|
|
downSellerData: function () {
|
|
|
|
|
let that = this;
|
|
|
|
|
that.sellerList = [{"id":0,"name":"全部"}];
|
|
|
|
|
let request = {userId: that.accUserId, regionId: that.changeData(that.regionId), shopId:that.changeData( that.shopId)};
|
|
|
|
|
let request = {userId: that.accUserId, companyId: that.changeData(that.regionId), shopId:that.changeData( that.shopId)};
|
|
|
|
|
customerDetail.downSellerData(request, function (data) {
|
|
|
|
|
data = data.data.results;
|
|
|
|
|
if(data){
|
|
|
|
@ -392,7 +392,7 @@
|
|
|
|
|
let that = this;
|
|
|
|
|
that.shopList = [{"id":0,"name":"全部"}];
|
|
|
|
|
let request =
|
|
|
|
|
{userId: that.accUserId,regionId: that.changeData(that.regionId)};
|
|
|
|
|
{userId: that.accUserId,companyId: that.changeData(that.regionId)};
|
|
|
|
|
customerDetail.downShopData(request, function (data) {
|
|
|
|
|
data = data.data.results;
|
|
|
|
|
if(data){
|
|
|
|
|