|  |  | @ -549,6 +549,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.$message.error("生产企业未通过审核不能提交!"); |  |  |  |           this.$message.error("生产企业未通过审核不能提交!"); | 
			
		
	
		
		
			
				
					
					|  |  |  |           return; |  |  |  |           return; | 
			
		
	
		
		
			
				
					
					|  |  |  |         } |  |  |  |         } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |       if(val==3){ |  |  |  |       if(val==3){ | 
			
		
	
		
		
			
				
					
					|  |  |  |         this.$confirm( "已审核通过,是否需要重新提交变更", { |  |  |  |         this.$confirm( "已审核通过,是否需要重新提交变更", { | 
			
		
	
		
		
			
				
					
					|  |  |  |           confirmButtonText: "确定", |  |  |  |           confirmButtonText: "确定", | 
			
		
	
	
		
		
			
				
					|  |  | @ -580,7 +581,30 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |               } |  |  |  |               } | 
			
		
	
		
		
			
				
					
					|  |  |  |             }); |  |  |  |             }); | 
			
		
	
		
		
			
				
					
					|  |  |  |           }); |  |  |  |           }); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       }else{ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         this.$refs['inputQuery'].validate(valid => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           if (valid) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             // this.inputQuery.auditStatus = val; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             let formData = JSON.parse(JSON.stringify(this.inputQuery)); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             formData.manufacturerIdFk = this.manufacturerId; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             formData.auditStatus = val; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             this.loading = true; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             let urlName = this.editType == 0 ? 'add' : 'update'; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             addOrModifyRegistration(formData, urlName).then(response => { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               this.loading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               if (response.code === 20000) { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 this.closeRegistrationDialog(true); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 this.$message.success("保存成功"); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 this.$message.error(response.message); | 
			
		
	
		
		
			
				
					
					|  |  |  |               } |  |  |  |               } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             }); | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             return false; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         }); | 
			
		
	
		
		
			
				
					
					|  |  |  |       } |  |  |  |       } | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     toViewCompanyCert(row) { |  |  |  |     toViewCompanyCert(row) { | 
			
		
	
	
		
		
			
				
					|  |  | 
 |