|
|
@ -56,8 +56,8 @@ |
|
|
|
<el-table-column prop="adjustmentMoney" label="返利调整金额" align="center" min-width="140" /> |
|
|
|
<el-table-column prop="fyAdjustmentMoney" label="其中费用调整金额" align="center" min-width="160" /> |
|
|
|
<el-table-column label="明细" align="center" min-width="100"> |
|
|
|
<template> |
|
|
|
<el-button type="primary" size="mini" @click="handleLook()">查看</el-button> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
@ -76,8 +76,8 @@ |
|
|
|
<el-table-column prop="adjustmentMoney" label="返利调整金额" align="center" min-width="140" /> |
|
|
|
<el-table-column prop="fyAdjustmentMoney" label="其中费用调整金额" align="center" min-width="160" /> |
|
|
|
<el-table-column label="明细" align="center" min-width="100"> |
|
|
|
<template> |
|
|
|
<el-button type="primary" size="mini" @click="handleLook()">查看</el-button> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
@ -153,9 +153,9 @@ export default { |
|
|
|
this.formobj = row |
|
|
|
}) |
|
|
|
}, |
|
|
|
handleLook() { |
|
|
|
handleLook(row) { |
|
|
|
this.viewState = 2 |
|
|
|
this.$refs['divInfo'].showInfo(this.formobj.sid) |
|
|
|
this.$refs['divInfo'].showInfo(row.vehRebateSids) |
|
|
|
}, |
|
|
|
resetState() { |
|
|
|
this.viewState = 1 |
|
|
|