提交 11a68e23 编写于 作者: zhangpingchuan's avatar zhangpingchuan

Update LOGIC.tsx.ftl

上级 7d771192
...@@ -18,11 +18,14 @@ ...@@ -18,11 +18,14 @@
<#assign batchAddPSAppViews = viewlogic.getBatchAddPSAppViews()/> <#assign batchAddPSAppViews = viewlogic.getBatchAddPSAppViews()/>
const batchAddPSAppViews=[ const batchAddPSAppViews=[
<#list batchAddPSAppViews as batchAddPSAppView> <#list batchAddPSAppViews as batchAddPSAppView>
{'${batchAddPSAppView.getCodeName()}': <#if batchAddPSAppView_index == 0>
<#assign batchappView = batchAddPSAppView />
</#if>
<#-- {'${batchAddPSAppView.getCodeName()}':
{viewname:'${srffilepath2(batchAddPSAppView.getCodeName())}', {viewname:'${srffilepath2(batchAddPSAppView.getCodeName())}',
height: ${batchAddPSAppView.getHeight()?c}, height: ${batchAddPSAppView.getHeight()?c},
width: ${batchAddPSAppView.getWidth()?c}, width: ${batchAddPSAppView.getWidth()?c},
title: '${batchAddPSAppView.title}'}}<#if batchAddPSAppView_has_next>,</#if> title: '${batchAddPSAppView.title}'}}<#if batchAddPSAppView_has_next>,</#if> -->
</#list> </#list>
] ]
</#if> </#if>
...@@ -73,10 +76,10 @@ ...@@ -73,10 +76,10 @@
}); });
} }
const view: any = { const view: any = {
<#-- viewname: '${srffilepath2(batchappView.getCodeName())}', viewname: '${srffilepath2(batchappView.getCodeName())}',
height: ${batchappView.getHeight()?c}, height: ${batchappView.getHeight()?c},
width: ${batchappView.getWidth()?c}, width: ${batchappView.getWidth()?c},
title: '${batchappView.title}', --> title: '${batchappView.title}',
}; };
openPopupModal(view, data); openPopupModal(view, data);
<#elseif viewlogic.isBatchAddOnly()> <#elseif viewlogic.isBatchAddOnly()>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册