| | |
| | | { |
| | | public partial class SelectCgMx : XtraForm |
| | | { |
| | | private readonly List<FilterEntity> _filterList = |
| | | new List<FilterEntity>(); |
| | | |
| | | |
| | | private readonly string _webServiceName = "MesInvItemArnManager/"; |
| | | private string suppId = ""; |
| | | private string receiveOrgId = ""; |
| | |
| | | /// 选择后的回调事件 |
| | | /// </summary> |
| | | public event EventHandler<UpdateParentEventArgs> UpdateParent; |
| | | |
| | | /// <summary> |
| | | /// 分页事件 |
| | | /// </summary> |
| | | /// <param name="curPage"></param> |
| | | /// <param name="pageSize"></param> |
| | | private void PageBar1_PagerEvent(int curPage, int pageSize) |
| | | { |
| | | getPageList(curPage); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// </summary> |