MES登录接口设置

This commit is contained in:
liming 蔡
2026-07-15 15:21:17 +08:00
parent 0218c38cd5
commit bbfb08a24a
13 changed files with 362 additions and 31 deletions
+6 -5
View File
@@ -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();
}