From 8b8c26398639c86d4a8a94a7afdfca0785837685 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期六, 13 九月 2025 16:27:20 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs | 32 ++------------------------------ 1 files changed, 2 insertions(+), 30 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs index 2660475..8911700 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs @@ -25,7 +25,7 @@ Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, this, "", "", (value) => { Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0); - }); + }, tips); Gs.DevApp.ToolBox.UtilityHelper.SetTabParameter(gridView1, xtraTabControl1, pageBar1, (value) => { getModel(value); @@ -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