|
@@ -14,7 +14,7 @@
|
|
<a-row :gutter="15">
|
|
<a-row :gutter="15">
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
<a-form-model-item label="下推时间" prop="time">
|
|
<a-form-model-item label="下推时间" prop="time">
|
|
- <rangeDate ref="rangeDate" :value="queryParam.time" @change="dateChange" />
|
|
|
|
|
|
+ <rangeDate ref="rangeDate" :value="time" @change="dateChange" />
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24">
|
|
<a-col :md="6" :sm="24">
|
|
@@ -108,7 +108,8 @@ import {
|
|
import {
|
|
import {
|
|
reportSalesBillList,
|
|
reportSalesBillList,
|
|
reportSalesBillCount,
|
|
reportSalesBillCount,
|
|
- reportSalesBillExport
|
|
|
|
|
|
+ reportSalesBillExport,
|
|
|
|
+ querySaleAreaPage
|
|
} from '@/api/reportData'
|
|
} from '@/api/reportData'
|
|
export default {
|
|
export default {
|
|
name: 'SalesOrderTotalList',
|
|
name: 'SalesOrderTotalList',
|
|
@@ -160,7 +161,7 @@ export default {
|
|
this.disabled = true
|
|
this.disabled = true
|
|
this.spinning = true
|
|
this.spinning = true
|
|
const params = Object.assign(parameter, this.queryParam)
|
|
const params = Object.assign(parameter, this.queryParam)
|
|
- return reportSalesBillList(params).then(res => {
|
|
|
|
|
|
+ return querySaleAreaPage(params).then(res => {
|
|
let data
|
|
let data
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
data = res.data
|
|
data = res.data
|