|  |  |  | @ -40,7 +40,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  |       <pagination style="height: 20px" | 
			
		
	
		
			
				
					|  |  |  |  |                   v-show="total>0" | 
			
		
	
		
			
				
					|  |  |  |  |                   :total="total" | 
			
		
	
		
			
				
					|  |  |  |  |                   :page-sizes=[12,24,48] | 
			
		
	
		
			
				
					|  |  |  |  |                   :page-sizes=[24,48,96] | 
			
		
	
		
			
				
					|  |  |  |  |                   :page.sync="filterQuery.page" | 
			
		
	
		
			
				
					|  |  |  |  |                   :limit.sync="filterQuery.limit" | 
			
		
	
		
			
				
					|  |  |  |  |                   @pagination="getList" | 
			
		
	
	
		
			
				
					|  |  |  | @ -58,8 +58,8 @@ | 
			
		
	
		
			
				
					|  |  |  |  |     > | 
			
		
	
		
			
				
					|  |  |  |  |       <addOrder | 
			
		
	
		
			
				
					|  |  |  |  |         :closeDialog="closeDialog" | 
			
		
	
		
			
				
					|  |  |  |  |         :orderQuery="idQuery" | 
			
		
	
		
			
				
					|  |  |  |  |         :sickerAdNum="sickerAdNum" | 
			
		
	
		
			
				
					|  |  |  |  |         :orderQuery="this.idQuery" | 
			
		
	
		
			
				
					|  |  |  |  |         :sickerAdNum="this.sickerAdNum" | 
			
		
	
		
			
				
					|  |  |  |  |         :viewType="2" | 
			
		
	
		
			
				
					|  |  |  |  |         :errView="0" | 
			
		
	
		
			
				
					|  |  |  |  |       ></addOrder> | 
			
		
	
	
		
			
				
					|  |  |  | @ -83,7 +83,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         orderId: null, | 
			
		
	
		
			
				
					|  |  |  |  |         code: null, | 
			
		
	
		
			
				
					|  |  |  |  |         page: 1, | 
			
		
	
		
			
				
					|  |  |  |  |         limit: 12 | 
			
		
	
		
			
				
					|  |  |  |  |         limit: 24 | 
			
		
	
		
			
				
					|  |  |  |  |       }, | 
			
		
	
		
			
				
					|  |  |  |  |       total: 0, | 
			
		
	
		
			
				
					|  |  |  |  |       list: [], | 
			
		
	
	
		
			
				
					|  |  |  | @ -91,10 +91,10 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       filterQuery: { | 
			
		
	
		
			
				
					|  |  |  |  |         name: '', | 
			
		
	
		
			
				
					|  |  |  |  |         page: 1, | 
			
		
	
		
			
				
					|  |  |  |  |         limit: 12 | 
			
		
	
		
			
				
					|  |  |  |  |         limit: 24 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |       }, | 
			
		
	
		
			
				
					|  |  |  |  |       sickerAdNum:"", | 
			
		
	
		
			
				
					|  |  |  |  |       sickerAdNum:null, | 
			
		
	
		
			
				
					|  |  |  |  |       addOrderVisible: false, | 
			
		
	
		
			
				
					|  |  |  |  |       idQuery:{ | 
			
		
	
		
			
				
					|  |  |  |  |         billNo: null, | 
			
		
	
	
		
			
				
					|  |  |  | @ -143,6 +143,10 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         }) | 
			
		
	
		
			
				
					|  |  |  |  |       console.log(this.idQuery) | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     closeDialog() { | 
			
		
	
		
			
				
					|  |  |  |  |       this.addOrderVisible = false; | 
			
		
	
		
			
				
					|  |  |  |  |       this.getList(); | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     getList() { | 
			
		
	
		
			
				
					|  |  |  |  |       getSkSickerList(this.filterQuery) | 
			
		
	
		
			
				
					|  |  |  |  |         .then((response) => { | 
			
		
	
	
		
			
				
					|  |  |  | @ -166,7 +170,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |       this.filterQuery = { | 
			
		
	
		
			
				
					|  |  |  |  |         name: '', | 
			
		
	
		
			
				
					|  |  |  |  |         page: 1, | 
			
		
	
		
			
				
					|  |  |  |  |         limit: 12 | 
			
		
	
		
			
				
					|  |  |  |  |         limit: 24 | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |       this.getList() | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
	
		
			
				
					|  |  |  | 
 |