refactor: handle btn save
This commit is contained in:
parent
28066cda11
commit
57f0e39821
1 changed files with 3 additions and 3 deletions
|
|
@ -1432,13 +1432,13 @@ const view = ref<View>(View.Quotation);
|
||||||
{{ $t('quotation.approveInvoice') }}
|
{{ $t('quotation.approveInvoice') }}
|
||||||
</MainButton>
|
</MainButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="row"
|
class="row"
|
||||||
style="gap: var(--size-2)"
|
style="gap: var(--size-2)"
|
||||||
v-if="
|
v-if="
|
||||||
view === View.Quotation &&
|
(view === View.Quotation &&
|
||||||
quotationFormData.quotationStatus === 'Issued'
|
quotationFormData.quotationStatus === 'Issued') ||
|
||||||
|
!quotationFormData.quotationStatus
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<UndoButton
|
<UndoButton
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue