|  | @@ -452,7 +452,7 @@ $(document).ready(() => {
 | 
	
		
			
				|  |  |                      '<td>' + (leaf.fbgc ? leaf.fbgc : '') + '</td>' +
 | 
	
		
			
				|  |  |                      '<td>' + (leaf.fxgc ? leaf.fxgc : '') + '</td>' +
 | 
	
		
			
				|  |  |                      '<td>' + bwmx + '</td>' +
 | 
	
		
			
				|  |  | -                    '<td class="text-right">' + ZhCalc.round(quantity, findDecimal(gcl.unit)) + '</td>' +
 | 
	
		
			
				|  |  | +                    '<td class="text-right">' + (ZhCalc.round(quantity, findDecimal(gcl.unit)) ? ZhCalc.round(quantity, findDecimal(gcl.unit)) : 0) + '</td>' +
 | 
	
		
			
				|  |  |                      '<td class="text-center"><input type="checkbox"' + isChecked +
 | 
	
		
			
				|  |  |                      '></td></tr>';
 | 
	
		
			
				|  |  |              }
 |