fix(hjgl): 允许试压包尾项不选择管线
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user