#parse("PublicMacro/FormMarco.vm")
#foreach($fieLdsModel in ${context.form})
#set($jnpfKey = "${fieLdsModel.jnpfKey}")
#if($jnpfKey == 'table')
#set($child = $fieLdsModel.childList)
#if($child.showSummary)
#set($childSummary=true)
#end
#if($child.footerBtnsList.size()>2)
#set($isSelectDialog = true)
#end
#if($child.isNumLimit)
#set($isNumLimitSwitch = true)
#end
#end
#end
## 全屏弹窗
#if(${context.popupType}=="fullScreen")
##
{{ title }}
##
#if(${context.hasConfirmAndAddBtn} && (!${context.groupTable} && !${context.treeTable}))
#end
#if(${context.hasConfirmAndAddBtn} && (!${context.groupTable} && !${context.treeTable}))
##
##
#end
#FormRendering()
##
#end
## 普通弹窗
#if(${context.popupType}=="general")
##
{{ title }}
##
#if(${context.hasConfirmAndAddBtn} && (!${context.groupTable} && !${context.treeTable}))
#end
#if(${context.hasConfirmAndAddBtn} && (!${context.groupTable} && !${context.treeTable}))
##
##
#end
#FormRendering()
##
#end
## 右侧弹窗
#if(${context.popupType}=="drawer")
##
{{ title }}
##
#if(${context.hasConfirmAndAddBtn} && (!${context.groupTable} && !${context.treeTable}))
#end
#if(${context.hasConfirmAndAddBtn} && (!${context.groupTable} && !${context.treeTable}))
##
##
#end
#FormRendering()
##
#end
#if($isSelectDialog == true)
#end