|  | @@ -20,7 +20,7 @@
 | 
	
		
			
				|  |  |      </basic-container>
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  | -  
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  |  import { option } from "./js/optionList2";
 | 
	
		
			
				|  |  |  import { getfinancingDetailsList } from "@/api/basicData/financingLedger";
 | 
	
	
		
			
				|  | @@ -85,8 +85,9 @@ export default {
 | 
	
		
			
				|  |  |        this.show = false;
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      rowView(row) {
 | 
	
		
			
				|  |  | +      console.log(row)
 | 
	
		
			
				|  |  |        this.$router.push({
 | 
	
		
			
				|  |  | -        path: "/salesManagement/outStock/index",
 | 
	
		
			
				|  |  | +        path: "/financing/financingManagement/index",
 | 
	
		
			
				|  |  |          query: {
 | 
	
		
			
				|  |  |            generateId: row.id
 | 
	
		
			
				|  |  |          }
 | 
	
	
		
			
				|  | @@ -162,10 +163,9 @@ export default {
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  | -  
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  <style scoped>
 | 
	
		
			
				|  |  |  .page-crad ::v-deep .basic-container__card {
 | 
	
		
			
				|  |  |    height: 94.2vh;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  </style>
 | 
	
		
			
				|  |  | -  
 |