refs #6809 supplier UpperCase #182

Merged
carlossa merged 2 commits from 6809-supplierUpperCase into dev 2024-02-06 13:10:33 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 7e8f81323a - Show all commits

View File

@ -10,6 +10,7 @@ import VnInput from 'src/components/common/VnInput.vue';
import VnSubToolbar from 'src/components/ui/VnSubToolbar.vue';
import { useStateStore } from 'stores/useStateStore';
import Supplier from 'src/router/modules/Supplier';
const router = useRouter();
const { t } = useI18n();
@ -49,6 +50,9 @@ const redirectToSupplierFiscalData = (_, responseData) => {
<VnInput
v-model="data.name"
:label="t('supplier.create.supplierName')"
@keyup="
newSupplierForm.name = newSupplierForm.name.toUpperCase()
"
/>
</div>
</VnRow>