feat: don't allow edit after accepted
This commit is contained in:
parent
809d3e5b33
commit
adb580db27
1 changed files with 8 additions and 1 deletions
|
|
@ -1230,7 +1230,14 @@ const view = ref<View>(View.Quotation);
|
||||||
>
|
>
|
||||||
{{ $t('general.view', { msg: $t('general.example') }) }}
|
{{ $t('general.view', { msg: $t('general.example') }) }}
|
||||||
</MainButton>
|
</MainButton>
|
||||||
<div class="row" style="gap: var(--size-2)">
|
<div
|
||||||
|
class="row"
|
||||||
|
style="gap: var(--size-2)"
|
||||||
|
v-if="
|
||||||
|
quotationFormData.quotationStatus === 'Issued' ||
|
||||||
|
!quotationFormData.quotationStatus
|
||||||
|
"
|
||||||
|
>
|
||||||
<UndoButton
|
<UndoButton
|
||||||
outlined
|
outlined
|
||||||
@click="closeTab()"
|
@click="closeTab()"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue