휴가이력현황 report -> spread.net

This commit is contained in:
chi
2024-03-04 08:29:22 +09:00
parent 0546ec2723
commit 1c960d23ea
22 changed files with 1368 additions and 660 deletions

View File

@@ -66,6 +66,9 @@ namespace FBS0000
cmbType.Text = dr.cate;
contentsTextBox.Text = dr.contents;
if (dr.IsiwolNull()) checkBox1.Checked = false;
else checkBox1.Checked = dr.iwol;
this.nudCrDAy.Value = (decimal)dr.term;
this.nudCrHour.Value = (decimal)dr.CrTime;
@@ -129,6 +132,7 @@ namespace FBS0000
dr.sdate = dateTimePicker1.Value;
// dr.edate = dr.sdate;
dr.edate = dateTimePicker2.Value;
dr.iwol = this.checkBox1.Checked;
dr.cate = cmbType.Text;
dr.contents = contentsTextBox.Text;