Aggiornamento PiuChebuono: lista Totali del Produttore.
This commit is contained in:
@@ -343,7 +343,7 @@ export const shared_consts = {
|
||||
},
|
||||
{
|
||||
label: 'Dentro ad un Circuito RIS',
|
||||
value: 134217728, //FILTER_USER_CON_CIRCUITO:
|
||||
value: 134217728, //FILTER_USER_CON_CIRCUITO:
|
||||
},
|
||||
{
|
||||
label: 'Senza Circuito RIS',
|
||||
@@ -351,7 +351,7 @@ export const shared_consts = {
|
||||
},
|
||||
{
|
||||
label: 'Con Provincia inserita',
|
||||
value: 16777216, //FILTER_USER_PROVINCE:
|
||||
value: 16777216, //FILTER_USER_PROVINCE:
|
||||
},
|
||||
|
||||
],
|
||||
@@ -359,7 +359,7 @@ export const shared_consts = {
|
||||
RECFILTRI_UTENTE_FACIL: [
|
||||
{
|
||||
label: 'Facilitatore RISO',
|
||||
value: 4294967296, //FILTER_FACILITATORE: ,:
|
||||
value: 4294967296, //FILTER_FACILITATORE: ,:
|
||||
},
|
||||
{
|
||||
label: 'Non ancora approvati dall\'invitante',
|
||||
@@ -1246,6 +1246,12 @@ export const shared_consts = {
|
||||
},
|
||||
],
|
||||
|
||||
ShowCode: {
|
||||
ALL: 1,
|
||||
CODE: 2,
|
||||
INTERNAL_CODE: 3,
|
||||
},
|
||||
|
||||
OrderStatus: {
|
||||
NONE: 0,
|
||||
IN_CART: 1,
|
||||
@@ -1261,6 +1267,11 @@ export const shared_consts = {
|
||||
DELETE_REALLY: 20,
|
||||
},
|
||||
|
||||
OrderPages: {
|
||||
LISTA_TOTALI: { label: 'Lista Totali', value: 1, icon: 'fas fa-chart-bar', color: 'text-green' },
|
||||
ORDINI: { label: 'Ordini', value: 2, icon: 'fas fa-tasks', color: 'text-blue' },
|
||||
},
|
||||
|
||||
OrderStat: {
|
||||
// IN_CART: { label: 'In Carrello', value: 1 }, //IN_CART
|
||||
IN_CORSO: { label: 'In Corso', value: 2, icon: 'fas fa-tasks', color: 'text-black' }, //CHECKOUT_SENT
|
||||
@@ -2360,7 +2371,7 @@ export const shared_consts = {
|
||||
AUDIOLIBRO: 22,
|
||||
VIDEO: 23,
|
||||
CARTE: 25,
|
||||
// -----------
|
||||
// -----------
|
||||
NUOVO: 101,
|
||||
USATO: 102,
|
||||
DOWNLOAD: 103,
|
||||
|
||||
Reference in New Issue
Block a user