lx
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
@@ -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.申请时间 }}
|
||||
|
||||
Reference in New Issue
Block a user