WMS/WMS/WMSFrmMain.cs
@@ -12,6 +12,7 @@ using System.Threading; using WMS.UI.Basic; using sunui.forms; using WMS.UI.WORK; namespace WMS { @@ -34,7 +35,7 @@ /// <summary> /// 要处理过滤的主目录 /// </summary> private static List<String> igortMenuList = new List<string>() { private static List<String> igortMenuList = new List<string>() { "系统设置","综合查询" }; @@ -464,6 +465,9 @@ FormShow(new UI.SynthesizeQuery.FrmStore()); } private void tsm_OutInStockRecord_V2_Mes_Click(object sender, EventArgs e) { FormShow(new FrmMes()); } } }