|
|
@ -37,21 +37,16 @@ |
|
|
|
</el-row> |
|
|
|
<el-table :key="tableKey" :data="formobj.scmVehRebateWiths" :index="index" border style="width: 100%" show-summary :summary-method="getSummaries"> |
|
|
|
<el-table-column fixed width="80px" label="序号" type="index" :index="index + 1" align="center"/> |
|
|
|
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" width="120" /> |
|
|
|
<el-table-column prop="num" label="台数" align="center" width="80" /> |
|
|
|
<el-table-column prop="withRebate" label="预提返利" align="center" width="120" /> |
|
|
|
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" width="150" /> |
|
|
|
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" width="130" /> |
|
|
|
<el-table-column prop="rebateTypeValue" label="返利类型" align="center" min-width="120" /> |
|
|
|
<el-table-column prop="num" label="台数" align="center" min-width="80" /> |
|
|
|
<el-table-column prop="withRebate" label="预提返利" align="center" min-width="120" /> |
|
|
|
<el-table-column prop="expectTreatCost" label="其中待支付费用" align="center" min-width="150" /> |
|
|
|
<el-table-column prop="expectSuppCost" label="其中抵顶费用" align="center" min-width="130" /> |
|
|
|
<el-table-column label="明细" align="center" width="100"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="备注" align="center" min-width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.remarks" clearable placeholder=""></el-input> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
<el-row> |
|
|
|
<el-col :span="24"> |
|
|
@ -208,7 +203,7 @@ export default { |
|
|
|
brandName: cval.brandName, |
|
|
|
brandSid: cval.brandSid, |
|
|
|
vehRebateSids: [cval.sid], |
|
|
|
remarks: '', |
|
|
|
// remarks: '', |
|
|
|
sid: '', |
|
|
|
mainSid: '' |
|
|
|
}) |
|
|
@ -250,7 +245,7 @@ export default { |
|
|
|
brandName: cval.brandName, |
|
|
|
brandSid: cval.brandSid, |
|
|
|
vehRebateSids: [cval.sid], |
|
|
|
remarks: '', |
|
|
|
// remarks: '', |
|
|
|
sid: '', |
|
|
|
mainSid: '' |
|
|
|
}) |
|
|
|