From 8634b50371030531716fc8a5fbfebaf63cc4da68 Mon Sep 17 00:00:00 2001 From: zhaojian Date: Fri, 14 Jun 2024 17:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A03=E7=A7=92=E5=BB=B6=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shangjian/XGLFinishPro/Views/LanJu_Operator.xaml.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/shangjian/XGLFinishPro/Views/LanJu_Operator.xaml.cs b/shangjian/XGLFinishPro/Views/LanJu_Operator.xaml.cs index 89dba83..5ac42ea 100644 --- a/shangjian/XGLFinishPro/Views/LanJu_Operator.xaml.cs +++ b/shangjian/XGLFinishPro/Views/LanJu_Operator.xaml.cs @@ -1,6 +1,5 @@ using CommonFunc; using CommonFunc.Tools; -using DevExpress.Charts.Native; using HandyControl.Tools.Extension; using Newtonsoft.Json; using System; @@ -102,7 +101,7 @@ namespace XGLFinishPro.Views private void UCOperator_Loaded(object sender, RoutedEventArgs e) { - timerDeciveState.Interval = Utils.GetAppSetting("GetDeviceStateInterval") == "" ? 15000 : Convert.ToInt32(Utils.GetAppSetting("GetDeviceStateInterval")); + timerDeciveState.Interval = Utils.GetAppSetting("GetDeviceStateInterval") == "" ? 18000 : Convert.ToInt32(Utils.GetAppSetting("GetDeviceStateInterval")); timerDeciveState.Elapsed += TimerDeciveState_Elapsed; timerDeciveState.Start(); Complete_Click(null, null); @@ -783,8 +782,6 @@ namespace XGLFinishPro.Views CustomMessageBox.Show("请选择要首件检验的工单!", CustomMessageBoxButton.OK, CustomMessageBoxIcon.Warning); return; } - - try { string status1 = (dgWorkOrderInfo.SelectedItem as DataRowView)["workorder_code"].ToString();