|
@@ -844,7 +844,12 @@ public class ExcelTabController extends BladeController {
|
|
}
|
|
}
|
|
// 电签显示文件
|
|
// 电签显示文件
|
|
List<TextdictInfoVO> textdictInfos = textdictInfoService.getTextdictListInfoByPkeyId(wbsTreeContract.getIsTypePrivatePid()+"",wbsTreeContract.getProjectId()+"");
|
|
List<TextdictInfoVO> textdictInfos = textdictInfoService.getTextdictListInfoByPkeyId(wbsTreeContract.getIsTypePrivatePid()+"",wbsTreeContract.getProjectId()+"");
|
|
-
|
|
|
|
|
|
+ if(textdictInfos != null && textdictInfos.size() > 0){
|
|
|
|
+ for (TextdictInfoVO textdictInfoVO : textdictInfos) {
|
|
|
|
+ Elements keyNames = table.getElementsByAttributeValue("keyname", textdictInfoVO.getColKey());
|
|
|
|
+ keyNames.attr("placeholder", textdictInfoVO.getSigRoleName());
|
|
|
|
+ }
|
|
|
|
+ }
|
|
fileInputStream.close();
|
|
fileInputStream.close();
|
|
return R.data(table + "");
|
|
return R.data(table + "");
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|