1.优化需求,计划,立项,根据组织携带项目的逻辑(缺省值:虚拟项目)

S
This commit is contained in:
weiyunlong 2024-12-17 12:49:52 +08:00
parent d0f4cc31d2
commit 7cb19e208a
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ public class PurPlanFormPlugin extends AbstractBillPlugIn implements HyperLinkCl
new QFilter[]{new QFilter("number", QCP.equals, "XM-202412-008")}); new QFilter[]{new QFilter("number", QCP.equals, "XM-202412-008")});
projectbill = projectbillss[0]; projectbill = projectbillss[0];
} }
this.getModel().setValue("qeug_renovation_proj", projectbill); this.getModel().setValue("purproject", projectbill);
this.getView().updateView("qeug_renovation_proj"); this.getView().updateView("purproject");
} }
} }