- aggiornamento catalogo: lista titoli del catalogo
- scheda prodotto libro - migliorata tabella prodotto
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
v-model:value="item.value"
|
||||
:addall="item.addall"
|
||||
:addnone="item.addnone"
|
||||
:focus="focus"
|
||||
:addlast="true"
|
||||
:tablesel="item.type === costanti.FieldType.select_by_server ? item.tablesel : ''"
|
||||
:pickup="item.type === costanti.FieldType.select_by_server"
|
||||
@@ -37,7 +38,7 @@
|
||||
:filter="item.filter"
|
||||
:filter_extra="item.filter_extra"
|
||||
:useinput="item.useinput && item.type !== costanti.FieldType.select_by_server"
|
||||
@clear="item.value = ''"
|
||||
@clear="item.value = ''; myproduct = null; saveSearch()"
|
||||
>
|
||||
</CMySelect>
|
||||
</div>
|
||||
@@ -45,7 +46,7 @@
|
||||
<div
|
||||
v-if="myproduct?._id"
|
||||
class="row justify-center"
|
||||
style="text-align: center;"
|
||||
style="text-align: center"
|
||||
>
|
||||
<CContainerCatalogoCard
|
||||
:id="myproduct._id"
|
||||
@@ -59,9 +60,33 @@
|
||||
}"
|
||||
@selauthor="selauthor"
|
||||
:scheda="optcatalogo.arrSchede[0].scheda"
|
||||
@updateproductmodif="updateproductmodif"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column text-center">
|
||||
<div class="row justify-center q-ma-md">
|
||||
<div v-if="visu === shared_consts.VISU_SEARCHPROD_MODE.INSERT">
|
||||
<q-btn
|
||||
rounded
|
||||
class="q-ma-sm"
|
||||
color="secondary"
|
||||
icon="fas fa-plus"
|
||||
label="Inserisci"
|
||||
@click="insertProd"
|
||||
></q-btn>
|
||||
<!-- Button Close window -->
|
||||
<q-btn
|
||||
rounded
|
||||
class="q-ma-sm"
|
||||
color="primary"
|
||||
icon="fas fa-times-circle"
|
||||
label="Chiudi"
|
||||
@click="clickClose"
|
||||
></q-btn>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user