|  |  |  | @ -75,6 +75,7 @@ | 
			
		
	
		
			
				
					|  |  |  |  |                         <el-button | 
			
		
	
		
			
				
					|  |  |  |  |                             type="text" | 
			
		
	
		
			
				
					|  |  |  |  |                             size="small" | 
			
		
	
		
			
				
					|  |  |  |  |                             :disabled="scope.row.auditStatus === 1" | 
			
		
	
		
			
				
					|  |  |  |  |                             @click.native.stop="deleteDialog(scope.row)" | 
			
		
	
		
			
				
					|  |  |  |  |                         >删除 | 
			
		
	
		
			
				
					|  |  |  |  |                         </el-button | 
			
		
	
	
		
			
				
					|  |  |  | @ -466,6 +467,11 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |             this.getRegistrationList(); | 
			
		
	
		
			
				
					|  |  |  |  |         }, | 
			
		
	
		
			
				
					|  |  |  |  |         registrationDialog(row) { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             if(this.currentManufacturer==null){ | 
			
		
	
		
			
				
					|  |  |  |  |                 this.$message.error("请先选中生产企业!"); | 
			
		
	
		
			
				
					|  |  |  |  |                 return | 
			
		
	
		
			
				
					|  |  |  |  |             } | 
			
		
	
		
			
				
					|  |  |  |  |             if (this.$isNotBlank(row)) { | 
			
		
	
		
			
				
					|  |  |  |  |                 this.registrationId = row.id; | 
			
		
	
		
			
				
					|  |  |  |  |                 this.curProductQuery = row; | 
			
		
	
	
		
			
				
					|  |  |  | @ -548,7 +554,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |     created() { | 
			
		
	
		
			
				
					|  |  |  |  |         this.fileUrl = BASE_URL + "/udiwms/image/register/file/getImage?type=image4&name="; | 
			
		
	
		
			
				
					|  |  |  |  |         this.getList(); | 
			
		
	
		
			
				
					|  |  |  |  |         this.getRegistrationList(); | 
			
		
	
		
			
				
					|  |  |  |  |       //  this.getRegistrationList(); | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
		
			
				
					|  |  |  |  | </script> | 
			
		
	
	
		
			
				
					|  |  |  | 
 |