8622-testToMaster #1411

Merged
alexm merged 746 commits from 8622-testToMaster into master 2025-02-18 07:54:25 +00:00
1 changed files with 5 additions and 2 deletions
Showing only changes of commit 34cfd57589 - Show all commits

View File

@ -38,7 +38,11 @@ async function fetchClientAddress(id) {
addressOptions.value = data;
}
const exprBuilder = (_, value) => {
return {
or: [{ code: value }, { description: { like: `%${value}%` } }],
};
};
const columns = computed(() => [
{
@ -177,7 +181,6 @@ watchEffect(selectedRows);
:array-data-props="{
url: 'InvoiceOuts/filter',
order: ['id DESC'],
exprBuilder,
}"
>
<template #rightMenu>