14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
@page "/prod-plan"
|
|
@inherits BasePage
|
|
|
|
@if (string.IsNullOrEmpty(IdxMacc) || CurrMSE == null)
|
|
{
|
|
<EgwCoreLib.Razor.LoadingData></EgwCoreLib.Razor.LoadingData>
|
|
}
|
|
else
|
|
{
|
|
<CheckControls RecMSE="CurrMSE"></CheckControls>
|
|
<MachineBlock RecMSE="CurrMSE" FullMode="false" IdxMacchSub="@IdxMaccSubSel"></MachineBlock>
|
|
<ProdPlanMan RecMSE="CurrMSE" IdxMacchSub="@IdxMaccSubSel" E_MachSel="SetMacc"></ProdPlanMan>
|
|
}
|