<#-- BEGIN:获取父关系路由参数 --> <#macro getDeResParameters currentView> <#if currentView.isPSDEView()> [ <#if currentView.getPSAppDERSPathCount() gt 0> <#list currentView.getPSAppDERSPath(currentView.getPSAppDERSPathCount() - 1) as deRSPath> <#assign majorPSAppDataEntity = deRSPath.getMajorPSAppDataEntity()/> { pathName: '${srfpluralize(majorPSAppDataEntity.codeName)?lower_case}', parameterName: '${majorPSAppDataEntity.getCodeName()?lower_case}' }, ] <#else> [] <#-- END:获取父关系路由参数 --> <#-- BEGIN:获取视图本身路由参数 --> <#macro getParameters currentView> [ <#if currentView.isPSDEView()> <#assign appDataEntity = currentView.getPSAppDataEntity()/> { pathName: '${srfpluralize(appDataEntity.codeName)?lower_case}', parameterName: '${appDataEntity.getCodeName()?lower_case}' }, { pathName: '${currentView.getPSDEViewCodeName()?lower_case}', parameterName: '${currentView.getPSDEViewCodeName()?lower_case}' } <#else> { pathName: '${currentView.getCodeName()?lower_case}', parameterName: '${currentView.getCodeName()?lower_case}' } ] <#-- END:获取视图本身路由参数 --> <#-- BEGIN:插入空格 --> <#macro insertBlank num> <#assign blank_space = " " /> <#list 1..num as i> ${blank_space}<#t> <#-- END:插入空格 --> <#-- BEGIN:表格列标题自定义绘制 --> <#macro getColumnHeader item blankNum> <@insertBlank blankNum /> <#-- END:表格列标题自定义绘制 --> <#ibizinclude> ../@MACRO/CONTROL/LANGBASE.vue.ftl <#ibizinclude> ../../@MACRO/LANG_FUN.ftl