用款申请单业务组织赋值

This commit is contained in:
xuhaihui 2025-07-15 18:44:54 +08:00
parent ee55e6dd24
commit a746bc7661
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ public class ApplicationfundsPlugin extends AbstractBillPlugIn implements Attach
public void propertyChanged(PropertyChangedArgs e) {
if (e.getProperty().getName().equals("zcgj_attachmentcount")) {
setAttFileVisble();
}else if (e.getProperty().getName().equals("zcgj_org")) {
//所属组织
this.getModel().setValue("useorg", this.getModel().getValue("zcgj_org"));//业务组织
}
super.propertyChanged(e);
}