lx part out

This commit is contained in:
lixin
2018-12-10 19:44:21 +08:00
parent c97e6c1e9d
commit d34718411c
4 changed files with 197 additions and 141 deletions

View File

@@ -285,6 +285,11 @@
{{ scope.row.待出库数量 }}
</template>
</el-table-column>
<el-table-column label="备注" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.入库备注 }}
</template>
</el-table-column>
<el-table-column label="零件类型" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.类型名称 }}