Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
inori_templ
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
junzai001
inori_templ
提交
7024b064
提交
7024b064
编写于
9月 18, 2019
作者:
JunZai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
bf7227b2
变更
7
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
13 行增加
和
14 行删除
+13
-14
CONTROL.html#DETAIL_BUTTON.ftl
@CONTROL/表单/CONTROL.html#DETAIL_BUTTON.ftl
+2
-1
CONTROL.html#DETAIL_DRUIPART.ftl
@CONTROL/表单/CONTROL.html#DETAIL_DRUIPART.ftl
+0
-8
CONTROL.html#DETAIL_FORMITEM.ftl
@CONTROL/表单/CONTROL.html#DETAIL_FORMITEM.ftl
+1
-1
CONTROL.html#DETAIL_GROUPPANEL.ftl
@CONTROL/表单/CONTROL.html#DETAIL_GROUPPANEL.ftl
+1
-1
CONTROL.html#DETAIL_RAWITEM.ftl
@CONTROL/表单/CONTROL.html#DETAIL_RAWITEM.ftl
+2
-1
CONTROL.less.ftl
@CONTROL/表单/CONTROL.less.ftl
+5
-0
EDITOR.tsx.ftl
@EDITOR/文本框/EDITOR.tsx.ftl
+2
-2
未找到文件。
@CONTROL/表单/CONTROL.html#DETAIL_BUTTON.ftl
浏览文件 @
7024b064
<button nz-button nzType="primary" (click)="${item.name}_click($event)" style="<#if item.getHeight() gt 0>height: ${item.getHeight()?c}px;</#if><#if item.getWidth() gt 0>width: ${item.getWidth()?c}px;</#if>">
<button
[ngClass]="[ detailsModel.${item.name}.visible ? '' : 'hidden'<#if item.getPSSysCss?? && item.getPSSysCss()??>, '${item.getPSSysCss().getCssName()}'</#if> ]"
nz-button nzType="primary" (click)="${item.name}_click($event)" style="<#if item.getHeight() gt 0>height: ${item.getHeight()?c}px;</#if><#if item.getWidth() gt 0>width: ${item.getWidth()?c}px;</#if>">
<#if item.getPSSysImage()??><#assign img=item.getPSSysImage()><#if img.getCssClass()?? && (img.getCssClass()?length gt 0)><i className="${img.getCssClass()}"></i></#if></#if>
<#if item.getPSSysImage()??><#assign img=item.getPSSysImage()><#if img.getCssClass()?? && (img.getCssClass()?length gt 0)><i className="${img.getCssClass()}"></i></#if></#if>
<#if item.isShowCaption()><span >${item.getCaption()}</span></#if>
<#if item.isShowCaption()><span >${item.getCaption()}</span></#if>
</button>
</button>
\ No newline at end of file
@CONTROL/表单/CONTROL.html#DETAIL_DRUIPART.ftl
浏览文件 @
7024b064
<#assign dritem = item.getPSDEDRItem()>
<app-form-druipart formState={this.formState} paramitem='<#if item.getParamItem()??>${item.getParamItem()}<#else>srfkey</#if>'
parentdata={<#if dritem.getParentDataJO?? && dritem.getParentDataJO()??>${dritem.getParentDataJO()}<#else>{}</#if>}
refviewtype='<#if item.getPSAppView()?? && item.getPSAppView().getPSViewType()??>${item.getPSAppView().getPSViewType().getId()}</#if>'
refreshitems='<#if item.getRefreshItems()??>${item.getRefreshItems()}</#if>'
ignorefieldvaluechange={this.ignorefieldvaluechange}
viewname='${srffilepath2(item.getPSAppView().codeName)}' data={JSON.stringify(this.data)} style="<#if item.getPSLayoutPos()?? && item.getPSLayoutPos().getLayout() == "FLEX">height: 100%</#if><#if item.getContentHeight() == 0><#if item.getPSAppView().getHeight() gt 0>height:${item.getPSAppView().getHeight()?c}px</#if><#else>height:${item.getContentHeight()?c}px</#if>;overflow: auto;">
</app-form-druipart>
@CONTROL/表单/CONTROL.html#DETAIL_FORMITEM.ftl
浏览文件 @
7024b064
<#if !item.isHidden()>
<#if !item.isHidden()>
<nz-form-item [nzFlex]="true"
class="<#if item.getPSSysCss?? && item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>
">
<nz-form-item [nzFlex]="true"
[ngClass]="[ detailsModel.${item.name}.visible ? '' : 'hidden'<#if item.getPSSysCss?? && item.getPSSysCss()??>, '${item.getPSSysCss().getCssName()}'</#if> ]
">
<nz-form-label style="width: <#if item.getLabelWidth() gt 0>${item.getLabelWidth()?c}<#else>130</#if>px;">${item.getCaption()}</nz-form-label>
<nz-form-label style="width: <#if item.getLabelWidth() gt 0>${item.getLabelWidth()?c}<#else>130</#if>px;">${item.getCaption()}</nz-form-label>
<nz-form-control style="flex-grow: 1;">
<nz-form-control style="flex-grow: 1;">
<@ibizindent blank=8>
<@ibizindent blank=8>
...
...
@CONTROL/表单/CONTROL.html#DETAIL_GROUPPANEL.ftl
浏览文件 @
7024b064
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
</#if>
</#if>
</#list>
</#list>
</#assign>
</#assign>
<nz-card [nzBordered]="false" nzTitle="${item.getCaption()}">
<nz-card [nzBordered]="false" nzTitle="${item.getCaption()}"
[ngClass]="[ detailsModel.${item.name}.visible ? '' : 'hidden'<#if item.getPSSysCss?? && item.getPSSysCss()??>, '${item.getPSSysCss().getCssName()}'</#if> ]"
>
<@ibizindent blank=4>
<@ibizindent blank=4>
<#if item.getPSLayout()?? && item.getPSLayout().getLayout() == "FLEX">
<#if item.getPSLayout()?? && item.getPSLayout().getLayout() == "FLEX">
<#assign pageLayout = item.getPSLayout()>
<#assign pageLayout = item.getPSLayout()>
...
...
@CONTROL/表单/CONTROL.html#DETAIL_RAWITEM.ftl
浏览文件 @
7024b064
<#if item.render??>
<#if item.render??>
${item.render.code}
${item.render.code}
<#else>
<#else>
<div
className="<#if item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>
" style="<#if item.getRawContentHeight() gt 0>height: ${item.getRawContentHeight()?c}px;</#if><#if item.getRawContentWidth() gt 0>width: ${item.getRawContentWidth()?c}px;</#if>">
<div
[ngClass]="[ detailsModel.${item.name}.visible ? '' : 'hidden'<#if item.getPSSysCss?? && item.getPSSysCss()??>, '${item.getPSSysCss().getCssName()}'</#if> ]
" style="<#if item.getRawContentHeight() gt 0>height: ${item.getRawContentHeight()?c}px;</#if><#if item.getRawContentWidth() gt 0>width: ${item.getRawContentWidth()?c}px;</#if>">
${item.getRawContent()}
${item.getRawContent()}
</div>
</div>
</#if>
</#if>
\ No newline at end of file
@CONTROL/表单/CONTROL.less.ftl
浏览文件 @
7024b064
...
@@ -11,3 +11,7 @@ ${css.getCssStyle()}
...
@@ -11,3 +11,7 @@ ${css.getCssStyle()}
</#if>
</#if>
</#list>
</#list>
</#if>
</#if>
.hidden {
display: none;
}
\ No newline at end of file
@EDITOR/文本框/EDITOR.tsx.ftl
浏览文件 @
7024b064
<input nz-input name="${item.name}" placeholder="<#if item.getPlaceHolder()??>${item.getPlaceHolder()}<#else>请输入...</#if>" style="${item.getEditorCssStyle()}"/>
<input nz-input name="${item.name}" [ngModel]="formData.${item.name}" placeholder="<#if item.getPlaceHolder()??>${item.getPlaceHolder()}<#else>请输入...</#if>" style="${item.getEditorCssStyle()}"/>
\ No newline at end of file
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录