This commit is contained in:
@@ -365,7 +365,7 @@
|
||||
<v-col
|
||||
cols="12"
|
||||
v-if="
|
||||
pvm.subRights.scheduledUsers.visible &&
|
||||
pvm.subRights.units.visible &&
|
||||
form().showMe(this, 'WorkOrderItemUnitList')
|
||||
"
|
||||
>
|
||||
@@ -373,6 +373,7 @@
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
:goto-index="gotoUnitIndex"
|
||||
data-cy="woItemUnits"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
@@ -389,6 +390,7 @@
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
:goto-index="gotoScheduledUserIndex"
|
||||
data-cy="woItemScheduledUsers"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
@@ -404,6 +406,7 @@
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
:goto-index="gotoTaskIndex"
|
||||
data-cy="woItemTasks"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
@@ -420,6 +423,7 @@
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
:goto-index="gotoPartIndex"
|
||||
data-cy="woItemParts"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
@@ -438,6 +442,7 @@
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
:goto-index="gotoPartRequestIndex"
|
||||
data-cy="woItemPartRequests"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
@@ -454,6 +459,7 @@
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
:goto-index="gotoLaborIndex"
|
||||
data-cy="woItemLabors"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
@@ -469,6 +475,7 @@
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
:goto-index="gotoTravelIndex"
|
||||
data-cy="woItemTravels"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
@@ -484,6 +491,7 @@
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
:goto-index="gotoExpenseIndex"
|
||||
data-cy="woItemExpenses"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
@@ -492,7 +500,7 @@
|
||||
<v-col
|
||||
cols="12"
|
||||
v-if="
|
||||
pvm.subRights.expenses.visible &&
|
||||
pvm.subRights.loans.visible &&
|
||||
form().showMe(this, 'WorkOrderItemLoanList')
|
||||
"
|
||||
>
|
||||
@@ -500,6 +508,7 @@
|
||||
v-model="value"
|
||||
:pvm="pvm"
|
||||
:active-wo-item-index="activeItemIndex"
|
||||
:goto-index="gotoLoanIndex"
|
||||
data-cy="woItemLoans"
|
||||
@change="$emit('change')"
|
||||
/>
|
||||
@@ -507,7 +516,7 @@
|
||||
<v-col
|
||||
cols="12"
|
||||
v-if="
|
||||
pvm.subRights.expenses.visible &&
|
||||
pvm.subRights.outsideServices.visible &&
|
||||
form().showMe(this, 'WorkOrderItemOutsideServiceList')
|
||||
"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user