| | |
| | | private static readonly string WebApiUrl = |
| | | ConfigurationManager.AppSettings["WebApiUrl"]; |
| | | |
| | | |
| | | public static async Task<string> UploadFileAsync(string filePath) |
| | | { |
| | | using (var httpClient = new HttpClient()) |
| | |
| | | var txt = ctrl as ButtonEdit; |
| | | txt.Text = ""; |
| | | txt.Enabled = !isEdt; |
| | | txt.ReadOnly = isEdt; |
| | | continue; |
| | | } |
| | | //文本 |
| | |
| | | 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的当前行 |
| | |
| | | if (column.Tag == null || column.Tag.ToString().EndsWith("edit")) |
| | | column.OptionsColumn.ReadOnly = false; |
| | | else |
| | | //column.OptionsColumn.ReadOnly = true; |
| | | column.OptionsColumn.ReadOnly = isPostSearch; |
| | | column.OptionsColumn.ReadOnly = true; |
| | | |
| | | //if(isPostSearch==false) |
| | | // column.OptionsColumn.ReadOnly = true; |
| | | |
| | | if (isPostSearch == true) |
| | | { |
| | |
| | | return 0; |
| | | return decimal.Parse(txt); |
| | | } |
| | | |
| | | } |
| | | |
| | | /// <summary> |