From 5029c8357635c9556e63bd78f262d860df51e7fb Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期六, 02 八月 2025 15:49:56 +0800
Subject: [PATCH] 增加排班管理代码,到货计划增加超采比例,物料信息增加超采比例字段

---
 DevApp/Gs.DevApp/Program.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs
index 90d9eae..5474a54 100644
--- a/DevApp/Gs.DevApp/Program.cs
+++ b/DevApp/Gs.DevApp/Program.cs
@@ -1,11 +1,9 @@
 锘縰sing CefSharp;
 using CefSharp.WinForms;
-using DevExpress.Drawing.Internal.Fonts.Interop;
 using Gs.DevApp.DevFrm;
 using Gs.DevApp.DevFrm.Work;
 using Gs.DevApp.Properties;
 using System;
-using System.Configuration;
 using System.Diagnostics;
 using System.IO;
 using System.Windows.Forms;
@@ -53,7 +51,8 @@
                 fmLogin.ShowDialog();
                 if (fmLogin.DialogResult == DialogResult.OK)
                 {
-                  //  Application.Run(new DevFrm.User.SysMenu());
+                    //Application.Run(new DevFrm.User.SysMenu());
+                    //return;
                     bool IsWeight = false;
                     try
                     {

--
Gitblit v1.9.3