#7134 - supplierBalance #1306

Merged
jsegarra merged 52 commits from 7134-supplierBalance into dev 2025-01-29 15:16:50 +00:00
1 changed files with 2 additions and 7 deletions
Showing only changes of commit a8e1bdc684 - Show all commits

View File

@ -9,7 +9,7 @@ const $props = defineProps({
},
insertable: {
type: Boolean,
default: true,
default: false,
},
});
@ -79,10 +79,5 @@ function accountShortToStandard() {
</script>
<template>
<QInput
@keydown="handleKeydown"
ref="vnInputRef"
v-model="internalValue"
:maxlength="10"
/>
<QInput @keydown="handleKeydown" ref="vnInputRef" v-model="internalValue" />
</template>