|
|
@ -374,7 +374,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
} |
|
|
|
|
|
|
|
//頁面提交,id=0 添加,id>0 修改
|
|
|
|
[HttpPost] |
|
|
|
|
|
|
|
public async Task<IActionResult> REP001RSaveAsync(REP001ViewModel model, IFormFile formFile) |
|
|
|
{ |
|
|
|
IResultModel result; |
|
|
@ -725,7 +725,7 @@ namespace AMESCoreStudio.Web.Controllers |
|
|
|
return View(model); |
|
|
|
} |
|
|
|
|
|
|
|
[HttpPost] |
|
|
|
|
|
|
|
public async Task<IActionResult> REP002CSaveAsync(REP001ViewModel model, IFormFile formFile) |
|
|
|
{ |
|
|
|
IResultModel result; |
|
|
|