| | |
| | | { |
| | | public partial class SelectWomdaahb : DevExpress.XtraEditors.XtraForm |
| | | { |
| | | |
| | | private readonly List<FilterEntity> _filterList = |
| | | new List<FilterEntity>(); |
| | | private readonly string _webServiceName = "WompbaManager/"; |
| | | private readonly string _webServiceName = "MesWomdaahbManager/"; |
| | | private string lineId = ""; |
| | | public SelectWomdaahb(string _lineId) |
| | | { |
| | |
| | | try |
| | | { |
| | | var strReturn = UtilityHelper.HttpPost("", |
| | | _webServiceName + "SelectPba", json); |
| | | _webServiceName + "SelectView", json); |
| | | var dd = UtilityHelper.ReturnToTablePage(strReturn); |
| | | var dt = dd.rtnData.list; |
| | | gcMain.BindingContext = new BindingContext(); |
| | |
| | | pageBar1.TotalPages = dddd; |
| | | pageBar1.RecordCount = dd.rtnData.total; //记录总数 |
| | | pageBar1.CurrentPage = curPage; //当前页 |
| | | pageBar1.RowsCount = pageSize; //每页显示 |
| | | |
| | | } |
| | | catch (Exception ex) |
| | | { |