|
@@ -608,8 +608,7 @@ public class SpeedWarehouseInOutInfoServiceImpl extends ServiceImpl<SpeedWarehou
|
|
|
cell = rowp.createCell(12);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(13);
|
|
|
- cell.setCellValue(Double.parseDouble(decimalFormat.format(netWeightTotal)));
|
|
|
- cell.setCellStyle(contextstyle1);
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(14);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(15);
|