fix: refs #6389 front
gitea/salix-front/pipeline/pr-dev This commit looks good Details

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

View File

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