This commit is contained in:
parent
9f96ccdfc8
commit
1d881e8f63
|
@ -33,6 +33,12 @@ public class ProjectEditExtUI extends ProjectEditUI {
|
|||
|
||||
|
||||
// setUnitProMustInput(unitProjectName);
|
||||
}else if("zcgj_ecindustry".equals(propertyName)){
|
||||
Object zcgjEcindustry = this.getModel().getValue("zcgj_ecindustry");
|
||||
if (zcgjEcindustry!=null){
|
||||
DynamicObjectCollection zcgjEcindustrys = (DynamicObjectCollection) zcgjEcindustry;
|
||||
this.getModel().setValue("industry",zcgjEcindustrys.get(0));
|
||||
}
|
||||
}
|
||||
Object projectorg = this.getModel().getValue("projectorg");
|
||||
if (projectorg !=null) {
|
||||
|
|
Loading…
Reference in New Issue