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