Browse Source

项目属性,标段属性,默认值调整

MaiXinRong 2 years ago
parent
commit
ad880c803a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/const/tender_info.js
  2. 1 1
      app/service/project.js

+ 1 - 1
app/const/tender_info.js

@@ -172,7 +172,7 @@ const defaultInfo = {
         same_code: true,
         sibling: true,
         over: true,
-        banMinusChangeBills: false,
+        banMinusChangeBills: true,
     },
     fun_rela: {
         hintOver: true,

+ 1 - 1
app/service/project.js

@@ -11,7 +11,7 @@ const imType = require('../const/tender').imType;
 const defaultFunRela = {
     banOver: true,
     hintOver: true,
-    banMinusChangeBills: false,
+    banMinusChangeBills: true,
     minusNoValue: true,
     lockPayExpr: false,
     imType: imType.zl.value,