车间组件完成情况

This commit is contained in:
bryan sun
2019-10-29 18:37:05 +08:00
parent 8556139561
commit deee466a5e
7 changed files with 251 additions and 7 deletions

View File

@@ -66,10 +66,10 @@
</div>
</el-card>
</el-col>
<el-col style="margin-left: 0px;width: 830px">
<el-col style="margin-left: 0px;width: 850px">
<el-card>
<el-table v-loading="loading2" :data="tableData2" size="mini" stripe highlight-current-row style="width: 100%;" height="800px" border element-loading-text="拼命加载中">
<el-table-column label="零件图号" align="center" width="150px" show-overflow-tooltip>
<el-table-column label="零件图号" align="center" width="170px" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.零件图号 }}
</template>
@@ -79,7 +79,7 @@
{{ scope.row.零件名称 }}
</template>
</el-table-column>
<el-table-column label="工艺名称" align="center" width="70px">
<el-table-column label="工艺名称" align="center" width="70px" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.工艺名称 }}
</template>
@@ -133,11 +133,11 @@
<script>
import { searchtable, searchtable2 } from '@/api/ManufacturingCenter/ScheduleCompletionDetails'
import { getNowTime } from '@/utils/tool'
import { getNowTime, getNowTime1 } from '@/utils/tool'
export default {
data() {
return {
startTime: '', // 开始时间
startTime: getNowTime1(), // 开始时间
endTime: getNowTime(), // 结束时间
tableData: [], // 操作者工时统计
loading: '',