cramoutn 값이 99억까지 가능하게 함
This commit is contained in:
@@ -123,6 +123,7 @@ namespace FPJ0000
|
||||
this.cmbState.Text = dr.status;
|
||||
this.cmbReqTeam.Text = dr.part;
|
||||
this.tbDue.Text = dr.crdue;
|
||||
this.nudCRAmount.Value = dr.cramount;
|
||||
|
||||
this.cmbReqSite.Text = dr.ReqSite;
|
||||
this.cmbReqPlant.Text = dr.ReqPlant;
|
||||
@@ -339,6 +340,7 @@ namespace FPJ0000
|
||||
// var ucnt = taq.UpdateProjectCompleteMessage(rtBack.Rtf, rtDesc.Rtf, rtBef.Rtf, rtAft.Rtf, dr.idx);
|
||||
//}
|
||||
|
||||
this.dr.cramount = nudCRAmount.Value;
|
||||
this.dr.crdue = tbDue.Text.Trim();
|
||||
this.dr.EndEdit();
|
||||
|
||||
@@ -761,5 +763,15 @@ namespace FPJ0000
|
||||
if (f.ShowDialog() == DialogResult.OK)
|
||||
rt.Rtf = f.richTextBoxEx1.Rtf;
|
||||
}
|
||||
|
||||
private void label10_Click(object sender, EventArgs e)
|
||||
{
|
||||
SelectDate(tbDue);
|
||||
}
|
||||
|
||||
private void arLabel2_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user