diff --git a/SGGL/FineUIPro.Web/HJGL/TestPackage/TestPackageItemEdit.aspx.cs b/SGGL/FineUIPro.Web/HJGL/TestPackage/TestPackageItemEdit.aspx.cs index 8038b6b1..504d6e82 100644 --- a/SGGL/FineUIPro.Web/HJGL/TestPackage/TestPackageItemEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/TestPackage/TestPackageItemEdit.aspx.cs @@ -264,11 +264,11 @@ namespace FineUIPro.Web.HJGL.TestPackage ShowNotify("必填项不能为空!", MessageBoxIcon.Warning); return; } - if (string.IsNullOrEmpty(hdPipelinesId.Text)) - { - ShowNotify("请选择管线号!", MessageBoxIcon.Warning); - return; - } + //if (string.IsNullOrEmpty(hdPipelinesId.Text)) + //{ + // ShowNotify("请选择管线号!", MessageBoxIcon.Warning); + // return; + //} var updatetrust = BLL.TestPackageEditService.GetTestPackageByID(this.PTP_ID); if (updatetrust != null && updatetrust.AduditDate.HasValue) {