|
@ -751,7 +751,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
|
|
|
|
|
if (result.Success) |
|
|
if (result.Success) |
|
|
{ |
|
|
{ |
|
|
var _msg = "保存成功!"; |
|
|
var _msg = "儲存成功!"; |
|
|
//return RedirectToAction("REP001V", "REP", new { id = model.ngComponent.NgID, msg = _msg });
|
|
|
//return RedirectToAction("REP001V", "REP", new { id = model.ngComponent.NgID, msg = _msg });
|
|
|
return RedirectToAction("Refresh", "Home", new { id = model.ngComponent.NgID, msg = _msg }); |
|
|
return RedirectToAction("Refresh", "Home", new { id = model.ngComponent.NgID, msg = _msg }); |
|
|
} |
|
|
} |
|
@ -997,7 +997,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
|
|
|
|
|
if (result.Success) |
|
|
if (result.Success) |
|
|
{ |
|
|
{ |
|
|
var _msg = "保存成功!"; |
|
|
var _msg = "儲存成功!"; |
|
|
//return RedirectToAction("REP001V", "REP", new { id = model.ngComponent.NgID, msg = _msg });
|
|
|
//return RedirectToAction("REP001V", "REP", new { id = model.ngComponent.NgID, msg = _msg });
|
|
|
return RedirectToAction("Refresh", "Home", new { id = model.ngComponent.NgID, msg = _msg }); |
|
|
return RedirectToAction("Refresh", "Home", new { id = model.ngComponent.NgID, msg = _msg }); |
|
|
} |
|
|
} |
|
@ -1350,7 +1350,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
|
|
|
|
|
if (result.Success) |
|
|
if (result.Success) |
|
|
{ |
|
|
{ |
|
|
var _msg = "保存成功!"; |
|
|
var _msg = "儲存成功!"; |
|
|
//return RedirectToAction("REP001V", "REP", new { id = model.ngComponent.NgID, msg = _msg });
|
|
|
//return RedirectToAction("REP001V", "REP", new { id = model.ngComponent.NgID, msg = _msg });
|
|
|
return RedirectToAction("Refresh", "Home", new { id = model.ngComponent.NgID, msg = _msg }); |
|
|
return RedirectToAction("Refresh", "Home", new { id = model.ngComponent.NgID, msg = _msg }); |
|
|
} |
|
|
} |
|
@ -1474,7 +1474,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
|
|
|
|
|
if (result.Success) |
|
|
if (result.Success) |
|
|
{ |
|
|
{ |
|
|
var _msg = "保存成功!"; |
|
|
var _msg = "儲存成功!"; |
|
|
return RedirectToAction("Refresh", "Home", new { msg = _msg }); |
|
|
return RedirectToAction("Refresh", "Home", new { msg = _msg }); |
|
|
} |
|
|
} |
|
|
else |
|
|
else |
|
@ -1567,7 +1567,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
|
|
|
|
|
if (result.Success) |
|
|
if (result.Success) |
|
|
{ |
|
|
{ |
|
|
var _msg = "保存成功!"; |
|
|
var _msg = "儲存成功!"; |
|
|
return RedirectToAction("Refresh", "Home", new { msg = _msg }); |
|
|
return RedirectToAction("Refresh", "Home", new { msg = _msg }); |
|
|
} |
|
|
} |
|
|
else |
|
|
else |
|
|