This commit is contained in:
lixin
2018-12-27 17:31:14 +08:00
parent c4f02263aa
commit 18447662cf
6 changed files with 132 additions and 28 deletions

View File

@@ -7,7 +7,9 @@
size="mini"
border
style="width: 100%;"
height="200">
height="200"
@row-click = "searchoutRecord"
>
<el-table-column
label="序号"
align="center"
@@ -41,7 +43,6 @@
<el-table-column label="操作" align="center" min-width="120">
<template slot-scope="scope" align="center">
<el-button size="mini" type="primary" icon="el-icon-sort-up" style="margin: 0 0 0 0px" @click="parOut(scope.row)">出库</el-button>
<el-button size="mini" type="primary" icon="el-icon-edit" style="margin: 0 0 0 0px" @click="searchoutRecord(scope.row)">选择</el-button>
</template>
</el-table-column>
</el-table>