This commit is contained in:
2021-08-06 21:50:28 +00:00
parent 0186da8453
commit 96aaaefdc6
10 changed files with 44 additions and 66 deletions

View File

@@ -19,7 +19,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'RateAccountNumber')"
v-if="form().showMe(this, 'AccountNumber')"
cols="12"
sm="6"
lg="4"
@@ -36,13 +36,7 @@
></v-text-field>
</v-col>
<v-col
v-if="form().showMe(this, 'RateCharge')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-currency
v-model="obj.charge"
:readonly="formState.readOnly"
@@ -58,13 +52,7 @@
></gz-currency>
</v-col>
<v-col
v-if="form().showMe(this, 'Cost')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<v-col cols="12" sm="6" lg="4" xl="3">
<gz-currency
v-model="obj.cost"
:readonly="formState.readOnly"
@@ -81,7 +69,7 @@
</v-col>
<v-col
v-if="form().showMe(this, 'RateUnitChargeDescriptionID')"
v-if="form().showMe(this, 'Unit')"
cols="12"
sm="6"
lg="4"
@@ -129,7 +117,7 @@
></v-checkbox>
</v-col>
<!-- --------------------------------- -->
<v-col v-if="form().showMe(this, 'ServiceRateNotes')" cols="12">
<v-col v-if="form().showMe(this, 'Notes')" cols="12">
<v-textarea
v-model="obj.notes"
:readonly="formState.readOnly"