浏览代码

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

zhangweicheng 7 年之前
父节点
当前提交
eabca4f0ef
共有 1 个文件被更改,包括 1 次插入0 次删除
  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{