8315-devToTest #1094

Merged
alexm merged 253 commits from 8315-devToTest into test 2024-12-18 10:31:55 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 3d666338ce - Show all commits

View File

@ -56,8 +56,6 @@ function exprBuilder(param, value) {
case 'zoneFk':
case 'department':
return { 'd.name': value };
case 'packing':
return { 'i.itemPackingTypeFk': { like: `%${value}%` } };
case 'totalWithVat':
return { [`t.${param}`]: value };
}
@ -400,7 +398,7 @@ const openTab = (id) =>
auto-load
:row-click="({ id }) => openTab(id)"
:disable-option="{ card: true }"
:user-params="{ from, to, scopeDays: 0 }"
:user-params="{ from, to, scopeDays: 0, packing }"
>
<template #top-left>
<QBtn