fix grafico
This commit is contained in:
@@ -12,7 +12,9 @@ else
|
||||
<div>Pending changes: <b>@DoorOp2Save.Count()</b></div>
|
||||
}
|
||||
</div>
|
||||
<div class="col-4"></div>
|
||||
<div class="col-4">
|
||||
<ButtonsDoorDef></ButtonsDoorDef>
|
||||
</div>
|
||||
|
||||
@if (paramsChanged)
|
||||
{
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
@*<DoorDefOrderTopRow currOrderStatus="@orderStatus" bgColor="#AFCFD1"></DoorDefOrderTopRow>*@
|
||||
@if (orderStatus != null)
|
||||
{
|
||||
<ButtonsDoorDef idOrd="@orderStatus.OrderId"></ButtonsDoorDef>
|
||||
@*<ButtonsDoorDef idOrd="@orderStatus.OrderId"></ButtonsDoorDef>*@
|
||||
}
|
||||
@if (currDefStep == 10)
|
||||
{
|
||||
|
||||
@@ -30,16 +30,16 @@
|
||||
{
|
||||
<div class="d-flex justify-content-around">
|
||||
<div class="cardOrders01 wRed01">
|
||||
<div class="px-5 d-flex justify-content-between flex-wrap align-items-center mb-3" style="--bgStepColor: @stepColor">
|
||||
<div class="d-flex justify-content-between flex-nowrap align-items-center mb-3" style="--bgStepColor: @stepColor">
|
||||
<div class="fw-bold fs-2 text-start">
|
||||
ORDER LIST
|
||||
</div>
|
||||
<div class=" px-3 d-flex justify-content-between small">
|
||||
<div class=" px-3 d-flex justify-content-between small" style="font-size: 0.6rem">
|
||||
<div>Order Date:</div>
|
||||
<div> </div>
|
||||
<div class=" fw-bold">@ord2Show.DateIns</div>
|
||||
</div>
|
||||
<div class=" px-3 d-flex justify-content-between small">
|
||||
<div class=" px-3 d-flex justify-content-between small" style="font-size: 0.6rem">
|
||||
<div>Order Number:</div>
|
||||
<div> </div>
|
||||
<div class="fw-bold">@ord2Show.OrderExtCode</div>
|
||||
@@ -49,12 +49,12 @@
|
||||
<div> </div>
|
||||
<div class="fw-bold">@ord2Show.OrderDescript</div>
|
||||
</div>
|
||||
<div class=" px-3 d-flex justify-content-between small">
|
||||
<div class=" px-3 d-flex justify-content-between small" style="font-size: 0.6rem">
|
||||
<div>Models Number:</div>
|
||||
<div> </div>
|
||||
<div class="fw-bold">@ord2Show.NumType</div>
|
||||
</div>
|
||||
<div class=" px-3 d-flex justify-content-between small">
|
||||
<div class=" px-3 d-flex justify-content-between small" style="font-size: 0.6rem">
|
||||
<div class="text-center">Quantity:</div>
|
||||
<div> </div>
|
||||
<div class="fw-bold">@ord2Show.NumDoors</div>
|
||||
@@ -83,7 +83,7 @@
|
||||
@if (ord2Show != null)
|
||||
{
|
||||
<div class="cardOrders01 wRed02">
|
||||
<div class="px-5 d-flex justify-content-between flex-wrap align-items-center mb-3">
|
||||
<div class="d-flex justify-content-between flex-nowrap align-items-center mb-3">
|
||||
<div class="fw-bold fs-2 text-start">
|
||||
ORDER LIST
|
||||
</div>
|
||||
@@ -129,7 +129,7 @@
|
||||
</div>
|
||||
<div class="d-flex justify-content-around">
|
||||
<div class="cardOrders02 wRed01">
|
||||
<div class="px-5 d-flex justify-content-between flex-wrap align-items-center mb-3">
|
||||
<div class="d-flex justify-content-between flex-nowrap align-items-center mb-3">
|
||||
<div class="fw-bold fs-2 text-start">
|
||||
DOORS LIST
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user