121212
This commit is contained in:
		
							parent
							
								
									542c060f58
								
							
						
					
					
						commit
						39e59b1ac6
					
				
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -950,7 +950,6 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
 | 
			
		|||
                if (unitInfo == null)
 | 
			
		||||
                {
 | 
			
		||||
                    errorMsg += "未知的单位编号 | ";
 | 
			
		||||
               
 | 
			
		||||
                }
 | 
			
		||||
                var installInfo = Funs.DB.Project_Installation.FirstOrDefault(t => t.InstallationCode == model.InstallCode);
 | 
			
		||||
                if (installInfo == null)
 | 
			
		||||
| 
						 | 
				
			
			@ -1036,8 +1035,9 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
 | 
			
		|||
                            }
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                    model.Remark = errorMsg;
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                model.Remark = errorMsg;
 | 
			
		||||
                if (!string.IsNullOrEmpty(model.Remark))
 | 
			
		||||
                    flag = true;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue