| 
					
				 | 
			
			
				@@ -159,7 +159,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </template>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <script>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import {  listStoreOrder,exportStorePayRemainOrder } from "@/api/store/storeOrder";
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import {  listPayRemainOrder,exportStorePayRemainOrder } from "@/api/store/storeOrder";
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import productOrder from "../components/productOrder";
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { getCompanyList } from "@/api/company/company";
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export default {
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -308,7 +308,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       else{
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.queryParams.createTimeRange=null;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      listStoreOrder(this.queryParams).then(response => {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      listPayRemainOrder(this.queryParams).then(response => {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.storeOrderList = response.rows;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.total = response.total;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.loading = false;
 
			 |