15 lines
455 B
Plaintext
15 lines
455 B
Plaintext
@page "/ProdConf"
|
|
@page "/prod-conf"
|
|
@inherits BasePage
|
|
|
|
@if (string.IsNullOrEmpty(IdxMacc) || CurrMSE == null || IsLoading)
|
|
{
|
|
<EgwCoreLib.Razor.LoadingData></EgwCoreLib.Razor.LoadingData>
|
|
}
|
|
else
|
|
{
|
|
<CheckControls RecMSE="CurrMSE"></CheckControls>
|
|
<MachineBlock RecMSE="CurrMSE" FullMode="false" IdxMacchSub="@IdxMaccSubSel"></MachineBlock>
|
|
<ProdConfMan RecMSE="CurrMSE" IdxMacchSub="@IdxMaccSubSel" E_MachSel="SetMacc"></ProdConfMan>
|
|
}
|