Reconciliations multi currency and calculate fixed.

This commit is contained in:
Cüneyt Şentürk
2020-06-08 19:08:13 +03:00
parent a884e06b72
commit d4923b4414
7 changed files with 118 additions and 37 deletions

View File

@@ -49,6 +49,10 @@
@change="{{ $attributes['change'] }}($event)"
@endif
@if (!empty($attributes['input']))
@input="{{ $attributes['input'] }}"
@endif
@if (!empty($attributes['v-model']))
@interface="{{ $attributes['v-model'] . ' = $event' }}"
@elseif (!empty($attributes['data-field']))