|  | @@ -661,7 +661,7 @@ class fjHelper {
 | 
	
		
			
				|  |  |              result.push({
 | 
	
		
			
				|  |  |                  b_code: b.b_code, name: b.name, unit: b.unit, unit_price: b.unit_price,
 | 
	
		
			
				|  |  |                  quantity: b.quantity, total_price: b.total_price,
 | 
	
		
			
				|  |  | -                pre_qc_qty: b.pre_negative_qc_tp, pre_qc_tp: b.pre_negative_qc_tp,
 | 
	
		
			
				|  |  | +                pre_qc_qty: b.pre_negative_qc_qty, pre_qc_tp: b.pre_negative_qc_tp,
 | 
	
		
			
				|  |  |                  qc_qty: b.negative_qc_qty, qc_tp: b.negative_qc_tp,
 | 
	
		
			
				|  |  |                  end_qc_qty: b.end_negative_qc_qty, end_qc_tp: b.end_negative_qc_tp,
 | 
	
		
			
				|  |  |                  final_qty: b.final_qty, final_tp: b.final_tp,
 |