project 선택시 cr 번호도 표시되게함, cr 구매화면에서 요청자체크기능 오류 수정

This commit is contained in:
chi
2025-05-27 14:05:50 +09:00
parent 3b2be90cd0
commit 7ded843fe1
9 changed files with 131 additions and 109 deletions

View File

@@ -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("프로젝트를 변경했습니다");