Explorar el Código

feat: 人材机库编辑器,类型列下拉选项新增“人机”类型

vian hace 1 año
padre
commit
56663f63f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/web/tools_const.js

+ 1 - 1
public/web/tools_const.js

@@ -9,7 +9,7 @@
  */
 //允许使用的工料机类型:人工、普通材料、混凝土、砂浆、配合比、商品混凝土、商品砂浆、外购砼构件、绿化苗木
 // 机械台班、机械组成物、机上人工、设备
-let allowGljType = [1, 201, 202, 203, 204, 205, 206, 208, 209, 301, 302, 303,5];
+let allowGljType = [1, 201, 202, 203, 204, 205, 206, 208, 209, 301, 302, 303, 5, 9];
 
 //允许含有组成物的工料机类型:混凝土、砂浆、配合比、机械台班
 let allowComponent = [202, 203, 204, 301];