From d35bb711f8d3d267b44b4a80c20e31dabf309ae7 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 14 一月 2025 08:17:18 +0800
Subject: [PATCH] 其它入库

---
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs |   32 +++++++++++++++++++++-----------
 1 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs
index 790fdd7..5f2c13c 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs
@@ -35,7 +35,7 @@
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1);
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx2);
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx3);
-            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "qualityAudit", "", (value) =>
+            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "modifyFlagTxt", "", (value) =>
             {
                 Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
             });
@@ -201,11 +201,11 @@
             (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
                 lbGuid, txt_itemName, gridView1);
             toolBarMenu1.guidKey = rowGuid;
-            this.toolBarMenu1.rptParameter = "rpt_Detect01{" + ""
-                   + "," + ""
-                   + "," + ""
-                   + "," + ""
-                   + "," + ""
+            this.toolBarMenu1.rptParameter = "rpt_Detect01{" + "1"
+                   + "," + "1"
+                   + "," + "1"
+                   + "," + "1"
+                   + "," + "1"
                    + "}";
         }
 
@@ -265,7 +265,7 @@
         /// </summary>
         /// <param name="curPage">绗嚑椤�</param>
         /// <param name="pageSize">姣忛〉鍑犳潯</param>
-        private   void getPageList(int curPage)
+        private void getPageList(int curPage)
         {
             var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
             _sbSqlWhere += " and isnull(fsubmit,0)=1";
@@ -301,9 +301,9 @@
             {
                 ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
             }
-            
+
         }
-        private   void getModel(string strGuid)
+        private void getModel(string strGuid)
         {
             bool isEdit = false;
             if (toolBarMenu1.currentAction == "add") return;
@@ -355,7 +355,7 @@
             {
                 ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
             }
-            
+
         }
         /// <summary>
         /// 閫夐」鍗″垏鎹�
@@ -409,7 +409,7 @@
         /// 鏍规嵁妫�楠岄」鐩鍙栨娊鏍风粨鏋� 
         /// </summary>
         /// <param name="guid5"></param>
-        private   void getList12(string guid5)
+        private void getList12(string guid5)
         {
             var _obj = new
             {
@@ -543,6 +543,16 @@
             }
             if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾" + strMsg + "鍚楋紵"))
                 return;
+            if (_inFieldValue == 1)
+            {
+                if (txt_fcheckResu.Text == "涓嶅悎鏍�")
+                {
+                    if (txt_fngHandle.Text.Trim().Length == 0) {
+                        MsgHelper.Warning("鍗曟嵁涓轰笉鍚堟牸鏃惰閫夋嫨澶勭悊鏂瑰紡锛�");
+                        return;
+                    }
+                }
+            }
             var _obj = new
             {
                 guid = rowGuid,

--
Gitblit v1.9.3