0
0
Fork 0

fix: refs front

This commit is contained in:
Carlos Satorres 2024-12-11 09:59:05 +01:00
parent 7697caa85a
commit 0ecc103fc2
1 changed files with 1 additions and 1 deletions
src/pages/Monitor/Ticket

View File

@ -57,7 +57,7 @@ function exprBuilder(param, value) {
case 'department':
return { 'd.name': value };
case 'packing':
return { packing: value };
return { 'i.itemPackingTypeFk': { like: `%${value}%` } };
case 'totalWithVat':
return { [`t.${param}`]: value };
}