用款申请单业务组织赋值
This commit is contained in:
parent
ee55e6dd24
commit
a746bc7661
|
@ -40,6 +40,9 @@ public class ApplicationfundsPlugin extends AbstractBillPlugIn implements Attach
|
||||||
public void propertyChanged(PropertyChangedArgs e) {
|
public void propertyChanged(PropertyChangedArgs e) {
|
||||||
if (e.getProperty().getName().equals("zcgj_attachmentcount")) {
|
if (e.getProperty().getName().equals("zcgj_attachmentcount")) {
|
||||||
setAttFileVisble();
|
setAttFileVisble();
|
||||||
|
}else if (e.getProperty().getName().equals("zcgj_org")) {
|
||||||
|
//所属组织
|
||||||
|
this.getModel().setValue("useorg", this.getModel().getValue("zcgj_org"));//业务组织
|
||||||
}
|
}
|
||||||
super.propertyChanged(e);
|
super.propertyChanged(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue