| | |
| | | private static readonly string WebApiUrl = |
| | | ConfigurationManager.AppSettings["WebApiUrl"]; |
| | | |
| | | |
| | | public static async Task<string> UploadFileAsync(string filePath) |
| | | { |
| | | using (var httpClient = new HttpClient()) |
| | |
| | | return false; |
| | | } |
| | | |
| | | public static bool ToCheck(string str) |
| | | { |
| | | if (str.ToUpper() == "true".ToUpper()) |
| | | return true; |
| | | if (str.ToUpper() == "1".ToUpper()) |
| | | return true; |
| | | return false; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 读取grid的当前行 |
| | |
| | | else |
| | | column.OptionsColumn.ReadOnly = true; |
| | | |
| | | if(isPostSearch==false) |
| | | column.OptionsColumn.ReadOnly = true; |
| | | //if(isPostSearch==false) |
| | | // column.OptionsColumn.ReadOnly = true; |
| | | |
| | | if (isPostSearch == true) |
| | | { |
| | |
| | | return 0; |
| | | return decimal.Parse(txt); |
| | | } |
| | | |
| | | } |
| | | |
| | | /// <summary> |