Bladeren bron

调价单导入模板优化

eganwu 1 jaar geleden
bovenliggende
commit
d6a2bce48d
1 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  1. 4 3
      src/custom/restcontroller/webmanage/sale/itempriceadjust/ExportExcel.java

+ 4 - 3
src/custom/restcontroller/webmanage/sale/itempriceadjust/ExportExcel.java

@@ -225,6 +225,9 @@ public class ExportExcel {
         cell.setCellStyle(cellStyle3);
         cell.setCellValue("备注");
 
+        cell = row.createCell(2);
+        cell.setCellStyle(cellStyle3);
+        cell.setCellValue("100");
 
         cell = row.createCell(3);
         cell.setCellStyle(cellStyle3);
@@ -242,9 +245,7 @@ public class ExportExcel {
         cell.setCellStyle(cellStyle3);
         cell.setCellValue("100");
 
-        cell = row.createCell(7);
-        cell.setCellStyle(cellStyle3);
-        cell.setCellValue("100");
+
 
 
     }