|
|
@ -147,12 +147,12 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
mounted: function () {
|
|
|
|
mounted: function () {
|
|
|
|
let startDate = this.$moment(new Date()).add(-6, "day").format("YYYY-MM-DD");
|
|
|
|
let startDate = this.$moment().format("YYYY-MM-DD");
|
|
|
|
let endDate = this.$moment(new Date()).format("YYYY-MM-DD");
|
|
|
|
let endDate = this.$moment().format("YYYY-MM-DD");
|
|
|
|
this.selectDate.push(startDate);
|
|
|
|
this.selectDate.push(startDate);
|
|
|
|
this.selectDate.push(endDate);
|
|
|
|
this.selectDate.push(endDate);
|
|
|
|
this.allCompany();
|
|
|
|
this.allCompany();
|
|
|
|
this.generalizeOfRetail();
|
|
|
|
// this.generalizeOfRetail();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
onChangeDateLister(date) {
|
|
|
|
onChangeDateLister(date) {
|
|
|
|