提交代码
This commit is contained in:
@@ -176,7 +176,7 @@ namespace FineUIPro.Web.PHTGL.ContractCompile
|
||||
Alert.ShowInTop("请至少选择一条记录!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
}
|
||||
object[] ID = Grid1.DataKeys[Grid1.SelectedRowIndex];
|
||||
string ID = Grid1.SelectedRow.DataKeys[0].ToString();
|
||||
var model = BLL.PhtglContractTrackService.GetPHTGL_ContractTrackById(ID[0].ToString());
|
||||
if (model != null) ///已上报时不能删除
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user