合同打开报错修复
This commit is contained in:
parent
b9def6b44d
commit
fe424557f5
|
@ -102,6 +102,7 @@ public class ContractProjectFormPlugin extends AbstractBillPlugIn {
|
|||
}
|
||||
|
||||
private void setRenovationProjectByOrg(DynamicObject org) {
|
||||
try {
|
||||
// 采购项目
|
||||
DynamicObject[] projectbills = BusinessDataServiceHelper.load("rebm_purproject", "id",
|
||||
new QFilter[]{new QFilter("org.id", QCP.equals, org.getPkValue())});
|
||||
|
@ -129,6 +130,9 @@ public class ContractProjectFormPlugin extends AbstractBillPlugIn {
|
|||
// 设置项目并更新视图
|
||||
this.getModel().setValue("project", projectbill);
|
||||
this.getView().updateView("project");
|
||||
}catch (Exception e){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue