- edit campi prodotti
- edit ordini
This commit is contained in:
@@ -172,6 +172,12 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
function azzera() {
|
||||
saveit.value = true
|
||||
showDateTimeScroller.value = false
|
||||
emit('savetoclose', null, valueprec.value)
|
||||
}
|
||||
|
||||
created()
|
||||
|
||||
return {
|
||||
@@ -190,6 +196,7 @@ export default defineComponent({
|
||||
mydate,
|
||||
mytime,
|
||||
tools,
|
||||
azzera,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
@@ -79,6 +79,10 @@
|
||||
}
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
<q-card-actions align="center">
|
||||
<q-btn icon="fas fa-trash"
|
||||
@click="azzera"></q-btn>
|
||||
<div class="row justify-center">
|
||||
<q-btn
|
||||
:label="$t('dialog.cancel')"
|
||||
@@ -90,7 +94,7 @@
|
||||
v-close-popup
|
||||
></q-btn>
|
||||
</div>
|
||||
</div>
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
</q-popup-proxy>
|
||||
<q-popup-proxy
|
||||
|
||||
Reference in New Issue
Block a user