报废补投金工

This commit is contained in:
Vergil
2020-05-20 15:36:13 +08:00
parent 54ae433c61
commit b4fa8eba96
4 changed files with 6 additions and 7 deletions

View File

@@ -30,13 +30,12 @@
</el-table-column>
<el-table-column align="center" label="操作者" width="70" show-overflow-tooltip="">
<template slot-scope="scope">
<!--{{ scope.row.员工姓名 === '超级管理员' && scope.row.工序状态 !== 4 ? '' : scope.row.员工姓名 }}-->
{{ scope.row.工序间是否外协 === 2 ? '外协' : (scope.row.员工姓名 === '超级管理员' && scope.row.工序状态 !== 4 ? '' : scope.row.员工姓名) }}
</template>
</el-table-column>
<el-table-column align="center" label="数量" show-overflow-tooltip min-width="50">
<template slot-scope="scope">
{{ scope.row.投产数 }}
{{ scope.row.投产数 }}
</template>
</el-table-column>
<el-table-column align="center" label="质检数" show-overflow-tooltip min-width="65">