111
This commit is contained in:
@@ -196,7 +196,8 @@ namespace FineUIPro.Web.WeldingProcess.PMI
|
||||
}
|
||||
|
||||
ShowNotify(Resources.Lan.SaveSuccessfully, MessageBoxIcon.Success);
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetWriteBackValueReference(this.PMIDelegationId));
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetWriteBackValueReference(this.PMIDelegationId)
|
||||
+ ActiveWindow.GetHideReference());
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -326,10 +327,7 @@ namespace FineUIPro.Web.WeldingProcess.PMI
|
||||
var item = GetHotProessTrustItem.FirstOrDefault(x => x.WeldJointId == rowID);
|
||||
if (item != null)
|
||||
{
|
||||
if (string.IsNullOrEmpty(this.PMIDelegationId)) //新增记录可直接删除
|
||||
{
|
||||
GetHotProessTrustItem.Remove(item);
|
||||
}
|
||||
GetHotProessTrustItem.Remove(item);
|
||||
}
|
||||
}
|
||||
BindGrid(GetHotProessTrustItem);
|
||||
|
||||
Reference in New Issue
Block a user