From 9e23074e933a9ccdafa6c28196571cbd5ee55a1e Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 18 十一月 2024 14:06:07 +0800
Subject: [PATCH] 采购入库
---
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.cs
index 07954cb..8c6ef5a 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.cs
+++ b/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)
{
--
Gitblit v1.9.3