Tony Kang преди 2 години
родител
ревизия
b40443e618
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/building_saas/standard_interface/export/guangxi_common.js

+ 1 - 1
web/building_saas/standard_interface/export/guangxi_common.js

@@ -1486,8 +1486,8 @@ INTERFACE_EXPORT = (() => {
                   }
                   }
                 }
                 }
               }
               }
-              if (Norms.length > 0) CostComposition.children.push(...Norms);
               if (Costs.length > 0) CostComposition.children.push(...Costs);
               if (Costs.length > 0) CostComposition.children.push(...Costs);
+              if (Norms.length > 0) CostComposition.children.push(...Norms);
               if (bNode.data.calcBase) CostComposition.children.push(new Formula(bNode.data));
               if (bNode.data.calcBase) CostComposition.children.push(new Formula(bNode.data));
               return (CostComposition.children.length > 0) ? CostComposition : null;
               return (CostComposition.children.length > 0) ? CostComposition : null;