Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-Mob-R7
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-Mob-R7
提交
63aaa672
提交
63aaa672
编写于
5月 11, 2020
作者:
KK
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
搜索表单——update
上级
aef1f0ce
变更
5
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
44 行增加
和
36 行删除
+44
-36
CONTROL-BASE.template.ftl
@CONTROL/搜索表单/CONTROL-BASE.template.ftl
+27
-18
CONTROL-BASE.vue#DETAIL_DRUIPART.ftl
@CONTROL/搜索表单/CONTROL-BASE.vue#DETAIL_DRUIPART.ftl
+3
-2
CONTROL-BASE.vue#DETAIL_GROUPPANEL.ftl
@CONTROL/搜索表单/CONTROL-BASE.vue#DETAIL_GROUPPANEL.ftl
+1
-3
CONTROL-BASE.vue.ftl
@CONTROL/搜索表单/CONTROL-BASE.vue.ftl
+12
-12
VIEW_LAYOUT_BASE.ftl
@CONTROL/视图布局面板/@MACRO/VIEW_LAYOUT_BASE.ftl
+1
-1
未找到文件。
@CONTROL/搜索表单/CONTROL-BASE.template.ftl
浏览文件 @
63aaa672
...
...
@@ -5,32 +5,40 @@
<#if ctrl.render??>
${ctrl.render.code}
<#else>
<
van-form
ref='${ctrl.name}' class="app-form <#if ctrl.getPSSysCss()??><#assign singleCss = ctrl.getPSSysCss()> ${singleCss.getCssName()}</#if>">
<
div
ref='${ctrl.name}' class="app-form <#if ctrl.getPSSysCss()??><#assign singleCss = ctrl.getPSSysCss()> ${singleCss.getCssName()}</#if>">
<#-- isNoTabHeader是否隐藏分页头部-->
<#if ctrl.isNoTabHeader()>
<#list ctrl.getPSDEFormPages() as formmenber>
${P.getPartCode(formmenber).code}
</#list>
<#else>
<
van-tabs v-model="detailsModel.${ctrl.name}.activiedPage" @click
="detailsModel.${ctrl.name}.clickPage($event)">
<
ion-tabs class="app-form-tabs" @ionTabsDidChange
="detailsModel.${ctrl.name}.clickPage($event)">
<#list ctrl.getPSDEFormPages() as formpage>
<van-tab name='${formpage.name}' :disabled="!detailsModel.${formpage.name}.visible">
<div slot="title" class="caption<#if formpage.getLabelPSSysCss?? && formpage.getLabelPSSysCss()??> ${formpage.getLabelPSSysCss().getCssName()}</#if>">
<#if formpage.getPSSysImage()??>
<#assign sysimage = formpage.getPSSysImage()/>
<#if sysimage.getImagePath() == "">
<i class="${sysimage.getCssClass()}" style="margin-right: 2px"></i>
<#else>
<img src="${sysimage.getImagePath()}" style="margin-right: 2px"/>
</#if>
</#if>
{{<#if langbase??>$t('${langbase}.details.${formpage.name}')<#else>'${formpage.getCaption()}'</#if>}}
</div>
${P.getPartCode(formpage).code}
</van-tab>
<ion-tab class="app-form-tab" tab="${formpage.name}">
<ion-row>
${P.getPartCode(formpage).code}
</ion-row>
</ion-tab>
</#list>
</van-tabs>
<ion-tab-bar slot="top">
<#list ctrl.getPSDEFormPages() as formpage>
<ion-tab-button tab="${formpage.name}" :disabled="!detailsModel.${formpage.name}.visible">
<ion-label class="caption<#if formpage.getLabelPSSysCss?? && formpage.getLabelPSSysCss()??> ${formpage.getLabelPSSysCss().getCssName()}</#if>">
<#if formpage.getPSSysImage()??>
<#assign sysimage = formpage.getPSSysImage()/>
<#if sysimage.getImagePath() == "">
<i class="${sysimage.getCssClass()}" style="margin-right: 2px"></i>
<#else>
<img src="${sysimage.getImagePath()}" style="margin-right: 2px"/>
</#if>
</#if>
{{<#if langbase??>$t('${langbase}.details.${formpage.name}')<#else>'${formpage.getCaption()}'</#if>}}
</ion-label>
</ion-tab-button>
</#list>
</ion-tab-bar>
</ion-tabs>
</#if>
</
van-form
>
</
div
>
</#if>
</template>
\ No newline at end of file
@CONTROL/搜索表单/CONTROL-BASE.vue#DETAIL_DRUIPART.ftl
浏览文件 @
63aaa672
...
...
@@ -17,7 +17,8 @@ ${item.render.code}
</#list>
</#if>
]"
:viewParam="context"
:context="context"
:viewparams="viewparams"
parameterName='${appde.getCodeName()?lower_case}'
refviewtype='<#if refView.getPSViewType()??>${refView.getPSViewType().getId()}</#if>'
refreshitems='<#if item.getRefreshItems()??>${item.getRefreshItems()}</#if>'
...
...
@@ -25,6 +26,6 @@ ${item.render.code}
viewname='${srffilepath2(refView.codeName)}'
:data="JSON.stringify(this.data)"
@drdatasaved="drdatasaved($event)"
style="<#if item.getPSLayoutPos()?? && item.getPSLayoutPos().getLayout() == "FLEX">height: 100%
</#if><#if item.getContentHeight() == 0><#if refView.getHeight() gt 0>height:${refView.getHeight()?c}px</#if><#else>height:${item.getContentHeight()?c}px</#if>;overflow: auto;
">
style="<#if item.getPSLayoutPos()?? && item.getPSLayoutPos().getLayout() == "FLEX">height: 100%
;</#if><#if item.getContentHeight() == 0><#if refView.getHeight() gt 0>height:${refView.getHeight()?c}px</#if><#else>height:${item.getContentHeight()?c}px;</#if>
">
</app-form-druipart>
</#if>
@CONTROL/搜索表单/CONTROL-BASE.vue#DETAIL_GROUPPANEL.ftl
浏览文件 @
63aaa672
...
...
@@ -21,9 +21,7 @@ ${item.render.code}
${content}
</div>
<#else>
<van-row>
${content}
</van-row>
${content}
</#if>
</app-form-group>
</#if>
@CONTROL/搜索表单/CONTROL-BASE.vue.ftl
浏览文件 @
63aaa672
...
...
@@ -336,7 +336,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
<#if formitem.getPSDEFormItemUpdate()??>
<#assign itemUpdate=formitem.getPSDEFormItemUpdate()/>
if
(Object.is(name, '${formitem.name}'))
{
if
(Object.is(name, '${formitem.name}'))
{
const details: string[] = [<#list itemUpdate.getPSDEFIUpdateDetails() as detail><#if detail_index gt 0>, </#if>'${detail.getPSDEFormDetailName()?lower_case}'</#list>];
this.updateFormItems('${itemUpdate.codeName}', this.data, details, ${itemUpdate.isShowBusyIndicator()?c});
}
...
...
@@ -822,8 +822,8 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
this.$nextTick(() => {
this.formState.next({ type: 'load', data: data });
});
} else if (response && response.status
=
== 401) {
const {
data
: _data } = response;
} else if (response && response.status
!
== 401) {
const {
error
: _data } = response;
this.$notice.error(_data.message);
}
return response;
...
...
@@ -856,8 +856,8 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
this.$nextTick(() => {
this.formState.next({ type: 'load', data: data });
});
} else if (response && response.status
=
== 401) {
const {
data
: _data } = response;
} else if (response && response.status
!
== 401) {
const {
error
: _data } = response;
this.$notice.error(_data.message);
}
return response;
...
...
@@ -897,7 +897,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
this.formState.next({ type: 'save', data: data });
});
} else if (response.status && response.status !== 401) {
const {
data
: _data } = response;
const {
error
: _data } = response;
if (Object.is(_data.status, 'BAD_REQUEST') && _data.parameters && _data.parameters.fieldErrors) {
this.resetValidates();
this.fillValidates(_data.parameters.fieldErrors)
...
...
@@ -972,7 +972,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
}
</#if>
} else if (response && response.status !== 401) {
const {
data
: _data } = response;
const {
error
: _data } = response;
if (Object.is(_data.status, 'BAD_REQUEST') && _data.parameters && _data.parameters.fieldErrors) {
this.resetValidates();
this.fillValidates(_data.parameters.fieldErrors)
...
...
@@ -1007,7 +1007,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
this.data.ismodify = false;
this.$notice.success((data.srfmajortext ? data.srfmajortext : '') + ' 删除成功!');
} else if (response && response.status !== 401) {
const {
data
: _data } = response;
const {
error
: _data } = response;
this.$notice.error(_data.message);
}
return response;
...
...
@@ -1034,7 +1034,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
if (response && response.status === 200) {
this.$notice.success('工作流启动成功');
} else if (response && response.status !== 401) {
this.$notice.error('工作流启动失败, ' + response.
info
);
this.$notice.error('工作流启动失败, ' + response.
error.message
);
}
return response;
}
...
...
@@ -1059,7 +1059,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
if (response && response.status === 200) {
this.$notice.success('工作流提交成功');
} else if (response && response.status !== 401) {
this.$notice.error('工作流提交失败, ' + response.
info
);
this.$notice.error('工作流提交失败, ' + response.
error.message
);
}
return response;
}
...
...
@@ -1082,7 +1082,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
}
const arg: any = { ...data };
Object.assign(arg, this.viewparams);
const response: any = this.service.frontLogic(mode, { ...this.context }, arg, showloading);
const response: any =
await
this.service.frontLogic(mode, { ...this.context }, arg, showloading);
if (response && response.status === 200) {
const data = response.data;
const _data: any = {};
...
...
@@ -1100,7 +1100,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
this.formState.next({ type: 'updateformitem', ufimode: arg.srfufimode, data: _data });
});
} else if (response && response.status !== 401) {
const {
data
: _data } = response;
const {
error
: _data } = response;
if (Object.is(_data.status, 'BAD_REQUEST') && _data.parameters && _data.parameters.fieldErrors) {
this.resetValidates();
this.fillValidates(_data.parameters.fieldErrors)
...
...
@CONTROL/视图布局面板/@MACRO/VIEW_LAYOUT_BASE.ftl
浏览文件 @
63aaa672
...
...
@@ -81,7 +81,7 @@
</ion-header>
<#-- 搜索表单:BEGIN -->
<#if view.hasPSControl('
c
')>
<#if view.hasPSControl('
searchform
')>
<ion-menu side="start" content-id="main-content" ref='searchform<#if view.getName()??>${view.getName()}</#if>'>
<ion-header>
<ion-toolbar translucent>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录