cramoutn 값이 99억까지 가능하게 함

This commit is contained in:
chi
2025-01-17 10:28:44 +09:00
parent c80a03a81b
commit 42a6fd35e4
21 changed files with 4572 additions and 2372 deletions

View File

@@ -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)
{
}
}
}