|
|
@ -62,11 +62,16 @@ |
|
|
|
<!-- <el-input v-model="scope.row.costPrice" placeholder="" @keyup.native="UpNumber" @keydown.native="UpNumber" class="addinputw" clearable/>--> |
|
|
|
<!-- </template>--> |
|
|
|
<!-- </el-table-column>--> |
|
|
|
<el-table-column label="现销售指导价(元)" header-align="center" width="150"> |
|
|
|
<el-table-column label="现全款销售指导价(元)" header-align="center" width="190"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.guidedPrice }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="现贷款销售指导价(元)" header-align="center" width="190"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.manufactorSettlementPrice }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="价格增减数额(元)" header-align="center" width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.incOrDecInPrice" placeholder="" @keyup.native="UpNumber" @keydown.native="UpNumber" class="addinputw" clearable/> |
|
|
@ -194,6 +199,7 @@ export default { |
|
|
|
costPrice: '', |
|
|
|
guidedPrice: e.guidedPrice, |
|
|
|
incOrDecInPrice: '', |
|
|
|
manufactorSettlementPrice: e.manufactorSettlementPrice, |
|
|
|
remarks: '' |
|
|
|
}) |
|
|
|
}) |
|
|
|