This commit is contained in:
liushuai
2020-03-11 18:09:35 +08:00
parent b6c062607f
commit c099ccf0be
14 changed files with 312 additions and 140 deletions

View File

@@ -4,7 +4,6 @@
<div style="white-space: nowrap">
<el-card>
<el-row>
<span>零件图号:</span>
<el-input v-model="partName" placeholder="零件图号" size="small" clearable style="width:180px;margin: 3px 0"/>
<el-button size="small" icon="el-icon-search" type="primary" plain style="margin-left: 10px" @click="pageSize=30; pageCurrent=1;searchTable()">查询</el-button>
<el-tooltip :open-delay="1200" effect="dark" content="已导出和未导出备料单" placement="top">

View File

@@ -27,11 +27,11 @@
{{ scope.row.操作工 }}
</template>
</el-table-column>
<el-table-column label="计划工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.计划总工时 }}
</template>
</el-table-column>
<!--<el-table-column label="计划工时(分)" align="center" width="70px">-->
<!--<template slot-scope="scope">-->
<!--{{ scope.row.计划总工时 }}-->
<!--</template>-->
<!--</el-table-column>-->
<el-table-column label="完成工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.完成总工时 }}
@@ -86,11 +86,11 @@
{{ scope.row.完成数量 }}
</template>
</el-table-column>
<el-table-column label="计划工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.计划工时 }}
</template>
</el-table-column>
<!--<el-table-column label="计划工时(分)" align="center" width="70px">-->
<!--<template slot-scope="scope">-->
<!--{{ scope.row.计划工时 }}-->
<!--</template>-->
<!--</el-table-column>-->
<el-table-column label="完成工时(分)" align="center" width="70px">
<template slot-scope="scope">
{{ scope.row.完成工时 }}