|
@@ -684,12 +684,12 @@ open class ReportService( |
|
|
rowIndex = 9 |
|
|
rowIndex = 9 |
|
|
sheet.getRow(rowIndex).apply { |
|
|
sheet.getRow(rowIndex).apply { |
|
|
createCell(1).apply { |
|
|
createCell(1).apply { |
|
|
setCellValue(project.expectedTotalFee!!) |
|
|
|
|
|
|
|
|
setCellValue(project.expectedTotalFee!! * 0.8) |
|
|
cellStyle.dataFormat = accountingStyle |
|
|
cellStyle.dataFormat = accountingStyle |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
createCell(2).apply { |
|
|
createCell(2).apply { |
|
|
setCellValue(project.expectedTotalFee!! / 0.8) |
|
|
|
|
|
|
|
|
setCellValue(project.expectedTotalFee!!) |
|
|
cellStyle.dataFormat = accountingStyle |
|
|
cellStyle.dataFormat = accountingStyle |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|