구매신청화면에서 콤보를 버튼으로 변경하고 db검색 validation 기능 추가, 품목 추가시 sid검색기능도 추가 함
This commit is contained in:
@@ -20,6 +20,11 @@ namespace FEQ0000.Purchase
|
||||
this.dv1.DataSource = this.bs;
|
||||
this.bs.Sort = "quantity desc";
|
||||
this.Text = $"SPM/NR 검색 결과 SID:{sid}";
|
||||
this.KeyPreview = true;
|
||||
this.KeyDown += (s1, e1) => {
|
||||
if (e1.KeyCode == Keys.Escape) this.Close();
|
||||
};
|
||||
this.Width += 150;
|
||||
}
|
||||
|
||||
private void toolStripButton1_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user