机床工时统计
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</el-card>
|
||||
<el-card>
|
||||
<el-table v-loading="loading" :data="tableData" highlight-current-row show-summary border style="width: 1510px;" size="mini" height="700">
|
||||
<el-table-column label="跟单号" align="center" width="150">
|
||||
<el-table-column label="跟单号" align="center" width="120">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.跟单号 }}
|
||||
</template>
|
||||
@@ -30,77 +30,77 @@
|
||||
{{ scope.row.序号 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="工序名" align="center" width="90">
|
||||
<el-table-column label="工序名" align="center" width="70">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.工序名 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="投产数" align="center" prop="计划数量" width="80">
|
||||
<el-table-column label="投产数" align="center" prop="计划数量" width="70">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.计划数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="计划准结(分)" align="center" prop="计划准备工时" width="110">
|
||||
<el-table-column label="计划准结(分)" align="center" prop="计划准备工时" width="70">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.计划准备工时 ? scope.row.计划准备工时 : 0 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="单件定额(分)" align="center" width="110">
|
||||
<el-table-column label="单件定额(分)" align="center" width="70">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.单件计划工时 ? scope.row.单件计划工时 : 0 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="计划工时(分)" align="center" prop="计划工时" width="110">
|
||||
<el-table-column label="计划工时(分)" align="center" prop="计划工时" width="70">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.计划工时 ? scope.row.计划工时 : 0 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="计划完成" align="center" width="110">
|
||||
<el-table-column label="计划完成" align="center" width="85">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.计划加工日期 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="加工件数" align="center" prop="加工数量" width="80">
|
||||
<el-table-column label="加工件数" align="center" prop="加工数量" width="60">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.加工数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="单件加工工时(分)" align="center" prop="加工工时" width="140">
|
||||
<el-table-column label="单件加工工时(分)" align="center" prop="加工工时" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.修补单件工时 ? scope.row.修补单件工时 : 0 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="加工工时(分)" align="center" prop="完成工时" width="110">
|
||||
<el-table-column label="加工工时(分)" align="center" prop="完成工时" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.完成工时 ? scope.row.完成工时 : 0 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="完成工时(分)" align="center" prop="完成工时1" width="110">
|
||||
<el-table-column label="完成工时(分)" align="center" prop="完成工时1" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.完成工时1 ? scope.row.完成工时1 : 0 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="准结(分)" align="center" prop="修补工时" width="110">
|
||||
<el-table-column label="准结(分)" align="center" prop="修补工时" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.修补工时 ? scope.row.修补工时 : 0 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="扫码工时(分)" align="center" prop="扫码工时" width="110">
|
||||
<el-table-column label="扫码工时(分)" align="center" prop="扫码工时" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.扫码工时 ? scope.row.扫码工时 : 0 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="工时比值" align="center" width="100">
|
||||
<el-table-column label="工时比值" align="center" width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.工时比值 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="加工完成" align="center" width="100">
|
||||
<el-table-column label="加工完成" align="center" width="85">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.加工完成时间 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="图号及规格" align="center" width="150">
|
||||
<el-table-column label="图号及规格" align="center" width="140">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.图号及规格 }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user