fix:去除对幅宽的任何处理
This commit is contained in:
@@ -389,7 +389,7 @@ public class StructivtServiceImpl implements StructivtService {
|
||||
}
|
||||
mp.put("库龄", json.getString("stock_age"));
|
||||
mp.put("生产时长", json.getString("produce_age"));
|
||||
mp.put("产品规格(幅宽)", String.format("%.0f", json.getDoubleValue("width")));
|
||||
mp.put("产品规格(幅宽)", json.getString("width"));
|
||||
mp.put("产品厚度", json.getString("thickness"));
|
||||
mp.put("单位面积重量", json.getString("mass_per_unit_area"));
|
||||
mp.put("净重", json.getString("net_weight"));
|
||||
|
||||
@@ -263,7 +263,7 @@ public class SubpackagerelationServiceImpl implements SubpackagerelationService
|
||||
mp.put("产品编码", json.getString("product_name"));
|
||||
mp.put("产品描述", json.getString("product_description"));
|
||||
mp.put("sap批次", json.getString("sap_pcsn"));
|
||||
mp.put("产品规格(幅宽)", String.format("%.0f", json.getDoubleValue("width")));
|
||||
mp.put("产品规格(幅宽)", json.getString("width"));
|
||||
mp.put("产品厚度", json.getString("thickness"));
|
||||
mp.put("单位面积质量", json.getString("mass_per_unit_area"));
|
||||
mp.put("净重", json.getString("net_weight"));
|
||||
|
||||
@@ -94,7 +94,7 @@ public class AutoSaveIvtExcel {
|
||||
row_dtl.createCell(8).setCellValue(dtl.getString("instorage_time"));
|
||||
row_dtl.createCell(9).setCellValue(dtl.getString("quanlity_in_box"));
|
||||
row_dtl.createCell(10).setCellValue(dtl.getString("sid_day"));
|
||||
row_dtl.createCell(11).setCellValue(String.format("%.0f", dtl.getDoubleValue("width")));
|
||||
row_dtl.createCell(11).setCellValue(dtl.getString("width"));
|
||||
row_dtl.createCell(12).setCellValue(dtl.getString("net_weight"));
|
||||
row_dtl.createCell(13).setCellValue(dtl.getString("length"));
|
||||
row_dtl.createCell(14).setCellValue(dtl.getString("thickness_request"));
|
||||
|
||||
@@ -98,7 +98,7 @@ public class AutoSaveIvtExcelTwo {
|
||||
row_dtl.createCell(8).setCellValue(dtl.getString("instorage_time"));
|
||||
row_dtl.createCell(9).setCellValue(dtl.getString("quanlity_in_box"));
|
||||
row_dtl.createCell(10).setCellValue(dtl.getString("sid_day"));
|
||||
row_dtl.createCell(11).setCellValue(String.format("%.0f", dtl.getDoubleValue("width")));
|
||||
row_dtl.createCell(11).setCellValue(dtl.getString("width"));
|
||||
row_dtl.createCell(12).setCellValue(dtl.getString("net_weight"));
|
||||
row_dtl.createCell(13).setCellValue(dtl.getString("length"));
|
||||
row_dtl.createCell(14).setCellValue(dtl.getString("thickness_request"));
|
||||
|
||||
@@ -102,7 +102,7 @@ public class AutoSendIvtExcel {
|
||||
row_dtl.createCell(8).setCellValue(dtl.getString("instorage_time"));
|
||||
row_dtl.createCell(9).setCellValue(dtl.getString("quanlity_in_box"));
|
||||
row_dtl.createCell(10).setCellValue(dtl.getString("sid_day"));
|
||||
row_dtl.createCell(11).setCellValue(String.format("%.0f", dtl.getDoubleValue("width")));
|
||||
row_dtl.createCell(11).setCellValue(dtl.getString("width"));
|
||||
row_dtl.createCell(12).setCellValue(dtl.getString("net_weight"));
|
||||
row_dtl.createCell(13).setCellValue(dtl.getString("length"));
|
||||
row_dtl.createCell(14).setCellValue(dtl.getString("thickness_request"));
|
||||
|
||||
@@ -296,8 +296,8 @@ public class InBillQueryServiceImpl implements InBillQueryService {
|
||||
}
|
||||
mp.put("客户编码", json.getString("customer_name"));
|
||||
mp.put("规格", json.getString("thickness_request"));
|
||||
mp.put("尺寸(mm)(客户要求幅宽)", String.format("%.0f", json.getDoubleValue("width_standard")));
|
||||
mp.put("实际尺寸(mm)(实际幅宽)", String.format("%.0f", json.getDoubleValue("width")));
|
||||
mp.put("尺寸(mm)(客户要求幅宽)", json.getString("width_standard"));
|
||||
mp.put("实际尺寸(mm)(实际幅宽)", json.getString("width"));
|
||||
String box_name = json.getString("box_name");
|
||||
if (StrUtil.isNotEmpty(box_name)) {
|
||||
String[] s = box_name.split("木箱");
|
||||
@@ -476,8 +476,8 @@ public class InBillQueryServiceImpl implements InBillQueryService {
|
||||
mp.put("客户名称", json.getString("cust_name"));
|
||||
mp.put("业务员", json.getString("sales_owner"));
|
||||
mp.put("规格", json.getString("thickness_request"));
|
||||
mp.put("尺寸(mm)(客户要求幅宽)", String.format("%.0f", json.getDoubleValue("width_standard")));
|
||||
mp.put("实际尺寸(mm)(实际幅宽)", String.format("%.0f", json.getDoubleValue("width")));
|
||||
mp.put("尺寸(mm)(客户要求幅宽)", json.getString("width_standard"));
|
||||
mp.put("实际尺寸(mm)(实际幅宽)", json.getString("width"));
|
||||
String box_name = json.getString("box_name");
|
||||
if (StrUtil.isNotEmpty(box_name)) {
|
||||
String[] s = box_name.split("木箱");
|
||||
|
||||
@@ -265,7 +265,7 @@ public class OutBillQueryServiceImpl implements OutBillQueryService {
|
||||
mp.put("行号", "");
|
||||
}
|
||||
mp.put("出库日期", json.getString("confirm_time"));
|
||||
mp.put("产品规格", String.format("%.0f", json.getDoubleValue("width")));
|
||||
mp.put("产品规格", json.getString("width"));
|
||||
mp.put("产品厚度", json.getString("thickness"));
|
||||
mp.put("单位面积", json.getString("mass_per_unit_area"));
|
||||
mp.put("制单人", json.getString("input_optname"));
|
||||
@@ -459,7 +459,7 @@ public class OutBillQueryServiceImpl implements OutBillQueryService {
|
||||
|
||||
mp.put("业务员", json.getString("sales_owner"));
|
||||
mp.put("出库日期", json.getString("input_time"));
|
||||
mp.put("产品规格", String.format("%.0f", json.getDoubleValue("width")));
|
||||
mp.put("产品规格", json.getString("width"));
|
||||
mp.put("产品厚度", json.getString("thickness"));
|
||||
mp.put("单位面积", json.getString("mass_per_unit_area"));
|
||||
mp.put("制单人", json.getString("input_optname"));
|
||||
|
||||
@@ -194,7 +194,7 @@ public class PastIvtQueryServiceImpl implements PastIvtQueryService {
|
||||
mp.put("库龄", json.getString("sid_day"));
|
||||
mp.put("产品编码", json.getString("product_name"));
|
||||
mp.put("产品描述", json.getString("product_description"));
|
||||
mp.put("产品规格(幅宽)", String.format("%.0f", json.getDoubleValue("width")));
|
||||
mp.put("产品规格(幅宽)", json.getString("width"));
|
||||
mp.put("产品厚度", json.getString("thickness"));
|
||||
mp.put("单位面积质量", json.getString("mass_per_unit_area"));
|
||||
mp.put("净重", json.getString("canuse_qty"));
|
||||
|
||||
Reference in New Issue
Block a user