This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user