设备调令单优化
This commit is contained in:
		
							parent
							
								
									3737a2e9e2
								
							
						
					
					
						commit
						475fc5965c
					
				| 
						 | 
				
			
			@ -105,9 +105,11 @@ public class EquipmentCommandBillPlugin extends AbstractBillPlugIn implements Be
 | 
			
		|||
                if (projectF7s == null || projectF7s.length == 0) {
 | 
			
		||||
                    if (StringUtil.equals(key, "zcgj_outorg")) {
 | 
			
		||||
                        //调出组织
 | 
			
		||||
                        this.getModel().setValue("zcgj_outproject", null);
 | 
			
		||||
                        this.getModel().setValue("zcgj_outproject", null);//清调出项目
 | 
			
		||||
                        this.getModel().setValue("zcgj_outuser", null);//调出负责人
 | 
			
		||||
                    } else {
 | 
			
		||||
                        this.getModel().setValue("zcgj_inproject", null);
 | 
			
		||||
                        this.getModel().setValue("zcgj_inproject", null);//清调入项目
 | 
			
		||||
                        this.getModel().setValue("zcgj_inuser", null);//调入负责人
 | 
			
		||||
                    }
 | 
			
		||||
                    return;
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue