#6900 add Serial #610

Merged
jorgep merged 9 commits from 6900-addSerial into test 2024-08-14 14:20:41 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 3bba5db1b5 - Show all commits

View File

@ -30,7 +30,7 @@ const cols = computed(() => [
},
]);
const daysAgo = ref(0);
const daysAgo = ref();
onBeforeMount(async () => {
const tableParam = useRoute().query.table;
@ -51,7 +51,7 @@ onBeforeMount(async () => {
</template>
</RightMenu>
<VnTable
v-if="daysAgo"
v-if="!isNaN(daysAgo)"
Review

ahora se puede poner 0

ahora se puede poner 0
data-key="InvoiceInSerial"
url="InvoiceIns/getSerial"
:columns="cols"