排产完成明细

This commit is contained in:
bryan sun
2019-10-29 11:23:04 +08:00
parent 80c11ee65d
commit 399c198d73
5 changed files with 255 additions and 4 deletions

View File

@@ -50,7 +50,7 @@
{{ scope.row.不合格数量 }}
</template>
</el-table-column>
<el-table-column align="center" label="操作者" width="90">
<el-table-column align="center" label="操作者" show-overflow-tooltip width="90">
<template slot-scope="scope">
{{ scope.row.操作者 }}
</template>
@@ -292,7 +292,7 @@ export default {
this.tableData1.push({
工艺名称: response.data[i].工艺名称,
序间质检: response.data[i].质检结果,
排产日期: response.data[i].计划日期 ? response.data[i].计划日期.split(' ')[0] : '',
排产日期: response.data[i].排产时间 ? response.data[i].排产时间.split(' ')[0] : '',
// 排产日期: response.data[i].计划日期,
完成日期: response.data[i].工序完成日期 ? response.data[i].工序完成日期.split(' ')[0] : '',
操作者: response.data[i].操作者,