追溯加工过程姜福壮
This commit is contained in:
@@ -49,6 +49,16 @@
|
||||
{{ scope.row.完成数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="检验数" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.检验数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="不合格数" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row不合格数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="操作者" show-overflow-tooltip width="70">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.工序间是否外协 === 1 ? (scope.row.操作者 === '超级管理员' ? '系统' : scope.row.操作者) : '外协' }}
|
||||
@@ -95,6 +105,16 @@
|
||||
{{ scope.row.报废数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="检验数" width="70">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.检验数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="不合格数" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.不合格数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="加工完成" width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.机加工实际完成时间 }}
|
||||
|
||||
Reference in New Issue
Block a user