nr구매입력창에 프로젝트 제한조건 해제.
This commit is contained in:
@@ -42,7 +42,7 @@ namespace FPJ0000
|
||||
private void __Load(object sender, EventArgs e)
|
||||
{
|
||||
//프로젝트 목록을 처리함
|
||||
//this.tbRequest.Text = FCOMMON.info.Login.nameK;
|
||||
this.tbRequest.Text = FCOMMON.info.Login.nameK;
|
||||
|
||||
|
||||
//분류 - 190905
|
||||
@@ -521,5 +521,17 @@ namespace FPJ0000
|
||||
var f = new EBoard.fEBoardReport();
|
||||
f.Show();
|
||||
}
|
||||
|
||||
private void toolStripButton3_Click(object sender, EventArgs e)
|
||||
{
|
||||
var newdr = this.dsMSSQL.EETGW_JobReport_EBoard.NewEETGW_JobReport_EBoardRow();
|
||||
newdr.uid = FCOMMON.info.Login.nameK;
|
||||
newdr.wuid = FCOMMON.info.Login.no;
|
||||
newdr.wdate = DateTime.Now;
|
||||
newdr.gcode = FCOMMON.info.Login.gcode;
|
||||
newdr.pdate = DateTime.Now.ToShortDateString();
|
||||
newdr.Site = "ATK";
|
||||
this.dsMSSQL.EETGW_JobReport_EBoard.AddEETGW_JobReport_EBoardRow(newdr);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user