Commit c1f6d3f5 authored by chenzj's avatar chenzj

调料申请新增是否副产品

parent 07cebd9a
......@@ -67,6 +67,14 @@
<el-table-column label="生产工单" align="center" prop="workorderCode"/>
<el-table-column label="批次号" align="center" prop="batchNo" />
<el-table-column label="卷号" align="center" prop="packNo" />
<el-table-column label="是否副产品" align="center" prop="coproduct" >
<template slot-scope="scope">
<dict-tag
:options="dict.type.sys_yes_no"
:value="scope.row.coproduct"
/>
</template>
</el-table-column>
<el-table-column label="申请退料数量" align="center" prop="backNum" />
<el-table-column label="已退料数量" align="center" prop="returnNum" />
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right">
......
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