HOTFIX: #6943 CustomerList form salesPersons options #790

Closed
jsegarra wants to merge 84 commits from hotfix_newCustomer_SalesPerson into master
1 changed files with 1 additions and 4 deletions
Showing only changes of commit 64bde73418 - Show all commits

View File

@ -155,9 +155,6 @@ const setShippedColor = (date) => {
if (difference < 0) return 'success';
};
const rowClick = ({ id }) =>
window.open(router.resolve({ params: { id }, name: 'TicketSummary' }).href, '_blank');
const getItemPackagingType = (ticketSales) => {
if (!ticketSales?.length) return '-';
@ -186,7 +183,7 @@ const getItemPackagingType = (ticketSales) => {
:columns="columns"
:without-header="true"
auto-load
:row-click="rowClick"
redirect="ticket"
order="shipped DESC, id"
:disable-option="{ card: true, table: true }"
class="full-width"
Outdated
Review

Creo que poniendo redirect ya lo hace no?

Creo que poniendo redirect ya lo hace no?

espectacular

espectacular