啊鑫
2024-11-22 a985c4d4b80fbf3eb4abbe385adcd0536fd29eda
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.cs
@@ -1,3 +1,4 @@
using DevExpress.XtraGrid.Views.Grid;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Newtonsoft.Json;
@@ -6,7 +7,6 @@
using System.Collections.Generic;
using System.Data;
using System.Drawing;
using System.Windows.Controls;
using System.Windows.Forms;
namespace Gs.DevApp.DevFrm
@@ -45,8 +45,10 @@
            {
                txt_suppId.Text = this.txt_suppNo_1.GetId();
            };
        }
        /// <summary>
        /// 双击事件
        /// </summary>
@@ -108,6 +110,7 @@
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
                lbGuid, txt_itemName, gridView1);
            toolBarMenu1.guidKey = rowGuid;
            toolBarMenu1.rptParameter = "rpt_ItemInv{}";
        }
        private void ToolBarMenu1_btnReportClick(object sender, EventArgs e)
        {