feat: make material request for job card from workstation dashboard

(cherry picked from commit 6fea9d6dfe)
This commit is contained in:
Rohit Waghchaure
2023-12-05 15:28:40 +05:30
committed by Mergify
parent 75bd1e6b65
commit 3bef12cb55
11 changed files with 750 additions and 39 deletions

View File

@@ -510,7 +510,6 @@ body[data-route="pos"] {
}
.plant-floor-container {
padding-top: 10px;
display: grid;
grid-template-columns: repeat(6,minmax(0,1fr));
gap: var(--margin-xl);
@@ -530,7 +529,7 @@ body[data-route="pos"] {
width: 100%;
font-size: 50px;
margin: var(--margin-sm);
min-height: 11rem;
min-height: 9rem;
}
.workstation-abbr {