This commit is contained in:
liushuai
2020-03-14 09:21:10 +08:00
parent 39f0eb1525
commit fb25d5036c
5 changed files with 145 additions and 84 deletions

View File

@@ -123,12 +123,12 @@
{{ scope.row.操作者 }}
</template>
</el-table-column>
<el-table-column align="center" label="扫码开始" width="160">
<el-table-column align="center" label="加工开始" width="160">
<template slot-scope="scope">
{{ scope.row.加工开始时间 }}
</template>
</el-table-column>
<el-table-column align="center" label="加工完成" width="160">
<el-table-column align="center" label="加工结束" width="160">
<template slot-scope="scope">
{{ scope.row.完成日期 }}
</template>
@@ -191,27 +191,15 @@ export default {
timestamp: '制造部:计划员',
type: '',
size: 'large'
}, {
id: 4,
content: '工艺制定',
timestamp: '工艺部:工艺员',
type: '',
size: 'large'
}, {
id: 5,
content: '定额制定',
content: '工艺定额',
timestamp: '工艺部:工艺员',
type: '',
size: 'large'
}, {
id: 6,
content: '生产能力平衡',
timestamp: '制造部:计划员',
type: '',
size: 'large'
}, {
id: 7,
content: '加工',
content: '生产加工',
timestamp: '金工车间:操作工',
type: '',
size: 'large'