| | |
| | | Memo = row["memo"].ToString(), |
| | | FupAllow = Gs.DevApp.ToolBox.UtilityHelper.GetDecimal(row["FupAllow"].ToString()), |
| | | FdownAllow = Gs.DevApp.ToolBox.UtilityHelper.GetDecimal(row["FdownAllow"].ToString()), |
| | | //ypsl = Gs.DevApp.ToolBox.UtilityHelper.GetDecimal(row["ypsl"].ToString()), |
| | | ypsl = _ycsl, |
| | | ypsl = Gs.DevApp.ToolBox.UtilityHelper.GetDecimal(row["ypsl"].ToString()), |
| | | // ypsl = _ycsl, |
| | | stationName = row["stationName"].ToString(), |
| | | FcheckType = row["FcheckType"].ToString(), |
| | | isRzxx = _isRzxx, |
| | |
| | | _sbSqlWhere += " and b.guid is not null"; |
| | | _sbSqlWhere += " and a.FTYPE='" + this.strType + "'"; |
| | | var pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, |
| | | "org.FNumber asc ,b.item_no asc,a.FVERSION desc", "", "", _sbSqlWhere.ToString()); |
| | | "a.FONE_CHECKDATE desc", "", "", _sbSqlWhere.ToString()); |
| | | var json = JsonConvert.SerializeObject(pgq); |
| | | try |
| | | { |