From a6b04d26715cf00c161708d98a3f81330ab81c99 Mon Sep 17 00:00:00 2001 From: fei550 <1420031550@qq.com> Date: Wed, 10 Jun 2026 10:43:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(hjgl):=20=E5=85=81=E8=AE=B8=E8=AF=95?= =?UTF-8?q?=E5=8E=8B=E5=8C=85=E5=B0=BE=E9=A1=B9=E4=B8=8D=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=AE=A1=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HJGL/TestPackage/TestPackageItemEdit.aspx.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) {