|  |  |  | @ -128,6 +128,7 @@ import {addApplyDetail, addApply} from "../../../api/purchase/purApply"; | 
			
		
	
		
			
				
					|  |  |  |  | import store from "../../../store"; | 
			
		
	
		
			
				
					|  |  |  |  | import udiRlDetailDialog from "./../../purchase/purApply/purUdiRlDetailDialog"; | 
			
		
	
		
			
				
					|  |  |  |  | import {addOrderDetail} from "@/api/inventory/innerOrder"; | 
			
		
	
		
			
				
					|  |  |  |  | import {isBlank} from "@/utils/strUtil"; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | export default { | 
			
		
	
		
			
				
					|  |  |  |  |   name: "stockOrderNewSelectProduct", | 
			
		
	
	
		
			
				
					|  |  |  | @ -324,7 +325,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |       let str = this.multipleSelection.zczbhhzbapzbh; | 
			
		
	
		
			
				
					|  |  |  |  |       if (str.search(",") != -1) { | 
			
		
	
		
			
				
					|  |  |  |  |       if (!isBlank(str) && str.search(",") != -1) { | 
			
		
	
		
			
				
					|  |  |  |  |         this.currentCert = null; | 
			
		
	
		
			
				
					|  |  |  |  |         this.certList = str.split(','); | 
			
		
	
		
			
				
					|  |  |  |  |         this.dialogFormVisible = true; | 
			
		
	
	
		
			
				
					|  |  |  | 
 |