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
|
solid
|
||||||
icon="mdi-account-multiple-check-outline"
|
icon="mdi-account-multiple-check-outline"
|
||||||
color="207 96% 32%"
|
color="207 96% 32%"
|
||||||
|
id="btn-approve-invoice"
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
convertInvoiceToSubmit();
|
convertInvoiceToSubmit();
|
||||||
|
|
@ -2328,15 +2329,18 @@ async function formDownload() {
|
||||||
<UndoButton
|
<UndoButton
|
||||||
outlined
|
outlined
|
||||||
@click="closeTab()"
|
@click="closeTab()"
|
||||||
|
id="btn-undo"
|
||||||
v-if="quotationFormState.mode === 'edit'"
|
v-if="quotationFormState.mode === 'edit'"
|
||||||
/>
|
/>
|
||||||
<CloseButton
|
<CloseButton
|
||||||
outlined
|
outlined
|
||||||
|
id="btn-close"
|
||||||
@click="closeTab()"
|
@click="closeTab()"
|
||||||
v-if="quotationFormState.mode === 'info' && closeAble()"
|
v-if="quotationFormState.mode === 'info' && closeAble()"
|
||||||
/>
|
/>
|
||||||
<SaveButton
|
<SaveButton
|
||||||
type="submit"
|
type="submit"
|
||||||
|
id="btn-save"
|
||||||
v-if="
|
v-if="
|
||||||
quotationFormState.mode === 'create' ||
|
quotationFormState.mode === 'create' ||
|
||||||
quotationFormState.mode === 'edit'
|
quotationFormState.mode === 'edit'
|
||||||
|
|
@ -2347,6 +2351,7 @@ async function formDownload() {
|
||||||
<EditButton
|
<EditButton
|
||||||
v-else
|
v-else
|
||||||
class="no-print"
|
class="no-print"
|
||||||
|
id="btn-edit"
|
||||||
@click="quotationFormState.mode = 'edit'"
|
@click="quotationFormState.mode = 'edit'"
|
||||||
solid
|
solid
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue