Files
mapo-core/MP-TAB-SERV/Pages/WorkShift.razor
T
2023-10-03 09:47:34 +02:00

15 lines
279 B
Plaintext

@page "/workshift"
@if (string.IsNullOrEmpty(IdxMacc) || CurrMSE == null)
{
<EgwCoreLib.Razor.LoadingData></EgwCoreLib.Razor.LoadingData>
}
else
{
<div>
<MachineBlock RecMSE="CurrMSE" FullMode="false"></MachineBlock>
</div>
<ParamsMan></ParamsMan>
}