|  | @@ -637,9 +637,9 @@ export default {
 | 
											
												
													
														|  |           item.grossWeight = (Number(item.grossWeight)).toFixed(2)
 |  |           item.grossWeight = (Number(item.grossWeight)).toFixed(2)
 | 
											
												
													
														|  |           item.number = (Number(item.number)).toFixed(2)
 |  |           item.number = (Number(item.number)).toFixed(2)
 | 
											
												
													
														|  |           //参照面料时,单价许计算 金额/净重
 |  |           //参照面料时,单价许计算 金额/净重
 | 
											
												
													
														|  | -         if(item.readyFabric == '面料'){
 |  | 
 | 
											
												
													
														|  | -            item.price = (item.totalPrice/item.netWeight).toFixed(2)
 |  | 
 | 
											
												
													
														|  | -         }
 |  | 
 | 
											
												
													
														|  | 
 |  | +        //  if(item.readyFabric == '面料'){
 | 
											
												
													
														|  | 
 |  | +        //     item.price = (item.totalPrice/item.netWeight).toFixed(2)
 | 
											
												
													
														|  | 
 |  | +        //  }
 | 
											
												
													
														|  |        })
 |  |        })
 | 
											
												
													
														|  |          // var subList = this.convertReferToSub(data);
 |  |          // var subList = this.convertReferToSub(data);
 | 
											
												
													
														|  |          this.addBookData = this.addBookData.concat(data);
 |  |          this.addBookData = this.addBookData.concat(data);
 |