@*@if (Model.CM.cshape == 0)
{
}
else if (Model.CM.cshape == 1)
{
}
else if (Model.CM.cshape == 2)
{
}*@
@if (Model.CM.cshape == 0)
{
if (!isallday)
{
}
else
{
}
}
else if (Model.CM.cshape == 1)
{
if (!isallday)
{
}
else
{
}
}
else if (Model.CM.cshape == 2)
{
if (!isallday)
{
@**@
}
else
{
@**@
}
}
@*@if (Model.CM.applicableCM == "정상접수")
{
정상접수
}
else
{
대기접수
}*@