|
@@ -2112,9 +2112,9 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
sheet.setColumnWidth(34, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(35, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(36, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(37, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(37, "合计应付".getBytes().length * 2 * 256);
|
|
|
sheet.setColumnWidth(38, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(39, "合计应付".getBytes().length * 2 * 256);
|
|
|
+ sheet.setColumnWidth(39, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(40, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(41, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(42, "卡号".getBytes().length * 4 * 256);
|
|
@@ -2366,12 +2366,12 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell = rowp.createCell(36);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(37);
|
|
|
- cell.setCellStyle(styleDetail);
|
|
|
+ cell.setCellValue(amountIngPayableTotal);
|
|
|
+ cell.setCellStyle(contextstyle1);
|
|
|
cell = rowp.createCell(38);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(39);
|
|
|
- cell.setCellValue(amountIngPayableTotal);
|
|
|
- cell.setCellStyle(contextstyle1);
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(40);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(41);
|
|
@@ -2484,25 +2484,25 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellValue("发货库");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(34);
|
|
|
- cell.setCellValue("运输单价");
|
|
|
+ cell.setCellValue("扣单价");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(35);
|
|
|
- cell.setCellValue("运费");
|
|
|
+ cell.setCellValue("纯重单价");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(36);
|
|
|
- cell.setCellValue("扣单价");
|
|
|
+ cell.setCellValue("纯重");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(37);
|
|
|
- cell.setCellValue("纯重单价");
|
|
|
+ cell.setCellValue("合计应付");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(38);
|
|
|
- cell.setCellValue("纯重");
|
|
|
+ cell.setCellValue("实付金额");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(39);
|
|
|
- cell.setCellValue("合计应付");
|
|
|
+ cell.setCellValue("运输单价");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(40);
|
|
|
- cell.setCellValue("实付金额");
|
|
|
+ cell.setCellValue("运费");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(41);
|
|
|
cell.setCellValue("姓名");
|
|
@@ -2656,35 +2656,35 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellValue(editString(exportVView.getSendWarehouse()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(34);
|
|
|
- cell.setCellValue(new Formatter().format("%.2f", editDouble(exportVView.getTranPrice())).toString());
|
|
|
- cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(35);
|
|
|
- cell.setCellValue(editFloat(exportVView.getFreight()));
|
|
|
- cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(36);
|
|
|
cell.setCellValue(editDouble(exportVView.getUnitDeduction()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(37);
|
|
|
+ cell = rowx.createCell(35);
|
|
|
if(exportVView.getPureWeightPrice() == null){
|
|
|
cell.setCellValue(new Formatter().format("%.3f", editDouble(exportVView.getPureWeightPrice())).toString());
|
|
|
}else {
|
|
|
cell.setCellValue(new Formatter().format("%.3f", editDouble(exportVView.getPureWeightPrice() * 1000)).toString());
|
|
|
}
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(38);
|
|
|
+ cell = rowx.createCell(36);
|
|
|
if(exportVView.getPureWeight() == null){
|
|
|
cell.setCellValue(editFloat(exportVView.getPureWeight()));
|
|
|
}else {
|
|
|
cell.setCellValue(editDouble(Double.valueOf(exportVView.getPureWeight()) / 1000));
|
|
|
}
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(39);
|
|
|
+ cell = rowx.createCell(37);
|
|
|
cell.setCellValue(editDouble(exportVView.getAmountIngPayable()!=null ? exportVView.getAmountIngPayable() : 0));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(40);
|
|
|
+ cell = rowx.createCell(38);
|
|
|
cell.setCellValue(new Formatter().format("%.2f", editDouble(exportVView.getAmountEdPayable())).toString());
|
|
|
// cell.setCellValue(editDouble(exportVView.getAmountEdPayable()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
+ cell = rowx.createCell(39);
|
|
|
+ cell.setCellValue(new Formatter().format("%.2f", editDouble(exportVView.getTranPrice())).toString());
|
|
|
+ cell.setCellStyle(contextstyle);
|
|
|
+ cell = rowx.createCell(40);
|
|
|
+ cell.setCellValue(editFloat(exportVView.getFreight()));
|
|
|
+ cell.setCellStyle(contextstyle);
|
|
|
cell = rowx.createCell(41);
|
|
|
cell.setCellValue(editString(exportVView.getCustomerName()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
@@ -2988,9 +2988,9 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
sheet.setColumnWidth(34, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(35, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(36, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(37, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(37, "合计应付".getBytes().length * 2 * 256);
|
|
|
sheet.setColumnWidth(38, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(39, "合计应付".getBytes().length * 2 * 256);
|
|
|
+ sheet.setColumnWidth(39, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(40, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(41, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(42, "卡号".getBytes().length * 4 * 256);
|
|
@@ -3238,12 +3238,12 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell = rowp.createCell(36);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(37);
|
|
|
- cell.setCellStyle(styleDetail);
|
|
|
+ cell.setCellValue(amountIngPayableTotal);
|
|
|
+ cell.setCellStyle(contextstyle1);
|
|
|
cell = rowp.createCell(38);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(39);
|
|
|
- cell.setCellValue(amountIngPayableTotal);
|
|
|
- cell.setCellStyle(contextstyle1);
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(40);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(41);
|
|
@@ -3357,25 +3357,25 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellValue("发货库");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(34);
|
|
|
- cell.setCellValue("运输单价");
|
|
|
+ cell.setCellValue("扣单价");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(35);
|
|
|
- cell.setCellValue("运费");
|
|
|
+ cell.setCellValue("纯重单价");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(36);
|
|
|
- cell.setCellValue("扣单价");
|
|
|
+ cell.setCellValue("纯重");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(37);
|
|
|
- cell.setCellValue("纯重单价");
|
|
|
+ cell.setCellValue("合计应付");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(38);
|
|
|
- cell.setCellValue("纯重");
|
|
|
+ cell.setCellValue("实付金额");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(39);
|
|
|
- cell.setCellValue("合计应付");
|
|
|
+ cell.setCellValue("运输单价");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(40);
|
|
|
- cell.setCellValue("实付金额");
|
|
|
+ cell.setCellValue("运费");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(41);
|
|
|
cell.setCellValue("姓名");
|
|
@@ -3517,35 +3517,35 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellValue(editString(exportVView.getSendWarehouse()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(34);
|
|
|
- cell.setCellValue(new Formatter().format("%.2f", editDouble(exportVView.getTranPrice())).toString());
|
|
|
- cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(35);
|
|
|
- cell.setCellValue(editFloat(exportVView.getFreight()));
|
|
|
- cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(36);
|
|
|
cell.setCellValue(editDouble(exportVView.getUnitDeduction()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(37);
|
|
|
+ cell = rowx.createCell(35);
|
|
|
if(exportVView.getPureWeightPrice() == null){
|
|
|
cell.setCellValue(new Formatter().format("%.3f", editDouble(exportVView.getPureWeightPrice())).toString());
|
|
|
}else {
|
|
|
cell.setCellValue(new Formatter().format("%.3f", editDouble(exportVView.getPureWeightPrice() * 1000)).toString());
|
|
|
}
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(38);
|
|
|
+ cell = rowx.createCell(36);
|
|
|
if(exportVView.getPureWeight() == null){
|
|
|
cell.setCellValue(editFloat(exportVView.getPureWeight()));
|
|
|
}else {
|
|
|
cell.setCellValue(editDouble(Double.valueOf(exportVView.getPureWeight()) / 1000));
|
|
|
}
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(39);
|
|
|
+ cell = rowx.createCell(37);
|
|
|
cell.setCellValue(editDouble(exportVView.getAmountIngPayable()!=null ? exportVView.getAmountIngPayable() : 0));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(40);
|
|
|
+ cell = rowx.createCell(38);
|
|
|
cell.setCellValue(new Formatter().format("%.2f", editDouble(exportVView.getAmountEdPayable())).toString());
|
|
|
// cell.setCellValue(editDouble(exportVView.getAmountEdPayable()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
+ cell = rowx.createCell(39);
|
|
|
+ cell.setCellValue(new Formatter().format("%.2f", editDouble(exportVView.getTranPrice())).toString());
|
|
|
+ cell.setCellStyle(contextstyle);
|
|
|
+ cell = rowx.createCell(40);
|
|
|
+ cell.setCellValue(editFloat(exportVView.getFreight()));
|
|
|
+ cell.setCellStyle(contextstyle);
|
|
|
cell = rowx.createCell(41);
|
|
|
cell.setCellValue(editString(exportVView.getCustomerName()));
|
|
|
cell.setCellStyle(styleDetail);
|