From 1a8f404f8641d38b5a2746d9d6d14b1e40f3b5bf Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 14 十一月 2024 18:25:23 +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