追溯加工过程

This commit is contained in:
Vergil
2020-03-23 15:50:24 +08:00
parent c591b6f09b
commit e159f55957

View File

@@ -56,7 +56,7 @@
</el-table-column> </el-table-column>
<el-table-column align="center" label="操作者" show-overflow-tooltip width="70"> <el-table-column align="center" label="操作者" show-overflow-tooltip width="70">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.操作者 }} {{ scope.row.工序间是否外协 === 1 ? (scope.row.操作者 === '超级管理员' ? '系统' : scope.row.操作者) : '外协' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="扫码开始" width="95"> <el-table-column align="center" label="扫码开始" width="95">
@@ -571,7 +571,8 @@ export default {
工序流水号: response.data[i].工序流水号, 工序流水号: response.data[i].工序流水号,
完成过程流水号: response.data[i].完成过程流水号, 完成过程流水号: response.data[i].完成过程流水号,
工序状态: response.data[i].工序状态, 工序状态: response.data[i].工序状态,
完成数量: response.data[i].完成数量 完成数量: response.data[i].完成数量,
工序间是否外协: response.data[i].工序间是否外协
}) })
} }
this.loading2 = false this.loading2 = false