Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
资
资产管理
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
资产管理
提交
222ce9d9
提交
222ce9d9
编写于
7月 27, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lab_gzf 部署微服务应用
上级
5ceefcc8
变更
5
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
11 行增加
和
12 行删除
+11
-12
eamlocation-state-edit-view.html
...location-state-edit-view/eamlocation-state-edit-view.html
+3
-3
eamlocation-state-grid-view.html
...location-state-grid-view/eamlocation-state-grid-view.html
+3
-3
main-form-base.tsx
...rc/widgets/eamlocation-state/main-form/main-form-base.tsx
+2
-2
main-form.html
...nt/src/widgets/eamlocation-state/main-form/main-form.html
+1
-2
h2_table.xml
...management-core/src/main/resources/liquibase/h2_table.xml
+2
-2
未找到文件。
app_AssetManagement/src/pages/location/eamlocation-state-edit-view/eamlocation-state-edit-view.html
浏览文件 @
222ce9d9
<studio-view
viewName=
"eamlocationstateeditview"
viewTitle=
"功能位置状态编辑视图"
class=
'deeditview eamlocation-state-edit-view'
>
<studio-view
-style2
viewName=
"eamlocationstateeditview"
viewTitle=
"功能位置状态编辑视图"
class=
'deeditview eamlocation-state-edit-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<template
slot=
"toolbar"
>
<view-toolbar
:model=
"toolBarModels"
@
item-click=
"toolbar_click($event)"
/>
</template>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click($event)"
/>
</template>
<view
_form
:viewState=
"viewState"
:viewparams=
"viewparams"
...
...
@@ -26,4 +26,4 @@
@
load=
"form_load($event)"
@
closeview=
"closeView($event)"
>
</view
_form
>
</studio-view>
\ No newline at end of file
</studio-view-style2>
\ No newline at end of file
app_AssetManagement/src/pages/location/eamlocation-state-grid-view/eamlocation-state-grid-view.html
浏览文件 @
222ce9d9
<studio-view
viewName=
"eamlocationstategridview"
viewTitle=
"功能位置状态信息"
class=
'degridview eamlocation-state-grid-view'
>
<studio-view
-style2
viewName=
"eamlocationstategridview"
viewTitle=
"功能位置状态信息"
class=
'degridview eamlocation-state-grid-view'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{$t(model.srfTitle)}}
</span>
</template>
<i-input
slot=
"quickSearch"
v-show=
"!isExpandSearchForm"
v-model=
"query"
placeholder=
"功能位置状态名称"
search
@
on-search=
"onSearch($event)"
/>
<template
slot=
"toolbar"
>
<view-toolbar
:model=
"toolBarModels"
@
item-click=
"toolbar_click($event)"
/>
</template>
<view-toolbar
mode=
"STYLE2"
:model=
"toolBarModels"
@
item-click=
"toolbar_click($event)"
/>
</template>
<template
slot=
"searchForm"
>
<view
_searchform
:viewState=
"viewState"
...
...
@@ -49,4 +49,4 @@
@
load=
"grid_load($event)"
@
closeview=
"closeView($event)"
>
</view
_grid
>
</studio-view>
\ No newline at end of file
</studio-view-style2>
\ No newline at end of file
app_AssetManagement/src/widgets/eamlocation-state/main-form/main-form-base.tsx
浏览文件 @
222ce9d9
...
...
@@ -107,7 +107,7 @@ export class MainEditFormBase extends EditFormControlBase {
srforikey
:
new
FormItemModel
({
caption
:
''
,
detailType
:
'FORMITEM'
,
name
:
'srforikey'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
srfkey
:
new
FormItemModel
({
caption
:
'功能位置状态标识'
,
detailType
:
'FORMITEM'
,
name
:
'srfkey'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
srfkey
:
new
FormItemModel
({
caption
:
'功能位置状态标识'
,
detailType
:
'FORMITEM'
,
name
:
'srfkey'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
1
}),
srfmajortext
:
new
FormItemModel
({
caption
:
'功能位置状态名称'
,
detailType
:
'FORMITEM'
,
name
:
'srfmajortext'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
...
...
@@ -119,7 +119,7 @@ export class MainEditFormBase extends EditFormControlBase {
srfsourcekey
:
new
FormItemModel
({
caption
:
''
,
detailType
:
'FORMITEM'
,
name
:
'srfsourcekey'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
eamlocationstateid
:
new
FormItemModel
({
caption
:
'功能位置状态标识'
,
detailType
:
'FORMITEM'
,
name
:
'eamlocationstateid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
eamlocationstateid
:
new
FormItemModel
({
caption
:
'功能位置状态标识'
,
detailType
:
'FORMITEM'
,
name
:
'eamlocationstateid'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
1
}),
eamlocationstatename
:
new
FormItemModel
({
caption
:
'功能位置状态名称'
,
detailType
:
'FORMITEM'
,
name
:
'eamlocationstatename'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
showMoreMode
:
0
,
disabled
:
false
,
enableCond
:
3
}),
...
...
app_AssetManagement/src/widgets/eamlocation-state/main-form/main-form.html
浏览文件 @
222ce9d9
...
...
@@ -8,8 +8,7 @@
<row>
<i-col
v-show=
"detailsModel.eamlocationstateid.visible"
:style=
"{}"
:md=
"{ span: 12, offset: 0 }"
:lg=
"{ span: 8, offset: 0 }"
:xl=
"{ span: 6, offset: 0 }"
>
<app-form-item
name=
'eamlocationstateid'
:itemRules=
"this.rules.eamlocationstateid"
class=
''
:caption=
"$t('entities.eamlocationstate.main_form.details.eamlocationstateid')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.eamlocationstateid.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-span
name=
'eamlocationstateid'
:value=
"data.eamlocationstateid"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
:localContext =
'{ }'
:localParam =
'{ }'
style=
""
></app-span>
<input-box
v-model=
"data.eamlocationstateid"
@
enter=
"onEnter($event)"
unit=
""
:disabled=
"detailsModel.eamlocationstateid.disabled"
type=
'text'
style=
""
></input-box>
</app-form-item>
</i-col>
...
...
assetmanagement-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
222ce9d9
...
...
@@ -252,7 +252,7 @@
<!--输出实体[EAMLOCATIONSTATE]数据结构 -->
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"tab-eamlocationstate-
17
-12"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"tab-eamlocationstate-
21
-12"
>
<createTable
tableName=
"EAMLOCATIONSTATE"
>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
...
...
@@ -276,7 +276,7 @@
<!--输出实体[EAMLOCATIONSTATEMODEL]数据结构 -->
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"tab-eamlocationstatemodel-
8
-13"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"tab-eamlocationstatemodel-
9
-13"
>
<createTable
tableName=
"EAMLOCATIONSTATEMODEL"
>
<column
name=
"CREATEDATE"
remarks=
""
type=
"DATETIME"
>
</column>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录