This commit is contained in:
2021-03-08 18:03:21 +00:00
parent fd64e7797a
commit 557ac3ac3f
2 changed files with 28 additions and 5 deletions

View File

@@ -199,6 +199,13 @@
<tr
v-for="(item, index) in obj.contractPartOverrideItems"
:key="item.Id"
:class="
form().childRowErrorClass(
thisVm(),
'ContractPartOverrideItems',
index
)
"
>
<td class="text-right">{{ item.overridePct }}%</td>
<td class="text-left">
@@ -259,6 +266,13 @@
v-for="(item,
index) in obj.contractServiceRateOverrideItems"
:key="item.Id"
:class="
form().childRowErrorClass(
thisVm(),
'ContractServiceRateOverrideItems',
index
)
"
>
<td class="text-right">{{ item.overridePct }}%</td>
<td class="text-left">
@@ -383,6 +397,13 @@
<tr
v-for="(item, index) in obj.serviceRateItems"
:key="item.Id"
:class="
form().childRowErrorClass(
thisVm(),
'ServiceRateItems',
index
)
"
>
<td class="text-left">
{{ item.serviceRateViz }}
@@ -430,6 +451,13 @@
<tr
v-for="(item, index) in obj.travelRateItems"
:key="item.Id"
:class="
form().childRowErrorClass(
thisVm(),
'TravelRateItems',
index
)
"
>
<td class="text-left">
{{ item.travelRateViz }}