fix grafico

This commit is contained in:
zaccaria.majid
2023-05-22 17:07:53 +02:00
parent 1d9ec9be58
commit ac8e8a8682
3 changed files with 11 additions and 9 deletions
@@ -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)
{
+1 -1
View File
@@ -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)
{
+7 -7
View File
@@ -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>&nbsp;</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>&nbsp;</div>
<div class="fw-bold">@ord2Show.OrderExtCode</div>
@@ -49,12 +49,12 @@
<div>&nbsp;</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>&nbsp;</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>&nbsp;</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>