This commit is contained in:
2026-08-11 16:06:26 +08:00
parent 65bc4f64e3
commit 75cd095980
3 changed files with 26 additions and 5 deletions
+7
View File
@@ -742,10 +742,17 @@
weldType = "2,3"; weldType = "2,3";
} }
else else
{
if (queProject[2].Contains("6G"))
{
weldType = "1,2,3";
}
else
{ {
weldType = "1,2"; weldType = "1,2";
} }
} }
}
if (queProject.Count() > 3) if (queProject.Count() > 3)
{ {
+1 -1
View File
@@ -67,7 +67,7 @@
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/> <add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
<add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport"/> <add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport"/>
</httpHandlers> </httpHandlers>
<compilation debug="false" targetFramework="4.6.1"> <compilation debug="true" targetFramework="4.6.1">
<assemblies> <assemblies>
<add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> <add assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</assemblies> </assemblies>
@@ -630,10 +630,17 @@ namespace FineUIPro.Web.Welder
weldType = "2,3"; weldType = "2,3";
} }
else else
{
if (queProject[2].Contains("6G"))
{
weldType = "1,2,3";
}
else
{ {
weldType = "1,2"; weldType = "1,2";
} }
} }
}
if (queProject.Count() > 3) if (queProject.Count() > 3)
{ {
@@ -963,10 +970,17 @@ namespace FineUIPro.Web.Welder
weldType = "2,3"; weldType = "2,3";
} }
else else
{
if (queProject[2].Contains("6G"))
{
weldType = "1,2,3";
}
else
{ {
weldType = "1,2"; weldType = "1,2";
} }
} }
}
if (queProject.Count() > 3) if (queProject.Count() > 3)
{ {