This commit is contained in:
@@ -361,6 +361,19 @@
|
|||||||
@change="$emit('change')"
|
@change="$emit('change')"
|
||||||
/>
|
/>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
<v-col cols="12">
|
||||||
|
<GzWoItemLabors
|
||||||
|
v-if="
|
||||||
|
pvm.subRights.labors.visible &&
|
||||||
|
form().showMe(this, 'WorkOrderItemLaborList')
|
||||||
|
"
|
||||||
|
v-model="value"
|
||||||
|
:pvm="pvm"
|
||||||
|
:active-wo-item-index="activeItemIndex"
|
||||||
|
data-cy="woItemLabors"
|
||||||
|
@change="$emit('change')"
|
||||||
|
/>
|
||||||
|
</v-col>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<GzWoItemExpenses
|
<GzWoItemExpenses
|
||||||
v-if="
|
v-if="
|
||||||
@@ -383,12 +396,14 @@
|
|||||||
/* XXXeslint-disable */
|
/* XXXeslint-disable */
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
import GzWoItemScheduledUsers from "../components/work-order-item-scheduled-users.vue";
|
import GzWoItemScheduledUsers from "../components/work-order-item-scheduled-users.vue";
|
||||||
|
import GzWoItemLabors from "../components/work-order-item-labors.vue";
|
||||||
import GzWoItemExpenses from "../components/work-order-item-expenses.vue";
|
import GzWoItemExpenses from "../components/work-order-item-expenses.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
GzWoItemScheduledUsers,
|
GzWoItemScheduledUsers,
|
||||||
GzWoItemExpenses
|
GzWoItemExpenses,
|
||||||
|
GzWoItemLabors
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.setDefaultView();
|
this.setDefaultView();
|
||||||
|
|||||||
Reference in New Issue
Block a user