| 
					
				 | 
			
			
				@@ -549,7 +549,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             data[i].qtyBackups = data[i].qty 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             data[i].productUnit = data[i].productEntity && data[i].productEntity.unit 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // 禁用选框 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (data[i].indexOf('GIFT') >= 0 && !!data[i].salesPromoDetailParentSn) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (data[i].promotionFlag.indexOf('GIFT') >= 0 && !!data[i].salesPromoDetailParentSn) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.disableSelectedRowKeys.push(data[i].id) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 |