2023-06-12
This commit is contained in:
@@ -94,7 +94,7 @@ namespace FineUIPro.Web.HJGL.BaseInfo
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
string IsXls = Path.GetExtension(this.fuAttachUrl.FileName).ToString().Trim().ToLower();
|
string IsXls = Path.GetExtension(this.fuAttachUrl.FileName).ToString().Trim().ToLower();
|
||||||
if (IsXls != ".xls" && IsXls != ".xlsx")
|
if (IsXls != ".xlsx")
|
||||||
{
|
{
|
||||||
ShowNotify("只能选择Excel文件!", MessageBoxIcon.Warning);
|
ShowNotify("只能选择Excel文件!", MessageBoxIcon.Warning);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user