|
@@ -101,7 +101,7 @@ import { STable, VSelect } from '@/components'
|
|
|
import { dealerProductBrandQuery } from '@/api/dealerProductBrand'
|
|
|
import { dealerProductTypeList } from '@/api/dealerProductType'
|
|
|
import rangeDate from '@/views/common/rangeDate.vue'
|
|
|
-import { reportPageList, linkageReportTotal } from '@/api/reportData'
|
|
|
+import { reportPageList, reportStockPutOutCount } from '@/api/reportData'
|
|
|
export default {
|
|
|
components: { STable, VSelect, rangeDate },
|
|
|
data () {
|
|
@@ -210,7 +210,7 @@ export default {
|
|
|
},
|
|
|
// 查询总计
|
|
|
getCount (params) {
|
|
|
- linkageReportTotal(params).then(res => {
|
|
|
+ reportStockPutOutCount(params).then(res => {
|
|
|
if (res.status == 200 && res.data) {
|
|
|
this.totalData = res.data
|
|
|
} else {
|