|
@ -25,6 +25,7 @@ |
|
|
<input type="hidden" asp-for="ngComponent.ComponentID" /> |
|
|
<input type="hidden" asp-for="ngComponent.ComponentID" /> |
|
|
<input type="hidden" asp-for="ngComponent.NgID" /> |
|
|
<input type="hidden" asp-for="ngComponent.NgID" /> |
|
|
<input type="hidden" asp-for="ngComponent.PinQty" /> |
|
|
<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.HeightAvg" /> |
|
|
<input type="hidden" asp-for="ngComponent.AreaAvg" /> |
|
|
<input type="hidden" asp-for="ngComponent.AreaAvg" /> |
|
@ -38,6 +39,8 @@ |
|
|
<input type="hidden" asp-for="ngRepair.RepairID" /> |
|
|
<input type="hidden" asp-for="ngRepair.RepairID" /> |
|
|
<input type="hidden" asp-for="ngRepair.ComponentID" /> |
|
|
<input type="hidden" asp-for="ngRepair.ComponentID" /> |
|
|
<input type="hidden" asp-for="ngRepair.NgID" /> |
|
|
<input type="hidden" asp-for="ngRepair.NgID" /> |
|
|
|
|
|
<input type="hidden" asp-for="ngRepair.CreateUserID" /> |
|
|
|
|
|
<input type="hidden" asp-for="ngRepair.CreateDate" /> |
|
|
|
|
|
|
|
|
<input type="hidden" asp-for="ngInfo.NgID" /> |
|
|
<input type="hidden" asp-for="ngInfo.NgID" /> |
|
|
<input type="hidden" asp-for="ngInfo.TypeNo" /> |
|
|
<input type="hidden" asp-for="ngInfo.TypeNo" /> |
|
|