From e9a56abf54b3f8b311f4ea360649c4564974349f Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 19 二月 2025 15:24:28 +0800
Subject: [PATCH] 工单

---
 DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.cs |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.cs b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.cs
index 9303a6f..3f56171 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.cs
@@ -1,15 +1,21 @@
 锘縰sing System;
 using System.Collections.Generic;
 using System.Data;
+using System.Drawing;
 using System.Windows.Forms;
 using DevExpress.Office.Utils;
+using DevExpress.XtraBars.Ribbon;
+using DevExpress.XtraBars;
 using DevExpress.XtraEditors;
 using DevExpress.XtraEditors.Controls;
 using DevExpress.XtraGrid.Columns;
+using DevExpress.XtraGrid.Menu;
+using DevExpress.XtraGrid.Views.Grid;
 using Gs.DevApp.Entity;
 using Gs.DevApp.ToolBox;
 using Gs.DevApp.UserControl;
 using Newtonsoft.Json;
+using System.Linq;
 
 namespace Gs.DevApp.DevFrm.Sys
 {
@@ -53,9 +59,8 @@
             txt_noLength.ValueChanged += (s, e) => { DoPreviewCode(); };
             txt_isIncludeDoc.CheckedChanged += (s, e) => { DoPreviewCode(); };
             txt_isSpilit.CheckedChanged += (s, e) => { DoPreviewCode(); };
+            
         }
-
-
 
         /// <summary>
         ///     鍒嗛〉浜嬩欢
@@ -298,6 +303,8 @@
                     pageBar1.CurrentPage = curPage;//褰撳墠椤�
                     pageBar1.RecordCount = dd.rtnData.total;//鎬昏褰曟暟
                     gridView1.BestFitColumns();
+
+                   
                 }
                 else
                 {

--
Gitblit v1.9.3