Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz4jVue
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
iBiz4jVue
提交
0f858c87
提交
0f858c87
编写于
6月 19, 2020
作者:
WodahsOrez
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm--quick单词拼写
上级
9c119cc6
变更
14
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
47 行增加
和
47 行删除
+47
-47
CONTROL.html.ftl
@CONTROL/搜索表单/CONTROL.html.ftl
+1
-1
GRID.vue.ftl
@CONTROL/视图布局面板/@MACRO/GRID.vue.ftl
+1
-1
VIEW.vue.ftl
@CONTROL/视图布局面板/实体列表视图/VIEW.vue.ftl
+1
-1
VIEW.vue.ftl
@CONTROL/视图布局面板/实体列表视图(部件视图)/VIEW.vue.ftl
+1
-1
VIEW.vue.ftl
@CONTROL/视图布局面板/实体数据视图/VIEW.vue.ftl
+1
-1
VIEW.vue.ftl
@CONTROL/视图布局面板/实体数据视图(部件视图)/VIEW.vue.ftl
+1
-1
VIEW.vue.ftl
@CONTROL/视图布局面板/实体日历视图/VIEW.vue.ftl
+1
-1
VIEW.vue.ftl
@CONTROL/视图布局面板/实体日历视图(部件视图)/VIEW.vue.ftl
+1
-1
VIEW.vue.ftl
@CONTROL/视图布局面板/实体看板视图/VIEW.vue.ftl
+1
-1
DATAVIEW_VIEW.vue.ftl
@VIEW/@MACRO/DATAVIEW_VIEW.vue.ftl
+6
-6
GRID_VIEW-BASE.vue.ftl
@VIEW/@MACRO/GRID_VIEW-BASE.vue.ftl
+6
-6
LIST_VIEW.vue.ftl
@VIEW/@MACRO/LIST_VIEW.vue.ftl
+6
-6
VIEW-BASE.vue.ftl
@VIEW/实体日历视图/VIEW-BASE.vue.ftl
+10
-10
VIEW-BASE.vue.ftl
@VIEW/实体日历视图(部件视图)/VIEW-BASE.vue.ftl
+10
-10
未找到文件。
@CONTROL/搜索表单/CONTROL.html.ftl
浏览文件 @
0f858c87
...
...
@@ -6,7 +6,7 @@
</#if>
loaddraftAction="<#if ctrl.getGetDraftPSControlAction()?? && ctrl.getGetDraftPSControlAction().getPSAppDEMethod()??>${ctrl.getGetDraftPSControlAction().getPSAppDEMethod().getCodeName()}</#if>"
loadAction="<#if ctrl.getGetPSControlAction()?? && ctrl.getGetPSControlAction().getPSAppDEMethod()??>${ctrl.getGetPSControlAction().getPSAppDEMethod().getCodeName()}</#if>"
<#if ctrl.getFormStyle() == "SEARCHBAR">@valuechange="qu
ci
kFormValueChange"</#if>
<#if ctrl.getFormStyle() == "SEARCHBAR">@valuechange="qu
ic
kFormValueChange"</#if>
<#if view.getViewType() == "DECALENDARVIEW" || view.getViewType() == "DECALENDARVIEW9">
@search="searchform_search($event)"
@load="searchform_load($event)"
...
...
@CONTROL/视图布局面板/@MACRO/GRID.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -16,7 +16,7 @@ ${P.getCtrlCode('grid', 'CONTROL.html').code}
<div style='margin-bottom: 6px;'>
<#if view.isEnableQuickGroup()>
<div class="quick-group-container">
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ci
kGroupValueChange"></app-quick-group>
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ic
kGroupValueChange"></app-quick-group>
</div>
</#if>
<#if view.getQuickPSDESearchForm()??>
...
...
@CONTROL/视图布局面板/实体列表视图/VIEW.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -17,7 +17,7 @@
<div style="margin-bottom:6px;">
<#if view.isEnableQuickGroup()>
<div class="quick-group-container">
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ci
kGroupValueChange"></app-quick-group>
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ic
kGroupValueChange"></app-quick-group>
</div>
</#if>
<#if view.getQuickPSDESearchForm()??>
...
...
@CONTROL/视图布局面板/实体列表视图(部件视图)/VIEW.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -13,7 +13,7 @@
<div style="margin-bottom:6px;">
<#if view.isEnableQuickGroup()>
<div class="quick-group-container">
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ci
kGroupValueChange"></app-quick-group>
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ic
kGroupValueChange"></app-quick-group>
</div>
</#if>
<#if view.getQuickPSDESearchForm()??>
...
...
@CONTROL/视图布局面板/实体数据视图/VIEW.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -14,7 +14,7 @@
<div style="margin-bottom:6px;">
<#if view.isEnableQuickGroup()>
<div class="quick-group-container">
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ci
kGroupValueChange"></app-quick-group>
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ic
kGroupValueChange"></app-quick-group>
</div>
</#if>
<#if view.getQuickPSDESearchForm()??>
...
...
@CONTROL/视图布局面板/实体数据视图(部件视图)/VIEW.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -9,7 +9,7 @@
<div style="margin-bottom:6px;">
<#if view.isEnableQuickGroup()>
<div class="quick-group-container">
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ci
kGroupValueChange"></app-quick-group>
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ic
kGroupValueChange"></app-quick-group>
</div>
</#if>
<#if view.getQuickPSDESearchForm()??>
...
...
@CONTROL/视图布局面板/实体日历视图/VIEW.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -17,7 +17,7 @@
<div style="margin-bottom:6px;">
<#if view.isEnableQuickGroup()>
<div class="quick-group-container">
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ci
kGroupValueChange"></app-quick-group>
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ic
kGroupValueChange"></app-quick-group>
</div>
</#if>
<#if view.getQuickPSDESearchForm()??>
...
...
@CONTROL/视图布局面板/实体日历视图(部件视图)/VIEW.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -13,7 +13,7 @@
<div style="margin-bottom:6px;">
<#if view.isEnableQuickGroup()>
<div class="quick-group-container">
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ci
kGroupValueChange"></app-quick-group>
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ic
kGroupValueChange"></app-quick-group>
</div>
</#if>
<#if view.getQuickPSDESearchForm()??>
...
...
@CONTROL/视图布局面板/实体看板视图/VIEW.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -14,7 +14,7 @@
<div style="margin-bottom:6px;">
<#if view.isEnableQuickGroup()>
<div class="quick-group-container">
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ci
kGroupValueChange"></app-quick-group>
<app-quick-group :items="quickGroupModel" <#if appCounter??>:counterService="${srfclassname('${appCounter.getCodeName()}')}counterservice"</#if> @valuechange="qu
ic
kGroupValueChange"></app-quick-group>
</div>
</#if>
<#if view.getQuickPSDESearchForm()??>
...
...
@VIEW/@MACRO/DATAVIEW_VIEW.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -97,7 +97,7 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kGroupData:any;
public qu
ic
kGroupData:any;
/**
* 快速分组是否有抛值
...
...
@@ -171,9 +171,9 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kGroupValueChange($event:any){
public qu
ic
kGroupValueChange($event:any){
if($event && $event.data){
this.qu
ci
kGroupData = $event.data;
this.qu
ic
kGroupData = $event.data;
if(this.isEmitQuickGroupValue){
this.onSearch($event);
}
...
...
@@ -188,15 +188,15 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kFormData:any;
public qu
ic
kFormData:any;
/**
* 快速搜索栏值变化
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kFormValueChange($event:any){
this.qu
ci
kFormData = $event;
public qu
ic
kFormValueChange($event:any){
this.qu
ic
kFormData = $event;
this.onSearch($event);
}
</#if>
...
...
@VIEW/@MACRO/GRID_VIEW-BASE.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -179,7 +179,7 @@ if(this.formDruipart){
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kGroupData:any;
public qu
ic
kGroupData:any;
/**
* 快速分组是否有抛值
...
...
@@ -253,9 +253,9 @@ if(this.formDruipart){
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kGroupValueChange($event:any){
public qu
ic
kGroupValueChange($event:any){
if($event && $event.data){
this.qu
ci
kGroupData = $event.data;
this.qu
ic
kGroupData = $event.data;
if(this.isEmitQuickGroupValue){
this.onSearch($event);
}
...
...
@@ -270,15 +270,15 @@ if(this.formDruipart){
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kFormData:any;
public qu
ic
kFormData:any;
/**
* 快速搜索栏值变化
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kFormValueChange($event:any){
this.qu
ci
kFormData = $event;
public qu
ic
kFormValueChange($event:any){
this.qu
ic
kFormData = $event;
this.onSearch($event);
}
</#if>
...
...
@VIEW/@MACRO/LIST_VIEW.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -77,7 +77,7 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kGroupData:any;
public qu
ic
kGroupData:any;
/**
* 快速分组是否有抛值
...
...
@@ -151,9 +151,9 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kGroupValueChange($event:any){
public qu
ic
kGroupValueChange($event:any){
if($event && $event.data){
this.qu
ci
kGroupData = $event.data;
this.qu
ic
kGroupData = $event.data;
if(this.isEmitQuickGroupValue){
this.onSearch($event);
}
...
...
@@ -168,15 +168,15 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kFormData:any;
public qu
ic
kFormData:any;
/**
* 快速搜索栏值变化
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kFormValueChange($event:any){
this.qu
ci
kFormData = $event;
public qu
ic
kFormValueChange($event:any){
this.qu
ic
kFormData = $event;
this.onSearch($event);
}
</#if>
...
...
@VIEW/实体日历视图/VIEW-BASE.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -70,11 +70,11 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
}
// 快速分组和快速搜索栏
let otherQueryParam:any = {};
if(_this && (_this.qu
ci
kGroupData as any)){
Object.assign(otherQueryParam,_this.qu
ci
kGroupData);
if(_this && (_this.qu
ic
kGroupData as any)){
Object.assign(otherQueryParam,_this.qu
ic
kGroupData);
}
if(_this && _this.qu
ci
kFormData){
Object.assign(otherQueryParam,_this.qu
ci
kFormData);
if(_this && _this.qu
ic
kFormData){
Object.assign(otherQueryParam,_this.qu
ic
kFormData);
}
Object.assign(arg,{viewparams:otherQueryParam});
}
...
...
@@ -125,7 +125,7 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kGroupData:any;
public qu
ic
kGroupData:any;
/**
* 快速分组是否有抛值
...
...
@@ -199,9 +199,9 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kGroupValueChange($event:any){
public qu
ic
kGroupValueChange($event:any){
if($event && $event.data){
this.qu
ci
kGroupData = $event.data;
this.qu
ic
kGroupData = $event.data;
if(this.isEmitQuickGroupValue){
this.onSearch($event);
}
...
...
@@ -216,15 +216,15 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kFormData:any;
public qu
ic
kFormData:any;
/**
* 快速搜索栏值变化
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kFormValueChange($event:any){
this.qu
ci
kFormData = $event;
public qu
ic
kFormValueChange($event:any){
this.qu
ic
kFormData = $event;
this.onSearch($event);
}
</#if>
...
...
@VIEW/实体日历视图(部件视图)/VIEW-BASE.vue.ftl
浏览文件 @
0f858c87
...
...
@@ -100,11 +100,11 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
}
// 快速分组和快速搜索栏
let otherQueryParam:any = {};
if(_this && (_this.qu
ci
kGroupData as any)){
Object.assign(otherQueryParam,_this.qu
ci
kGroupData);
if(_this && (_this.qu
ic
kGroupData as any)){
Object.assign(otherQueryParam,_this.qu
ic
kGroupData);
}
if(_this && _this.qu
ci
kFormData){
Object.assign(otherQueryParam,_this.qu
ci
kFormData);
if(_this && _this.qu
ic
kFormData){
Object.assign(otherQueryParam,_this.qu
ic
kFormData);
}
Object.assign(arg,{viewparams:otherQueryParam});
}
...
...
@@ -155,7 +155,7 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kGroupData:any;
public qu
ic
kGroupData:any;
/**
* 快速分组是否有抛值
...
...
@@ -229,9 +229,9 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kGroupValueChange($event:any){
public qu
ic
kGroupValueChange($event:any){
if($event && $event.data){
this.qu
ci
kGroupData = $event.data;
this.qu
ic
kGroupData = $event.data;
if(this.isEmitQuickGroupValue){
this.onSearch($event);
}
...
...
@@ -246,15 +246,15 @@ import ${srfclassname('${appCounter.getCodeName()}')}CounterService from '@/co
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kFormData:any;
public qu
ic
kFormData:any;
/**
* 快速搜索栏值变化
*
* @memberof ${srfclassname('${view.name}')}Base
*/
public qu
ci
kFormValueChange($event:any){
this.qu
ci
kFormData = $event;
public qu
ic
kFormValueChange($event:any){
this.qu
ic
kFormData = $event;
this.onSearch($event);
}
</#if>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录