|  | @@ -231,7 +231,7 @@ module.exports = app => {
 | 
	
		
			
				|  |  |              if (tender.data.measure_type === measureType.gcl.value) ledgerColumn.push('deal_qty', 'deal_tp');
 | 
	
		
			
				|  |  |              if (tender.info.display.ledger.dgnQty) ledgerColumn.push('dgn_qty1', 'dgn_qty2');
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -            const posColumn = ['id', 'tid', 'lid', 'name', 'position', 'porder', 'quantity', 'add_stage_order'];
 | 
	
		
			
				|  |  | +            const posColumn = ['id', 'tid', 'lid', 'name', 'position', 'porder', 'quantity', 'add_stage_order', 'drawing_code'];
 | 
	
		
			
				|  |  |              if (tender.info.display.stage.realComplete) posColumn.push('real_qty');
 | 
	
		
			
				|  |  |              if (this.ctx.session.sessionProject.gxby) posColumn.push('gxby_status', 'gxby_url', 'gxby_limit');
 | 
	
		
			
				|  |  |              if (this.ctx.session.sessionProject.dagl) posColumn.push('dagl_status', 'dagl_url', 'dagl_limit');
 |