开户申请设置开户日期可编辑
This commit is contained in:
parent
67bb3fb5de
commit
74972d482e
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue