Merge a0f802ccea8f
This commit is contained in:
commit
eabb5cb1d4
|
@ -68,13 +68,17 @@ public class WStatementCreateFromBatch extends StatementCreateFromBatch implemen
|
|||
public WStatementCreateFromBatch()
|
||||
{
|
||||
form = new WCreateFromForm(this);
|
||||
p_WindowNo = form.getWindowNo();
|
||||
}
|
||||
|
||||
public void initForm()
|
||||
{
|
||||
try
|
||||
{
|
||||
if (form.getGridTab() != null)
|
||||
p_WindowNo = form.getGridTab().getWindowNo();
|
||||
else
|
||||
p_WindowNo = form.getWindowNo();
|
||||
|
||||
if (!dynInit())
|
||||
return;
|
||||
zkInit();
|
||||
|
|
Loading…
Reference in New Issue