1
This commit is contained in:
@@ -743,7 +743,14 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
weldType = "1,2";
|
if (queProject[2].Contains("6G"))
|
||||||
|
{
|
||||||
|
weldType = "1,2,3";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
weldType = "1,2";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -625,13 +625,20 @@ namespace FineUIPro.Web.Welder
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 1-对接,2-角焊缝,3-支管连接焊缝
|
// 1-对接,2-角焊缝,3-支管连接焊缝
|
||||||
if (queProject[2].Contains("FG"))
|
if (queProject[2].Contains("FG") )
|
||||||
{
|
{
|
||||||
weldType = "2,3";
|
weldType = "2,3";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
weldType = "1,2";
|
if (queProject[2].Contains("6G"))
|
||||||
|
{
|
||||||
|
weldType = "1,2,3";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
weldType = "1,2";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -964,7 +971,14 @@ namespace FineUIPro.Web.Welder
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
weldType = "1,2";
|
if (queProject[2].Contains("6G"))
|
||||||
|
{
|
||||||
|
weldType = "1,2,3";
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
weldType = "1,2";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user