refactor: refs #8316 used VnSection and VnCardBeta #1146
|
@ -38,7 +38,11 @@ async function fetchClientAddress(id) {
|
|||
addressOptions.value = data;
|
||||
}
|
||||
|
||||
jtubau marked this conversation as resolved
Outdated
|
||||
|
||||
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>
|
||||
|
|
Loading…
Reference in New Issue
No borrar, se gasta en un VnSelect