project 선택시 cr 번호도 표시되게함, cr 구매화면에서 요청자체크기능 오류 수정
This commit is contained in:
@@ -51,7 +51,7 @@ namespace FEQ0000
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Boolean advInput = false;
|
||||
private void __Load(object sender, EventArgs e)
|
||||
{
|
||||
@@ -451,11 +451,11 @@ namespace FEQ0000
|
||||
var f = new FCM0000.fLovProject(search);
|
||||
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
var titles = f.Title.Split('/');
|
||||
this.tbProject.Text = titles[0].Trim();
|
||||
this.tbProject.Tag = titles[0].Trim();
|
||||
this.tbProjectIndex.Text = f.Index.ToString();
|
||||
this.tbOrderNo.Text = titles[1].Trim();
|
||||
|
||||
this.tbProject.Text = f.val_Title.Trim();
|
||||
this.tbProject.Tag = f.val_Title.Trim();
|
||||
this.tbProjectIndex.Text = f.val_Index.ToString();
|
||||
this.tbOrderNo.Text = f.val_OrderNo.Trim();
|
||||
btSave.Focus();
|
||||
}
|
||||
else
|
||||
@@ -1148,6 +1148,7 @@ namespace FEQ0000
|
||||
else
|
||||
{
|
||||
Util.MsgI("SPM/NR 에서 검색된 정보가 없습니다\n저장이 가능 합니다");
|
||||
dr.chk1 = true;
|
||||
this.sidchk1 = sid;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user