This commit is contained in:
lixin
2018-11-30 11:23:42 +08:00
parent c9f494419a
commit 2627c208ae
4 changed files with 8 additions and 8 deletions

View File

@@ -380,7 +380,7 @@
</el-table-column> </el-table-column>
<el-table-column label="零件数量" align="center" min-width="80"> <el-table-column label="零件数量" align="center" min-width="80">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.入库累计数 }} {{ scope.row.货位存 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="零件类型" align="center" min-width="80"> <el-table-column label="零件类型" align="center" min-width="80">
@@ -669,7 +669,7 @@
</el-card> </el-card>
<el-card v-show="housebasicshow"> <el-card v-show="housebasicshow">
<el-table <el-table
v-loading="listLoadingx" v-loading="listLoadingx1"
:data="HouseDataBasic" :data="HouseDataBasic"
border border
style="width: 100%;" style="width: 100%;"
@@ -824,7 +824,7 @@
</el-card> </el-card>
<el-card v-show="housepurchaseshow"> <el-card v-show="housepurchaseshow">
<el-table <el-table
v-loading="listLoadingx" v-loading="listLoadingx2"
:data="HouseDataPurchase" :data="HouseDataPurchase"
border border
style="width: 100%;" style="width: 100%;"

View File

@@ -102,7 +102,7 @@
:data="tableDataOut" :data="tableDataOut"
border border
style="width: 100%;" style="width: 100%;"
height="200"> height="350">
<el-table-column <el-table-column
label="序号" label="序号"
align="center" align="center"

View File

@@ -9,7 +9,7 @@
:data="tableData1" :data="tableData1"
border border
style="width: 100%;" style="width: 100%;"
height="200"> height="300">
<el-table-column <el-table-column
label="序号" label="序号"
align="center" align="center"
@@ -41,7 +41,7 @@
:data="tableDataPicking" :data="tableDataPicking"
border border
style="width: 100%;" style="width: 100%;"
height="200"> height="400">
<el-table-column <el-table-column
label="序号" label="序号"
align="center" align="center"

View File

@@ -99,12 +99,12 @@
</el-table-column> </el-table-column>
<el-table-column label="机床名称" align="center" min-width="80"> <el-table-column label="机床名称" align="center" min-width="80">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.机床名称 }} {{ scope.row.机床图号 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="组件名称" align="center" min-width="80"> <el-table-column label="组件名称" align="center" min-width="80">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.件名称 }} {{ scope.row. }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="物料名称" align="center" min-width="80"> <el-table-column label="物料名称" align="center" min-width="80">