|
|
@@ -734,6 +734,8 @@ public class WbsTreeContractController extends BladeController {
|
|
|
if(cell.getCellTypeEnum()==CellType.STRING){
|
|
|
if(StringUtils.isNotEmpty(cell.getStringCellValue())){
|
|
|
if(cell.getStringCellValue().equals("公式配置")){
|
|
|
+ // 设置单元格值为"日期框"
|
|
|
+ cell.setCellValue("公式配置,日期框");
|
|
|
continue;
|
|
|
}
|
|
|
}
|
|
|
@@ -761,6 +763,7 @@ public class WbsTreeContractController extends BladeController {
|
|
|
if(cell.getCellTypeEnum()==CellType.STRING){
|
|
|
if(StringUtils.isNotEmpty(cell.getStringCellValue())){
|
|
|
if(cell.getStringCellValue().equals("公式配置")){
|
|
|
+ cell.setCellValue("公式配置,日期范围框,两日期用-分割");
|
|
|
continue;
|
|
|
}
|
|
|
}
|