구매입력시 엔터키, 기본 일자 조회범위를 90일로 변경.
This commit is contained in:
@@ -115,7 +115,7 @@ namespace FEQ0000
|
||||
this.cmDate.SelectedIndex = 0;
|
||||
this.tbRequest.Text = string.Empty; //양진원 FCOMMON.info.Login.nameK;
|
||||
this.cmbSort.SelectedIndex = 0;
|
||||
this.dtSD.Text = DateTime.Now.AddDays(-30).ToShortDateString();
|
||||
this.dtSD.Text = DateTime.Now.AddDays(-90).ToShortDateString();
|
||||
this.dtED.Text = DateTime.Now.AddDays(10).ToShortDateString();
|
||||
|
||||
|
||||
|
||||
@@ -430,6 +430,9 @@ namespace FEQ0000
|
||||
case "tbsupply":
|
||||
Lov_Supply(search, false);
|
||||
break;
|
||||
case "tbbigo":
|
||||
e.Handled = true;
|
||||
break;
|
||||
default:
|
||||
SendKeys.Send("{TAB}");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user