project 선택시 cr 번호도 표시되게함, cr 구매화면에서 요청자체크기능 오류 수정
This commit is contained in:
@@ -407,7 +407,7 @@ namespace FPJ0000
|
||||
var newdr = dt.NewEETGW_Project_LayoutRow();
|
||||
newdr.gcode = FCOMMON.info.Login.gcode;
|
||||
newdr.no = this.no;
|
||||
newdr.project = f.Index;
|
||||
newdr.project = f.val_Index;
|
||||
newdr.remark = string.Empty;
|
||||
newdr.reserve = string.Empty;
|
||||
newdr.row = 1;
|
||||
@@ -421,7 +421,7 @@ namespace FPJ0000
|
||||
}
|
||||
else
|
||||
{
|
||||
dr.project = f.Index;
|
||||
dr.project = f.val_Index;
|
||||
dr.EndEdit();
|
||||
ta.Update(dr);
|
||||
util.MsgI("프로젝트를 변경했습니다");
|
||||
|
||||
Reference in New Issue
Block a user