휴가이력현황 report -> spread.net
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi