구매입력시 엔터키, 기본 일자 조회범위를 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

@@ -166,8 +166,6 @@ namespace FEQ0000
}
else cmbReceive.Text = dr.receive;
tbSID.Text = dr.sid;
tbSID.Tag = tbSID.Text;
tbStorage.Text = dr.place;
@@ -373,6 +371,9 @@ namespace FEQ0000
case "tbsupply":
Lov_Supply(search, false);
break;
case "tbbigo":
e.Handled = true;
break;
default:
SendKeys.Send("{TAB}");
break;