|
|
@@ -339,6 +339,7 @@ export default {
|
|
|
comitDatasource.forEach(v=>{
|
|
|
v.totalPrice=(v.totalCount*v.singlePrice)?.toFixed(2)||0
|
|
|
v.guaranteePeriodUnitName=this.getDictValue('质保期单位', v.guaranteePeriodUnitCode)
|
|
|
+ v.technicalDrawings=v.technicalDrawings||null
|
|
|
})
|
|
|
return comitDatasource
|
|
|
},
|