| | |
| | | private readonly string _webServiceName = "MesInvItemArnManager/"; |
| | | private string suppId = ""; |
| | | private string receiveOrgId = ""; |
| | | private string isWw = ""; |
| | | /// <summary> |
| | | /// 供应商编号 |
| | | /// |
| | | /// </summary> |
| | | /// <param name="supp_no"></param> |
| | | public SelectCgMx(string _suppId,string _receiveOrgId) |
| | | /// <param name="_suppId"></param> |
| | | /// <param name="_receiveOrgId"></param> |
| | | /// <param name="_isWw"></param> |
| | | public SelectCgMx(string _suppId, string _receiveOrgId, string _isWw) |
| | | { |
| | | InitializeComponent(); |
| | | this.suppId = _suppId; |
| | | this.receiveOrgId = _receiveOrgId; |
| | | this.isWw= _isWw; |
| | | pageBar1.PagerEvent += PageBar1_PagerEvent; |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) => |
| | | { |
| | | |
| | | |
| | | }); |
| | | getPageList(1, UtilityHelper.GetPageSize()); |
| | | btnIn.Click += (s, e) => |
| | |
| | | everyPageSize = pageSize, |
| | | sortName = "", |
| | | keyWhere = "", |
| | | inBusType = "CG", |
| | | inBusType = isWw, |
| | | inSupId = this.suppId, |
| | | inReceiveOrgId=this.receiveOrgId, |
| | | inReceiveOrgId = this.receiveOrgId, |
| | | }; |
| | | var json = JsonConvert.SerializeObject(_obj); |
| | | try |