Commit 702fdf82 authored by youjie's avatar youjie

parent 14d26aab
...@@ -1236,7 +1236,7 @@ ...@@ -1236,7 +1236,7 @@
} }
subItem.OrderDetailsList.forEach((y, sIndex) => { subItem.OrderDetailsList.forEach((y, sIndex) => {
if (y.HouseTypeCount) { if (y.HouseTypeCount) {
y.HouseTypeCount = parseFloat(y.HouseTypeCount); // y.HouseTypeCount = parseFloat(y.HouseTypeCount);
} else { } else {
y.HouseTypeCount = 0; y.HouseTypeCount = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment