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

@@ -192,11 +192,6 @@ todo: Changes to allow in place updates of server without erasing data:
CURRENTLY DOING: Contract server loose ends
replicate travel override error handling to other simple tables
todo:
biz rule No dupes rule at server
biz rule contract rates only must have some contract rates selected
'' travel
todo: might want to put more fields in the contractdatalist, it's very sparse adn the old v7 had pretty much all the fields as well
todo: confirm Unit contract fields are ok and datalist is ok

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 }}