Browse Source

出货单采集每次录入数据刷新是否系统设置参数

Hcsy 8 years ago
parent
commit
2d597fd44b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS-MES/FunctionCode/Warehouse/Warehouse_FinishedProductOut.cs

+ 1 - 0
UAS-MES/FunctionCode/Warehouse/Warehouse_FinishedProductOut.cs

@@ -226,6 +226,7 @@ namespace UAS_MES.Warehouse
         {
         {
             if (e.KeyCode == Keys.Enter)
             if (e.KeyCode == Keys.Enter)
             {
             {
+                needMakeIn = dh.GetConfig("needMakeIn", "MESSetting").ToString();
                 if (input.Text == "")
                 if (input.Text == "")
                 {
                 {
                     OperateResult.AppendText("录入信息不能为空\n", Color.Red, input);
                     OperateResult.AppendText("录入信息不能为空\n", Color.Red, input);