This commit is contained in:
chenjianan
2019-03-29 18:53:28 +08:00
parent 59ec93bf3e
commit ba65c1ffec

View File

@@ -212,7 +212,7 @@
</el-table-column> </el-table-column>
<el-table-column label="数量" align="center" min-width="80"> <el-table-column label="数量" align="center" min-width="80">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.数量 }} {{ scope.row.零件数量 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="备注" align="center" min-width="100"> <el-table-column label="备注" align="center" min-width="100">
@@ -790,6 +790,7 @@ export default {
}, },
searchTable12() { // 查询基本件列表 searchTable12() { // 查询基本件列表
searchPart(this.pageCurrent12, this.pageSize12, this.materialStatusValue[this.materialStatusValue.length - 1], this.id).then(response => { searchPart(this.pageCurrent12, this.pageSize12, this.materialStatusValue[this.materialStatusValue.length - 1], this.id).then(response => {
console.log(response.data.rows, 9999)
this.tableData12 = response.data.rows this.tableData12 = response.data.rows
this.total12 = response.data.total this.total12 = response.data.total
}) })