14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
@page "/prod-plan"
|
|
|
|
<MseSampler SampleMult="0.5" E_Updated="RefreshData"></MseSampler>
|
|
@if (string.IsNullOrEmpty(IdxMacc) || CurrMSE == null)
|
|
{
|
|
<EgwCoreLib.Razor.LoadingData></EgwCoreLib.Razor.LoadingData>
|
|
}
|
|
else
|
|
{
|
|
<CheckControls RecMSE="CurrMSE"></CheckControls>
|
|
<MachineBlock RecMSE="CurrMSE" FullMode="false"></MachineBlock>
|
|
<ProdPlanMan RecMSE="CurrMSE"></ProdPlanMan>
|
|
}
|