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%;"