Explorar el Código

广东增加费用类别

chenshilong hace 5 años
padre
commit
67eb9b3433
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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: '工程造价'}
     ];
 })();