Browse Source

广东增加费用类别

chenshilong 5 years ago
parent
commit
67eb9b3433
1 changed files with 2 additions and 0 deletions
  1. 2 0
      web/over_write/js/guangdong_2018.js

+ 2 - 0
web/over_write/js/guangdong_2018.js

@@ -83,8 +83,10 @@ function overwriteRationCalcBases (){
         {type: 'mainMaterial', name: '主材费'},
         {type: 'equipment', name: '设备费'},
         {type: 'direct', name: '直接费'},
+        {type: 'measure', name: '措施项目费'},
         {type: 'manage', name: '管理费'},
         {type: 'profit', name: '利润'},
+        {type: 'tax', name: '税金'},
         {type: 'common', name: '工程造价'}
     ];
 })();