HOTFIX: #6943 CustomerList form salesPersons options #790

Closed
jsegarra wants to merge 84 commits from hotfix_newCustomer_SalesPerson into master
2 changed files with 3 additions and 21 deletions
Showing only changes of commit d34a7b5839 - Show all commits

View File

@ -272,14 +272,12 @@ es:
<style>
.icon-container {
position: relative;
width: 24px; /* Ajusta el ancho del contenedor según el tamaño de tus íconos */
height: 25px; /* Ajusta la altura del contenedor según el tamaño de tus íconos */
width: 24px;
height: 25px;
}
.icon {
position: absolute;
/* font-size: 1.715em; */
/* zoom: 0.8; */
}
.first-icon {
@ -288,6 +286,6 @@ es:
}
.second-icon {
right: 2px; /* Espacio a la izquierda del segundo ícono */
right: 2px;
}
</style>

View File

@ -55,22 +55,6 @@ const openOrderCreateForm = () => {
</script>
<template>
<!-- <QItem v-ripple clickable @click="openTicketCreateForm()">
Outdated
Review

Se quitan?

Se quitan?

Se mueve la funcionalidad del DescriptorMenu a botón en Descriptor actions

Se mueve la funcionalidad del DescriptorMenu a botón en Descriptor actions
<QItemSection>
{{ t('globals.pageTitles.createTicket') }}
<QDialog ref="ticketCreateFormDialog">
<TicketCreateDialog />
</QDialog>
</QItemSection>
</QItem>
<QItem v-ripple clickable @click="openOrderCreateForm()">
<QItemSection>
{{ t('globals.pageTitles.createOrder') }}
<QDialog ref="orderCreateFormDialog">
<OrderCreateDialog :client-fk="customer.id" />
</QDialog>
</QItemSection>
</QItem> -->
<QItem v-ripple clickable>
jsegarra marked this conversation as resolved Outdated

los comentarios no suben

los comentarios no suben
<QItemSection @click="showSmsDialog()">{{ t('Send SMS') }}</QItemSection>
</QItem>