refactor: add id btn
This commit is contained in:
parent
758b005768
commit
4f4aa5a76f
1 changed files with 5 additions and 0 deletions
|
|
@ -2305,6 +2305,7 @@ async function formDownload() {
|
|||
solid
|
||||
icon="mdi-account-multiple-check-outline"
|
||||
color="207 96% 32%"
|
||||
id="btn-approve-invoice"
|
||||
@click="
|
||||
() => {
|
||||
convertInvoiceToSubmit();
|
||||
|
|
@ -2328,15 +2329,18 @@ async function formDownload() {
|
|||
<UndoButton
|
||||
outlined
|
||||
@click="closeTab()"
|
||||
id="btn-undo"
|
||||
v-if="quotationFormState.mode === 'edit'"
|
||||
/>
|
||||
<CloseButton
|
||||
outlined
|
||||
id="btn-close"
|
||||
@click="closeTab()"
|
||||
v-if="quotationFormState.mode === 'info' && closeAble()"
|
||||
/>
|
||||
<SaveButton
|
||||
type="submit"
|
||||
id="btn-save"
|
||||
v-if="
|
||||
quotationFormState.mode === 'create' ||
|
||||
quotationFormState.mode === 'edit'
|
||||
|
|
@ -2347,6 +2351,7 @@ async function formDownload() {
|
|||
<EditButton
|
||||
v-else
|
||||
class="no-print"
|
||||
id="btn-edit"
|
||||
@click="quotationFormState.mode = 'edit'"
|
||||
solid
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue