lu
2025-10-25 0182a12e08e1253e9fb2d1b4dabb353babf1feea
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.cs
@@ -9,8 +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;
@@ -41,6 +43,7 @@
            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";
@@ -65,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);
@@ -73,7 +78,6 @@
            {
                Gs.DevApp.ToolBox.UtilityHelper.PrintAuto(txt_psnQty_1, txt_iCount_1, radOut, txt_yuliang_1);
            };
            //这是托板码
            this.ucBtnPrint1.btnPrintClick += (s, e) =>
            {
                _print();
@@ -118,7 +122,12 @@
                    }
                }
            };
            //这是追溯码
            this.ucBtnPrint1.btnZhiJieClick += (s, e) =>
            {
                _print();
            };
            #endregion
            #region 追溯码打印相关
            this.ucBtnPrint98.btnPrintClick += (s, e) =>
            {
                _print98();
@@ -163,7 +172,13 @@
                    }
                }
            };
            //这是后盖码
            this.ucBtnPrint98.btnZhiJieClick += (s, e) =>
            {
                _print98();
            };
            #endregion
            #region 后盖码打印相关
            this.ucBtnPrint100.btnPrintClick += (s, e) =>
            {
                _print100();
@@ -209,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) =>
            {
@@ -227,7 +253,7 @@
                    var _obj = new
                    {
                        tmpGuid = upGuid,
                        strType = "",
                        strType = txt_daa001.Text.Trim(),
                    };
                    try
                    {
@@ -256,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)
        {
@@ -572,6 +655,64 @@
            catch (Exception ex)
            {
                ToolBox.MsgHelper.ShowError("提示:" + ex.Message);
            }
        }
        /// <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);
                    }
                }
            }
        }
@@ -1067,5 +1208,25 @@
                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();
            }
        }
    }
}