This commit is contained in:
2019-11-05 23:55:09 +00:00
parent c394fd35ba
commit 20cd32ed3f
6 changed files with 177 additions and 165 deletions

View File

@@ -1,5 +1,6 @@
<template> <template>
<v-col cols="12" md4> <v-container>
<v-col cols="12">
<v-card class="elevation-5 transparent"> <v-card class="elevation-5 transparent">
<v-card-text class="text-center"> <v-card-text class="text-center">
<v-icon x-large color="secondary">fa-heart</v-icon> <v-icon x-large color="secondary">fa-heart</v-icon>
@@ -8,13 +9,14 @@
<div class="headline">Part assembly</div> <div class="headline">Part assembly</div>
</v-card-title> </v-card-title>
<v-card-text> <v-card-text>
Cras facilisis mi vitae nunc lobortis pharetra. Nulla volutpat tincidunt Cras facilisis mi vitae nunc lobortis pharetra. Nulla volutpat
ornare. Pellentesque habitant morbi tristique senectus et netus et tincidunt ornare. Pellentesque habitant morbi tristique senectus et
malesuada fames ac turpis egestas. Nullam in aliquet odio. Aliquam eu netus et malesuada fames ac turpis egestas. Nullam in aliquet odio.
est vitae tellus bibendum tincidunt. Suspendisse potenti. Aliquam eu est vitae tellus bibendum tincidunt. Suspendisse potenti.
</v-card-text> </v-card-text>
</v-card> </v-card>
</v-col> </v-col>
</v-container>
</template> </template>
<script> <script>

View File

@@ -1,5 +1,6 @@
<template> <template>
<v-col cols="12" md4> <v-container>
<v-col cols="12">
<v-card class="elevation-5 transparent"> <v-card class="elevation-5 transparent">
<v-card-text class="text-center"> <v-card-text class="text-center">
<v-icon x-large color="secondary">fa-cannabis</v-icon> <v-icon x-large color="secondary">fa-cannabis</v-icon>
@@ -8,13 +9,14 @@
<div class="headline">Parts</div> <div class="headline">Parts</div>
</v-card-title> </v-card-title>
<v-card-text> <v-card-text>
Cras facilisis mi vitae nunc lobortis pharetra. Nulla volutpat tincidunt Cras facilisis mi vitae nunc lobortis pharetra. Nulla volutpat
ornare. Pellentesque habitant morbi tristique senectus et netus et tincidunt ornare. Pellentesque habitant morbi tristique senectus et
malesuada fames ac turpis egestas. Nullam in aliquet odio. Aliquam eu netus et malesuada fames ac turpis egestas. Nullam in aliquet odio.
est vitae tellus bibendum tincidunt. Suspendisse potenti. Aliquam eu est vitae tellus bibendum tincidunt. Suspendisse potenti.
</v-card-text> </v-card-text>
</v-card> </v-card>
</v-col> </v-col>
</v-container>
</template> </template>
<script> <script>

View File

@@ -1,4 +1,5 @@
<template> <template>
<v-container>
<v-col cols="12"> <v-col cols="12">
<v-card class="elevation-5 transparent"> <v-card class="elevation-5 transparent">
<v-card-text class="text-center"> <v-card-text class="text-center">
@@ -8,13 +9,14 @@
<div class="headline">Purchase orders</div> <div class="headline">Purchase orders</div>
</v-card-title> </v-card-title>
<v-card-text> <v-card-text>
Cras facilisis mi vitae nunc lobortis pharetra. Nulla volutpat tincidunt Cras facilisis mi vitae nunc lobortis pharetra. Nulla volutpat
ornare. Pellentesque habitant morbi tristique senectus et netus et tincidunt ornare. Pellentesque habitant morbi tristique senectus et
malesuada fames ac turpis egestas. Nullam in aliquet odio. Aliquam eu netus et malesuada fames ac turpis egestas. Nullam in aliquet odio.
est vitae tellus bibendum tincidunt. Suspendisse potenti. Aliquam eu est vitae tellus bibendum tincidunt. Suspendisse potenti.
</v-card-text> </v-card-text>
</v-card> </v-card>
</v-col> </v-col>
</v-container>
</template> </template>
<script> <script>

View File

@@ -1,4 +1,5 @@
<template> <template>
<v-container>
<v-col cols="12"> <v-col cols="12">
<v-card class="elevation-5 transparent"> <v-card class="elevation-5 transparent">
<v-card-text class="text-center"> <v-card-text class="text-center">
@@ -8,13 +9,14 @@
<div class="headline">Warehouses</div> <div class="headline">Warehouses</div>
</v-card-title> </v-card-title>
<v-card-text> <v-card-text>
Cras facilisis mi vitae nunc lobortis pharetra. Nulla volutpat tincidunt Cras facilisis mi vitae nunc lobortis pharetra. Nulla volutpat
ornare. Pellentesque habitant morbi tristique senectus et netus et tincidunt ornare. Pellentesque habitant morbi tristique senectus et
malesuada fames ac turpis egestas. Nullam in aliquet odio. Aliquam eu netus et malesuada fames ac turpis egestas. Nullam in aliquet odio.
est vitae tellus bibendum tincidunt. Suspendisse potenti. Aliquam eu est vitae tellus bibendum tincidunt. Suspendisse potenti.
</v-card-text> </v-card-text>
</v-card> </v-card>
</v-col> </v-col>
</v-container>
</template> </template>
<script> <script>

View File

@@ -1,5 +1,6 @@
<template> <template>
<v-row align-center v-if="this.formState.ready"> <v-container>
<div v-if="this.formState.ready">
<v-col cols="12" mt-1 mb-2 v-if="formState.errorBoxMessage"> <v-col cols="12" mt-1 mb-2 v-if="formState.errorBoxMessage">
<v-alert <v-alert
ref="errorbox" ref="errorbox"
@@ -14,7 +15,7 @@
> >
</v-col> </v-col>
<v-col cols="12"> <v-col cols="12">
<div v-if="this.formState.ready"> <div class="elevation-5" v-if="this.formState.ready">
<v-toolbar flat> <v-toolbar flat>
<v-toolbar-title> <v-toolbar-title>
<v-icon large color="primary">fa-splotch</v-icon> <v-icon large color="primary">fa-splotch</v-icon>
@@ -84,7 +85,8 @@
</v-data-table> </v-data-table>
</div> </div>
</v-col> </v-col>
</v-row> </div>
</v-container>
</template> </template>
<script> <script>

View File

@@ -18,6 +18,7 @@
<POTop /> <POTop />
<PartTop /> <PartTop />
<PartAssemblyTop /> <PartAssemblyTop />
<v-container>
<v-col cols="12" md4> <v-col cols="12" md4>
<v-card class="elevation-0 transparent"> <v-card class="elevation-0 transparent">
<v-card-text class="text-center"> <v-card-text class="text-center">
@@ -34,6 +35,7 @@
</v-card-text> </v-card-text>
</v-card> </v-card>
</v-col> </v-col>
</v-container>
</v-row> </v-row>
</template> </template>