|
@@ -269,15 +269,15 @@ export default {
|
|
|
showDiscount: false,
|
|
|
showCell: false,
|
|
|
time: [
|
|
|
- getDate.getMonthDays(12).starttime,
|
|
|
- getDate.getMonthDays(12).endtime
|
|
|
+ getDate.getMonthDays(3).starttime,
|
|
|
+ getDate.getMonthDays(3).endtime
|
|
|
],
|
|
|
auditTime: [],
|
|
|
outWareTime: [],
|
|
|
// 查询参数
|
|
|
queryParam: {
|
|
|
- beginDate: getDate.getMonthDays(12).starttime,
|
|
|
- endDate: getDate.getMonthDays(12).endtime,
|
|
|
+ beginDate: getDate.getMonthDays(3).starttime,
|
|
|
+ endDate: getDate.getMonthDays(3).endtime,
|
|
|
auditBeginDate: '',
|
|
|
auditEndDate: '',
|
|
|
outWarehouseBeginDate: '',
|
|
@@ -503,8 +503,8 @@ export default {
|
|
|
// 重置数据
|
|
|
resetData (flag) {
|
|
|
this.$refs.rangeDate.resetDate(flag ? '' : this.time)
|
|
|
- this.queryParam.beginDate = flag ? '' : getDate.getMonthDays(12).starttime
|
|
|
- this.queryParam.endDate = flag ? '' : getDate.getMonthDays(12).endtime
|
|
|
+ this.queryParam.beginDate = flag ? '' : getDate.getMonthDays(3).starttime
|
|
|
+ this.queryParam.endDate = flag ? '' : getDate.getMonthDays(3).endtime
|
|
|
|
|
|
this.queryParam.auditBeginDate = ''
|
|
|
this.queryParam.auditEndDate = ''
|