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

View File

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

View File

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

View File

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