工艺定额查询

This commit is contained in:
zhangdingyu
2018-11-28 14:35:17 +08:00
parent a15382020f
commit 8a2ca5a181
2 changed files with 3 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
</el-table-column>
<el-table-column label="零件投产数量" align="center">
<template slot-scope="scope">
{{ scope.row.已投产数量 }}
{{ scope.row.批次数量 }}
</template>
</el-table-column>
</el-table>
@@ -588,7 +588,7 @@ export default {
total: 0,
tableData: [],
loading: false,
PrNum: '027W191482-0001',
PrNum: '',
tableData2: [],
tableData3: [],
机床号: '',
@@ -617,6 +617,7 @@ export default {
searchData() {
this.loading = true
search(this.pageCurrent, this.pageSize, this.PrNum).then(response => {
console.log(response.data)
this.tableData = response.data.rows
this.total = response.data.total
this.loading = false