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
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
7679c076a7
commit
2b310c667d
7 changed files with 40 additions and 7 deletions
|
|
@ -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')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue