Browse Source

工料机形式定额 的 暂估计算。

chenshilong 7 years ago
parent
commit
bcf8104d58
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

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