소스 검색

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

Hcsy 8 년 전
부모
커밋
2d597fd44b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)
             {
+                needMakeIn = dh.GetConfig("needMakeIn", "MESSetting").ToString();
                 if (input.Text == "")
                 {
                     OperateResult.AppendText("录入信息不能为空\n", Color.Red, input);