修复合同修订页面打开报错
This commit is contained in:
parent
6e67bd8b3f
commit
4abc29ee11
|
@ -82,6 +82,13 @@ public class ContractProjectFormPlugin extends AbstractBillPlugIn {
|
|||
}
|
||||
|
||||
private void updateRenovationProject() {
|
||||
try {
|
||||
if("recon_conrevisebill".equals(this.getView().getFormShowParameter().getFormId())){
|
||||
return;
|
||||
}
|
||||
}catch (Exception e){
|
||||
|
||||
}
|
||||
DynamicObject org = (DynamicObject) this.getModel().getValue("org");
|
||||
|
||||
// 只有在需求组织不为空的情况下才进行查询
|
||||
|
|
Loading…
Reference in New Issue