|
@@ -2169,12 +2169,12 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
sheet.setColumnWidth(3, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(4, "开票日期".getBytes().length * 2 * 256);
|
|
|
sheet.setColumnWidth(5, "合同编号".getBytes().length * 2 * 256);
|
|
|
- sheet.setColumnWidth(6, "业务编号".getBytes().length * 2 * 256);
|
|
|
- sheet.setColumnWidth(7, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(6, "任务编号".getBytes().length * 2 * 256);
|
|
|
+ sheet.setColumnWidth(7, "业务编号".getBytes().length * 2 * 256);
|
|
|
sheet.setColumnWidth(8, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(9, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(10, "货名".getBytes().length * 3 * 256);
|
|
|
- sheet.setColumnWidth(11, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(10, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(11, "货名".getBytes().length * 3 * 256);
|
|
|
sheet.setColumnWidth(12, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(13, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(14, 12 * 256 + 184);
|
|
@@ -2419,8 +2419,7 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell = rowp.createCell(19);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(20);
|
|
|
- cell.setCellValue(dataList.size());
|
|
|
- cell.setCellStyle(styleDetail1);
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(21);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(22);
|
|
@@ -2493,49 +2492,49 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellValue("合同编号");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(6);
|
|
|
- cell.setCellValue("业务编号");
|
|
|
+ cell.setCellValue("入库任务编号");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(7);
|
|
|
- cell.setCellValue("入库类型");
|
|
|
+ cell.setCellValue("业务编号");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(8);
|
|
|
- cell.setCellValue("客户");
|
|
|
+ cell.setCellValue("入库类型");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(9);
|
|
|
- cell.setCellValue("供应商");
|
|
|
+ cell.setCellValue("客户");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(10);
|
|
|
- cell.setCellValue("货名");
|
|
|
+ cell.setCellValue("供应商");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(11);
|
|
|
- cell.setCellValue("类型");
|
|
|
+ cell.setCellValue("货名");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(12);
|
|
|
- cell.setCellValue("等级");
|
|
|
+ cell.setCellValue("类型");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(13);
|
|
|
- cell.setCellValue("容重");
|
|
|
+ cell.setCellValue("等级");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(14);
|
|
|
- cell.setCellValue("水分");
|
|
|
+ cell.setCellValue("容重");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(15);
|
|
|
- cell.setCellValue("霉变粒");
|
|
|
+ cell.setCellValue("水分");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(16);
|
|
|
- cell.setCellValue("杂质");
|
|
|
+ cell.setCellValue("霉变粒");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(17);
|
|
|
- cell.setCellValue("热损伤");
|
|
|
+ cell.setCellValue("杂质");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(18);
|
|
|
- cell.setCellValue("不完善粒");
|
|
|
+ cell.setCellValue("热损伤");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(19);
|
|
|
- cell.setCellValue("车牌号");
|
|
|
+ cell.setCellValue("不完善粒");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(20);
|
|
|
- cell.setCellValue("车数");
|
|
|
+ cell.setCellValue("车牌号");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(21);
|
|
|
cell.setCellValue("箱号1");
|
|
@@ -2648,61 +2647,61 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
}
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(6);
|
|
|
- cell.setCellValue(editString(exportVView.getPaymentNo()));
|
|
|
+ cell.setCellValue(editString(exportVView.getWarehousingTaskNo()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(7);
|
|
|
- cell.setCellValue(editString(exportVView.getInOutType()));
|
|
|
+ cell.setCellValue(editString(exportVView.getPaymentNo()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(8);
|
|
|
- cell.setCellValue(editString(exportVView.getCustomerName()));
|
|
|
+ cell.setCellValue(editString(exportVView.getInOutType()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(9);
|
|
|
- cell.setCellValue(editString(exportVView.getSupplier()));
|
|
|
+ cell.setCellValue(editString(exportVView.getCustomerName()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(10);
|
|
|
- cell.setCellValue(editString(exportVView.getGoodsName()));
|
|
|
+ cell.setCellValue(editString(exportVView.getSupplier()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(11);
|
|
|
- cell.setCellValue(editString(exportVView.getType()));
|
|
|
+ cell.setCellValue(editString(exportVView.getGoodsName()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(12);
|
|
|
- cell.setCellValue(editString(exportVView.getGrade()));
|
|
|
+ cell.setCellValue(editString(exportVView.getType()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(13);
|
|
|
+ cell.setCellValue(editString(exportVView.getGrade()));
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
+ cell = rowx.createCell(14);
|
|
|
if (!StringUtils.isEmpty(exportVView.getBulkDensity())) {
|
|
|
cell.setCellValue(Double.parseDouble(exportVView.getBulkDensity()));
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(14);
|
|
|
+ cell = rowx.createCell(15);
|
|
|
if (!StringUtils.isEmpty(exportVView.getWaterContent())) {
|
|
|
cell.setCellValue(Double.parseDouble(exportVView.getWaterContent()));
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(15);
|
|
|
+ cell = rowx.createCell(16);
|
|
|
if (!StringUtils.isEmpty(exportVView.getMildewGrain())) {
|
|
|
cell.setCellValue(Double.parseDouble(exportVView.getMildewGrain()));
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(16);
|
|
|
+ cell = rowx.createCell(17);
|
|
|
if (!StringUtils.isEmpty(exportVView.getImpurity())) {
|
|
|
cell.setCellValue(Double.parseDouble(exportVView.getImpurity()));
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(17);
|
|
|
+ cell = rowx.createCell(18);
|
|
|
if (!StringUtils.isEmpty(exportVView.getJiaorenli())) {
|
|
|
cell.setCellValue(Double.parseDouble(exportVView.getJiaorenli()));
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(18);
|
|
|
+ cell = rowx.createCell(19);
|
|
|
if (!StringUtils.isEmpty(exportVView.getImperfectGrain())) {
|
|
|
cell.setCellValue(Double.parseDouble(exportVView.getImperfectGrain()));
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
- cell = rowx.createCell(19);
|
|
|
- cell.setCellValue(editString(exportVView.getCarNo()));
|
|
|
- cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(20);
|
|
|
- cell.setCellValue("1");
|
|
|
+ cell.setCellValue(editString(exportVView.getCarNo()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(21);
|
|
|
cell.setCellValue(editString(exportVView.getBoxNo()));
|
|
@@ -3056,12 +3055,12 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
sheet.setColumnWidth(3, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(4, "开票日期".getBytes().length * 2 * 256);
|
|
|
sheet.setColumnWidth(5, "合同编号".getBytes().length * 2 * 256);
|
|
|
- sheet.setColumnWidth(6, "业务编号".getBytes().length * 2 * 256);
|
|
|
- sheet.setColumnWidth(7, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(6, "任务编号".getBytes().length * 2 * 256);
|
|
|
+ sheet.setColumnWidth(7, "业务编号".getBytes().length * 2 * 256);
|
|
|
sheet.setColumnWidth(8, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(9, 12 * 256 + 184);
|
|
|
- sheet.setColumnWidth(10, "货名".getBytes().length * 3 * 256);
|
|
|
- sheet.setColumnWidth(11, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(10, 12 * 256 + 184);
|
|
|
+ sheet.setColumnWidth(11, "货名".getBytes().length * 3 * 256);
|
|
|
sheet.setColumnWidth(12, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(13, 12 * 256 + 184);
|
|
|
sheet.setColumnWidth(14, 12 * 256 + 184);
|
|
@@ -3302,8 +3301,7 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell = rowp.createCell(19);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(20);
|
|
|
- cell.setCellValue(dataList.size());
|
|
|
- cell.setCellStyle(styleDetail1);
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(21);
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowp.createCell(22);
|
|
@@ -3377,49 +3375,49 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
cell.setCellValue("合同编号");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(6);
|
|
|
- cell.setCellValue("业务编号");
|
|
|
+ cell.setCellValue("入库任务编号");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(7);
|
|
|
- cell.setCellValue("入库类型");
|
|
|
+ cell.setCellValue("业务编号");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(8);
|
|
|
- cell.setCellValue("客户");
|
|
|
+ cell.setCellValue("入库类型");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(9);
|
|
|
- cell.setCellValue("供应商");
|
|
|
+ cell.setCellValue("客户");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(10);
|
|
|
- cell.setCellValue("货名");
|
|
|
+ cell.setCellValue("供应商");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(11);
|
|
|
- cell.setCellValue("类型");
|
|
|
+ cell.setCellValue("货名");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(12);
|
|
|
- cell.setCellValue("等级");
|
|
|
+ cell.setCellValue("类型");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(13);
|
|
|
- cell.setCellValue("水分");
|
|
|
+ cell.setCellValue("等级");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(14);
|
|
|
- cell.setCellValue("杂质");
|
|
|
+ cell.setCellValue("容重");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(15);
|
|
|
- cell.setCellValue("霉变粒");
|
|
|
+ cell.setCellValue("水分");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(16);
|
|
|
- cell.setCellValue("不完善粒");
|
|
|
+ cell.setCellValue("霉变粒");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(17);
|
|
|
- cell.setCellValue("容重");
|
|
|
+ cell.setCellValue("杂质");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(18);
|
|
|
cell.setCellValue("热损伤");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(19);
|
|
|
- cell.setCellValue("车牌号");
|
|
|
+ cell.setCellValue("不完善粒");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(20);
|
|
|
- cell.setCellValue("车数");
|
|
|
+ cell.setCellValue("车牌号");
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = row1.createCell(21);
|
|
|
cell.setCellValue("箱号1");
|
|
@@ -3524,49 +3522,47 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
}
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(6);
|
|
|
- cell.setCellValue(editString(exportVView.getPaymentNo()));
|
|
|
+ cell.setCellValue(editString(exportVView.getWarehousingTaskNo()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(7);
|
|
|
- cell.setCellValue(editString(exportVView.getInOutType()));
|
|
|
+ cell.setCellValue(editString(exportVView.getPaymentNo()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(8);
|
|
|
- cell.setCellValue(editString(exportVView.getCustomerName()));
|
|
|
+ cell.setCellValue(editString(exportVView.getInOutType()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(9);
|
|
|
- cell.setCellValue(editString(exportVView.getSupplier()));
|
|
|
+ cell.setCellValue(editString(exportVView.getCustomerName()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(10);
|
|
|
- cell.setCellValue(editString(exportVView.getGoodsName()));
|
|
|
+ cell.setCellValue(editString(exportVView.getSupplier()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(11);
|
|
|
- cell.setCellValue(editString(exportVView.getType()));
|
|
|
+ cell.setCellValue(editString(exportVView.getGoodsName()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(12);
|
|
|
- cell.setCellValue(editString(exportVView.getGrade()));
|
|
|
+ cell.setCellValue(editString(exportVView.getType()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(13);
|
|
|
- if (!StringUtils.isEmpty(exportVView.getWaterContent())) {
|
|
|
- cell.setCellValue(Double.parseDouble(exportVView.getWaterContent()));
|
|
|
- }
|
|
|
- cell.setCellStyle(contextstyle);
|
|
|
+ cell.setCellValue(editString(exportVView.getGrade()));
|
|
|
+ cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(14);
|
|
|
- if (!StringUtils.isEmpty(exportVView.getImpurity())) {
|
|
|
- cell.setCellValue(Double.parseDouble(exportVView.getImpurity()));
|
|
|
+ if (!StringUtils.isEmpty(exportVView.getBulkDensity())) {
|
|
|
+ cell.setCellValue(Double.parseDouble(exportVView.getBulkDensity()));
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
cell = rowx.createCell(15);
|
|
|
- if (!StringUtils.isEmpty(exportVView.getMildewGrain())) {
|
|
|
- cell.setCellValue(Double.parseDouble(exportVView.getMildewGrain()));
|
|
|
+ if (!StringUtils.isEmpty(exportVView.getWaterContent())) {
|
|
|
+ cell.setCellValue(Double.parseDouble(exportVView.getWaterContent()));
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
cell = rowx.createCell(16);
|
|
|
- if (!StringUtils.isEmpty(exportVView.getImperfectGrain())) {
|
|
|
- cell.setCellValue(Double.parseDouble(exportVView.getImperfectGrain()));
|
|
|
+ if (!StringUtils.isEmpty(exportVView.getMildewGrain())) {
|
|
|
+ cell.setCellValue(Double.parseDouble(exportVView.getMildewGrain()));
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
cell = rowx.createCell(17);
|
|
|
- if (!StringUtils.isEmpty(exportVView.getBulkDensity())) {
|
|
|
- cell.setCellValue(Double.parseDouble(exportVView.getBulkDensity()));
|
|
|
+ if (!StringUtils.isEmpty(exportVView.getImpurity())) {
|
|
|
+ cell.setCellValue(Double.parseDouble(exportVView.getImpurity()));
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
cell = rowx.createCell(18);
|
|
@@ -3575,10 +3571,12 @@ public class WarehouseBaseInfoServiceImpl extends ServiceImpl<WarehouseBaseInfoM
|
|
|
}
|
|
|
cell.setCellStyle(contextstyle);
|
|
|
cell = rowx.createCell(19);
|
|
|
- cell.setCellValue(editString(exportVView.getCarNo()));
|
|
|
- cell.setCellStyle(styleDetail);
|
|
|
+ if (!StringUtils.isEmpty(exportVView.getImperfectGrain())) {
|
|
|
+ cell.setCellValue(Double.parseDouble(exportVView.getImperfectGrain()));
|
|
|
+ }
|
|
|
+ cell.setCellStyle(contextstyle);
|
|
|
cell = rowx.createCell(20);
|
|
|
- cell.setCellValue("1");
|
|
|
+ cell.setCellValue(editString(exportVView.getCarNo()));
|
|
|
cell.setCellStyle(styleDetail);
|
|
|
cell = rowx.createCell(21);
|
|
|
cell.setCellValue(editString(exportVView.getBoxNo()));
|