project 선택시 cr 번호도 표시되게함, cr 구매화면에서 요청자체크기능 오류 수정
This commit is contained in:
@@ -513,9 +513,9 @@ namespace FEQ0000
|
||||
var f = new FCM0000.fLovProject(search);
|
||||
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
this.tbProject.Text = f.Title;
|
||||
this.tbProject.Tag = f.Title;
|
||||
this.tbProjectIndex.Text = f.Index.ToString();
|
||||
this.tbProject.Text = f.val_Title;
|
||||
this.tbProject.Tag = f.val_Title;
|
||||
this.tbProjectIndex.Text = f.val_Index.ToString();
|
||||
btSave.Focus();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user