#7936 improve InvoiceIn #1004
|
@ -58,6 +58,14 @@ onBeforeMount(async () => {
|
||||||
:right-search="false"
|
:right-search="false"
|
||||||
:user-params="{ daysAgo }"
|
:user-params="{ daysAgo }"
|
||||||
:disable-option="{ card: true }"
|
:disable-option="{ card: true }"
|
||||||
|
:row-click="
|
||||||
|
(row) => {
|
||||||
|
$router.push({
|
||||||
|
name: 'InvoiceInList',
|
||||||
|
query: { table: JSON.stringify({ serial: row.serial }) },
|
||||||
|
});
|
||||||
|
}
|
||||||
|
"
|
||||||
auto-load
|
auto-load
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue