|  | @@ -556,7 +556,8 @@ export default {
 | 
	
		
			
				|  |  |            if(item.cntrLiang > 1){
 | 
	
		
			
				|  |  |              let receiptInvoiceWeight =  item.invoiceWeight/item.cntrLiang;
 | 
	
		
			
				|  |  |              for(let i=0;i<item.cntrLiang;i++){
 | 
	
		
			
				|  |  | -              item.invoiceWeight = receiptInvoiceWeight
 | 
	
		
			
				|  |  | +              item.invoiceWeight = receiptInvoiceWeight;
 | 
	
		
			
				|  |  | +              item.actualQuantity=item.actualQuantity/item.cntrLiang;
 | 
	
		
			
				|  |  |                this.$refs.crudContact.rowCellAdd(item);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |            }else{
 |