Commit a218f56b authored by dragondean@qq.com's avatar dragondean@qq.com

修复拆单点击箱数无法查看入仓记录

parent 476b431d
......@@ -193,7 +193,13 @@
</el-input>
</template>
</el-table-column>
<el-table-column :label="$t('箱数')" align="center" prop="num"></el-table-column>
<el-table-column :label="$t('箱数')" align="center" prop="num">
<template slot-scope="scope">
<el-button type="text" @click="currentWarehouseRecord=scope.row.specsRecordVOList">
{{ scope.row.num }}
</el-button>
</template>
</el-table-column>
<el-table-column :label="$t('数量(个)')" align="center" prop="quantity"></el-table-column>
<el-table-column :label="$t('操作')" align="center">
<template slot-scope="scope">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment