焊接修改
This commit is contained in:
@@ -3,6 +3,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.Linq;
|
||||
|
||||
namespace FineUIPro.Web.HJGL.BaseInfo
|
||||
{
|
||||
@@ -225,6 +226,10 @@ namespace FineUIPro.Web.HJGL.BaseInfo
|
||||
private string judgementDelete(string id)
|
||||
{
|
||||
string content = string.Empty;
|
||||
if (Funs.DB.HJGL_WeldJoint.Any(x=>x.WeldingLocationId==id))
|
||||
{
|
||||
content = "焊口已关联此焊接位置";
|
||||
}
|
||||
return content;
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user