瀏覽代碼

feat: 清单指引,插入节点,默认输出项目特征

vian 3 年之前
父節點
當前提交
224e627a88
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      web/maintain/billsGuidance_lib/js/billsGuidance.js

+ 2 - 1
web/maintain/billsGuidance_lib/js/billsGuidance.js

@@ -1348,7 +1348,8 @@ const billsGuidance = (function () {
         for(let i = 0; i < datas.length; i++){
             let newNodeData = {
                 libID: libID, ID: uuid.v1(), ParentID: selected ? selected.getParentID() : -1, NextSiblingID: selected ? selected.getNextSiblingID() : -1,
-                billsID: bills.tree.selected.getID()
+                billsID: bills.tree.selected.getID(),
+                outputItemCharacter: true,
             };
             //定额类型插入当前工作内容焦点行,
             if(selected && ((selected.data.type === itemType.job && datas[i].type === itemType.ration) || tobeChild)){