From 65bc4f64e326cb16fc99dbd3efcf1e5084b4943a Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Tue, 11 Aug 2026 14:41:19 +0800 Subject: [PATCH 1/6] 1 --- HJGL_DS/FineUIPro.Web/Global.asax.cs | 4 ++-- HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlan.aspx.cs | 4 ++-- HJGL_DS/FineUIPro.Web/Welder/QualifiedProject.aspx.cs | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HJGL_DS/FineUIPro.Web/Global.asax.cs b/HJGL_DS/FineUIPro.Web/Global.asax.cs index 82dc829..303919c 100644 --- a/HJGL_DS/FineUIPro.Web/Global.asax.cs +++ b/HJGL_DS/FineUIPro.Web/Global.asax.cs @@ -538,8 +538,8 @@ } else if (queProject[1].Trim() == ("FeIII") || queProject[1].Trim() == ("FeⅢ")) { - materialType = "FeⅢ"; - materialTypeName = "合金钢"; + materialType = "FeⅢ,FeⅡ,FeⅠ"; + materialTypeName = "合金钢,不锈钢,碳钢"; } else if (queProject[1].Trim() == ("FeIV") || queProject[1].Trim() == ("FeⅣ")) { diff --git a/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlan.aspx.cs b/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlan.aspx.cs index b418b68..6e3daaf 100644 --- a/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlan.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/WeldMat/UsingPlan/UsingPlan.aspx.cs @@ -109,8 +109,8 @@ namespace FineUIPro.Web.WeldMat.UsingPlan if (b) { string lastPlan = @"SELECT p.UsingPlanId FROM dbo.Weld_UsingPlan p - WHERE p.OrderDate listStr = new List(); listStr.Add(new SqlParameter("@OrderTime", orderTime)); diff --git a/HJGL_DS/FineUIPro.Web/Welder/QualifiedProject.aspx.cs b/HJGL_DS/FineUIPro.Web/Welder/QualifiedProject.aspx.cs index cf949bf..2875e1a 100644 --- a/HJGL_DS/FineUIPro.Web/Welder/QualifiedProject.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/Welder/QualifiedProject.aspx.cs @@ -436,8 +436,8 @@ namespace FineUIPro.Web.Welder } else if (queProject[1].Trim() == ("FeIII") || queProject[1].Trim() == ("FeⅢ")) { - materialType = "FeⅢ"; - materialTypeName = "合金钢"; + materialType = "FeⅢ,FeⅡ,FeⅠ"; + materialTypeName = "合金钢,不锈钢,碳钢"; } else if (queProject[1].Trim() == ("FeIV") || queProject[1].Trim() == ("FeⅣ")) { @@ -789,8 +789,8 @@ namespace FineUIPro.Web.Welder } else if (queProject[1].Trim() == ("FeIII") || queProject[1].Trim() == ("FeⅢ")) { - materialType = "FeⅢ"; - materialTypeName = "合金钢"; + materialType = "FeⅢ,FeⅡ,FeⅠ"; + materialTypeName = "合金钢,不锈钢,碳钢"; } else if (queProject[1].Trim() == ("FeIV") || queProject[1].Trim() == ("FeⅣ")) { From 75cd095980af75d70d546f872712a0cd1140feee Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Tue, 11 Aug 2026 16:06:26 +0800 Subject: [PATCH 2/6] 1 --- HJGL_DS/FineUIPro.Web/Global.asax.cs | 9 ++++++++- HJGL_DS/FineUIPro.Web/Web.config | 2 +- .../Welder/QualifiedProject.aspx.cs | 20 ++++++++++++++++--- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/HJGL_DS/FineUIPro.Web/Global.asax.cs b/HJGL_DS/FineUIPro.Web/Global.asax.cs index 303919c..27002d0 100644 --- a/HJGL_DS/FineUIPro.Web/Global.asax.cs +++ b/HJGL_DS/FineUIPro.Web/Global.asax.cs @@ -743,7 +743,14 @@ } else { - weldType = "1,2"; + if (queProject[2].Contains("6G")) + { + weldType = "1,2,3"; + } + else + { + weldType = "1,2"; + } } } diff --git a/HJGL_DS/FineUIPro.Web/Web.config b/HJGL_DS/FineUIPro.Web/Web.config index 070a5f8..1b40665 100644 --- a/HJGL_DS/FineUIPro.Web/Web.config +++ b/HJGL_DS/FineUIPro.Web/Web.config @@ -67,7 +67,7 @@ - + diff --git a/HJGL_DS/FineUIPro.Web/Welder/QualifiedProject.aspx.cs b/HJGL_DS/FineUIPro.Web/Welder/QualifiedProject.aspx.cs index 2875e1a..405a0df 100644 --- a/HJGL_DS/FineUIPro.Web/Welder/QualifiedProject.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/Welder/QualifiedProject.aspx.cs @@ -625,13 +625,20 @@ namespace FineUIPro.Web.Welder } // 1-对接,2-角焊缝,3-支管连接焊缝 - if (queProject[2].Contains("FG")) + if (queProject[2].Contains("FG") ) { weldType = "2,3"; } 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 { - weldType = "1,2"; + if (queProject[2].Contains("6G")) + { + weldType = "1,2,3"; + } + else + { + weldType = "1,2"; + } } } From 03dfc4edb8b81e8e6df6f0cdf3c2b93dbf538cf7 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Tue, 11 Aug 2026 16:07:18 +0800 Subject: [PATCH 3/6] 1 --- HJGL_DS/FineUIPro.Web/Web.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HJGL_DS/FineUIPro.Web/Web.config b/HJGL_DS/FineUIPro.Web/Web.config index 1b40665..070a5f8 100644 --- a/HJGL_DS/FineUIPro.Web/Web.config +++ b/HJGL_DS/FineUIPro.Web/Web.config @@ -67,7 +67,7 @@ - + From 8885232cc2c9789cfe81655623ce997ff3d5b5e6 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Tue, 11 Aug 2026 17:14:13 +0800 Subject: [PATCH 4/6] 1 --- HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/PipelineManage.aspx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/PipelineManage.aspx b/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/PipelineManage.aspx index 0393ebd..7380998 100644 --- a/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/PipelineManage.aspx +++ b/HJGL_DS/FineUIPro.Web/HJGL/WeldingManage/PipelineManage.aspx @@ -170,8 +170,8 @@ Target="Top" EnableResize="true" runat="server" IsModal="true" Width="1024px" Height="600px"> -