Browse Source

Merge branch 'master' of http://smartcost.f3322.net:3000/SmartCost/ConstructionCost

zhangweicheng 7 years ago
parent
commit
eabca4f0ef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/building_saas/main/js/models/ration_glj.js

+ 1 - 0
web/building_saas/main/js/models/ration_glj.js

@@ -45,6 +45,7 @@ var ration_glj = {
                 let glj = JSON.parse(JSON.stringify(ration));
                 glj.type = glj.subType;
                 glj.quantity = 1;
+                glj.totalQuantity = parseFloatPlus(ration.quantity);
                 return [glj];
             }
             else{