| | |
| | | { |
| | | private readonly string _webServiceName = "MesJjgzErrorJs/"; |
| | | private string daaGuid = ""; |
| | | public SelectSTAFF() |
| | | public SelectSTAFF( string orgId ) |
| | | { |
| | | InitializeComponent(); |
| | | this.gridView1.CustomDrawColumnHeader += (s, e) => { Gs.DevApp.ToolBox.UtilityHelper.CustomDrawColumnHeader(s, e); }; |
| | |
| | | this.colChkInt.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.colChkInt.VisibleIndex = 0; |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", null, null, false); |
| | | getPageList(1); |
| | | getPageList(1, orgId); |
| | | btnIn.Click += (s, e) => |
| | | { |
| | | gridView1.PostEditor(); |
| | |
| | | /// </summary> |
| | | /// <param name="curPage">第几页</param> |
| | | /// <param name="pageSize">每页几条</param> |
| | | private void getPageList(int curPage) |
| | | private void getPageList(int curPage, string orgId) |
| | | { |
| | | var _obj = new |
| | | { |
| | |
| | | everyPageSize = 999999, |
| | | sortName = "", |
| | | keyWhere = "", |
| | | daaGuid = daaGuid |
| | | orgId = orgId |
| | | }; |
| | | var json = JsonConvert.SerializeObject(_obj); |
| | | try |