|
|
|
@ -16,7 +16,7 @@ |
|
|
|
<form enctype="multipart/form-data" method="post" asp-action="WHS025CSave"> |
|
|
|
<div asp-validation-summary="ModelOnly" class="text-danger"></div> |
|
|
|
<input type="hidden" asp-for="WorkingStandardID" value="0" /> |
|
|
|
<input type="hidden" asp-for="CreateUserID" value="0" /> |
|
|
|
<input type="hidden" asp-for="CreateUserID" value="@ViewBag.UserID" /> |
|
|
|
<input type="hidden" asp-for="UpdateUserID" value="0" /> |
|
|
|
<input type="hidden" asp-for="CreateDate" value="@System.DateTime.Now" /> |
|
|
|
<input type="hidden" asp-for="UpdateDate" value="@System.DateTime.Now" /> |
|
|
|
|