- aggiornamento catalogo: lista titoli del catalogo
- scheda prodotto libro - migliorata tabella prodotto
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="stockQty"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.number"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -212,7 +212,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="stockBloccatiQty"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.number"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -370,7 +370,7 @@
|
||||
:rec="myproduct.productInfo"
|
||||
mykey="note"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.string"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -401,7 +401,7 @@
|
||||
:rec="myproduct.productInfo"
|
||||
mykey="imagefile"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.image"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -462,7 +462,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="bookableAvailableQty"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.number"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -475,7 +475,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="maxbookableGASQty"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.number"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -523,7 +523,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="bookableGASBloccatiQty"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.number"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -535,7 +535,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="bookedGASQtyConfirmed"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.number"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -610,7 +610,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="bookedGASQtyOrdered"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.number"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -623,7 +623,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="qtyToReachForGas"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.number"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -709,7 +709,7 @@
|
||||
:rec="myproduct.gasordine"
|
||||
mykey="dataora_chiusura_ordini"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.date"
|
||||
:justifycenter="false"
|
||||
>
|
||||
@@ -739,7 +739,7 @@
|
||||
:rec="myproduct.gasordine"
|
||||
mykey="data_arrivo_merce"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.date"
|
||||
:justifycenter="false"
|
||||
>
|
||||
@@ -769,7 +769,7 @@
|
||||
mykey="dataora_ritiro"
|
||||
:justifycenter="false"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.onlydate"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -869,7 +869,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="bookedQtyOrdered"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.number"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -881,7 +881,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="bookedQtyConfirmed"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.number"
|
||||
>
|
||||
</CMyValueDb>
|
||||
@@ -907,7 +907,7 @@
|
||||
:rec="myproduct"
|
||||
mykey="active"
|
||||
debounce="1000"
|
||||
:save="updateproductmodif()"
|
||||
@save="updateproductmodif"
|
||||
:type="costanti.FieldType.boolean"
|
||||
>
|
||||
</CMyValueDb>
|
||||
|
||||
Reference in New Issue
Block a user