190806 chi 품목정보에서 카테고리 없는 자료도 보이게 함
품목정보 정렬 기능 추가 190731 로그기록화면(beta)추가
This commit is contained in:
@@ -394,7 +394,10 @@ namespace FEQ0000
|
||||
tbSupply.Text = f.Title;
|
||||
tbSupply.Tag = f.Title;
|
||||
tbSupplyIndex.Text = f.Index.ToString();
|
||||
this.tbProject.Focus();
|
||||
if (advInput)
|
||||
this.tbProject.Focus();
|
||||
else
|
||||
this.tbBigo.Focus();
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -402,7 +405,13 @@ namespace FEQ0000
|
||||
tbSupply.SelectAll();
|
||||
}
|
||||
}
|
||||
else tbProject.Focus();
|
||||
else
|
||||
{
|
||||
if (advInput)
|
||||
this.tbProject.Focus();
|
||||
else
|
||||
this.tbBigo.Focus();
|
||||
}
|
||||
}
|
||||
private bool saveData()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user