|  | @@ -4062,13 +4062,14 @@ export default {
 | 
											
												
													
														|  |              this.fWbuOptions.push(response.data);
 |  |              this.fWbuOptions.push(response.data);
 | 
											
												
													
														|  |            });
 |  |            });
 | 
											
												
													
														|  |            let qty = 1;
 |  |            let qty = 1;
 | 
											
												
													
														|  | -          if (this.dialogWhgenlegList[zhgen].fFeeUnitid === 1) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +          if (this.dialogWhgenlegList[zhgen].fFeeUnitid == 1) {
 | 
											
												
													
														|  | 
 |  | +            console.log("111")
 | 
											
												
													
														|  |              qty = this.fQty
 |  |              qty = this.fQty
 | 
											
												
													
														|  | -          } else if (this.dialogWhgenlegList[zhgen].fFeeUnitid === 2) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +          } else if (this.dialogWhgenlegList[zhgen].fFeeUnitid == 2) {
 | 
											
												
													
														|  |              qty = (this.fGrossweight/1000).toFixed(2)
 |  |              qty = (this.fGrossweight/1000).toFixed(2)
 | 
											
												
													
														|  | -          } else if (this.dialogWhgenlegList[zhgen].fFeeUnitid === 3) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +          } else if (this.dialogWhgenlegList[zhgen].fFeeUnitid == 3) {
 | 
											
												
													
														|  |              qty = (this.fNetweight/1000).toFixed(2)
 |  |              qty = (this.fNetweight/1000).toFixed(2)
 | 
											
												
													
														|  | -          } else if (this.dialogWhgenlegList[zhgen].fFeeUnitid === 4) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +          } else if (this.dialogWhgenlegList[zhgen].fFeeUnitid == 4) {
 | 
											
												
													
														|  |              qty = this.fVolumn
 |  |              qty = this.fVolumn
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  |            // qty=(qty/1000).toFixed(2);
 |  |            // qty=(qty/1000).toFixed(2);
 |