Преглед изворни кода

先点叶子清单,汇总的工料机无价格。

Chenshilong пре 7 година
родитељ
комит
84d1fd71a8
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      web/building_saas/main/js/models/ration_glj.js

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

@@ -76,7 +76,9 @@ var ration_glj = {
                         sameGlj.quantity = sameGlj.quantity + (glj.quantity * ration.quantity).toDecimal(4);
                     }
                 }
-            }
+            };
+
+            result = gljOprObj.combineWithProjectGlj(result);
             return result;
         }