휴가 승인자 정보 추적
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| using System; | ||||
| using FCOMMON; | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.ComponentModel; | ||||
| using System.Data; | ||||
| @@ -9,7 +10,7 @@ using System.Windows.Forms; | ||||
|  | ||||
| namespace FCM0000 | ||||
| { | ||||
|     public partial class Customer_Import : Form | ||||
|     public partial class Customer_Import : fBase | ||||
|     { | ||||
|         DataTable dt = new dsMSSQL.CustomsDataTable(); | ||||
|         DataTable dtExcel = new DataTable(); | ||||
| @@ -22,6 +23,7 @@ namespace FCM0000 | ||||
|  | ||||
|         private void __Load(object sender, EventArgs e) | ||||
|         { | ||||
|             EnsureVisibleAndUsableSize(); | ||||
|             this.sd.Value = DateTime.Now.AddMonths(-1); | ||||
|             this.ed.Value = DateTime.Now; | ||||
|         } | ||||
| @@ -30,7 +32,7 @@ namespace FCM0000 | ||||
|         { | ||||
|            | ||||
|         } | ||||
|  | ||||
|        | ||||
|         private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) | ||||
|         { | ||||
|             OpenFileDialog od = new OpenFileDialog(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi