From d48678b5f13f51369a545d959e21ba81b551e45a Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 06 十二月 2024 17:28:59 +0800 Subject: [PATCH] 精细化 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs index aaab8e5..f21a0e8 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs @@ -40,13 +40,11 @@ e.Graphics.DrawString(str, f, Brushes.Gray, r); }; //璁剧疆浠撳簱閫夋嫨 - this.txt_depotsId.KeyFile = "depotId"; this.txt_depotsId.EditChanged += (s, e) => { txtDepotsId.Text = this.txt_depotsId.GetId(); }; //璁剧疆渚涘簲鍟嗛�夋嫨 - this.txt_suppId.KeyFile = "id"; this.txt_suppId.EditChanged += (s, e) => { txtSupplierId.Text = this.txt_suppId.GetId(); @@ -152,6 +150,7 @@ this.toolBarMenu1.rptParameter = "return false"; return; } + toolBarMenu1.guidKey = lbMxGuid.Text; this.toolBarMenu1.rptParameter = "rpt_Arrival{" + "" + "," + "" + "," + "" @@ -197,7 +196,7 @@ pageBar1.TotalPages = dddd; pageBar1.RecordCount = dd.rtnData.total; //璁板綍鎬绘暟 pageBar1.CurrentPage = curPage; //褰撳墠椤� - pageBar1.RowsCount = pageSize; //姣忛〉鏄剧ず + pageBar1.setTxt(); } catch (Exception ex) -- Gitblit v1.9.3