|  | @@ -36,21 +36,21 @@ if(typeof projectGljObject !== 'undefined'){
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  if(typeof gljUtil !== 'undefined'){
 | 
	
		
			
				|  |  |      gljUtil.hasCompMachine = [301,304];//有组成物的机械
 | 
	
		
			
				|  |  | -    gljUtil.machineComposition = [302,303,305,306,307,308,309,310,311];//可以做为机械组成物的类型
 | 
	
		
			
				|  |  | +    gljUtil.machineComposition = [303,305,306,307,308,309,310,311];//可以做为机械组成物的类型
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -//允许使用的工料机类型:人工、普通材料、混凝土、砂浆、配合比、商品混凝土、商品砂浆、其他材料费、机械台班、机上人工、机械组成物、仪器仪表、燃料动力费、折旧费、
 | 
	
		
			
				|  |  | +//允许使用的工料机类型:人工、普通材料、混凝土、砂浆、配合比、商品混凝土、商品砂浆、其他材料费、机械台班、机上人工、仪器仪表、燃料动力费、折旧费、
 | 
	
		
			
				|  |  |  // 检修费、维护费、安拆费及场外运费、校验费、其他费用、主材、企业管理费、利润、一般风险费
 | 
	
		
			
				|  |  |  if(typeof allowGljType !== 'undefined'){
 | 
	
		
			
				|  |  | -    allowGljType = [1, 201, 202, 203, 204, 205, 206, 207, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 4, 6, 7, 8];
 | 
	
		
			
				|  |  | +    allowGljType = [1, 201, 202, 203, 204, 205, 206, 207, 301, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 4, 6, 7, 8];
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  if(typeof allowComponent !== 'undefined'){
 | 
	
		
			
				|  |  |      //允许含有组成物的工料机类型:混凝土、砂浆、配合比、机械台班、仪器仪表、主材
 | 
	
		
			
				|  |  |      allowComponent = [202, 203, 204, 301, 304, 4];
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  if(typeof componentType !== 'undefined'){
 | 
	
		
			
				|  |  | -    //可以作为组成物的工料机类型:普通材料、机械组成物、机上人工、燃料动力费、折旧费、检修费、维护费、安拆费及场外运费、校验费、其他费用、主材
 | 
	
		
			
				|  |  | -    componentType = [201, 302, 303, 305, 306, 307, 308, 309, 310, 311, 4];
 | 
	
		
			
				|  |  | +    //可以作为组成物的工料机类型:普通材料、机上人工、燃料动力费、折旧费、检修费、维护费、安拆费及场外运费、校验费、其他费用、主材
 | 
	
		
			
				|  |  | +    componentType = [201, 303, 305, 306, 307, 308, 309, 310, 311, 4];
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  if(typeof machineAllowComponent !== 'undefined'){
 | 
	
		
			
				|  |  |      //允许含有组成物的机械工料机类型:机械台班、仪器仪表
 | 
	
	
		
			
				|  | @@ -58,7 +58,7 @@ if(typeof machineAllowComponent !== 'undefined'){
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  if(typeof machineComponent !== 'undefined'){
 | 
	
		
			
				|  |  |      //可以作为机械工料机组成物的工料机类型:机械组成物、机上人工、燃料动力费、折旧费、检修费、维护费、安拆费及场外运费、校验费、其他费用
 | 
	
		
			
				|  |  | -    machineComponent = [302, 303, 305, 306, 307, 308, 309, 310, 311];
 | 
	
		
			
				|  |  | +    machineComponent = [303, 305, 306, 307, 308, 309, 310, 311];
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  if(typeof materialAllowComponent !== 'undefined'){
 | 
	
		
			
				|  |  |      //允许含有组成物的材料工料机类型:混凝土、砂浆、配合比
 |