| | |
| | | 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(); |
| | |
| | | this.toolBarMenu1.rptParameter = "return false"; |
| | | return; |
| | | } |
| | | toolBarMenu1.guidKey = lbMxGuid.Text; |
| | | this.toolBarMenu1.rptParameter = "rpt_Arrival{" + "" |
| | | + "," + "" |
| | | + "," + "" |
| | |
| | | pageBar1.TotalPages = dddd; |
| | | pageBar1.RecordCount = dd.rtnData.total; //记录总数 |
| | | pageBar1.CurrentPage = curPage; //当前页 |
| | | pageBar1.RowsCount = pageSize; //每页显示 |
| | | |
| | | pageBar1.setTxt(); |
| | | } |
| | | catch (Exception ex) |