feat: add support for debit notes in credit note forms and related components
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
puriphatt 2025-07-08 13:28:27 +07:00
parent 7679c076a7
commit 2b310c667d
7 changed files with 40 additions and 7 deletions

View file

@ -6,6 +6,7 @@ import DataDisplay from 'src/components/08_request-list/DataDisplay.vue';
defineProps<{
readonly?: boolean;
noLink?: boolean;
}>();
defineEmits<{
@ -61,7 +62,7 @@ const quotationCreatedBy = defineModel<string>('quotationCreatedBy');
/>
<DataDisplay
clickable
:clickable="!noLink"
class="col-md col-6"
style="padding-inline: 20px"
:label="$t('creditNote.label.quotationCode')"