This commit is contained in:
2021-01-06 19:47:58 +00:00
parent afdfbf36b1
commit faa5551d19
14 changed files with 168 additions and 189 deletions

View File

@@ -18,18 +18,6 @@
></v-text-field>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-checkbox
v-model="obj.active"
:readonly="formState.readOnly"
:label="$ay.t('Active')"
ref="active"
data-cy="active"
:error-messages="form().serverErrors(this, 'active')"
@change="fieldValueChanged('active')"
></v-checkbox>
</v-col>
<v-col
v-if="form().showMe(this, 'TaxCodeTaxA')"
cols="12"
@@ -91,7 +79,17 @@
@change="fieldValueChanged('taxOnTax')"
></v-checkbox>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-checkbox
v-model="obj.active"
:readonly="formState.readOnly"
:label="$ay.t('Active')"
ref="active"
data-cy="active"
:error-messages="form().serverErrors(this, 'active')"
@change="fieldValueChanged('active')"
></v-checkbox>
</v-col>
<!-- --------------------------------- -->
<v-col v-if="form().showMe(this, 'TaxCodeNotes')" cols="12">
<v-textarea