diff --git a/余材替代程序/SinglePlateHandle/SinglePlateHandle/SurMatSubController.cs b/余材替代程序/SinglePlateHandle/SinglePlateHandle/SurMatSubController.cs index a111441..3a76ff2 100644 --- a/余材替代程序/SinglePlateHandle/SinglePlateHandle/SurMatSubController.cs +++ b/余材替代程序/SinglePlateHandle/SinglePlateHandle/SurMatSubController.cs @@ -1714,6 +1714,21 @@ namespace ibk.IPD.Controller.IPD_PS } #endregion + //G0099 BAM 厚度超上限 厚度超上限 尺寸 + //G0099 BAN 厚度超下限 厚度超下限 尺寸 + //G0099 BAQ 厚度异常 厚度异常 尺寸 + if (itemGP_PLATE.WOO_RSN == "BAM" || + itemGP_PLATE.WOO_RSN == "BAN" || + itemGP_PLATE.WOO_RSN == "BAQ") + { + //订单用途 不能相同 + if (itemGP_PLATE.BOB_ENDUSE_CD == order.ENDUSE_CD) + { + continue; + } + } + + //管线规则更改 通过不可替代订单页面设置 管线标准不替代 if (gltTBOrdSpe.Where(p => order.ORD_NO.Contains(p.ORD_NO) && p.ORD_ITEM == "000").ToList().Count > 0) { @@ -3228,6 +3243,21 @@ namespace ibk.IPD.Controller.IPD_PS #endregion + //G0099 BAM 厚度超上限 厚度超上限 尺寸 + //G0099 BAN 厚度超下限 厚度超下限 尺寸 + //G0099 BAQ 厚度异常 厚度异常 尺寸 + if (itemGP_PLATE.WOO_RSN == "BAM" || + itemGP_PLATE.WOO_RSN == "BAN" || + itemGP_PLATE.WOO_RSN == "BAQ") + { + //订单用途 不能相同 + if (itemGP_PLATE.BOB_ENDUSE_CD == order.ENDUSE_CD) + { + continue; + } + } + + //管线规则更改 通过不可替代订单页面设置 管线标准不替代 if (gltTBOrdSpe.Where(p => order.ORD_NO.Contains(p.ORD_NO) && p.ORD_ITEM == "000").ToList().Count > 0) { diff --git a/余材替代程序/SinglePlateHandle/SinglePlateHandle/bin/Debug/SinglePlateHandle.exe b/余材替代程序/SinglePlateHandle/SinglePlateHandle/bin/Debug/SinglePlateHandle.exe index a40ea2c..d805087 100644 Binary files a/余材替代程序/SinglePlateHandle/SinglePlateHandle/bin/Debug/SinglePlateHandle.exe and b/余材替代程序/SinglePlateHandle/SinglePlateHandle/bin/Debug/SinglePlateHandle.exe differ diff --git a/余材替代程序/SinglePlateHandle/SinglePlateHandle/bin/Debug/SinglePlateHandle.pdb b/余材替代程序/SinglePlateHandle/SinglePlateHandle/bin/Debug/SinglePlateHandle.pdb index 469a006..18a54fa 100644 Binary files a/余材替代程序/SinglePlateHandle/SinglePlateHandle/bin/Debug/SinglePlateHandle.pdb and b/余材替代程序/SinglePlateHandle/SinglePlateHandle/bin/Debug/SinglePlateHandle.pdb differ diff --git a/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 508f9aa..ba52e36 100644 Binary files a/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.csproj.AssemblyReference.cache b/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.csproj.AssemblyReference.cache index 6eb26ca..5dd845e 100644 Binary files a/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.csproj.AssemblyReference.cache and b/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.csproj.AssemblyReference.cache differ diff --git a/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.exe b/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.exe index a40ea2c..d805087 100644 Binary files a/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.exe and b/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.exe differ diff --git a/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.pdb b/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.pdb index 469a006..18a54fa 100644 Binary files a/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.pdb and b/余材替代程序/SinglePlateHandle/SinglePlateHandle/obj/Debug/SinglePlateHandle.pdb differ