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