| | |
| | | productId: item.productId, |
| | | auxiliaryUnit:item.auxiliaryUnit, |
| | | auxiliaryAmount:item.auxiliaryAmount, |
| | | totalNetWeight:item.totalNetWeight, |
| | | totalGrossWeight:item.totalGrossWeight, |
| | | }); |
| | | }); |
| | | params.details = arr; |
| | |
| | | productId: item.productId, |
| | | auxiliaryUnit:item.auxiliaryUnit, |
| | | auxiliaryAmount:item.auxiliaryAmount, |
| | | totalNetWeight:item.totalNetWeight, |
| | | totalGrossWeight:item.totalGrossWeight, |
| | | }); |
| | | } else { |
| | | arr.push({ |
| | |
| | | productId: item.productId, |
| | | auxiliaryUnit:item.auxiliaryUnit, |
| | | auxiliaryAmount:item.auxiliaryAmount, |
| | | totalNetWeight:item.totalNetWeight, |
| | | totalGrossWeight:item.totalGrossWeight, |
| | | }); |
| | | } |
| | | }); |
| | |
| | | productId: item.productId, |
| | | auxiliaryUnit:item.auxiliaryUnit, |
| | | auxiliaryAmount:item.auxiliaryAmount, |
| | | totalNetWeight:item.totalNetWeight, |
| | | totalGrossWeight:item.totalGrossWeight, |
| | | }); |
| | | // if(item.fromLocationId.value){ |
| | | // arr.push({ |
| | |
| | | auxiliaryAmount:res.amount&&adjunctAmount?Number(adjunctAmount)*Number(res.amount):0, |
| | | auxiliaryAmountInfo:adjunctAmount?Number(adjunctAmount):0, |
| | | inputFloatAuxiliaryAmount:isValue, |
| | | grossWeight:res.product.grossWeight, |
| | | grossWeight:res.product.grossWeight==0?'':res.product.grossWeight, |
| | | totalGrossWeight:res.totalGrossWeight, |
| | | netWeight:res.product.netWeight, |
| | | netWeight:res.product.netWeight==0?'':res.product.netWeight, |
| | | totalNetWeight:res.totalNetWeight, |
| | | }; |
| | | }else{ |
| | |
| | | auxiliaryAmount:adjunctAmount?Number(adjunctAmount)*1:0, |
| | | auxiliaryAmountInfo:adjunctAmount?Number(adjunctAmount):0, |
| | | inputFloatAuxiliaryAmount:isValue, |
| | | grossWeight:res.grossWeight, |
| | | grossWeight:res.grossWeight==0?'':res.grossWeight, |
| | | totalGrossWeight:res.grossWeight?Number(res.grossWeight)*1:'', |
| | | netWeight:res.netWeight, |
| | | netWeight:res.netWeight==0?'':res.netWeight, |
| | | totalNetWeight:res.netWeight?Number(res.netWeight)*1:'', |
| | | }; |
| | | } |
| | |
| | | this.countId = row.countId; |
| | | this.tableData.map((item) => { |
| | | if (item.id == row.id) { |
| | | debugger |
| | | item[prop] = val; |
| | | let auxiliaryAmountObject=this.getAuxiligyAmount(item.moreUnit,item.moreUnitList) |
| | | if(prop=='amount'){ |