From 0182a12e08e1253e9fb2d1b4dabb353babf1feea Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期六, 25 十月 2025 09:01:49 +0800
Subject: [PATCH] 更新操作人

---
 DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs |  241 ++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 231 insertions(+), 10 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
index 6ce4c57..4c0b1bd 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -1,3 +1,4 @@
+using DevExpress.Utils;
 using Gs.DevApp.DevFrm.Rpt;
 using Gs.DevApp.DevFrm.Sys;
 using Gs.DevApp.DevFrm.WOM;
@@ -8,7 +9,10 @@
 using Newtonsoft.Json.Linq;
 using System;
 using System.Collections.Generic;
+using System.Configuration;
 using System.Data;
+using System.Drawing;
+using System.Net;
 using System.Threading.Tasks;
 using System.Windows.Forms;
 
@@ -21,6 +25,8 @@
         public Frm_Womdaa()
         {
             InitializeComponent();
+            //鍏堥殣钘�4绉嶆墦鍗�
+            //  txt_mesStartProd.CustomFormat = "yyyy-MM-dd HH:mm";
             this.splitMx99.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel2;
             this.splitMx98.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel2;
             this.splitMx100.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel2;
@@ -37,7 +43,11 @@
             this.toolBarMenu1.btnShouJianClick += ToolBarMenu1_btnShouJianClick;
             this.toolBarMenu1.btnDelClick += ToolBarMenu1_btnDelClick;
             this.toolBarMenu1.btnGxClick += ToolBarMenu1_btnGxClick;
+            this.toolBarMenu1.btnOutClick += ToolBarMenu1_btnOutClick;
             this.toolBarMenu1.getXmlConfig();
+            gvMx1.Columns["barbl"].DisplayFormat.FormatType = FormatType.Numeric;
+            gvMx1.Columns["barbl"].DisplayFormat.FormatString = "p0";
+            Gs.DevApp.ToolBox.UtilityHelper.CustomProgressBarColumn(gvMx1, "barbl", 90, Brushes.OrangeRed, Brushes.DodgerBlue);
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1);
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx2);
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx3);
@@ -45,7 +55,6 @@
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx6);
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx7);
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx8);
-            txt_daa015.getSuppler("");
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) =>
            {
                Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0);
@@ -59,6 +68,8 @@
             }, lbGuid);
             getPageList(1);
             pageBar1.PagerEvent += PageBar1_PagerEvent;
+
+            #region 鎵樻澘鐮佹墦鍗扮浉鍏�
             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);
@@ -67,7 +78,6 @@
             {
                 Gs.DevApp.ToolBox.UtilityHelper.PrintAuto(txt_psnQty_1, txt_iCount_1, radOut, txt_yuliang_1);
             };
-            //杩欐槸鎵樻澘鐮�
             this.ucBtnPrint1.btnPrintClick += (s, e) =>
             {
                 _print();
@@ -112,7 +122,12 @@
                     }
                 }
             };
-            //杩欐槸杩芥函鐮�
+            this.ucBtnPrint1.btnZhiJieClick += (s, e) =>
+            {
+                _print();
+            };
+            #endregion
+            #region 杩芥函鐮佹墦鍗扮浉鍏�
             this.ucBtnPrint98.btnPrintClick += (s, e) =>
             {
                 _print98();
@@ -157,7 +172,13 @@
                     }
                 }
             };
-            //杩欐槸鍚庣洊鐮�
+            this.ucBtnPrint98.btnZhiJieClick += (s, e) =>
+            {
+                _print98();
+            };
+            #endregion
+
+            #region 鍚庣洊鐮佹墦鍗扮浉鍏�
             this.ucBtnPrint100.btnPrintClick += (s, e) =>
             {
                 _print100();
@@ -203,12 +224,23 @@
                     }
                 }
             };
-            //杩欐槸榻愬鏍囪瘑鍗★紝浠呬粎鎵撳嵃
+            this.ucBtnPrint100.btnZhiJieClick += (s, e) =>
+            {
+                _print100();
+            };
+            #endregion
+
+            #region 杩欐槸榻愬鏍囪瘑鍗★紝浠呬粎鎵撳嵃
             this.ucBtnPrint101.SetPlButton(false);
             this.ucBtnPrint101.btnPrintClick += (s, e) =>
             {
                 _print101();
             };
+            this.ucBtnPrint101.btnZhiJieClick += (s, e) =>
+            {
+                _print101();
+            };
+            #endregion
             //瀵煎叆妯℃澘
             this.btnIn.Click += (s, e) =>
             {
@@ -221,7 +253,7 @@
                     var _obj = new
                     {
                         tmpGuid = upGuid,
-                        strType = "",
+                        strType = txt_daa001.Text.Trim(),
                     };
                     try
                     {
@@ -250,7 +282,64 @@
                 };
                 frm.ShowDialog();
             };
+            //瀵煎嚭澶囨枡鍗曡韩
+            btnXls.Click += (s, e) =>
+            {
+                if (string.IsNullOrEmpty(lbGuid.Text.Trim()))
+                {
+                    MsgHelper.ShowError("璇峰厛閫夋嫨浣犲鍑虹殑宸ュ崟锛�");
+                    return;
+                }
+                if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + txt_daa001.Text.Trim() + "銆戯紝纭畾瀵煎嚭鍚楋紵"))
+                    return;
+                using (FolderBrowserDialog folderBrowserDialog = new FolderBrowserDialog())
+                {
+                    folderBrowserDialog.Description = "閫夋嫨瀵煎嚭鏂囦欢鐨勪繚瀛樿矾寰�";
+                    DialogResult dialogResult = folderBrowserDialog.ShowDialog();
+                    if (dialogResult == DialogResult.OK)
+                    {
+                        string _folder = folderBrowserDialog.SelectedPath;
+                        var _params = new
+                        {
+                            inQueryWhere = lbGuid.Text.Trim(),//涓诲缓
+                            inFid = "",
+                            inP1 = "",
+                            inP2 = "",
+                            inP3 = "",
+                            inP4 = ""
+                        };
+                        var _obj = new Gs.DevApp.Entity.XlsOutModel("xlsOutDaaMx", "", "", "", _params);
+                        try
+                        {
+                            string strJson = UtilityHelper.HttpPost("", "XlsInOut/XlsOutView_NEW", JsonConvert.SerializeObject(_obj));
+                            ReturnModel<dynamic> _rtn = ToolBox.UtilityHelper.ReturnToDynamic(strJson);
+                            if (_rtn.rtnCode > 0)
+                            {
+                                string _file = _rtn.rtnData.fileUrl.ToString();
+                                string _folderName = _folder + "\\" + _file.Replace("down/", "");
+                                string _url = ConfigurationManager.AppSettings["WebApiUrl"].ToString() + _file;
+                                using (WebClient client = new WebClient())
+                                {
+                                    client.DownloadFile(_url, _folderName);
+                                }
+                                var frm = new Gs.DevApp.DevFrm.QC.Xls(_folderName);
+                                frm.ShowDialog();
+                            }
+                            else
+                            {
+                                ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + _rtn.rtnMsg);
+                            }
+                        }
+                        catch (Exception ex)
+                        {
+                            ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+                        }
+                    }
+                }
+
+            };
         }
+
 
         private void GridView1_ColumnFilterChanged(object sender, EventArgs e)
         {
@@ -508,12 +597,38 @@
         private void ToolBarMenu1_btnSaveClick(object sender, EventArgs e)
         {
             toolBarMenu1.isSetBtn = false;
+            DateTime _dtKg = txt_mesStartProd.DateTime;
+            DateTime _dtWg = txt_mesEndProd.DateTime;
+            if (string.IsNullOrEmpty(txt_mesStartProd.Text.Trim()))
+            {
+                ToolBox.MsgHelper.ShowError("鎻愮ず锛氶璁″紑宸ユ椂闂翠笉鑳戒负绌猴紒");
+                txt_mesStartProd.Focus();
+                return;
+            }
+            if (string.IsNullOrEmpty(txt_mesEndProd.Text.Trim()))
+            {
+                ToolBox.MsgHelper.ShowError("鎻愮ず锛氶璁″畬宸ユ椂闂翠笉鑳戒负绌猴紒");
+                txt_mesEndProd.Focus();
+                return;
+            }
+            if (_dtWg < _dtKg)
+            {
+                ToolBox.MsgHelper.ShowError("鎻愮ず锛氬畬宸ユ椂闂翠笉鑳藉皬浜庡紑宸ユ椂闂达紒");
+                return;
+            }
+            if (string.IsNullOrEmpty(txt_daa015.GetId()))
+            {
+                ToolBox.MsgHelper.ShowError("鎻愮ず锛氱嚎浣撲笉鑳戒负绌猴紒");
+                return;
+            }
             var _obj = new
             {
                 guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //涓诲缓
                 sjxt = txt_daa015.GetId(), //绾夸綋
                 sclx = txt_daa025.Text.Trim(),//鐢熶骇绫诲瀷
-                bz = txt_daa009.Text.Trim()//澶囨敞
+                bz = txt_daa009.Text.Trim(),//澶囨敞
+                dtKg = _dtKg.ToString("yyyy-MM-dd HH:mm:ss"),
+                dtWg = _dtWg.ToString("yyyy-MM-dd HH:mm:ss"),
             };
             try
             {
@@ -526,12 +641,13 @@
                     toolBarMenu1.isSetBtn = true;
                     List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
                     //gvList.Add(gvMx1);
-                    UtilityHelper.ChangeEnableByControl(this.layoutMx1.Controls, false, gvList);
+                    UtilityHelper.ChangeEnableByControl(this.layoutMx1.Controls, false);
                     //toolBarMenu1.currentAction = "";
                     //txt_printRemark.Enabled = txt_psnQty_1.Enabled = txt_iCount_1.Enabled = true;
                     //txt_printRemark.ReadOnly = txt_psnQty_1.ReadOnly = txt_iCount_1.ReadOnly = false;
                     //toolBarMenu1.currentAction = "";
                     Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 6);
+                    toolBarMenu1.currentAction = "";
                 }
                 else
                     ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + _rtn.rtnMsg);
@@ -543,13 +659,75 @@
         }
 
         /// <summary>
+        /// 宸ュ崟瀵煎嚭
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        /// <exception cref="NotImplementedException"></exception>
+        private void ToolBarMenu1_btnOutClick(object sender, EventArgs e)
+        {
+            System.Text.StringBuilder _sbSqlWhere = new System.Text.StringBuilder();
+            _sbSqlWhere.Append(" and a.ERP_SCZZ in");
+            _sbSqlWhere.Append(ToolBox.UtilityHelper.GetOrgWhere());
+            _sbSqlWhere.Append(UtilityHelper.GetSearchWhere(_filterList));
+            using (FolderBrowserDialog folderBrowserDialog = new FolderBrowserDialog())
+            {
+                folderBrowserDialog.Description = "閫夋嫨瀵煎嚭鏂囦欢鐨勪繚瀛樿矾寰�";
+                DialogResult dialogResult = folderBrowserDialog.ShowDialog();
+                if (dialogResult == DialogResult.OK)
+                {
+                    string _folder = folderBrowserDialog.SelectedPath;
+                    var _params = new
+                    {
+                        inQueryWhere = _sbSqlWhere.ToString(),
+                        inFid = "",
+                        inP1 = "",
+                        inP2 = "",
+                        inP3 = "",
+                        inP4 = ""
+                    };
+                    var _obj = new Gs.DevApp.Entity.XlsOutModel("xlsOutDaa", "", "", "", _params);
+                    try
+                    {
+                        string strJson = UtilityHelper.HttpPost("", "XlsInOut/XlsOutView_NEW", JsonConvert.SerializeObject(_obj));
+                        ReturnModel<dynamic> _rtn = ToolBox.UtilityHelper.ReturnToDynamic(strJson);
+                        if (_rtn.rtnCode > 0)
+                        {
+                            string _file = _rtn.rtnData.fileUrl.ToString();
+                            string _folderName = _folder + "\\" + _file.Replace("down/", "");
+                            string _url = ConfigurationManager.AppSettings["WebApiUrl"].ToString() + _file;
+                            using (WebClient client = new WebClient())
+                            {
+                                client.DownloadFile(_url, _folderName);
+                            }
+                            var frm = new Gs.DevApp.DevFrm.QC.Xls(_folderName);
+                            frm.ShowDialog();
+                        }
+                        else
+                        {
+                            ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + _rtn.rtnMsg);
+                        }
+                    }
+                    catch (Exception ex)
+                    {
+                        ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + ex.Message);
+                    }
+                }
+            }
+        }
+
+        /// <summary>
         /// 
         /// </summary>
         /// <param name="curPage">绗嚑椤�</param>
         /// <param name="pageSize">姣忛〉鍑犳潯</param>
         private void getPageList(int curPage)
         {
-            gcMain1.DataSource = null; var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
+            gcMain1.DataSource = null;
+            System.Text.StringBuilder _sbSqlWhere = new System.Text.StringBuilder();
+            _sbSqlWhere.Append(" and a.ERP_SCZZ in");
+            _sbSqlWhere.Append(ToolBox.UtilityHelper.GetOrgWhere());
+            _sbSqlWhere.Append(UtilityHelper.GetSearchWhere(_filterList));
             PageQueryModel pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "create_date", "desc", "", _sbSqlWhere.ToString());
             string json = JsonConvert.SerializeObject(pgq);
             try
@@ -610,6 +788,8 @@
                 if (_rtn.rtnCode > 0)
                 {
                     dynamic dy = _rtn.rtnData;
+                    string lineId = dy.daa013;
+                    txt_daa015.getSuppler(txt_daa013.Text.Trim(), lineId);
                     //鎵樻澘鐮�
                     txt_zQty.Text = dy.daa008;
                     txt_yQty.Text = dy.yQty;
@@ -622,7 +802,6 @@
                     txt_zQty100.Text = dy.daa008;
                     txt_yQty100.Text = dy.yQty100;
                     txt_kQty100.Text = dy.kQty100;
-
                     lbGuid.Text = strGuid;
                     List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
                     gvList.Add(gvMx1);
@@ -784,6 +963,7 @@
                     txt_psnQty_1.Text = txt_printRemark.Text = txt_iCount_1.Text = txt_printRemark98.Text = txt_iCount_98.Text = txt_yuliang_1.Text = "";
                     txt_iCount_98.Text = txt_kQty98.Text;//杩芥函鐮�
                     txt_iCount_100.Text = txt_kQty100.Text;//鍚庣洊鐮�
+
                 }
                 else
                     ToolBox.MsgHelper.ShowError("鎻愮ず锛�" + _rtn.rtnMsg);
@@ -1007,5 +1187,46 @@
                    + "}";
         }
         #endregion
+
+        /// <summary>
+        /// 鍙樻洿鍐呭寘瑁呮暟閲�
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void rptTuoBanNbz_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e)
+        {
+            var rowhandle = gvMx2.FocusedRowHandle;
+            if (rowhandle < 0)
+                return;
+            if (e.Button.Index == 0)
+            {
+                var dr = gvMx2.GetDataRow(rowhandle);
+                var mxGuid = dr["guid"].ToString();
+                if (!MsgHelper.AskQuestion("浣犻�夋嫨浜�1鏉℃暟鎹紝纭畾鍙樻洿鍐呭寘瑁呮暟閲忓悧锛�"))
+                    return;
+                var frm = new Frm_WomdaaNbz(mxGuid);
+                frm.ShowDialog();
+            }
+        }
+        /// <summary>
+        /// 杩涘叆鐪嬫澘
+        /// </summary>
+        /// <param name="sender"></param>
+        /// <param name="e"></param>
+        private void repositoryItemButtonEdit1_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e)
+        {
+            if (e.Button.Index == 0)
+            {
+                var userGuid =
+               string.IsNullOrEmpty(LoginInfoModel.CurrentUser.LoginUserGuid)
+                   ? Guid.NewGuid().ToString()
+                   : LoginInfoModel.CurrentUser.LoginUserGuid;
+                var rowhandle = gridView1.FocusedRowHandle;
+                var dr = gridView1.GetDataRow(rowhandle);
+                var qcGuid = dr["guid"].ToString() + "&mth=" + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.fff") + "&userGuid=" + userGuid;
+                KanBanLaTouH5 frm = new KanBanLaTouH5(qcGuid);
+                frm.ShowDialog();
+            }
+        }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3