Compare commits

..

No commits in common. "0d612c05aa42d013a013b3dc730b1a3430750f49" and "e1ae773cb50510275192fe2746bc365eaa142b9f" have entirely different histories.

5 changed files with 3 additions and 30 deletions

View File

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

View File

@ -628,11 +628,6 @@
materialTypeName = "其它";
}
}
else if (queProject[1].Trim().Contains("5G"))
{
materialType = "FeⅣ,FeⅢ,FeⅡ,Fe,Ni,NiⅣ,NiⅢ,NiⅡ,Ni,Zr3,Zr5,TiⅡ,Ti";
materialTypeName = "镍基合金";
}
else
{
if (queProject[1].Trim().Contains("Ni"))
@ -705,10 +700,6 @@
{
location = "2FG,4FG";
}
else if (queProject[1].Contains("5G"))
{
location = "1G,3G,4G,5G";
}
else
{
location = queProject[2].Trim();

View File

@ -11,7 +11,7 @@
<FineUIPro DebugMode="false" Theme="Cupertino"/>
<appSettings>
<!--连接字符串-->
<add key="ConnectionString" value="Server=.\MSSQLSERVER01;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
<add key="ConnectionString" value="Server=.;Database=HJGLDB_DS;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
<!--系统名称-->
<add key="SystemName" value="诺必达焊接管理系统"/>
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>

View File

@ -529,11 +529,6 @@ namespace FineUIPro.Web.Welder
materialTypeName = "其它";
}
}
else if (queProject[1].Trim().Contains("5G"))
{
materialType = "FeⅣ,FeⅢ,FeⅡ,Fe,Ni,NiⅣ,NiⅢ,NiⅡ,Ni,Zr3,Zr5,TiⅡ,Ti";
materialTypeName = "镍基合金";
}
else
{
if (queProject[1].Trim().Contains("Ni"))
@ -596,10 +591,6 @@ namespace FineUIPro.Web.Welder
{
location = "2FG,4FG";
}
else if (queProject[1].Contains("5G"))
{
location = "1G,3G,4G,5G";
}
else
{
location = queProject[2];
@ -847,11 +838,6 @@ namespace FineUIPro.Web.Welder
materialTypeName = "其它";
}
}
else if (queProject[1].Trim().Contains("5G"))
{
materialType = "FeⅣ,FeⅢ,FeⅡ,Fe,Ni,NiⅣ,NiⅢ,NiⅡ,Ni,Zr3,Zr5,TiⅡ,Ti";
materialTypeName = "镍基合金";
}
else
{
if (queProject[1].Trim().Contains("Ni"))
@ -914,10 +900,6 @@ namespace FineUIPro.Web.Welder
{
location = "2FG,4FG";
}
else if (queProject[1].Contains("5G"))
{
location = "1G,3G,4G,5G";
}
else
{
location = queProject[2];

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />