|
@@ -5,7 +5,7 @@
|
|
</div> -->
|
|
</div> -->
|
|
<el-tabs v-model="activeName" @tab-click="handleClick">
|
|
<el-tabs v-model="activeName" @tab-click="handleClick">
|
|
<el-tab-pane label="待审核发票" name="todo">
|
|
<el-tab-pane label="待审核发票" name="todo">
|
|
- <y-page-list-layout :page-list="pageData1" :page-para="listQuery1" :get-page-list="getList1">
|
|
|
|
|
|
+ <y-page-list-layout :page-list="pageData1" :page-para="listQuery1" :get-page-list="getList1" :pageSizes="[10, 20, 30, 50, 100, 200, 500, 1000]">
|
|
<template slot="left">
|
|
<template slot="left">
|
|
<el-input v-model="listQuery1.keyword" placeholder="关键字搜索..." clearable
|
|
<el-input v-model="listQuery1.keyword" placeholder="关键字搜索..." clearable
|
|
style="margin-left: 20px;width: 500px;float: left;">
|
|
style="margin-left: 20px;width: 500px;float: left;">
|
|
@@ -120,7 +120,7 @@
|
|
</y-page-list-layout>
|
|
</y-page-list-layout>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
<el-tab-pane label="已开发票" name="done">
|
|
<el-tab-pane label="已开发票" name="done">
|
|
- <y-page-list-layout :page-list="pageData2" :page-para="listQuery2" :get-page-list="getList2">
|
|
|
|
|
|
+ <y-page-list-layout :page-list="pageData2" :page-para="listQuery2" :get-page-list="getList2" :pageSizes="[10, 20, 30, 50, 100, 200, 500, 1000]">
|
|
<template slot="left">
|
|
<template slot="left">
|
|
<el-input v-model="listQuery2.keyword" placeholder="关键字搜索..." clearable
|
|
<el-input v-model="listQuery2.keyword" placeholder="关键字搜索..." clearable
|
|
style="margin-left: 20px;width: 500px;float: left;">
|
|
style="margin-left: 20px;width: 500px;float: left;">
|
|
@@ -240,7 +240,7 @@
|
|
</y-page-list-layout>
|
|
</y-page-list-layout>
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
<el-tab-pane label="已作废发票" name="cancle">
|
|
<el-tab-pane label="已作废发票" name="cancle">
|
|
- <y-page-list-layout :page-list="pageData3" :page-para="listQuery3" :get-page-list="getList3">
|
|
|
|
|
|
+ <y-page-list-layout :page-list="pageData3" :page-para="listQuery3" :get-page-list="getList3" :pageSizes="[10, 20, 30, 50, 100, 200, 500, 1000]">
|
|
<template slot="left">
|
|
<template slot="left">
|
|
<el-input v-model="listQuery3.keyword" placeholder="关键字搜索..." clearable
|
|
<el-input v-model="listQuery3.keyword" placeholder="关键字搜索..." clearable
|
|
style="margin-left: 20px;width: 500px;float: left;">
|
|
style="margin-left: 20px;width: 500px;float: left;">
|
|
@@ -556,21 +556,21 @@ export default {
|
|
pageData3: { records: [] },
|
|
pageData3: { records: [] },
|
|
listQuery1: {
|
|
listQuery1: {
|
|
page: 1,
|
|
page: 1,
|
|
- size: 10,
|
|
|
|
|
|
+ size: 1000,
|
|
descs: 'id',
|
|
descs: 'id',
|
|
keyword:null,
|
|
keyword:null,
|
|
state:'审核中'
|
|
state:'审核中'
|
|
},
|
|
},
|
|
listQuery2: {
|
|
listQuery2: {
|
|
page: 1,
|
|
page: 1,
|
|
- size: 10,
|
|
|
|
|
|
+ size: 1000,
|
|
descs: 'id',
|
|
descs: 'id',
|
|
keyword:null,
|
|
keyword:null,
|
|
state:'已开票'
|
|
state:'已开票'
|
|
},
|
|
},
|
|
listQuery3: {
|
|
listQuery3: {
|
|
page: 1,
|
|
page: 1,
|
|
- size: 10,
|
|
|
|
|
|
+ size: 1000,
|
|
descs: 'id',
|
|
descs: 'id',
|
|
keyword:null,
|
|
keyword:null,
|
|
state:'已作废'
|
|
state:'已作废'
|
|
@@ -709,7 +709,7 @@ export default {
|
|
this.applyDate1 = '';
|
|
this.applyDate1 = '';
|
|
this.listQuery1 = {
|
|
this.listQuery1 = {
|
|
current: 1,
|
|
current: 1,
|
|
- size: 10,
|
|
|
|
|
|
+ size: 1000,
|
|
descs: 'id',
|
|
descs: 'id',
|
|
state:'审核中'
|
|
state:'审核中'
|
|
}
|
|
}
|
|
@@ -719,7 +719,7 @@ export default {
|
|
searchList1() {
|
|
searchList1() {
|
|
// 重置分页
|
|
// 重置分页
|
|
this.listQuery1.page = 1
|
|
this.listQuery1.page = 1
|
|
- this.listQuery1.size = 10
|
|
|
|
|
|
+ this.listQuery1.size = 1000
|
|
if (this.planDate1){
|
|
if (this.planDate1){
|
|
this.listQuery1.pStartDate = this.planDate1[0];
|
|
this.listQuery1.pStartDate = this.planDate1[0];
|
|
this.listQuery1.pEndDate = this.planDate1[1];
|
|
this.listQuery1.pEndDate = this.planDate1[1];
|
|
@@ -736,7 +736,7 @@ export default {
|
|
this.applyDate2 = '';
|
|
this.applyDate2 = '';
|
|
this.listQuery2 = {
|
|
this.listQuery2 = {
|
|
current: 1,
|
|
current: 1,
|
|
- size: 10,
|
|
|
|
|
|
+ size: 1000,
|
|
descs: 'id',
|
|
descs: 'id',
|
|
state:'已开票'
|
|
state:'已开票'
|
|
}
|
|
}
|
|
@@ -746,7 +746,7 @@ export default {
|
|
searchList2() {
|
|
searchList2() {
|
|
// 重置分页
|
|
// 重置分页
|
|
this.listQuery2.page = 1
|
|
this.listQuery2.page = 1
|
|
- this.listQuery2.size = 10
|
|
|
|
|
|
+ this.listQuery2.size = 1000
|
|
if (this.planDate2){
|
|
if (this.planDate2){
|
|
this.listQuery2.pStartDate = this.planDate2[0];
|
|
this.listQuery2.pStartDate = this.planDate2[0];
|
|
this.listQuery2.pEndDate = this.planDate2[1];
|
|
this.listQuery2.pEndDate = this.planDate2[1];
|
|
@@ -763,7 +763,7 @@ export default {
|
|
this.applyDate3 = '';
|
|
this.applyDate3 = '';
|
|
this.listQuery3 = {
|
|
this.listQuery3 = {
|
|
current: 1,
|
|
current: 1,
|
|
- size: 10,
|
|
|
|
|
|
+ size: 1000,
|
|
descs: 'id',
|
|
descs: 'id',
|
|
state:'已作废'
|
|
state:'已作废'
|
|
}
|
|
}
|
|
@@ -773,7 +773,7 @@ export default {
|
|
searchList3() {
|
|
searchList3() {
|
|
// 重置分页
|
|
// 重置分页
|
|
this.listQuery3.page = 1
|
|
this.listQuery3.page = 1
|
|
- this.listQuery3.size = 10
|
|
|
|
|
|
+ this.listQuery3.size = 1000
|
|
if (this.planDate3){
|
|
if (this.planDate3){
|
|
this.listQuery3.pStartDate = this.planDate3[0];
|
|
this.listQuery3.pStartDate = this.planDate3[0];
|
|
this.listQuery3.pEndDate = this.planDate3[1];
|
|
this.listQuery3.pEndDate = this.planDate3[1];
|