|
@@ -5,7 +5,7 @@
|
|
ref="pageRef"
|
|
ref="pageRef"
|
|
:tableEvents="tableEvents"
|
|
:tableEvents="tableEvents"
|
|
:tableAttributes="tableAttributes"
|
|
:tableAttributes="tableAttributes"
|
|
- :getList="getList"
|
|
|
|
|
|
+ :getList="getListf"
|
|
:exportList="exportList"
|
|
:exportList="exportList"
|
|
:operation="operation()"
|
|
:operation="operation()"
|
|
:operationColumnWidth="200"
|
|
:operationColumnWidth="200"
|
|
@@ -215,7 +215,6 @@ export default {
|
|
|
|
|
|
created() {
|
|
created() {
|
|
this.getSalesmanList()
|
|
this.getSalesmanList()
|
|
- // this.getList()
|
|
|
|
this.getCategoryList()
|
|
this.getCategoryList()
|
|
this.isShow = false
|
|
this.isShow = false
|
|
if (this.$route.query && this.$route.query.isShow) {
|
|
if (this.$route.query && this.$route.query.isShow) {
|
|
@@ -234,7 +233,7 @@ export default {
|
|
// },
|
|
// },
|
|
methods: {
|
|
methods: {
|
|
// 列表请求函数
|
|
// 列表请求函数
|
|
- getList: invoiceListRetailV2,
|
|
|
|
|
|
+ getListf: invoiceListRetailV2,
|
|
// 列表导出函数
|
|
// 列表导出函数
|
|
exportList: invoiceListRetailV2Export,
|
|
exportList: invoiceListRetailV2Export,
|
|
// 表格列解析渲染数据更改
|
|
// 表格列解析渲染数据更改
|