From b945a1a9ec14ce5537da582522d6315b710c5e99 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 12 五月 2025 15:39:46 +0800
Subject: [PATCH] 异常单

---
 DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs |   82 +++++++++++++++++++++++++++++++++--------
 1 files changed, 66 insertions(+), 16 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs b/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs
index 79c1b25..db13327 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.cs
@@ -1,5 +1,4 @@
-锘縰sing CefSharp.DevTools.CSS;
-using Gs.DevApp.Entity;
+锘縰sing Gs.DevApp.Entity;
 using Gs.DevApp.ToolBox;
 using Gs.DevApp.UserControl;
 using Newtonsoft.Json;
@@ -20,7 +19,7 @@
         public void Initialize(string param)
         {
             // 浣跨敤param杩涜鍒濆鍖栧伐浣�
-            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1,0);
+            Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
             getModel(param);
         }
 
@@ -47,6 +46,7 @@
             getPageList(1);
             pageBar1.PagerEvent += PageBar1_PagerEvent;
         }
+       
         private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
         {
             _filterList = Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gridView1.Columns, gridView1);
@@ -140,7 +140,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
@@ -175,8 +175,11 @@
             {
                 ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
             }
-
         }
+        /// <summary>
+        /// 璇诲彇瀹炰綋
+        /// </summary>
+        /// <param name="strGuid"></param>
         private void getModel(string strGuid)
         {
             bool isEdit = false;
@@ -240,27 +243,74 @@
         /// <param name="inFieldValue"></param>
         private void _toolCk(int _inFieldValue)
         {
+            //toolBarMenu1.guidKey = "";
+            //string rowGuid, rowName;
+            //(rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
+            //    lbGuid, txt_fBillNo, gridView1, "fBillNo");
+            //toolBarMenu1.guidKey = rowGuid;
+            //if (string.IsNullOrEmpty(rowGuid))
+            //{
+            //    MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
+            //    return;
+            //}
+            //if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾鎿嶄綔鍚楋紵"))
+            //    return;
+            //var frm = new MesQcExceptionalShow(rowGuid);
+            //frm.UpdateParent += (s, e) =>
+            //{
+            //    int rowHandle = gridView1.LocateByValue(1, gridView1.Columns["guid"], rowGuid);
+            //    gridView1.FocusedRowHandle = rowHandle;
+            //    UtilityHelper.SetCheckIco(gridView1, "chkStatus", "checkBy", "checkDate", picCheckBox, this, _inFieldValue.ToString());
+            //};
+            //frm.ShowDialog();
+            //return;
+            string strMsg = "";
+            switch (_inFieldValue)
+            {
+                case 1:
+                    strMsg = "瀹℃牳";
+                    break;
+                case 0:
+                    strMsg = "鍙嶅鏍�";
+                    break;
+            };
             toolBarMenu1.guidKey = "";
             string rowGuid, rowName;
-            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
-                lbGuid, txt_fBillNo, gridView1, "fBillNo");
-            toolBarMenu1.guidKey = rowGuid;
+            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_fBillNo, gridView1, "fBillNo");
             if (string.IsNullOrEmpty(rowGuid))
             {
                 MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
                 return;
             }
-            if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾鎿嶄綔鍚楋紵"))
+            if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾" + strMsg + "鍚楋紵"))
                 return;
-            var frm = new MesQcExceptionalShow(rowGuid);
-            frm.UpdateParent += (s, e) =>
+            var _obj = new
             {
-                int rowHandle = gridView1.LocateByValue(1, gridView1.Columns["guid"], rowGuid);
-                gridView1.FocusedRowHandle = rowHandle;
-                UtilityHelper.SetCheckIco(gridView1, "chkStatus", "checkBy", "checkDate", picCheckBox, this, _inFieldValue.ToString());
+                guid = rowGuid,
+                inFieldValue = _inFieldValue,
             };
-            frm.ShowDialog();
+            try
+            {
+                var strJson = UtilityHelper.HttpPost("",
+                    _webServiceName + "EditModelSubmit",
+                    JsonConvert.SerializeObject(_obj));
+                var _rtn = UtilityHelper.ReturnToDynamic(strJson);
+                MsgHelper.Warning(_rtn.rtnData.outMsg.ToString());
+                if (_rtn.rtnCode > 0 && _rtn.rtnData.outSum * 1 > 0)
+                {
+                    if (xtraTabControl1.SelectedTabPageIndex == 1)
+                    {
+                        getModel(lbGuid.Text.Trim());
+                    }
+                    int rowHandle = gridView1.LocateByValue(1, gridView1.Columns["guid"], rowGuid);
+                    gridView1.FocusedRowHandle = rowHandle;
+                    UtilityHelper.SetCheckIco(gridView1, "chkStatus", "checkUser", "checkDate", picCheckBox, this, _inFieldValue.ToString());
+                }
+            }
+            catch (Exception ex)
+            {
+                MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
+            }
         }
-      
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3