Ui design development
This commit is contained in:
parent
93ba76e978
commit
31e8d54709
3
resources/assets/js/mixins/spa-global.js
vendored
3
resources/assets/js/mixins/spa-global.js
vendored
@ -38,6 +38,9 @@ export default {
|
|||||||
this.model.select = item.code ? item.code : '';
|
this.model.select = item.code ? item.code : '';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
handleClickCancel() {
|
||||||
|
this.currentTab = undefined;
|
||||||
|
},
|
||||||
dataHandleEvent() {
|
dataHandleEvent() {
|
||||||
this.newDatas = false;
|
this.newDatas = false;
|
||||||
this.currentTab = undefined;
|
this.currentTab = undefined;
|
||||||
|
@ -68,15 +68,14 @@
|
|||||||
></textarea>
|
></textarea>
|
||||||
</base-input>
|
</base-input>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-6">
|
<div class="col-3">
|
||||||
<base-input :label="translations.company.logo">
|
<label class="form-control-label">{{ translations.company.logo }}</label>
|
||||||
<akaunting-dropzone-file-upload
|
<akaunting-dropzone-file-upload
|
||||||
ref="dropzoneWizard"
|
ref="dropzoneWizard"
|
||||||
preview-classes="single"
|
preview-classes="single"
|
||||||
:attachments="logo"
|
:attachments="logo"
|
||||||
>
|
>
|
||||||
</akaunting-dropzone-file-upload>
|
</akaunting-dropzone-file-upload>
|
||||||
</base-input>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -164,6 +164,13 @@
|
|||||||
:error="onFailErrorGet('rate')"
|
:error="onFailErrorGet('rate')"
|
||||||
/>
|
/>
|
||||||
<div class="mt-4 col-md-3 current-tab-btn">
|
<div class="mt-4 col-md-3 current-tab-btn">
|
||||||
|
<base-button
|
||||||
|
type="white"
|
||||||
|
native-type="button"
|
||||||
|
@click="handleClickCancel()"
|
||||||
|
>
|
||||||
|
{{ translations.currencies.cancel }}</base-button
|
||||||
|
>
|
||||||
<base-button
|
<base-button
|
||||||
type="success"
|
type="success"
|
||||||
native-type="button"
|
native-type="button"
|
||||||
|
@ -126,6 +126,13 @@
|
|||||||
:error="onFailErrorGet('rate')"
|
:error="onFailErrorGet('rate')"
|
||||||
/>
|
/>
|
||||||
<div class="mt-4 col-md-4 current-tab-btn">
|
<div class="mt-4 col-md-4 current-tab-btn">
|
||||||
|
<base-button
|
||||||
|
type="white"
|
||||||
|
native-type="button"
|
||||||
|
@click="handleClickCancel()"
|
||||||
|
>
|
||||||
|
{{ translations.taxes.cancel }}</base-button
|
||||||
|
>
|
||||||
<base-button
|
<base-button
|
||||||
type="success"
|
type="success"
|
||||||
native-type="button"
|
native-type="button"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user