|
@@ -79,6 +79,7 @@ module.exports = app => {
|
|
if (!openMaterialTax && s.material_tax === 1) {
|
|
if (!openMaterialTax && s.material_tax === 1) {
|
|
openMaterialTax = 1;
|
|
openMaterialTax = 1;
|
|
}
|
|
}
|
|
|
|
+ s.decimal = s.decimal ? JSON.parse(s.decimal) : materialConst.decimal;
|
|
}
|
|
}
|
|
renderData.stages = stages;
|
|
renderData.stages = stages;
|
|
renderData.openMaterialTax = openMaterialTax;
|
|
renderData.openMaterialTax = openMaterialTax;
|