Merge pull request 'FIX #178 Item card MRP Display' (#179) from ItemcardMRp into main

Reviewed-on: Pozomind/pozo-retail-app#179
This commit is contained in:
karthikalakshmi 2026-02-25 17:57:30 +05:30
commit 5bd84fe7d4
3 changed files with 610 additions and 481 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,8 @@ function dynamicComponentProps(sessionName, data, componentName) {
ImageUp: false, ImageUp: false,
ImageDown: false, ImageDown: false,
BigImage: false, BigImage: false,
MRP: false,
}; };
let output = {}; let output = {};

View File

@ -975,6 +975,17 @@
font-size: 1rem; font-size: 1rem;
} }
} }
.card4MRP {
font-size: 0.80rem;
line-height: 0.80rem;
font-weight: 600;
color: #059669;
-webkit-text-stroke-width: 0.3px;
@media (max-width: 500px) {
font-size: 0.50rem;
}
}
.card4Uom { .card4Uom {
background-color: #f3f4f6; background-color: #f3f4f6;