This commit is contained in:
@@ -501,8 +501,21 @@
|
|||||||
@change="$emit('change')"
|
@change="$emit('change')"
|
||||||
/>
|
/>
|
||||||
</v-col>
|
</v-col>
|
||||||
<!--
|
<v-col
|
||||||
//todo WorkOrderItemOutsideServiceList here -->
|
cols="12"
|
||||||
|
v-if="
|
||||||
|
pvm.subRights.expenses.visible &&
|
||||||
|
form().showMe(this, 'WorkOrderItemOutsideServiceList')
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<GzWoItemOutsideServices
|
||||||
|
v-model="value"
|
||||||
|
:pvm="pvm"
|
||||||
|
:active-wo-item-index="activeItemIndex"
|
||||||
|
data-cy="woItemOutsideServices"
|
||||||
|
@change="$emit('change')"
|
||||||
|
/>
|
||||||
|
</v-col>
|
||||||
</template>
|
</template>
|
||||||
</v-row>
|
</v-row>
|
||||||
</div>
|
</div>
|
||||||
@@ -521,6 +534,7 @@ import GzWoItemTasks from "../components/work-order-item-tasks.vue";
|
|||||||
import GzWoItemParts from "../components/work-order-item-parts.vue";
|
import GzWoItemParts from "../components/work-order-item-parts.vue";
|
||||||
import GzWoItemPartRequests from "../components/work-order-item-part-requests.vue";
|
import GzWoItemPartRequests from "../components/work-order-item-part-requests.vue";
|
||||||
import GzWoItemLoans from "../components/work-order-item-loans.vue";
|
import GzWoItemLoans from "../components/work-order-item-loans.vue";
|
||||||
|
import GzWoItemOutsideServices from "../components/work-order-item-outside-services.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
@@ -532,7 +546,8 @@ export default {
|
|||||||
GzWoItemTasks,
|
GzWoItemTasks,
|
||||||
GzWoItemParts,
|
GzWoItemParts,
|
||||||
GzWoItemPartRequests,
|
GzWoItemPartRequests,
|
||||||
GzWoItemLoans
|
GzWoItemLoans,
|
||||||
|
GzWoItemOutsideServices
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.setDefaultView();
|
this.setDefaultView();
|
||||||
|
|||||||
Reference in New Issue
Block a user