|
|
@ -148,6 +148,11 @@ |
|
|
|
{{ scope.row.customerPhone }} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="应收金额" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ scope.row.reveivableMoney }} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="应收项目名称" align="center" width="120"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ scope.row.receivablesName }} |
|
|
@ -522,6 +527,7 @@ export default { |
|
|
|
subscriptionMoney: '', |
|
|
|
subscriptionDate: '', |
|
|
|
collSid: '', |
|
|
|
receivablesSid: row.sid, |
|
|
|
sid: row.sid |
|
|
|
}) |
|
|
|
this.listQuery.sids.push(row.sid) |
|
|
|