chenshilong 5 سال پیش
والد
کامیت
239fb320ee
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      web/building_saas/standard_interface/export/anhui_chizhou.js

+ 2 - 2
web/building_saas/standard_interface/export/anhui_chizhou.js

@@ -465,8 +465,8 @@ INTERFACE_EXPORT = (() => {
                 else
                     return (node.data.feesIndex && node.data.feesIndex.common ? node.data.feesIndex.common.tenderTotalFee : 0);
             }
-
-            let nodes = [...vTree.roots, ...vTree.roots[0].children];
+            debugger;
+            let nodes = [vTree.roots[0], ...vTree.roots[0].children, ...vTree.roots.slice(2)];
 
             let hzmxNo = 0;
             for (let i = 0; i < nodes.length; i++){