- Altri aggiornamenti della scheda

This commit is contained in:
Surya Paolo
2025-04-24 19:31:34 +02:00
parent 8d6c53803e
commit ec19bc3b87
16 changed files with 359 additions and 89 deletions

View File

@@ -321,6 +321,17 @@ export default defineComponent({
type: costanti.FieldType.string,
dense: true,
},
{
editOn: true,
label: "Edizione",
table: "arrvariazioni",
id: myproduct.value._id,
rec: myproduct.value,
mykey: "edizione",
debounce: "1000",
type: costanti.FieldType.string,
dense: true,
},
{
editOn: false,
label: "Tipologia",
@@ -334,7 +345,7 @@ export default defineComponent({
dense: true,
},
{
editOn: false,
editOn: true,
label: "Formato",
table: "arrvariazioni",
id: myproduct.value._id,
@@ -345,17 +356,6 @@ export default defineComponent({
jointable: 't_web_tipiformatos',
dense: true,
},
{
editOn: true,
label: "Formato",
table: "arrvariazioni",
id: myproduct.value._id,
rec: myproduct.value,
mykey: "formato",
debounce: "1000",
type: costanti.FieldType.string,
dense: true,
},
{
editOn: true,
label: "Prezzo",
@@ -392,6 +392,17 @@ export default defineComponent({
type: costanti.FieldType.number,
dense: true,
},
{
editOn: false,
label: "Aggiornato (da GM) il",
table: "productinfos",
id: myproduct.value.productInfo._id,
rec: myproduct.value.productInfo,
mykey: "date_updated_fromGM",
debounce: "1000",
type: costanti.FieldType.onlydate,
dense: true,
},
]
return arrlist