구매입력시 엔터키, 기본 일자 조회범위를 90일로 변경.

This commit is contained in:
chi
2024-03-15 17:13:01 +09:00
parent 24c4a426c0
commit a56c186845
25 changed files with 818 additions and 618 deletions

View File

@@ -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();

View File

@@ -430,6 +430,9 @@ namespace FEQ0000
case "tbsupply":
Lov_Supply(search, false);
break;
case "tbbigo":
e.Handled = true;
break;
default:
SendKeys.Send("{TAB}");
break;