From a954a4be0a046a2fa9f1573064492b4c7b2a0956 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 20 十一月 2024 10:56:22 +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