diff --git a/src/pages/PlanningIssues.tsx b/src/pages/PlanningIssues.tsx index 37698e9..7233243 100644 --- a/src/pages/PlanningIssues.tsx +++ b/src/pages/PlanningIssues.tsx @@ -260,8 +260,7 @@ const PlanningIssues = () => { })} -
| #{row.id} | -+ | #{row.id} | +
{row.name}
Cor: {row.color || '-'}
@@ -335,10 +334,10 @@ const PlanningIssues = () => {
{row.hasOverride && manual}
|
- + |
|
- + |
{row.issues.map(issue => (
{
))}
|
- {row.familyLabel} | -{formatNumber(row.quantitySold)} un. | -{formatCurrency(row.revenue)} | -+ | {row.familyLabel} | +{formatNumber(row.quantitySold)} un. | +{formatCurrency(row.revenue)} | +
+
{editingProduct && (
{products.length ? (
<>
)}
-
-
);
@@ -384,13 +384,14 @@ const DemandPlanningScreen = () => {
))}
- {title}-{subtitle} +{title}+{subtitle}
+ {demandQueueLabels[queue]}{demandQueueDescriptions[queue]}
+
+
+
{isLoading ? (
- Itens na fila {formatNumber(queueRows.length, 0)} @@ -455,15 +456,15 @@ const DemandPlanningScreen = () => {Cobertura alvo {targetCoverageDays} dias
+ Carregando dados de produtos...
+
|