구매담당자 메세지 및 수량 항목 추가
This commit is contained in:
@@ -895,6 +895,13 @@ namespace FEQ0000
|
||||
this.label1.Text = $"비고:{dr.bigo.Replace("\r", "").Replace("\n", "")}";
|
||||
else
|
||||
this.label1.Text = $"프로젝트:{dr.project},비고:{dr.bigo.Replace("\r", "").Replace("\n", "")}";
|
||||
|
||||
if (dr.IschkremarkNull() == false && dr.chkremark.Length > 0)
|
||||
{
|
||||
this.label2.Text = $"구매담당비고:{dr.chkremark}";
|
||||
this.label2.Visible = true;
|
||||
}
|
||||
else this.label2.Visible = false;
|
||||
}
|
||||
|
||||
private void toolStripButton4_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user