Tony Kang 1 year ago
parent
commit
8d2f33058d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/building_saas/standard_interface/export/shandong_common.js

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

@@ -1159,7 +1159,7 @@ INTERFACE_EXPORT = (() => {
           order++;
         }
         if (newAddedBill) {
-          nodeAttrs.push({ ItemNo: order, ChapterNo: '', Name: `其他新增费用`, Sum: _getFee(newAddedBill) });
+          nodeAttrs.push({ ItemNo: order, ChapterNo: '', Name: newAddedBill.name, Sum: _getFee(newAddedBill) });
           order++;
         }
         if (nodeTBBJ) {