| | |
| | | { |
| | | 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(); |