Browse Source

feat: 增加固定类别“招标文件及标底编制费”

vian 2 months atrás
parent
commit
57f3e29590
1 changed files with 3 additions and 0 deletions
  1. 3 0
      modules/common/const/bills_fixed.js

+ 3 - 0
modules/common/const/bills_fixed.js

@@ -246,6 +246,8 @@ if (process.env.NODE_ENV.indexOf('hw') !== -1) {
         RESEARCH_EXPERIMENT: 207,
         // 压覆重要矿床评估费
         IMPORTANT_ORE_DEPOSITS: 208,
+        // 招标文件及标底编制费
+        INVITATION_BID_DOC_COMPILATION: 209
 
     };
 }
@@ -329,6 +331,7 @@ const fixedFlagList = [
     { name: '建设项目其他费设置', value: fixedFlag.CONSTRUCTION_OTHER_SETTING },
     { name: '研究试验费', value: fixedFlag.RESEARCH_EXPERIMENT },
     { name: '压覆重要矿床评估费', value: fixedFlag.IMPORTANT_ORE_DEPOSITS },
+    { name: '招标文件及标底编制费', value: fixedFlag.INVITATION_BID_DOC_COMPILATION },
 ];
 
 export { fixedFlag as default, fixedFlagList as List };