This commit is contained in:
@@ -1,14 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container>
|
<v-data-table
|
||||||
<v-data-table
|
:headers="headers"
|
||||||
:headers="headers"
|
:items="records"
|
||||||
:items="records"
|
:options.sync="options"
|
||||||
:options.sync="options"
|
:server-items-length="totalRecords"
|
||||||
:server-items-length="totalRecords"
|
:loading="loading"
|
||||||
:loading="loading"
|
class="elevation-1"
|
||||||
class="elevation-1"
|
></v-data-table>
|
||||||
></v-data-table>
|
|
||||||
</v-container>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
>
|
>
|
||||||
</v-col>
|
</v-col>
|
||||||
<WidgetList />
|
<WidgetList />
|
||||||
<WarehouseTop />
|
<!-- <WarehouseTop />
|
||||||
<POTop />
|
<POTop />
|
||||||
<PartTop />
|
<PartTop />
|
||||||
<PartAssemblyTop />
|
<PartAssemblyTop />
|
||||||
@@ -34,17 +34,17 @@
|
|||||||
</v-card-text>
|
</v-card-text>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-container>
|
</v-container> -->
|
||||||
</v-row>
|
</v-row>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
/* Xeslint-disable */
|
/* Xeslint-disable */
|
||||||
import WidgetList from "../components/inventorywidgetlist";
|
import WidgetList from "../components/inventorywidgetlist";
|
||||||
import WarehouseTop from "../components/inventorywarehousetop";
|
// import WarehouseTop from "../components/inventorywarehousetop";
|
||||||
import POTop from "../components/inventorypotop";
|
// import POTop from "../components/inventorypotop";
|
||||||
import PartTop from "../components/inventoryparttop";
|
// import PartTop from "../components/inventoryparttop";
|
||||||
import PartAssemblyTop from "../components/inventorypartassemblytop";
|
// import PartAssemblyTop from "../components/inventorypartassemblytop";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
beforeCreate() {
|
beforeCreate() {
|
||||||
@@ -67,10 +67,10 @@ export default {
|
|||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
WidgetList,
|
WidgetList,
|
||||||
WarehouseTop,
|
// WarehouseTop,
|
||||||
POTop,
|
// POTop,
|
||||||
PartTop,
|
// PartTop,
|
||||||
PartAssemblyTop
|
// PartAssemblyTop
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<GzDataTable />
|
<v-container style="position:absolute;top:0px">
|
||||||
|
<GzDataTable />
|
||||||
|
</v-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user