| 
					
				 | 
			
			
				@@ -959,7 +959,7 @@ const showSelectTab = function(select, spread, afterShow) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     { title: '清单编号', field: 'b_code', width: 80, formatter: '@' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     { title: '清单名称', field: 'name', width: 120, formatter: '@' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     { title: '单位', field: 'unit', width: 50, formatter: '@' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    { title: '数量', field: 'qty', width: 60 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    { title: setting.type === 'stage' ? '合同数量' : '数量', field: 'qty', width: 60 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     { title: '变更数量', field: 'qc_qty', width: 60, visible: setting.type === 'stage' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         title: '类型', field: 'type', width: 100, getValue: function (x) { 
			 |