- sistemato timeout corto
- corretto errori sulla generazione del PDF - corretto alcune directory - corretto fs.promise - corretto CORS !
This commit is contained in:
@@ -77,8 +77,8 @@
|
||||
'book-image-fixed': complete,
|
||||
'cursor-pointer': !complete,
|
||||
'shadow-4': !optcatalogo.pdf,
|
||||
'border-box': optcatalogo.pdf,
|
||||
}"
|
||||
:img-class="optcatalogo.pdf ? 'border-box' : ''"
|
||||
:style="{
|
||||
zIndex: 2,
|
||||
width:
|
||||
@@ -99,7 +99,7 @@
|
||||
</a>
|
||||
<div class="q-ma-sm no-print">
|
||||
<div
|
||||
class="row absolute-top-left semi-transparent "
|
||||
class="row absolute-top-left semi-transparent"
|
||||
style="z-index: 10"
|
||||
>
|
||||
<q-btn-dropdown
|
||||
@@ -179,12 +179,10 @@
|
||||
</q-item-section>
|
||||
</q-item>-->
|
||||
<q-item
|
||||
v-if="
|
||||
!optcatalogo.generazionePDFInCorso && (editOn || options.show_edit_book)
|
||||
"
|
||||
v-if="!optcatalogo.generazionePDFInCorso && (editOn || options.show_edit_book)"
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="refreshSingleBookFromGM({usaDBGMLocale: false})"
|
||||
@click="refreshSingleBookFromGM({ usaDBGMLocale: false })"
|
||||
>
|
||||
<q-item-section avatar>
|
||||
<q-avatar
|
||||
@@ -203,7 +201,7 @@
|
||||
"
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="refreshSingleBookFromGM({usaDBGMLocale: true})"
|
||||
@click="refreshSingleBookFromGM({ usaDBGMLocale: true })"
|
||||
>
|
||||
<q-item-section avatar>
|
||||
<q-avatar
|
||||
@@ -674,7 +672,6 @@
|
||||
@updateproductmodif="updateproductmodif"
|
||||
>
|
||||
</CSchedaProdotto>
|
||||
|
||||
</q-dialog>
|
||||
<q-dialog
|
||||
v-if="myproduct && modifTrafiletto"
|
||||
@@ -693,7 +690,6 @@
|
||||
:maxlength="680"
|
||||
>
|
||||
</CModifTrafiletto>
|
||||
|
||||
</q-dialog>
|
||||
<q-dialog
|
||||
v-if="visufromgm && myproduct"
|
||||
@@ -716,7 +712,8 @@
|
||||
nameTable: 'T_Web_Articoli',
|
||||
campispeciali: true,
|
||||
numrec: 1,
|
||||
where: 'T.IdArticolo =' + myproduct.productInfo.sku + ' AND T.Ean13 = \'' + myproduct.productInfo.code + '\'',
|
||||
where:
|
||||
'T.IdArticolo =' + myproduct.productInfo.sku + ' AND T.Ean13 = \'' + myproduct.productInfo.code + '\'',
|
||||
showQtaDisponibile,
|
||||
outhtml: true,
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user