소스 검색

调价单导入模板优化

eganwu 1 년 전
부모
커밋
d6a2bce48d
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  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");
+
 
 
     }