Ver código fonte

baseMachineTypes

zhongzewei 7 anos atrás
pai
commit
8c574f5563
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      web/building_saas/main/js/models/main_consts.js

+ 5 - 0
web/building_saas/main/js/models/main_consts.js

@@ -54,6 +54,11 @@ const baseMaterialTypes = [
     gljType.COMMERCIAL_CONCRETE,
     gljType.COMMERCIAL_MORTAR
 ];
+const baseMachineTypes = [
+    gljType.GENERAL_MACHINE,
+    gljType.MACHINE_COMPOSITION,
+    gljType.MACHINE_LABOUR
+];
 // 全部材料类型。用于暂估等 (多了主材和设备)
 const allMaterialTypes = [
     gljType.GENERAL_MATERIAL,