提交 6b81e1fa 编写于 作者: Shine-zwj's avatar Shine-zwj

update:更新多编辑视图布局

上级 a87c1117
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</#if> </#if>
</#if> </#if>
</template> </template>
<template #headerBottom> <template #contentTop>
<@ibizindent blank=8> <@ibizindent blank=8>
<#ibizinclude> <#ibizinclude>
./View_Pos_Body_Msgs.vue.ftl ./View_Pos_Body_Msgs.vue.ftl
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</@ibizindent> </@ibizindent>
</#if> </#if>
</template> </template>
<template #footer> <template #contentBottom>
<@ibizindent blank=8> <@ibizindent blank=8>
<#ibizinclude> <#ibizinclude>
./View_Pos_Bottom_Msgs.vue.ftl ./View_Pos_Bottom_Msgs.vue.ftl
......
<#ibizinclude> <app-medit-view-layout class="${view.getViewType()?lower_case} ${srffilepath2(view.getCodeName())}<#if view.getPSSysCss?? && view.getPSSysCss()??> ${view.getPSSysCss().getCssName()}</#if><#if !view.isShowCaptionBar()> view-no-caption</#if> <#if !view.hasPSControl('toolbar')> view-no-toolbar</#if>">
../@MACRO/DEFAULT.vue.ftl <template #headerTop>
</#ibizinclude> <@ibizindent blank=8>
\ No newline at end of file <#ibizinclude>
./View_Pos_Top_Msgs.vue.ftl
</#ibizinclude>
</@ibizindent>
</template>
<template #headerLeft>
<#if view.isShowCaptionBar()>
<app-caption caption="${view.getCaption()}"></app-caption>
</#if>
</template>
<template #headerRight>
<#if view.hasPSControl('toolbar')>
<#if selfToolbarRender??>
<@ibizindent blank=4>
${selfToolbarRender}<#t>
</@ibizindent>
<#else>
<@ibizindent blank=4>
${P.getCtrlCode('toolbar', 'CONTROL.html').code}<#t>
</@ibizindent>
</#if>
</#if>
</template>
<template #contentTop>
<@ibizindent blank=8>
<#ibizinclude>
./View_Pos_Body_Msgs.vue.ftl
</#ibizinclude>
</@ibizindent>
</template>
<template #default>
<#if view.getAllPSControls()??>
<#list view.getAllPSControls() as ctrl>
<#if ctrl.getControlType() != "TOOLBAR">
<#if P.getCtrlCode(ctrl, 'CONTROL.html')??>
<@ibizindent blank=12>
${P.getCtrlCode(ctrl, 'CONTROL.html').code}
</@ibizindent>
</#if>
</#if>
</#list>
</#if>
</template>
<template #contentBottom>
<@ibizindent blank=8>
<#ibizinclude>
./View_Pos_Bottom_Msgs.vue.ftl
</#ibizinclude>
</@ibizindent>
</template>
</app-medit-view-layout>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册