|  |  | @ -98,7 +98,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | <script> |  |  |  | <script> | 
			
		
	
		
		
			
				
					
					|  |  |  | import { |  |  |  | import { | 
			
		
	
		
		
			
				
					
					|  |  |  |   getInvProduct, getInvProductStock, |  |  |  |   getInvProduct, getInvProductStock, getProduct, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | } from "@/api/inventory/invPorduct"; |  |  |  | } from "@/api/inventory/invPorduct"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {addDetail} from "@/api/inout/receiveOrder"; |  |  |  | import {addDetail} from "@/api/inout/receiveOrder"; | 
			
		
	
		
		
			
				
					
					|  |  |  | import {addBizProduct} from "@/api/inout/orderDetailCode"; |  |  |  | import {addBizProduct} from "@/api/inout/orderDetailCode"; | 
			
		
	
	
		
		
			
				
					|  |  | @ -204,8 +204,9 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     getList() { |  |  |  |     getList() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.loading = true; |  |  |  |       this.loading = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |       debugger |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.filterQuery.invCode = this.invQueryData.invCode; |  |  |  |       this.filterQuery.invCode = this.invQueryData.invCode; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.filterQuery.filterNoInv = 1; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       //寄售 |  |  |  |       //寄售 | 
			
		
	
		
		
			
				
					
					|  |  |  |       if (this.invQueryData.advanceType == 3) { |  |  |  |       if (this.invQueryData.advanceType == 3) { | 
			
		
	
		
		
			
				
					
					|  |  |  |         getInvPreProductStock(this.filterQuery) |  |  |  |         getInvPreProductStock(this.filterQuery) | 
			
		
	
	
		
		
			
				
					|  |  | @ -236,7 +237,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |           }); |  |  |  |           }); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |       } else { |  |  |  |       } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |         getInvProductStock(this.filterQuery) |  |  |  |         getProduct(this.filterQuery) | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |           .then((response) => { |  |  |  |           .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.showSup = response.data.showSup; |  |  |  |             this.showSup = response.data.showSup; | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.loading = false; |  |  |  |             this.loading = false; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |