| | |
| | | Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1); |
| | | //增加时,默认组织 |
| | | string deftOrg = UtilityHelper.GetFirstOrg(txt_erpSczz); |
| | | |
| | | if (btnBatchSetDepotSections != null) |
| | | btnBatchSetDepotSections.Enabled = true; |
| | | |
| | | } |
| | | /// <summary> |
| | | /// 保存事件 |
| | |
| | | _sbSqlWhere.Append(" and a.ERP_SCZZ in"); |
| | | _sbSqlWhere.Append(ToolBox.UtilityHelper.GetOrgWhere()); |
| | | _sbSqlWhere.Append(UtilityHelper.GetSearchWhere(_filterList)); |
| | | _sbSqlWhere.Append(" AND a.pba013 NOT IN ('23','14','61','49','36') "); |
| | | PageQueryModel pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "create_date", "asc", "", _sbSqlWhere.ToString()); |
| | | string json = JsonConvert.SerializeObject(pgq); |
| | | try |