|
|
@ -45,7 +45,7 @@ |
|
|
|
<el-table-column prop="adjustmentMoney" label="调整金额" align="center" /> |
|
|
|
<el-table-column label="明细" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="primary" v-show="formobj.sid !== ''" size="mini" @click="handleLook(scope.row)">查看</el-button> |
|
|
|
<el-button type="primary" size="mini" @click="handleLook()">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
@ -62,7 +62,7 @@ |
|
|
|
<el-table-column prop="adjustmentMoney" label="调整金额" align="center" /> |
|
|
|
<el-table-column label="明细" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="primary" v-show="formobj.sid !== ''" size="mini" @click="handleLook(scope.row)">查看</el-button> |
|
|
|
<el-button type="primary" size="mini" @click="handleLook()">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
@ -279,9 +279,9 @@ export default { |
|
|
|
dataDelete(index) { |
|
|
|
this.formobj.baseVehinstallModpricedetails.splice(index, 1) |
|
|
|
}, |
|
|
|
handleLook(row) { |
|
|
|
handleLook() { |
|
|
|
this.viewState = 3 |
|
|
|
this.$refs['divAdd'].showInfo(row, this.formobj.scmVehrebateCheckapplydetailList) |
|
|
|
this.$refs['divAdd'].showInfo(this.formobj.sid, this.formobj.scmVehrebateCheckapplydetailList) |
|
|
|
}, |
|
|
|
backAdd(val) { |
|
|
|
this.viewState = 1 |
|
|
|