lg
4 天以前 8114becd3aa125191bf0ed06cb8b17379b5757aa
DevApp/Gs.DevApp/DevFrm/Ck/Frm_MesItemQt.cs
@@ -1,4 +1,3 @@
using DevExpress.XtraCharts.GLGraphics.Platform;
using DevExpress.XtraEditors;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
@@ -43,6 +42,7 @@
            toolBarMenu1.btnCaiWuChkClick += ToolBarMenu1_btnCaiWuChkClick;
            toolBarMenu1.btnCaiWuFchkClick += ToolBarMenu1_btnCaiWuFchkClick;
            toolBarMenu1.btnPrintClick += ToolBarMenu1_btnPrintClick;
            toolBarMenu1.btnWjClick += ToolBarMenu1_btnWjClick;
            this.toolBarMenu1.getXmlConfig();
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1);
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "isChk", "", (value) =>
@@ -69,17 +69,20 @@
                ucLookHuoZhu1.SetHzLx(_ucHzlx);
                ucLookHuoZhu1.SetHzId(_ucHz);
                _bindLookSearch(txt_qt035.Text.Trim(), "","");
            };
            //选择领用组织
            txt_qt024.EditChanged += (s, e) =>
            {
                string _orgId = txt_qt024.GetId();
                if (string.IsNullOrEmpty(_orgId))
                    return;
                txt_qt013.getSuppler(_orgId, _ucKh);
                txt_qt009.getSuppler(_orgId, _ucBm);
                txt_qt009.getSuppler(_orgId, _ucBm, " len(a.departmentcode)>2 ");
                txt_wwgys.getSuppler(_orgId, _ucGys);
            };
            //选择领用组织2025年-10-24已被禁用,为考虑性能,删除
            //txt_qt024.EditChanged += (s, e) =>
            //{
            //    string _orgId = txt_qt024.GetId();
            //    if (string.IsNullOrEmpty(_orgId))
            //        return;
            //    txt_qt013.getSuppler(_orgId, _ucKh);
            //    txt_qt009.getSuppler(_orgId, _ucBm);
            //    txt_wwgys.getSuppler(_orgId, _ucGys);
            //};
            //选择来源单号
            txt_qt035.ButtonClick += (s, e) =>
            {
@@ -192,11 +195,12 @@
            };
            #endregion
            #region 2025-08-27 增加委外供应商
            txt_qtlx.SelectedIndexChanged += (s, e) =>
            txt_qtlx.ChangedEvent += (s, e) =>
            {
                int idx = txt_qtlx.SelectedIndex;
                if (idx == 7)
                if (idx == 6)
                {
                    layItemWwgys.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Always;
                }
@@ -207,7 +211,46 @@
                }
            };
            #endregion
            #region 2025-10-10 向下复制beg
            btnDown.Click += (s, e) =>
            {
                // 获取当前选中行的行号
                int focusedRowHandle = gvMx1.FocusedRowHandle;
                if (focusedRowHandle < 0) return;
                // 获取当前行的时长
                DataRow currentRow = gvMx1.GetDataRow(focusedRowHandle);
                if (currentRow == null) return;
                var hourValue = currentRow["depotId"];
                var hourValue2 = currentRow["depotName"];
                if (hourValue == null || string.IsNullOrEmpty(hourValue.ToString()))
                {
                    MsgHelper.ShowError("当前选中的行无仓库,复制失败!");
                    return;
                }
                if (hourValue2 == null)
                {
                    MsgHelper.ShowError("当前选中的行无仓库,复制失败!");
                    return;
                }
                // 批量设置下面所有行的时长
                for (int i = focusedRowHandle + 1; i < gvMx1.DataRowCount; i++)
                {
                    var row = gvMx1.GetDataRow(i);
                    if (row != null)
                    {
                        row["depotId"] = hourValue;
                        row["depotName"] = hourValue2;
                    }
                }
                gvMx1.RefreshData();
            };
            #endregion
        }
        /// <summary>
        /// 来源明细限制,
@@ -421,7 +464,7 @@
            }
            //2025/07/12加上修改状态下不能修改
            txt_qt023.IsReadly = true;
            txt_qt024.IsReadly = true;
            //txt_qt024.IsReadly = true;
            ucLookHuoZhu1.Enabled = false;
        }
        /// <summary>
@@ -440,7 +483,7 @@
            ucLookHuoZhu1.Enabled = true;
            //增加时,默认组织
            string deftOrg = UtilityHelper.GetFirstOrg(txt_qt023);
            string deftOrg2 = UtilityHelper.GetFirstOrg(txt_qt024);
            //string deftOrg2 = UtilityHelper.GetFirstOrg(txt_qt024);
        }
        /// <summary>
        /// 保存事件
@@ -454,12 +497,13 @@
            string inHzlx = ucLookHuoZhu1.GetHzLx();//货主类型
            string inHz = ucLookHuoZhu1.GetHzId();//货主
            string inRkyy = txt_qt010.Text.Trim();//原因
            string inDjlx = txt_qt019.Text.Trim();//单据类型
            string inLyOrg = txt_qt024.GetId();//领用组织
            string inDjlx = txt_qt019.TextTxt.Trim();//单据类型
           // string inLyOrg = txt_qt024.GetId();//领用组织
            string inLyOrg = inOrgId;//领用组织等于库存组织
            string inLyCus = txt_qt013.GetId();//领用客户
            string inLyDepart = txt_qt009.GetId();//领用部门
            string inKcfx = txt_qt020.Text.Trim();//库存方向
            string qtlx = txt_qtlx.Text.Trim();//后来增加的类型
            string qtlx = txt_qtlx.TextTxt.Trim();//后来增加的类型
            string wwgys = txt_wwgys.GetId();
            if (string.IsNullOrEmpty(inOrgId))
            {
@@ -477,20 +521,26 @@
                Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择货主!");
                return;
            }
            if (string.IsNullOrEmpty(inLyOrg))
            if (inDjlx.Length <= 0)
            {
                Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择领用组织!");
                txt_qt024.Focus();
                MsgHelper.ShowError("请选择退单据类型!");
                txt_qt019.Focus();
                return;
            }
            if (txt_qtlx.SelectedIndex <= 0)
            //if (string.IsNullOrEmpty(inLyOrg))
            //{
            //    Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择领用组织!");
            //    txt_qt024.Focus();
            //    return;
            //}
            if (qtlx.Length <= 0)
            {
                Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择出库类型!");
                txt_qtlx.Focus();
                return;
            }
            //这是非委外的防呆
            if (txt_qtlx.SelectedIndex != 7)
            if (txt_qtlx.SelectedIndex != 6)
            {
                if (string.IsNullOrEmpty(inLyCus) && string.IsNullOrEmpty(inLyDepart))
                {
@@ -504,7 +554,7 @@
                }
            }
            //这是委外的防呆
            if (txt_qtlx.SelectedIndex == 7)
            if (txt_qtlx.SelectedIndex == 6)
            {
                if (string.IsNullOrEmpty(wwgys))
                {
@@ -718,7 +768,16 @@
            }
        }
        /// <summary>
        /// 完结
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        /// <exception cref="NotImplementedException"></exception>
        private void ToolBarMenu1_btnWjClick(object sender, EventArgs e)
        {
            _toolCk(2);
        }
        /// <summary>
        ///     审核事件
        /// </summary>
@@ -817,6 +876,9 @@
                case 0:
                    strMsg = "反审核";
                    break;
                case 2:
                    strMsg = "完结";
                    break;
                case 20:
                    strMsg = "售后审核";
                    break;
@@ -875,7 +937,6 @@
                        int rowHandle = gridView1.LocateByValue("guid", rowGuid);
                        gridView1.FocusedRowHandle = rowHandle;
                    }
                }
                else
                    MsgHelper.ShowError(_rtn.rtnData.outMsg.ToString());