|
|
@ -108,6 +108,11 @@ |
|
|
|
<el-button type="primary" size="mini" @click="handleUpdate(scope.row.busVehicleApplySz)">编辑</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="上装销售指导价" align="center" width="200"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.guidePrice }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
@ -247,25 +252,7 @@ export default { |
|
|
|
insideCode: e.insideCode, // 内部编码 |
|
|
|
vehicleName: e.modelName, |
|
|
|
vehicleSid: e.modelSid, |
|
|
|
guidePrice: '', |
|
|
|
busVehicleApplySz: { |
|
|
|
color: '', |
|
|
|
coverPlate: '', |
|
|
|
floorHeating: '', |
|
|
|
otherConfig: '', |
|
|
|
overallDimension: '', |
|
|
|
plateMaterial: '', |
|
|
|
plateThickness: '', |
|
|
|
refitFactory: '', |
|
|
|
refitMethod: '', |
|
|
|
refrigerator: '', |
|
|
|
szSid: '', |
|
|
|
tarpaulinSlide: '', |
|
|
|
topName: '', |
|
|
|
vehicleFunction: '', |
|
|
|
costPrice: '', |
|
|
|
guidePrice: '' |
|
|
|
} |
|
|
|
guidePrice: '' |
|
|
|
}) |
|
|
|
if (e.insideCode) { |
|
|
|
this.isRead = true |
|
|
@ -348,8 +335,26 @@ export default { |
|
|
|
this.$refs['divShangzhuangpeizhi'].showData(index) |
|
|
|
}, |
|
|
|
backPeizhi(val, index) { |
|
|
|
console.log(val, index) |
|
|
|
this.viewState = 1 |
|
|
|
const busVehicleApplySz = { |
|
|
|
color: '', |
|
|
|
coverPlate: '', |
|
|
|
floorHeating: '', |
|
|
|
otherConfig: '', |
|
|
|
overallDimension: '', |
|
|
|
plateMaterial: '', |
|
|
|
plateThickness: '', |
|
|
|
refitFactory: '', |
|
|
|
refitMethod: '', |
|
|
|
refrigerator: '', |
|
|
|
szSid: '', |
|
|
|
tarpaulinSlide: '', |
|
|
|
topName: '', |
|
|
|
vehicleFunction: '', |
|
|
|
costPrice: '', |
|
|
|
guidePrice: '' |
|
|
|
} |
|
|
|
this.formobj.busVehicleApplyDetailList[index].busVehicleApplySz = busVehicleApplySz |
|
|
|
this.formobj.busVehicleApplyDetailList[index].busVehicleApplySz.color = val.colorValue |
|
|
|
this.formobj.busVehicleApplyDetailList[index].busVehicleApplySz.coverPlate = val.selfUnHyCoPl |
|
|
|
this.formobj.busVehicleApplyDetailList[index].busVehicleApplySz.floorHeating = val.floorHeating |
|
|
@ -368,7 +373,7 @@ export default { |
|
|
|
this.formobj.busVehicleApplyDetailList[index].busVehicleApplySz.guidePrice = '' |
|
|
|
}, |
|
|
|
handleUpdate(row) { |
|
|
|
if (row !== null) { |
|
|
|
if (row !== null && row !== undefined) { |
|
|
|
this.viewState = 4 |
|
|
|
this.$refs['divShangzhuangpeizhiAdd'].showInfo(row) |
|
|
|
} else { |
|
|
|