| | |
| | | } |
| | | var _obj = new |
| | | { |
| | | sourceGuid = UtilityHelper.ToGuid(_sourceGuid), |
| | | sourceGuid = UtilityHelper.ToGuid(sourceGuid), |
| | | itemGuids = _sbGuids.ToString(), |
| | | iqcType = this.strType, |
| | | }; |
| | |
| | | /// <param name="pageSize">每页几条</param> |
| | | private void getPageList(int curPage) |
| | | { |
| | | gcMain.DataSource = null; var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList); |
| | | gcMain.DataSource = null; |
| | | var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList); |
| | | _sbSqlWhere += " and q.guid is null"; |
| | | var pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "item_no", "asc", "", _sbSqlWhere.ToString(), strType); |
| | | var json = JsonConvert.SerializeObject(pgq); |
| | | try |