From 11720482d878d36e0651842c76873ca27cfa6615 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 07 五月 2025 15:59:31 +0800
Subject: [PATCH] 工单梳理

---
 DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs |   62 +++++++++----------------------
 1 files changed, 18 insertions(+), 44 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
index 3148c76..9a8890b 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -1,4 +1,5 @@
 using DevExpress.XtraPivotGrid.Data;
+using Gs.DevApp.DevFrm.WOM;
 using Gs.DevApp.Entity;
 using Gs.DevApp.ToolBox;
 using Gs.DevApp.UserControl;
@@ -28,8 +29,6 @@
             this.toolBarMenu1.btnTzblClick += ToolBarMenu1_btnTzblClick;
             this.toolBarMenu1.btnKgClick += ToolBarMenu1_btnKgClick;
             this.toolBarMenu1.btnWgClick += ToolBarMenu1_btnWgClick;
-            this.toolBarMenu1.btnJieAnClick += ToolBarMenu1_btnJieAnClick1;
-            this.toolBarMenu1.btnFjieAnClick += ToolBarMenu1_btnFjieAnClick;
             toolBarMenu1.btnLogClick += ToolBarMenu1_btnLogClick;
             this.toolBarMenu1.btnShouJianClick += ToolBarMenu1_btnShouJianClick;
             this.toolBarMenu1.getXmlConfig();
@@ -51,7 +50,7 @@
             getPageList(1);
             pageBar1.PagerEvent += PageBar1_PagerEvent;
 
-            //杩欐槸鍗℃澘鐮�
+            //杩欐槸鎵樻澘鐮�
             this.ucBtnPrint1.btnDesignClick += (s, e) =>
             {
                 ucBtnPrint1.rptParameter = "rpt_daa{}";
@@ -59,6 +58,14 @@
             this.ucBtnPrint1.btnReportClick += (s, e) =>
             {
                 _print();
+            };
+            txt_psnQty_1.TextChanged += (s, e) =>
+            {
+                Gs.DevApp.ToolBox.UtilityHelper.PrintJiSuan(txt_psnQty_1, txt_iCount_1, txt_kQty.Text.Trim(), radOut,txt_yuliang_1);
+            };
+            radOut.SelectedIndexChanged += (s, e) =>
+            {
+                Gs.DevApp.ToolBox.UtilityHelper.PrintAuto(txt_psnQty_1, txt_iCount_1, radOut, txt_yuliang_1);
             };
             //杩欐槸杩芥函鐮�
             this.ucBtnPrint98.btnDesignClick += (s, e) =>
@@ -78,18 +85,9 @@
             {
                 _print100();
             };
-            txt_psnQty_1.TextChanged += (s, e) =>
-            {
-                Gs.DevApp.ToolBox.UtilityHelper.PrintJiSuan(txt_psnQty_1, txt_iCount_1, txt_kQty.Text.Trim(), radOut);
-            };
-
-            radOut.SelectedIndexChanged += (s, e) =>
-            {
-                Gs.DevApp.ToolBox.UtilityHelper.PrintAuto(txt_psnQty_1, txt_iCount_1, radOut);
-            };
         }
 
-      
+
         private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
         {
             _filterList = Gs.DevApp.ToolBox.UtilityHelper.GetDilter(gridView1.Columns, gridView1);
@@ -152,7 +150,7 @@
             var _obj = new
             {
                 guid = rowGuid,
-                inFieldValue ="",
+                inFieldValue = "",
             };
             try
             {
@@ -181,28 +179,7 @@
                 MsgHelper.Warning("鎻愮ず锛�" + ex.Message);
             }
         }
-
-        /// <summary>
-        /// 缁撴
-        /// </summary>
-        /// <param name="sender"></param>
-        /// <param name="e"></param>
-        /// <exception cref="NotImplementedException"></exception>
-        private void ToolBarMenu1_btnFjieAnClick(object sender, EventArgs e)
-        {
-
-        }
-        /// <summary>
-        /// 鍙嶇粨妗�
-        /// </summary>
-        /// <param name="sender"></param>
-        /// <param name="e"></param>
-        /// <exception cref="NotImplementedException"></exception>
-
-        private void ToolBarMenu1_btnJieAnClick1(object sender, EventArgs e)
-        {
-            _toolCk(99);
-        }
+      
         private void ToolBarMenu1_btnTzblClick(object sender, EventArgs e)
         {
             _toolCk(7);
@@ -353,7 +330,7 @@
         /// <param name="pageSize">姣忛〉鍑犳潯</param>
         private void getPageList(int curPage)
         {
-            gcMain1.DataSource = null;var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
+            gcMain1.DataSource = null; var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
             PageQueryModel pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "create_date", "desc", "", _sbSqlWhere.ToString());
             string json = JsonConvert.SerializeObject(pgq);
             try
@@ -503,8 +480,7 @@
                     {
                         Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx4, gvMx4);
                     }
-                    txt_psnQty_1.Text = txt_printRemark.Text = txt_iCount_1.Text = txt_printRemark98.Text = txt_iCount_98.Text = "";
-                    radOut.Properties.Items[0].Description = "鍏ㄨ嚜鍔�";
+                    txt_psnQty_1.Text = txt_printRemark.Text = txt_iCount_1.Text = txt_printRemark98.Text = txt_iCount_98.Text = txt_yuliang_1.Text="";
                 }
                 else
                     ToolBox.MsgHelper.Warning("鎻愮ず锛�" + _rtn.rtnMsg);
@@ -531,7 +507,7 @@
                     strMsg = "宸ュ崟鏆傚仠";
                     break;
                 case 3:
-                    strMsg = "鎾ゅ洖瀹屽伐";
+                    strMsg = "娓呭熬";
                     break;
                 case 4:
                     strMsg = "绱ф�ュ鏂�";
@@ -551,9 +527,6 @@
                 case 9:
                     strMsg = "鎵嬪姩瀹屽伐";
                     break;
-                case 99:
-                    strMsg = "缁撴";
-                    break;
             };
             toolBarMenu1.guidKey = "";
             string rowGuid, rowName;
@@ -566,6 +539,7 @@
             }
             if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾" + strMsg + "鍚楋紵"))
                 return;
+
             var _obj = new
             {
                 guid = rowGuid,
@@ -634,7 +608,7 @@
             this.ucBtnPrint1.rptParameter = "rpt_daa{"
                   + txt_printRemark.Text.Trim()
                    + "," + ""
-                   + "," + Gs.DevApp.ToolBox.UtilityHelper.PrintYuLiang(radOut).ToString()
+                   + "," +  Gs.DevApp.ToolBox.UtilityHelper.ToDecimal( txt_yuliang_1.Text.Trim())
                    + "," + txt_iCount_1.Text.Trim()
                    + "," + txt_psnQty_1.Text.Trim()
                    + "}";

--
Gitblit v1.9.3