diff --git a/code/zcdev/zcgj-zcdev-zcdev-fs/src/main/java/zcgj/zcdev/zcdev/fs/plugin/form/ApplicationfundsPlugin.java b/code/zcdev/zcgj-zcdev-zcdev-fs/src/main/java/zcgj/zcdev/zcdev/fs/plugin/form/ApplicationfundsPlugin.java index 0175270..b452b1d 100644 --- a/code/zcdev/zcgj-zcdev-zcdev-fs/src/main/java/zcgj/zcdev/zcdev/fs/plugin/form/ApplicationfundsPlugin.java +++ b/code/zcdev/zcgj-zcdev-zcdev-fs/src/main/java/zcgj/zcdev/zcdev/fs/plugin/form/ApplicationfundsPlugin.java @@ -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); }