Merge pull request #1699 from SevanNerse/master

minor bugs fixed
This commit is contained in:
Cüneyt Şentürk
2020-12-28 12:45:03 +03:00
committed by GitHub
15 changed files with 49 additions and 6 deletions

View File

@@ -601,6 +601,10 @@ const app = new Vue({
this.onCalculateTotal();
},
onBindingItemField(item_index, field_name) {
this.form.items[item_index][field_name] = this.items[item_index][field_name];
},
async onPayment() {
let document_id = document.getElementById('document_id').value;

View File

@@ -67,6 +67,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif

View File

@@ -45,6 +45,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif

View File

@@ -69,6 +69,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif

View File

@@ -47,6 +47,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif

View File

@@ -61,6 +61,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif

View File

@@ -39,6 +39,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif

View File

@@ -63,6 +63,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif

View File

@@ -41,6 +41,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif

View File

@@ -63,6 +63,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif

View File

@@ -41,6 +41,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['visible-change']))
@visible-change="{{ $attributes['visible-change'] }}"
@endif
@if (isset($attributes['readonly']))
:readonly="{{ $attributes['readonly'] }}"
@endif