This commit is contained in:
佘春生 2024-07-01 14:50:56 +08:00
parent 26d1774fb1
commit 9de1047819
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />

View File

@ -461,7 +461,7 @@ namespace FineUIPro.Web.WelderManage
}
else
{
if (queProject[2] == ("6G"))
if (queProject[2].Contains("6G"))
{
weldType = "1,2,3";
}
@ -530,7 +530,7 @@ namespace FineUIPro.Web.WelderManage
updateQue.IsPass = q.IsPass;
BLL.WelderQualifiedService.UpdateWelderQualifiedProject(updateQue);
}
Alert.ShowInTop("该焊工资质分析完成!", MessageBoxIcon.Success);
BindGrid();
}

View File

@ -8,7 +8,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
</PropertyGroup>
<ProjectExtensions>