From b5834262308402ea928355987b34d1a9a0011374 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期一, 08 九月 2025 23:43:13 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs | 30 +----------------------------- 1 files changed, 1 insertions(+), 29 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs index 2660475..661abe1 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs @@ -36,12 +36,6 @@ getPageList(1); pageBar1.PagerEvent += PageBar1_PagerEvent; - //杩欐槸浠撳簱鏍囪瘑鍗★紝浠呬粎鎵撳嵃 - this.ucBtnPrint101.SetPlButton(false); - this.ucBtnPrint101.btnPrintClick += (s, e) => - { - _print101(); - }; } private async void GridView1_ColumnFilterChanged(object sender, EventArgs e) @@ -182,28 +176,6 @@ } - /// <summary> - /// 杩欐槸浠撳簱 - /// </summary> - private void _print101() - { - string rowGuid, rowName; - (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, - lbGuid, txt_itemBarcode, gridView1); - ucBtnPrint101.guidKey = rowGuid; - if (rowGuid.Length < 36) - { - Gs.DevApp.ToolBox.MsgHelper.ShowError("璇烽�夋嫨浣犺鎵撳嵃鐨勮锛�"); - this.ucBtnPrint101.rptParameter = "return false"; - return; - } - this.ucBtnPrint101.rptParameter = "rpt_cktm{" - + "" - + "," + "" - + "," + "" - + "," + "" - + "," + "" - + "}"; - } + } } \ No newline at end of file -- Gitblit v1.9.3