From f064d6138dc73d8f54c66f0c6d3242d0376c71b4 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期五, 04 七月 2025 13:36:02 +0800
Subject: [PATCH] 增加倒冲欠料

---
 DevApp/Gs.DevApp/DevFrm/FQC/MesFqcExceptional.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/FQC/MesFqcExceptional.cs b/DevApp/Gs.DevApp/DevFrm/FQC/MesFqcExceptional.cs
index 6ed8353..08b571c 100644
--- a/DevApp/Gs.DevApp/DevFrm/FQC/MesFqcExceptional.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FQC/MesFqcExceptional.cs
@@ -12,7 +12,7 @@
 {
     public partial class MesFqcExceptional : DevExpress.XtraEditors.XtraForm
     {
-        string _webServiceName = "MesQcExceptionalManager/";
+        string _webServiceName = "FqcExceptionalManager/";
         List<FilterEntity> _filterList = new List<FilterEntity>();
         public MesFqcExceptional()
         {
@@ -143,7 +143,7 @@
         /// <param name="pageSize">姣忛〉鍑犳潯</param>
         private void getPageList(int curPage)
         {
-            var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
+            gcMain1.DataSource = null;var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
             PageQueryModel pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "create_date", "asc", "", _sbSqlWhere.ToString());
             string json = JsonConvert.SerializeObject(pgq);
             try
@@ -183,7 +183,7 @@
         private void getModel(string strGuid)
         {
             ucUpFileList1.parentGroup = "闂鍥剧墖";
-            ucUpFileList1.pGuid= strGuid;
+            ucUpFileList1.pGuid = strGuid;
             ucUpFileList1.getFileList();
             ucUpFileList2.parentGroup = "鏀瑰杽鍥剧墖";
             ucUpFileList2.pGuid = strGuid;

--
Gitblit v1.9.3