This commit is contained in:
lixin
2019-01-07 20:29:21 +08:00
parent 9dc3d8f448
commit cff99e7321
3 changed files with 8 additions and 3 deletions

View File

@@ -1690,7 +1690,7 @@ export default {
this.HouseDataBasicIn = response.data
this.listLoading7 = false
})
searchPurchasePartOut(this.TeamPartNumber).then(response => {
searchPurchasePartOut(this.ContractDetailValue).then(response => {
this.HouseDataBasicOut = response.data
this.listLoading8 = false
})

View File

@@ -40,6 +40,11 @@
{{ scope.row.替换数量 }}
</template>
</el-table-column>
<el-table-column label="申请人" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.姓名 }}
</template>
</el-table-column>
<el-table-column label="申请时间" align="center" min-width="80">
<template slot-scope="scope">
{{ scope.row.申请时间 }}