MES登录接口设置
This commit is contained in:
@@ -8,6 +8,7 @@ using JY.DAL.Repository;
|
||||
using JY.DAL.Service;
|
||||
using JY.Inspection.Common;
|
||||
using JY.Inspection.Entity;
|
||||
using JY.Inspection.Enums;
|
||||
using JY.Inspection.Frm;
|
||||
using JY.Inspection.Mes;
|
||||
using JY.MES;
|
||||
@@ -1235,11 +1236,11 @@ namespace JY.Inspection
|
||||
/// <param name="e"></param>
|
||||
private void tsmiUserConfig_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (!CheckAdmin())
|
||||
{
|
||||
MessageBox.Show("权限不足", "系统提示");
|
||||
return;
|
||||
}
|
||||
//if (!CheckAdmin())
|
||||
//{
|
||||
// MessageBox.Show("权限不足", "系统提示");
|
||||
// return;
|
||||
//}
|
||||
SetForm setForm = new SetForm();
|
||||
setForm.ShowDialog();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user