Browse Source

提交修改

newStyle
douzhuo 1 year ago
parent
commit
725badfa23
2 changed files with 19 additions and 0 deletions
  1. +4
    -0
      src/views/Statistics/ConsultantBrand.vue
  2. +15
    -0
      src/views/Statistics/TheTeamCompared.vue

+ 4
- 0
src/views/Statistics/ConsultantBrand.vue View File

@@ -1076,6 +1076,7 @@ export default {
type: 1,
current: 1,
size: 1,
marketingBusiness: this.marketingBusiness.join(","),
};
// exportMethodPost()
exportMethodPost(
@@ -1145,6 +1146,7 @@ export default {
dateType: 0,
statDateStart: this.statDateStart,
statDateEnd: this.statDateEnd,
marketingBusiness: this.marketingBusiness.join(","),
};
if (this.dateType == 7) {
pamaet.dateType = null;
@@ -1216,6 +1218,7 @@ export default {
type,
marketingId,
words,
marketingBusiness: this.marketingBusiness.join(","),
});
this["sum" + type] = res.data.sum || 0;
this["num" + type] = res.data.num || 0;
@@ -1288,6 +1291,7 @@ export default {
size: this.size,
deptId: this.deptId,
dateType: this.dateType == 7 ? null : this.dateType,
marketingBusiness: this.marketingBusiness.join(","),
})
.then((res) => {
this.tableData = res.data.records;


+ 15
- 0
src/views/Statistics/TheTeamCompared.vue View File

@@ -828,6 +828,7 @@ export default {
dateType: 0,
statDateStart: this.statDateStart,
statDateEnd: this.statDateEnd,
marketingBusiness: this.marketingBusiness.join(','),
};
if (this.TimetoAhoose == 7) {
pamaet.dateType = null;
@@ -871,6 +872,8 @@ export default {
dateType: 0,
statDateStart: this.statDateStart,
statDateEnd: this.statDateEnd,
marketingBusiness: this.marketingBusiness.join(','),

};

if (this.TimetoAhoose == 7) {
@@ -899,6 +902,8 @@ export default {
statDateStart: this.statDateStart,
statDateEnd: this.statDateEnd,
type: 1,
marketingBusiness: this.marketingBusiness.join(','),

};
if (this.TimetoAhoose == 7) {
pamaet.dateType = null;
@@ -934,6 +939,8 @@ export default {
statDateStart: this.statDateStart,
statDateEnd: this.statDateEnd,
type: 2,
marketingBusiness: this.marketingBusiness.join(','),

};
if (this.TimetoAhoose == 7) {
pamaet.dateType = null;
@@ -974,6 +981,8 @@ export default {
statDateEnd: this.statDateEnd,
type: 3,
marketingId: this.teamAllLevelid,
marketingBusiness: this.marketingBusiness.join(','),

};
if (this.TimetoAhoose == 7) {
pamaet.dateType = null;
@@ -1004,6 +1013,8 @@ export default {
statDateStart: this.statDateStart,
statDateEnd: this.statDateEnd,
type: 4,
marketingBusiness: this.marketingBusiness.join(','),

};
if (this.TimetoAhoose == 7) {
pamaet.dateType = null;
@@ -1052,6 +1063,8 @@ export default {
statDateStart: this.statDateStart,
statDateEnd: this.statDateEnd,
type: 6,
marketingBusiness: this.marketingBusiness.join(','),

};
if (this.TimetoAhoose == 7) {
pamaet.dateType = null;
@@ -1238,6 +1251,8 @@ export default {
statDateEnd: this.statDateEnd,
type: 5,
words: this.teamAllLeve2id,
marketingBusiness: this.marketingBusiness.join(','),

};
if (this.TimetoAhoose == 7) {
pamaet.dateType = null;


Loading…
Cancel
Save