瀏覽代碼

调价单导入模板优化

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");
+
 
 
     }