업무일지 테이블 연결 -

프로젝트 주간업무내용 편집창 연결 작업
This commit is contained in:
chikyun.kim
2019-03-11 23:18:47 +09:00
parent 9853bed403
commit 417e02a171
26 changed files with 2261 additions and 1922 deletions

View File

@@ -28,6 +28,9 @@ namespace FPJ0000
private void __Load(object sender, EventArgs e)
{
this.dtSD.Text = DateTime.Now.Year.ToString("0000") + "-01-01";
this.dtED.Text = DateTime.Now.ToShortDateString();
//프로젝트 목록을 처리함
this.tbRequest.Text = FCOMMON.info.Login.nameK;
@@ -71,10 +74,9 @@ namespace FPJ0000
e.Row["wuid"] = FCOMMON.info.Login.no;
e.Row["wdate"] = DateTime.Now;
e.Row["type"] = "02";//other
e.Row["uid"] = FCOMMON.info.Login.no;
e.Row["process"] = "Done";
e.Row["Group"] = "Automation";
e.Row["hrs"] = 0.5;
e.Row["uid"] = FCOMMON.info.Login.no;
e.Row["hrs"] = 1.0;
e.Row["pdate"] = DateTime.Now.ToShortDateString();
}
private void refreshToolStripMenuItem_Click(object sender, EventArgs e)