Merge branch 'master' of http://192.168.0.149:10010/r/高精2.0
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -398,8 +398,8 @@ export default {
|
||||
getExport(this.Group).then(res => {
|
||||
console.log(res.data)
|
||||
import('@/vendor/Export2Excel').then(excel => {
|
||||
const tHeader = ['图号及规格', '制品名称', '计划数', '材料', '当前工序名']
|
||||
const filterVal = ['零件图号_零件工艺计划', '零件名称', '批次数量', '材料', '工艺名称']
|
||||
const tHeader = ['机床', '组号', '图号及规格', '制品名称', '计划数', '材料', '当前工序名']
|
||||
const filterVal = ['机床图号', '组号', '零件图号_零件工艺计划', '零件名称', '批次数量', '材料', '工艺名称']
|
||||
const list = res.data
|
||||
const data = this.formatJson(filterVal, list)
|
||||
excel.export_json_to_excel({
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
{{ scope.row.任务名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="开始时间" align="center" min-width="100px">
|
||||
<el-table-column label="计划开始时间" align="center" min-width="100px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.任务开始时间 }}
|
||||
</template>
|
||||
@@ -216,7 +216,7 @@
|
||||
{{ scope.row.任务名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="开始时间" align="center" min-width="100px">
|
||||
<el-table-column label="计划开始时间" align="center" min-width="100px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.任务开始时间 }}
|
||||
</template>
|
||||
@@ -261,7 +261,7 @@
|
||||
{{ scope.row.任务名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="开始时间" align="center" min-width="100px">
|
||||
<el-table-column label="计划开始时间" align="center" min-width="100px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.任务开始时间 }}
|
||||
</template>
|
||||
@@ -306,7 +306,7 @@
|
||||
{{ scope.row.任务名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="开始时间" align="center" min-width="100px">
|
||||
<el-table-column label="计划开始时间" align="center" min-width="100px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.任务开始时间 }}
|
||||
</template>
|
||||
@@ -351,7 +351,7 @@
|
||||
{{ scope.row.任务名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="开始时间" align="center" min-width="100px">
|
||||
<el-table-column label="计划开始时间" align="center" min-width="100px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.任务开始时间 }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user