|
|
@ -60,11 +60,11 @@ |
|
|
|
<el-button type="primary" size="mini" @click="handleLook(scope.row)">查看</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="备注" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.remarks" clearable placeholder="" class="addinputw"></el-input> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<!-- <el-table-column label="备注" align="center">--> |
|
|
|
<!-- <template slot-scope="scope">--> |
|
|
|
<!-- <el-input v-model="scope.row.remarks" clearable placeholder="" class="addinputw"></el-input>--> |
|
|
|
<!-- </template>--> |
|
|
|
<!-- </el-table-column>--> |
|
|
|
</el-table> |
|
|
|
<el-row> |
|
|
|
<el-col :span="2" class="tleftb"> |
|
|
@ -190,7 +190,6 @@ export default { |
|
|
|
for (var i in value) { |
|
|
|
let cval = value[i] |
|
|
|
if (!this.formobj.scmVehRebateWiths || this.formobj.scmVehRebateWiths.length === 0) { |
|
|
|
console.log(11111) |
|
|
|
this.formobj.scmVehRebateWiths = [] |
|
|
|
} |
|
|
|
let v = 0 |
|
|
@ -204,7 +203,6 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
if (v === 0) { |
|
|
|
console.log(v, 44444) |
|
|
|
this.formobj.scmVehRebateWiths.push({ |
|
|
|
rebateTypeKey: cval.rebateTypeKey, |
|
|
|
rebateTypeValue: cval.rebateTypeValue, |
|
|
@ -213,7 +211,7 @@ export default { |
|
|
|
brandName: cval.brandName, |
|
|
|
brandSid: cval.brandSid, |
|
|
|
vehRebateSids: [cval.sid], |
|
|
|
remarks: '', |
|
|
|
// remarks: '', |
|
|
|
sid: '', |
|
|
|
mainSid: '' |
|
|
|
}) |
|
|
@ -251,7 +249,7 @@ export default { |
|
|
|
brandName: cval.brandName, |
|
|
|
brandSid: cval.brandSid, |
|
|
|
vehRebateSids: [cval.sid], |
|
|
|
remarks: '', |
|
|
|
// remarks: '', |
|
|
|
sid: '', |
|
|
|
mainSid: '' |
|
|
|
}) |
|
|
|