|
|
@ -22,11 +22,10 @@ |
|
|
|
<div class="col-sm-12"> |
|
|
|
<form id="form" enctype="multipart/form-data" class="layui-form" method="post" asp-action="REP001RSave"> |
|
|
|
<div asp-validation-summary="ModelOnly" class="text-danger"></div> |
|
|
|
<input id="txtComponentID" name="txtComponentID" type="hidden" asp-for="ngComponent.ComponentID" /> |
|
|
|
<input id="txtComponentID" type="hidden" asp-for="ngComponent.ComponentID" /> |
|
|
|
<input type="hidden" asp-for="ngComponent.NgID" /> |
|
|
|
<input type="hidden" asp-for="ngComponent.PinQty" /> |
|
|
|
<input type="hidden" asp-for="ngComponent.CreateUserID" /> |
|
|
|
|
|
|
|
<input type="hidden" asp-for="ngComponent.HeightAvg" /> |
|
|
|
<input type="hidden" asp-for="ngComponent.AreaAvg" /> |
|
|
|
<input type="hidden" asp-for="ngComponent.VolumeAvg" /> |
|
|
@ -42,7 +41,7 @@ |
|
|
|
<input type="hidden" asp-for="ngRepair.CreateUserID" /> |
|
|
|
<input type="hidden" asp-for="ngRepair.CreateDate" /> |
|
|
|
|
|
|
|
<input id="txtNgID" name="txtNgID" type="hidden" asp-for="ngInfo.NgID" /> |
|
|
|
<input id="txtNgID" type="hidden" asp-for="ngInfo.NgID" /> |
|
|
|
<input type="hidden" asp-for="ngInfo.TypeNo" /> |
|
|
|
<input type="hidden" asp-for="ngInfo.OperatorID" /> |
|
|
|
<input type="hidden" asp-for="ngInfo.ProgramNo" /> |
|
|
@ -241,7 +240,7 @@ |
|
|
|
<div class="layui-inline"> |
|
|
|
<label asp-for="repairRecord.RepairDesc" class="layui-form-label"></label> |
|
|
|
<div class="layui-input-inline"> |
|
|
|
<input asp-for="repairRecord.RepairDesc" class="layui-input" autocomplete="off" style="width:810px;" /> |
|
|
|
<input asp-for="repairRecord.RepairDesc" class="layui-input" autocomplete="off" style="width:810px;" readonly /> |
|
|
|
<span asp-validation-for="repairRecord.RepairDesc" class="layui-bg-red"></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -330,7 +329,7 @@ |
|
|
|
<div class="layui-inline"> |
|
|
|
<label asp-for="ngRepair.RepairDesc" class="layui-form-label"></label> |
|
|
|
<div class="layui-input-inline"> |
|
|
|
<input id="txtRepairDesc" name="txtRepairDesc" asp-for="ngRepair.RepairDesc" class="layui-input" autocomplete="off" style="width:810px;" /> |
|
|
|
<input id="txtRepairDesc" asp-for="ngRepair.RepairDesc" class="layui-input" autocomplete="off" style="width:810px;" required /> |
|
|
|
<span asp-validation-for="ngRepair.RepairDesc" class="layui-bg-red"></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|