|
|
@ -3216,7 +3216,13 @@ public class CoDelExcelTXServiceImpl implements CoDelExcelTXService { |
|
|
} else { |
|
|
} else { |
|
|
totalPlt = totalCartons.setScale(0, RoundingMode.HALF_UP).intValue(); |
|
|
totalPlt = totalCartons.setScale(0, RoundingMode.HALF_UP).intValue(); |
|
|
} |
|
|
} |
|
|
template.addVar("total_plt", totalPlt+plt); |
|
|
|
|
|
|
|
|
if (totalPlt>0) { |
|
|
|
|
|
template.addVar("total_plt", totalPlt+"PLT"); |
|
|
|
|
|
template.addVar("plt(", "(="); |
|
|
|
|
|
template.addVar("plt)", ")"); |
|
|
|
|
|
template.addVar("InclPalletWeight", "(Incl.Pallet Weight)"); |
|
|
|
|
|
} |
|
|
|
|
|
//template.addVar("total_plt", totalPlt+plt); |
|
|
template.addVar("total_pallet", totalPlt); |
|
|
template.addVar("total_pallet", totalPlt); |
|
|
// 孟加拉需要的 |
|
|
// 孟加拉需要的 |
|
|
if (data.getMaterial()!=null && data.getMaterial()) { |
|
|
if (data.getMaterial()!=null && data.getMaterial()) { |
|
|
|