出库记录

This commit is contained in:
chenjianan
2019-05-18 15:09:12 +08:00
parent 4add252f01
commit 48b415e74d

View File

@@ -42,9 +42,9 @@
{{ scope.row.零件图号 }}
</template>
</el-table-column>
<el-table-column align="center" label="库数量" width="120px">
<el-table-column align="center" label="库数量" width="120px">
<template slot-scope="scope">
{{ scope.row.库数量 }}
{{ scope.row.库数量 }}
</template>
</el-table-column>
<el-table-column align="center" label="机床图号" width="120px">
@@ -57,19 +57,14 @@
{{ scope.row.组号 }}
</template>
</el-table-column>
<el-table-column align="center" label="仓库名称" width="120px">
<el-table-column align="center" label="领料人">
<template slot-scope="scope">
{{ scope.row.仓库名称 }}
{{ scope.row.出库备注 }}
</template>
</el-table-column>
<el-table-column align="center" label="货位名称" width="120px">
<el-table-column align="center" label="出库时间">
<template slot-scope="scope">
{{ scope.row.货位名称 }}
</template>
</el-table-column>
<el-table-column align="center" label="入库时间">
<template slot-scope="scope">
{{ scope.row.入库时间 }}
{{ scope.row.出库时间 }}
</template>
</el-table-column>
</el-table>