|
@@ -4012,8 +4012,8 @@ 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, "反馈日期".getBytes().length * 2 * 256);
|
|
|
- sheet.setColumnWidth(38, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(37, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(38, "反馈日期".getBytes().length * 2 * 256);
|
|
|
sheet.setColumnWidth(39, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(40, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(41, 12 * 256 + 184);
|
|
@@ -4022,10 +4022,11 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
sheet.setColumnWidth(44, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(45, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(46, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(47, "收款日期".getBytes().length * 2 * 256);
|
|
|
- sheet.setColumnWidth(48, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(47, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(48, "收款日期".getBytes().length * 2 * 256);
|
|
|
sheet.setColumnWidth(49, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(50, 1 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(50, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(51, 1 * 256 + 184);
|
|
|
|
|
|
// 创建单元格对象
|
|
|
HSSFCell cell = null;
|
|
@@ -4145,6 +4146,8 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellStyle(styleTitle);
|
|
|
cell = row0.createCell(49);
|
|
|
cell.setCellStyle(styleTitle);
|
|
|
+ cell = row0.createCell(50);
|
|
|
+ cell.setCellStyle(styleTitle);
|
|
|
rownum++;
|
|
|
|
|
|
Map<String, Object> pageView = new HashMap<>();
|
|
@@ -4296,10 +4299,10 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell = rowp.createCell(43);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(44);
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
+ cell = rowp.createCell(45);
|
|
|
cell.setCellValue(amountIngPayableTotal);
|
|
|
cell.setCellStyle(contextstyle1);
|
|
|
- cell = rowp.createCell(45);
|
|
|
- cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(46);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(47);
|
|
@@ -4308,6 +4311,8 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(49);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
+ cell = rowp.createCell(50);
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
rownum++;
|
|
|
}
|
|
|
|
|
@@ -4420,45 +4425,48 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
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("火运运费(元/吨)");
|
|
|
+ cell.setCellValue("汽运运费(元/吨)");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(42);
|
|
|
- cell.setCellValue("船运运费(元/吨)");
|
|
|
+ cell.setCellValue("火运运费(元/吨)");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(43);
|
|
|
- cell.setCellValue("运费");
|
|
|
+ cell.setCellValue("船运运费(元/吨)");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(44);
|
|
|
- cell.setCellValue("应收金额(元)");
|
|
|
+ cell.setCellValue("运费");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(45);
|
|
|
- cell.setCellValue("已收金额(元)");
|
|
|
+ cell.setCellValue("应收金额(元)");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(46);
|
|
|
- cell.setCellValue("未收金额(元)");
|
|
|
+ cell.setCellValue("已收金额(元)");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(47);
|
|
|
- cell.setCellValue("收款日期");
|
|
|
+ cell.setCellValue("未收金额(元)");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(48);
|
|
|
- cell.setCellValue("已开票金额(元)");
|
|
|
+ cell.setCellValue("收款日期");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(49);
|
|
|
+ cell.setCellValue("已开票金额(元)");
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
+ cell = row1.createCell(50);
|
|
|
cell.setCellValue("状态");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
rownum++;
|
|
@@ -4601,44 +4609,47 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellValue(editFloat(exportVView.getFeedbackWeight()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
cell = rowx.createCell(37);
|
|
|
+ cell.setCellValue(editFloat(exportVView.getBuckleWeight()));
|
|
|
+ cell.setCellStyle(contextstyle);
|
|
|
+ cell = rowx.createCell(38);
|
|
|
String date1 = addDateOneDay(exportVView.getFeedbackDate() != null ? exportVView.getFeedbackDate() : new Date());
|
|
|
cell.setCellValue(date1);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(38);
|
|
|
+ cell = rowx.createCell(39);
|
|
|
cell.setCellValue(editFloat(exportVView.getSettlementWeight()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(39);
|
|
|
+ cell = rowx.createCell(40);
|
|
|
cell.setCellValue(editFloat(exportVView.getSettlementPrice()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(40);
|
|
|
+ cell = rowx.createCell(41);
|
|
|
cell.setCellValue(editFloat(exportVView.getCarFreight()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(41);
|
|
|
+ cell = rowx.createCell(42);
|
|
|
cell.setCellValue(editFloat(exportVView.getTrainFreight()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(42);
|
|
|
- cell.setCellValue(editFloat(exportVView.getShipFreight()));
|
|
|
- cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(43);
|
|
|
cell.setCellValue(editFloat(exportVView.getShipFreight()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(44);
|
|
|
+ cell.setCellValue(editFloat(exportVView.getShipFreight()));
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
+ cell = rowx.createCell(45);
|
|
|
cell.setCellValue(editDouble(exportVView.getAmountIngReceivable()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(45);
|
|
|
+ cell = rowx.createCell(46);
|
|
|
cell.setCellValue(editDouble(exportVView.getAmountEdReceivable()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(46);
|
|
|
+ cell = rowx.createCell(47);
|
|
|
cell.setCellValue(editDouble(exportVView.getAmountNotReceivable()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(47);
|
|
|
+ cell = rowx.createCell(48);
|
|
|
String date2 = addDateOneDay(exportVView.getCollectionDate() != null ? exportVView.getCollectionDate() : new Date());
|
|
|
cell.setCellValue(date2);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(48);
|
|
|
+ cell = rowx.createCell(49);
|
|
|
cell.setCellValue(editFloat(exportVView.getMoney()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(49);
|
|
|
+ cell = rowx.createCell(50);
|
|
|
cell.setCellValue(editString(exportVView.getStatus()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
|
|
@@ -4930,8 +4941,8 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
sheet.setColumnWidth(31, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(32, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(33, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(34, "反馈日期".getBytes().length * 2 * 256);
|
|
|
- sheet.setColumnWidth(35, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(34, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(35, "反馈日期".getBytes().length * 2 * 256);
|
|
|
sheet.setColumnWidth(36, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(37, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(38, 12 * 256 + 184);
|
|
@@ -4940,10 +4951,11 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
sheet.setColumnWidth(41, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(42, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(43, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(44, "收款日期".getBytes().length * 2 * 256);
|
|
|
- sheet.setColumnWidth(45, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(44, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(45, "收款日期".getBytes().length * 2 * 256);
|
|
|
sheet.setColumnWidth(46, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(47, 1 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(47, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(48, 1 * 256 + 184);
|
|
|
|
|
|
// 创建单元格对象
|
|
|
HSSFCell cell = null;
|
|
@@ -5053,8 +5065,12 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellStyle(styleTitle);
|
|
|
cell = row0.createCell(44);
|
|
|
cell.setCellStyle(styleTitle);
|
|
|
+ cell = row0.createCell(45);
|
|
|
+ cell.setCellStyle(styleTitle);
|
|
|
cell = row0.createCell(46);
|
|
|
cell.setCellStyle(styleTitle);
|
|
|
+ cell = row0.createCell(47);
|
|
|
+ cell.setCellStyle(styleTitle);
|
|
|
rownum++;
|
|
|
|
|
|
Map<String, Object> pageView = new HashMap<>();
|
|
@@ -5198,10 +5214,10 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell = rowp.createCell(40);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(41);
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
+ cell = rowp.createCell(42);
|
|
|
cell.setCellValue(amountIngPayableTotal);
|
|
|
cell.setCellStyle(contextstyle1);
|
|
|
- cell = rowp.createCell(42);
|
|
|
- cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(43);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(44);
|
|
@@ -5210,6 +5226,8 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(46);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
+ cell = rowp.createCell(47);
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
rownum++;
|
|
|
}
|
|
|
|
|
@@ -5313,45 +5331,48 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellValue("出库净重(吨)");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(33);
|
|
|
- cell.setCellValue("反馈重量(吨)");
|
|
|
+ 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("应收金额(元)");
|
|
|
+ cell.setCellValue("运费");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(42);
|
|
|
- cell.setCellValue("已收金额(元)");
|
|
|
+ cell.setCellValue("应收金额(元)");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(43);
|
|
|
- cell.setCellValue("未收金额(元)");
|
|
|
+ cell.setCellValue("已收金额(元)");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(44);
|
|
|
- cell.setCellValue("收款日期");
|
|
|
+ cell.setCellValue("未收金额(元)");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(45);
|
|
|
- cell.setCellValue("已开票金额(元)");
|
|
|
+ cell.setCellValue("收款日期");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(46);
|
|
|
+ cell.setCellValue("已开票金额(元)");
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
+ cell = row1.createCell(47);
|
|
|
cell.setCellValue("状态");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
rownum++;
|
|
@@ -5480,44 +5501,47 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellValue(editFloat(exportVView.getFeedbackWeight()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
cell = rowx.createCell(34);
|
|
|
+ cell.setCellValue(editFloat(exportVView.getBuckleWeight()));
|
|
|
+ cell.setCellStyle(contextstyle);
|
|
|
+ cell = rowx.createCell(35);
|
|
|
String date1 = addDateOneDay(exportVView.getFeedbackDate() != null ? exportVView.getFeedbackDate() : new Date());
|
|
|
cell.setCellValue(date1);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(35);
|
|
|
+ cell = rowx.createCell(36);
|
|
|
cell.setCellValue(editFloat(exportVView.getSettlementWeight()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(36);
|
|
|
+ cell = rowx.createCell(37);
|
|
|
cell.setCellValue(editFloat(exportVView.getSettlementPrice()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(37);
|
|
|
+ cell = rowx.createCell(38);
|
|
|
cell.setCellValue(editFloat(exportVView.getCarFreight()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(38);
|
|
|
+ cell = rowx.createCell(39);
|
|
|
cell.setCellValue(editFloat(exportVView.getTrainFreight()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(39);
|
|
|
- cell.setCellValue(editFloat(exportVView.getShipFreight()));
|
|
|
- cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(40);
|
|
|
cell.setCellValue(editFloat(exportVView.getShipFreight()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(41);
|
|
|
+ cell.setCellValue(editFloat(exportVView.getShipFreight()));
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
+ cell = rowx.createCell(42);
|
|
|
cell.setCellValue(editDouble(exportVView.getAmountIngReceivable()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(42);
|
|
|
+ cell = rowx.createCell(43);
|
|
|
cell.setCellValue(editDouble(exportVView.getAmountEdReceivable()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(43);
|
|
|
+ cell = rowx.createCell(44);
|
|
|
cell.setCellValue(editDouble(exportVView.getAmountNotReceivable()));
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(44);
|
|
|
+ cell = rowx.createCell(45);
|
|
|
String date2 = addDateOneDay(exportVView.getCollectionDate() != null ? exportVView.getCollectionDate() : new Date());
|
|
|
cell.setCellValue(date2);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(45);
|
|
|
+ cell = rowx.createCell(46);
|
|
|
cell.setCellValue(editFloat(exportVView.getMoney()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
- cell = rowx.createCell(46);
|
|
|
+ cell = rowx.createCell(47);
|
|
|
cell.setCellValue(editString(exportVView.getStatus()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
|