|
|
@@ -293,19 +293,11 @@ public class ExportExcel {
|
|
|
|
|
|
cell = row.createCell(10);
|
|
|
cell.setCellStyle(cellStyle3);
|
|
|
- if (isInsert) {
|
|
|
- cell.setCellValue("销售起订量(必填)");
|
|
|
- }else {
|
|
|
- cell.setCellValue("销售起订量");
|
|
|
- }
|
|
|
+ cell.setCellValue("销售起订量(必填)");
|
|
|
|
|
|
cell = row.createCell(11);
|
|
|
cell.setCellStyle(cellStyle3);
|
|
|
- if (isInsert) {
|
|
|
- cell.setCellValue("销售增量(必填)");
|
|
|
- }else {
|
|
|
- cell.setCellValue("销售起订量");
|
|
|
- }
|
|
|
+ cell.setCellValue("销售增量(必填)");
|
|
|
|
|
|
cell = row.createCell(12);
|
|
|
cell.setCellStyle(cellStyle3);
|