|
|
@@ -9,6 +9,7 @@ using System.Text;
|
|
|
using System.Windows.Forms;
|
|
|
using UAS_MES.CustomControl.DataGrid_View;
|
|
|
using UAS_MES.DataOperate;
|
|
|
+using UAS_MES.Entity;
|
|
|
using UAS_MES.PublicMethod;
|
|
|
|
|
|
namespace UAS_MES.Employee
|
|
|
@@ -47,7 +48,7 @@ namespace UAS_MES.Employee
|
|
|
|
|
|
private void 人员选择_Load(object sender, EventArgs e)
|
|
|
{
|
|
|
- dh = new DataHelper();
|
|
|
+ dh = SystemInf.dh;
|
|
|
//组内人员添加全选列
|
|
|
DataGridViewCheckBoxColumn dgvc = new DataGridViewCheckBoxColumn();
|
|
|
dgvc.AutoSizeMode = DataGridViewAutoSizeColumnMode.None;
|