开户申请设置开户日期可编辑

This commit is contained in:
wenlukang1 2025-07-16 14:23:41 +08:00
parent 67bb3fb5de
commit 74972d482e
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@ public class AccOpenBillEditPlugin extends AbstractBillPlugIn implements Plugin
public void afterBindData(EventObject e) { public void afterBindData(EventObject e) {
super.afterBindData(e); super.afterBindData(e);
this.getView().setVisible(true,"opendate"); this.getView().setVisible(true,"opendate");
this.getView().setEnable(true,"opendate");
} }
} }