파트리스트 가져오기 기능

파트리스트 구매등록 기능
This commit is contained in:
chikyun.kim
2019-05-17 17:30:51 +09:00
parent 736aaeb6d2
commit 3336898dc0
39 changed files with 10917 additions and 6033 deletions

View File

@@ -27,7 +27,7 @@ namespace FPJ0000
private void fHistAdd_Load(object sender, EventArgs e)
{
this.tbRemark.Text = this.dr.remark;
this.mcDate.SetDate(DateTime.Now);
this.mcDate.SetDate(DateTime.Parse( dr.pdate));
}
private void btOK_Click(object sender, EventArgs e)