업무일지 테이블 연결 -
프로젝트 주간업무내용 편집창 연결 작업
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user