| 
					
				 | 
			
			
				@@ -2411,9 +2411,9 @@ handleSellVolume = function (currentGoodsDetail, type) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let sku = currentGoodsDetail.sku; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let prodBarcode = currentGoodsDetail.prodBarcode; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if ('add' === type) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        number = number + 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $.get("../goods/number/add/"+ storeId +"/" + sku + "/" + prodBarcode + "/" + number, function (res) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (res.code === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                number = number + 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 currentGoodsDetail.sellVolume += 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 currentGoodsDetail.goodstaxes = currentGoodsTax.add(singleTax).toString(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 currentGoodsDetail.actualPaymentAmount = currentActualPaymentAmount.add(singleActualPaymentAmount).toString(); 
			 |