From a65397862dafc68ee77646f4162f0155b99a7588 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期三, 09 十月 2024 15:44:23 +0800 Subject: [PATCH] 质量管理 首巡末 库存检验 自检 优化 --- LMES/DingDing_autoGetData.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/LMES/DingDing_autoGetData.cs b/LMES/DingDing_autoGetData.cs index 3cfcffa..8e9b291 100644 --- a/LMES/DingDing_autoGetData.cs +++ b/LMES/DingDing_autoGetData.cs @@ -63,6 +63,17 @@ return false; } + //璁惧缁翠慨璁板綍鍗� + if (obj.getData_EquipRepairWeiXiu(ref msg) == false) + { + return false; + } + //妯″叿缁翠慨璁板綍鍗� 淇濆吇璁板綍鍗� + if (obj.getData_MouldFileWeiXiuBaoYang(ref msg) == false) + { + return false; + } + return true; } catch (Exception e) @@ -90,6 +101,7 @@ #region 瀹氭椂鍣ㄤ簩锛氬悓姝ラ拤閽夋暟鎹� private void timer2_Tick(object sender, EventArgs e) { + //this.timer2.Enabled = false; int connectTimes = 0; int maxConnectTimes = 10; -- Gitblit v1.9.1