- preordinabili corretti + altro

This commit is contained in:
Surya Paolo
2023-12-29 21:17:25 +01:00
parent c0998753c2
commit 632d05bbfb
13 changed files with 192 additions and 67 deletions

View File

@@ -1039,6 +1039,7 @@ export const shared_consts = {
RECEIVED: 7,
COMPLETED: 6,
CANCELED: 10,
DELETE_REALLY: 20,
},
OrderStat: {
@@ -1102,14 +1103,14 @@ export const shared_consts = {
label: 'Ricevuto',
value: 7,
},
{
label: 'Completato',
value: 8,
},
{
label: 'Cancellato',
value: 10,
},
{
label: 'Elimina Definitivamente !!',
value: 20,
},
],
@@ -1150,6 +1151,12 @@ export const shared_consts = {
icon: 'delete',
color: 'red',
},
{
label: 'Cancella Definitivamente', //DELETE_REALLY
value: 20,
icon: 'delete',
color: 'red',
},
],
ConfSite: {