MaiXinRong 9 months ago
parent
commit
467b0aeb32
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/lib/ybp_tree.js

+ 2 - 1
app/lib/ybp_tree.js

@@ -7,8 +7,9 @@ const YbpNodeKind = {
     bx: 5, // 补项
     bx: 5, // 补项
     cs: 6, // 分类
     cs: 6, // 分类
     dt: 7, // 费用明细
     dt: 7, // 费用明细
+    xmj: 8,
 };
 };
-const defaultMerge = [ YbpNodeKind.dxfy, YbpNodeKind.fb, YbpNodeKind.cs ];
+const defaultMerge = [ YbpNodeKind.dxfy, YbpNodeKind.fb, YbpNodeKind.cs, YbpNodeKind.xmj ];
 const YbpImportType = { flow: 0, merge: 1 };
 const YbpImportType = { flow: 0, merge: 1 };
 
 
 class YbpTree {
 class YbpTree {