lx
This commit is contained in:
@@ -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%;"
|
||||
|
||||
Reference in New Issue
Block a user