Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
fb22016e
提交
fb22016e
编写于
2年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
99ab1bbf
变更
23
隐藏空白字符变更
内嵌
并排
正在显示
23 个修改的文件
包含
684 行增加
和
94 行删除
+684
-94
app-switch.scss
app_Web/src/components/app-switch/app-switch.scss
+0
-2
ibizsample0001_BO_CN_base.ts
...nres/entities/ibizsample0001/ibizsample0001_BO_CN_base.ts
+3
-0
ibizsample0001_en_US_base.ts
...nres/entities/ibizsample0001/ibizsample0001_en_US_base.ts
+3
-0
ibizsample0001_zh_CN_base.ts
...nres/entities/ibizsample0001/ibizsample0001_zh_CN_base.ts
+3
-0
index.scss
app_Web/src/styles/element/index.scss
+3
-2
slider.scss
app_Web/src/styles/element/slider.scss
+6
-0
switch.scss
app_Web/src/styles/element/switch.scss
+4
-0
default-searchform-base.vue
...zappeditor/default-searchform/default-searchform-base.vue
+2
-2
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
usr4-dataview-base.vue
...src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
+4
-4
usr4-dataview-model.ts
...src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
+5
-0
main-grid-base.vue
...src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
+6
-6
main-grid-model.ts
...src/widgets/ibizorder-detail/main-grid/main-grid-model.ts
+0
-1
main4-form-base.vue
...src/widgets/ibizsample0001/main4-form/main4-form-base.vue
+140
-0
main4-form-model.ts
...src/widgets/ibizsample0001/main4-form/main4-form-model.ts
+14
-0
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+24
-24
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+12
-12
Main4.json
...S/Web/PSAPPDATAENTITIES/IBIZSample0001/PSFORMS/Main4.json
+207
-0
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+24
-24
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+12
-12
IBIZSample0001SF5EditView.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0001SF5EditView.json
+207
-0
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+2
-2
view.xml
demo-core/src/main/resources/liquibase/view.xml
+1
-1
未找到文件。
app_Web/src/components/app-switch/app-switch.scss
浏览文件 @
fb22016e
.dropdown-list
{
}
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizsample0001/ibizsample0001_BO_CN_base.ts
浏览文件 @
fb22016e
...
...
@@ -279,11 +279,14 @@ function getLocaleResourceBase(){
f37
:
commonLogic
.
appcommonhandle
(
"文件上传控件"
,
null
),
f24
:
commonLogic
.
appcommonhandle
(
"数据选择"
,
null
),
f25
:
commonLogic
.
appcommonhandle
(
"数据选择(数据链接)"
,
null
),
formitem8
:
commonLogic
.
appcommonhandle
(
"数据选择(无按钮)"
,
null
),
f26
:
commonLogic
.
appcommonhandle
(
"数据选择(无AC)"
,
null
),
f27
:
commonLogic
.
appcommonhandle
(
"数据选择(无AC、数据链接)"
,
null
),
formitem28
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉)"
,
null
),
f29
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉、数据链接)"
,
null
),
formitem5
:
commonLogic
.
appcommonhandle
(
"数据链接"
,
null
),
formitem9
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉视图)"
,
null
),
formitem10
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉视图、数据链接)"
,
null
),
formitem6
:
commonLogic
.
appcommonhandle
(
"地址框(支持选择、AC)"
,
null
),
formitem
:
commonLogic
.
appcommonhandle
(
"地址栏(选择)"
,
null
),
ibizsample0002id
:
commonLogic
.
appcommonhandle
(
"值项表单项"
,
null
),
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizsample0001/ibizsample0001_en_US_base.ts
浏览文件 @
fb22016e
...
...
@@ -279,11 +279,14 @@ function getLocaleResourceBase(){
f37
:
commonLogic
.
appcommonhandle
(
"文件上传控件"
,
null
),
f24
:
commonLogic
.
appcommonhandle
(
"数据选择"
,
null
),
f25
:
commonLogic
.
appcommonhandle
(
"数据选择(数据链接)"
,
null
),
formitem8
:
commonLogic
.
appcommonhandle
(
"数据选择(无按钮)"
,
null
),
f26
:
commonLogic
.
appcommonhandle
(
"数据选择(无AC)"
,
null
),
f27
:
commonLogic
.
appcommonhandle
(
"数据选择(无AC、数据链接)"
,
null
),
formitem28
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉)"
,
null
),
f29
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉、数据链接)"
,
null
),
formitem5
:
commonLogic
.
appcommonhandle
(
"数据链接"
,
null
),
formitem9
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉视图)"
,
null
),
formitem10
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉视图、数据链接)"
,
null
),
formitem6
:
commonLogic
.
appcommonhandle
(
"地址框(支持选择、AC)"
,
null
),
formitem
:
commonLogic
.
appcommonhandle
(
"地址栏(选择)"
,
null
),
ibizsample0002id
:
commonLogic
.
appcommonhandle
(
"值项表单项"
,
null
),
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lanres/entities/ibizsample0001/ibizsample0001_zh_CN_base.ts
浏览文件 @
fb22016e
...
...
@@ -279,11 +279,14 @@ function getLocaleResourceBase(){
f37
:
commonLogic
.
appcommonhandle
(
"文件上传控件"
,
null
),
f24
:
commonLogic
.
appcommonhandle
(
"数据选择"
,
null
),
f25
:
commonLogic
.
appcommonhandle
(
"数据选择(数据链接)"
,
null
),
formitem8
:
commonLogic
.
appcommonhandle
(
"数据选择(无按钮)"
,
null
),
f26
:
commonLogic
.
appcommonhandle
(
"数据选择(无AC)"
,
null
),
f27
:
commonLogic
.
appcommonhandle
(
"数据选择(无AC、数据链接)"
,
null
),
formitem28
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉)"
,
null
),
f29
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉、数据链接)"
,
null
),
formitem5
:
commonLogic
.
appcommonhandle
(
"数据链接"
,
null
),
formitem9
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉视图)"
,
null
),
formitem10
:
commonLogic
.
appcommonhandle
(
"数据选择(下拉视图、数据链接)"
,
null
),
formitem6
:
commonLogic
.
appcommonhandle
(
"地址框(支持选择、AC)"
,
null
),
formitem
:
commonLogic
.
appcommonhandle
(
"地址栏(选择)"
,
null
),
ibizsample0002id
:
commonLogic
.
appcommonhandle
(
"值项表单项"
,
null
),
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/styles/element/index.scss
浏览文件 @
fb22016e
...
...
@@ -2,5 +2,6 @@
@import
'./menu.scss'
;
@import
'./autocomplete.scss'
;
@import
'./input.scss'
;
@import
'./stepper.scss'
;
@import
'./select.scss'
;
\ No newline at end of file
@import
'./select.scss'
;
@import
'./switch.scss'
;
@import
'./slider.scss'
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/element/slider.scss
0 → 100644
浏览文件 @
fb22016e
.el-slider__bar
{
background-color
:
var
(
--
app-color-primary
);
}
.el-slider__button
{
border-color
:
var
(
--
app-color-primary
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/element/switch.scss
0 → 100644
浏览文件 @
fb22016e
.el-switch.is-checked
.el-switch__core
{
border-color
:
var
(
--
app-color-primary
);
background-color
:
var
(
--
app-color-primary
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizappeditor/default-searchform/default-searchform-base.vue
浏览文件 @
fb22016e
...
...
@@ -639,7 +639,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -675,7 +675,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
fb22016e
...
...
@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
GroupByCodelistListView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
GroupByCodelistListView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
浏览文件 @
fb22016e
...
...
@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
let
_datas
:
any
[]
=
[];
...
...
@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
...
@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
浏览文件 @
fb22016e
...
...
@@ -70,6 +70,11 @@ export default class Usr4Model {
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
浏览文件 @
fb22016e
...
...
@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
fetchAction
)
{
this
.
$Notice
.
error
({
title
:
this
.
$t
(
"app.commonWords.wrong"
)
as
string
,
desc
:
"IBIZOrderDetail
SGridView
"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
desc
:
"IBIZOrderDetail
GridView9
"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
});
return
;
}
...
...
@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
removeAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
SGridView
'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
desc
:
'IBIZOrderDetail
GridView9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
...
...
@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
addBatch
(
arg
:
any
=
{}):
void
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
SGridView
'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
GridView9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
}
if
(
!
arg
){
...
...
@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
))
{
if
(
!
this
.
createAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
SGridView
'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
GridView9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
SGridView
'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
GridView9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
SGridView
'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
desc
:
'IBIZOrderDetail
GridView9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-model.ts
浏览文件 @
fb22016e
...
...
@@ -97,7 +97,6 @@ export default class MainModel {
name
:
'ibizorderdetail'
,
prop
:
'ibizorderdetailid'
,
},
{
name
:
'size'
,
prop
:
'size'
,
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizsample0001/main4-form/main4-form-base.vue
浏览文件 @
fb22016e
...
...
@@ -475,6 +475,35 @@
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.formitem8.visible"
:style=
"
{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item
name=
'formitem8'
:itemRules=
"this.rules().formitem8"
class=
''
:caption=
"$t('entities.ibizsample0001.main4_form.details.formitem8')"
uiStyle=
"DEFAULT"
:labelWidth=
"200"
:isShowCaption=
"true"
:error=
"detailsModel.formitem8.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-picker
:formState=
"formState"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
:localContext =
'
{ }'
:localParam ='{ }'
:disabled="detailsModel.formitem8.disabled"
placeholder="数据选择(无按钮)"
:showButton="false"
name='formitem8'
deMajorField='ibizsample0002name'
deKeyField='ibizsample0002'
:service="service"
:acParams="{ serviceName: 'IBIZSample0002Service', interfaceName: 'FetchDefault'}"
valueitem='ibizsample0002id'
:value="data.formitem8"
editortype=""
:pickupView="{ viewname: 'ibizsample0002-pickup-view', title: $t('entities.ibizsample0002.views.pickupview.title'), deResParameters: [], parameters: [{ pathName: 'ibizsample0002s', parameterName: 'ibizsample0002' }, { pathName: 'pickupview', parameterName: 'pickupview' } ], placement:'' }"
style=""
@formitemvaluechange="onFormItemValueChange">
</app-picker>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.f26.visible"
:style=
"
{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item
name=
'f26'
:itemRules=
"this.rules().f26"
class=
''
:caption=
"$t('entities.ibizsample0001.main4_form.details.f26')"
uiStyle=
"DEFAULT"
:labelWidth=
"200"
:isShowCaption=
"true"
:error=
"detailsModel.f26.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
...
...
@@ -610,6 +639,57 @@
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.formitem9.visible"
:style=
"
{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item
name=
'formitem9'
:itemRules=
"this.rules().formitem9"
class=
''
:caption=
"$t('entities.ibizsample0001.main4_form.details.formitem9')"
uiStyle=
"DEFAULT"
:labelWidth=
"200"
:isShowCaption=
"true"
:error=
"detailsModel.formitem9.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-picker-select-view
:formState=
"formState"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
:localContext =
'
{ }'
:localParam ='{ }'
:disabled="detailsModel.formitem9.disabled"
placeholder="数据选择(下拉视图)"
name='formitem9'
:service="service"
valueitem='ibizsample0002id'
:value="data.formitem9"
:pickupView="{ viewname: 'ibizsample0002-pickup-view', title: $t('entities.ibizsample0002.views.pickupview.title'), deResParameters: [], parameters: [{ pathName: 'ibizsample0002s', parameterName: 'ibizsample0002' }, { pathName: 'pickupview', parameterName: 'pickupview' } ], placement:'' }"
style=""
@formitemvaluechange="onFormItemValueChange">
</app-picker-select-view>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.formitem10.visible"
:style=
"
{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item
name=
'formitem10'
:itemRules=
"this.rules().formitem10"
class=
''
:caption=
"$t('entities.ibizsample0001.main4_form.details.formitem10')"
uiStyle=
"DEFAULT"
:labelWidth=
"200"
:isShowCaption=
"true"
:error=
"detailsModel.formitem10.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-picker-select-view
:formState=
"formState"
:data=
"data"
:context=
"context"
:viewparams=
"viewparams"
:localContext =
'
{ }'
:localParam ='{ }'
:disabled="detailsModel.formitem10.disabled"
placeholder="数据选择(下拉视图、数据链接)"
name='formitem10'
deMajorField='ibizsample0002name'
deKeyField='ibizsample0002'
:service="service"
valueitem='ibizsample0002id'
:value="data.formitem10"
:pickupView="{ viewname: 'ibizsample0002-pickup-view', title: $t('entities.ibizsample0002.views.pickupview.title'), deResParameters: [], parameters: [{ pathName: 'ibizsample0002s', parameterName: 'ibizsample0002' }, { pathName: 'pickupview', parameterName: 'pickupview' } ], placement:'' }"
:linkview="{ viewname: 'IBIZSample0002EditView', title: $t('entities.ibizsample0002.views.editview.title'), deResParameters: [], parameters: [{ pathName: 'ibizsample0002s', parameterName: 'ibizsample0002' }, { pathName: 'editview', parameterName: 'editview' } ], width: 400, height: 600, placement: 'POPOVER', isRedirectView: false }"
style=""
@formitemvaluechange="onFormItemValueChange">
</app-picker-select-view>
</app-form-item>
</i-col>
<i-col
v-show=
"detailsModel.formitem6.visible"
:style=
"
{}" :sm="{ span: 8, offset: 0 }" :md="{ span: 8, offset: 0 }" :lg="{ span: 8, offset: 0 }" :xl="{ span: 8, offset: 0 }">
<app-form-item
name=
'formitem6'
:itemRules=
"this.rules().formitem6"
class=
''
:caption=
"$t('entities.ibizsample0001.main4_form.details.formitem6')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.formitem6.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
...
...
@@ -1189,11 +1269,14 @@ export default class Main4Base extends Vue implements ControlInterface {
f37
:
null
,
f24
:
null
,
f25
:
null
,
formitem8
:
null
,
f26
:
null
,
f27
:
null
,
formitem28
:
null
,
f29
:
null
,
formitem5
:
null
,
formitem9
:
null
,
formitem10
:
null
,
formitem6
:
null
,
formitem
:
null
,
ibizsample0002id
:
null
,
...
...
@@ -1393,6 +1476,10 @@ export default class Main4Base extends Vue implements ControlInterface {
{
required
:
this
.
detailsModel
.
f25
.
required
,
type
:
'string'
,
message
:
'数据选择(数据链接) 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
f25
.
required
,
type
:
'string'
,
message
:
'数据选择(数据链接) 值不能为空'
,
trigger
:
'blur'
},
],
formitem8
:
[
{
required
:
this
.
detailsModel
.
formitem8
.
required
,
type
:
'string'
,
message
:
'数据选择(无按钮) 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
formitem8
.
required
,
type
:
'string'
,
message
:
'数据选择(无按钮) 值不能为空'
,
trigger
:
'blur'
},
],
f26
:
[
{
required
:
this
.
detailsModel
.
f26
.
required
,
type
:
'string'
,
message
:
'数据选择(无AC) 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
f26
.
required
,
type
:
'string'
,
message
:
'数据选择(无AC) 值不能为空'
,
trigger
:
'blur'
},
...
...
@@ -1413,6 +1500,14 @@ export default class Main4Base extends Vue implements ControlInterface {
{
required
:
this
.
detailsModel
.
formitem5
.
required
,
type
:
'string'
,
message
:
'数据链接 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
formitem5
.
required
,
type
:
'string'
,
message
:
'数据链接 值不能为空'
,
trigger
:
'blur'
},
],
formitem9
:
[
{
required
:
this
.
detailsModel
.
formitem9
.
required
,
type
:
'string'
,
message
:
'数据选择(下拉视图) 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
formitem9
.
required
,
type
:
'string'
,
message
:
'数据选择(下拉视图) 值不能为空'
,
trigger
:
'blur'
},
],
formitem10
:
[
{
required
:
this
.
detailsModel
.
formitem10
.
required
,
type
:
'string'
,
message
:
'数据选择(下拉视图、数据链接) 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
formitem10
.
required
,
type
:
'string'
,
message
:
'数据选择(下拉视图、数据链接) 值不能为空'
,
trigger
:
'blur'
},
],
formitem6
:
[
{
required
:
this
.
detailsModel
.
formitem6
.
required
,
type
:
'string'
,
message
:
'地址框(支持选择、AC) 值不能为空'
,
trigger
:
'change'
},
{
required
:
this
.
detailsModel
.
formitem6
.
required
,
type
:
'string'
,
message
:
'地址框(支持选择、AC) 值不能为空'
,
trigger
:
'blur'
},
...
...
@@ -1633,6 +1728,8 @@ export default class Main4Base extends Vue implements ControlInterface {
f24
:
new
FormItemModel
({
caption
:
'数据选择'
,
detailType
:
'FORMITEM'
,
name
:
'f24'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
f25
:
new
FormItemModel
({
caption
:
'数据选择(数据链接)'
,
detailType
:
'FORMITEM'
,
name
:
'f25'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
formitem8
:
new
FormItemModel
({
caption
:
'数据选择(无按钮)'
,
detailType
:
'FORMITEM'
,
name
:
'formitem8'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
f26
:
new
FormItemModel
({
caption
:
'数据选择(无AC)'
,
detailType
:
'FORMITEM'
,
name
:
'f26'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
...
...
@@ -1643,6 +1740,10 @@ export default class Main4Base extends Vue implements ControlInterface {
f29
:
new
FormItemModel
({
caption
:
'数据选择(下拉、数据链接)'
,
detailType
:
'FORMITEM'
,
name
:
'f29'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
formitem5
:
new
FormItemModel
({
caption
:
'数据链接'
,
detailType
:
'FORMITEM'
,
name
:
'formitem5'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
formitem9
:
new
FormItemModel
({
caption
:
'数据选择(下拉视图)'
,
detailType
:
'FORMITEM'
,
name
:
'formitem9'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
formitem10
:
new
FormItemModel
({
caption
:
'数据选择(下拉视图、数据链接)'
,
detailType
:
'FORMITEM'
,
name
:
'formitem10'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
formitem6
:
new
FormItemModel
({
caption
:
'地址框(支持选择、AC)'
,
detailType
:
'FORMITEM'
,
name
:
'formitem6'
,
visible
:
true
,
isShowCaption
:
true
,
form
:
this
,
isControlledContent
:
false
,
required
:
false
,
disabled
:
false
,
enableCond
:
3
})
,
...
...
@@ -2178,6 +2279,18 @@ export default class Main4Base extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'f25'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 formitem8 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof Main4Base
*/
@
Watch
(
'data.formitem8'
)
onFormitem8Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'formitem8'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 f26 值
*
...
...
@@ -2238,6 +2351,30 @@ export default class Main4Base extends Vue implements ControlInterface {
this
.
formDataChange
({
name
:
'formitem5'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 formitem9 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof Main4Base
*/
@
Watch
(
'data.formitem9'
)
onFormitem9Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'formitem9'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 formitem10 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof Main4Base
*/
@
Watch
(
'data.formitem10'
)
onFormitem10Change
(
newVal
:
any
,
oldVal
:
any
)
{
this
.
formDataChange
({
name
:
'formitem10'
,
newVal
:
newVal
,
oldVal
:
oldVal
});
}
/**
* 监控表单属性 formitem6 值
*
...
...
@@ -2448,6 +2585,9 @@ export default class Main4Base extends Vue implements ControlInterface {
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizsample0001/main4-form/main4-form-model.ts
浏览文件 @
fb22016e
...
...
@@ -201,6 +201,11 @@ export default class Main4Model {
prop
:
'ibizsample0002name'
,
dataType
:
'PICKUPTEXT'
,
},
{
name
:
'formitem8'
,
prop
:
'ibizsample0002name'
,
dataType
:
'PICKUPTEXT'
,
},
{
name
:
'f26'
,
prop
:
'ibizsample0002name'
,
...
...
@@ -226,6 +231,15 @@ export default class Main4Model {
prop
:
'ibizsample0002name'
,
dataType
:
'PICKUPTEXT'
,
},
{
name
:
'formitem9'
,
dataType
:
'FORMITEM'
,
},
{
name
:
'formitem10'
,
prop
:
'ibizsample0002name'
,
dataType
:
'PICKUPTEXT'
,
},
{
name
:
'formitem6'
,
dataType
:
'FORMITEM'
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
fb22016e
...
...
@@ -12,6 +12,18 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -23,6 +35,18 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"出版社"
,
"codeName"
:
"press"
,
...
...
@@ -47,30 +71,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
fb22016e
...
...
@@ -20,13 +20,13 @@
}
}
],
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书
名称
"
,
"codeName"
:
"
ibizbookname
"
,
"caption"
:
"图书
描述
"
,
"codeName"
:
"
subtext
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
ibizbookname
"
,
"mOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"name"
:
"
ibizbookname
"
,
"rTMOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"dataItemName"
:
"
subtext
"
,
"mOSFilePath"
:
"psdetreecols/
subtext
"
,
"name"
:
"
subtext
"
,
"rTMOSFilePath"
:
"psdetreecols/
subtext
"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
...
...
@@ -44,13 +44,13 @@
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书
描述
"
,
"codeName"
:
"
subtext
"
,
"caption"
:
"图书
名称
"
,
"codeName"
:
"
ibizbookname
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
subtext
"
,
"mOSFilePath"
:
"psdetreecols/
subtext
"
,
"name"
:
"
subtext
"
,
"rTMOSFilePath"
:
"psdetreecols/
subtext
"
,
"dataItemName"
:
"
ibizbookname
"
,
"mOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"name"
:
"
ibizbookname
"
,
"rTMOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0001/PSFORMS/Main4.json
浏览文件 @
fb22016e
...
...
@@ -205,6 +205,13 @@
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
}
},
{
"id"
:
"formitem8"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
}
},
{
"id"
:
"f26"
,
"dataType"
:
25
,
...
...
@@ -240,6 +247,16 @@
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
}
},
{
"id"
:
"formitem9"
,
"dataType"
:
25
},
{
"id"
:
"formitem10"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
}
},
{
"id"
:
"formitem6"
,
"dataType"
:
25
...
...
@@ -1581,6 +1598,73 @@
"valueItemName"
:
"ibizsample0002id"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"数据选择(无按钮)"
,
"codeName"
:
"formitem8"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
200
,
"mOSFilePath"
:
"psdeformdetail_formitems/formitem8"
,
"name"
:
"formitem8"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
},
"getPSEditor"
:
{
"editorParams"
:
{
"AC"
:
"TRUE"
,
"TRIGGER"
:
"FALSE"
,
"PICKUPVIEW"
:
"FALSE"
},
"editorType"
:
"PICKEREX_NOBUTTON"
,
"handlerType"
:
"PickupText"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"name"
:
"formitem8"
,
"getPSAppDEACMode"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getPSAppDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json"
,
"viewType"
:
"DEPICKUPVIEW"
},
"placeHolder"
:
"数据选择(无按钮)"
,
"valueItemName"
:
"ibizsample0002id"
,
"enableAC"
:
true
,
"enablePickupView"
:
false
,
"forceSelection"
:
true
,
"showTrigger"
:
false
,
"singleSelect"
:
true
},
"getPSLayoutPos"
:
{
"colLG"
:
8
,
"colMD"
:
8
,
"colSM"
:
8
,
"colXS"
:
8
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/formitem8"
,
"valueItemName"
:
"ibizsample0002id"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"数据选择(无AC)"
,
"codeName"
:
"f26"
,
...
...
@@ -1917,6 +2001,129 @@
"valueItemName"
:
"ibizsample0002id"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"数据选择(下拉视图)"
,
"codeName"
:
"formitem9"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
200
,
"mOSFilePath"
:
"psdeformdetail_formitems/formitem9"
,
"name"
:
"formitem9"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorParams"
:
{
"DROPDOWNVIEW"
:
"TRUE"
,
"AC"
:
"FALSE"
,
"TRIGGER"
:
"TRUE"
,
"PICKUPVIEW"
:
"TRUE"
},
"editorType"
:
"PICKEREX_DROPDOWNVIEW"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"name"
:
"formitem9"
,
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json"
,
"viewType"
:
"DEPICKUPVIEW"
},
"placeHolder"
:
"数据选择(下拉视图)"
,
"valueItemName"
:
"ibizsample0002id"
,
"dropDownView"
:
true
,
"enableAC"
:
false
,
"enablePickupView"
:
true
,
"forceSelection"
:
true
,
"showTrigger"
:
true
,
"singleSelect"
:
true
},
"getPSLayoutPos"
:
{
"colLG"
:
8
,
"colMD"
:
8
,
"colSM"
:
8
,
"colXS"
:
8
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/formitem9"
,
"valueItemName"
:
"ibizsample0002id"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"数据选择(下拉视图、数据链接)"
,
"codeName"
:
"formitem10"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
200
,
"mOSFilePath"
:
"psdeformdetail_formitems/formitem10"
,
"name"
:
"formitem10"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
},
"getPSEditor"
:
{
"editorParams"
:
{
"DROPDOWNVIEW"
:
"TRUE"
,
"LINKVIEW"
:
"TRUE"
,
"AC"
:
"FALSE"
,
"TRIGGER"
:
"TRUE"
,
"PICKUPVIEW"
:
"TRUE"
},
"editorType"
:
"PICKEREX_DROPDOWNVIEW_LINK"
,
"handlerType"
:
"PickupText"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"name"
:
"formitem10"
,
"getPSAppDEACMode"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getPSAppDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json"
,
"viewType"
:
"DEPICKUPVIEW"
},
"placeHolder"
:
"数据选择(下拉视图、数据链接)"
,
"valueItemName"
:
"ibizsample0002id"
,
"dropDownView"
:
true
,
"enableAC"
:
false
,
"enableLinkView"
:
true
,
"enablePickupView"
:
true
,
"forceSelection"
:
true
,
"showTrigger"
:
true
,
"singleSelect"
:
true
},
"getPSLayoutPos"
:
{
"colLG"
:
8
,
"colMD"
:
8
,
"colSM"
:
8
,
"colXS"
:
8
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/formitem10"
,
"valueItemName"
:
"ibizsample0002id"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"地址框(支持选择、AC)"
,
"codeName"
:
"formitem6"
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
fb22016e
...
...
@@ -42,6 +42,18 @@
"id"
:
"GANTT"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -53,6 +65,18 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"出版社"
,
"codeName"
:
"press"
,
...
...
@@ -77,30 +101,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
fb22016e
...
...
@@ -88,13 +88,13 @@
"id"
:
"TREEGRIDEX"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书
名称
"
,
"codeName"
:
"
ibizbookname
"
,
"caption"
:
"图书
描述
"
,
"codeName"
:
"
subtext
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
ibizbookname
"
,
"mOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"name"
:
"
ibizbookname
"
,
"rTMOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"dataItemName"
:
"
subtext
"
,
"mOSFilePath"
:
"psdetreecols/
subtext
"
,
"name"
:
"
subtext
"
,
"rTMOSFilePath"
:
"psdetreecols/
subtext
"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
...
...
@@ -112,13 +112,13 @@
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书
描述
"
,
"codeName"
:
"
subtext
"
,
"caption"
:
"图书
名称
"
,
"codeName"
:
"
ibizbookname
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
subtext
"
,
"mOSFilePath"
:
"psdetreecols/
subtext
"
,
"name"
:
"
subtext
"
,
"rTMOSFilePath"
:
"psdetreecols/
subtext
"
,
"dataItemName"
:
"
ibizbookname
"
,
"mOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"name"
:
"
ibizbookname
"
,
"rTMOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0001SF5EditView.json
浏览文件 @
fb22016e
...
...
@@ -328,6 +328,13 @@
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
}
},
{
"id"
:
"formitem8"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
}
},
{
"id"
:
"f26"
,
"dataType"
:
25
,
...
...
@@ -363,6 +370,16 @@
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
}
},
{
"id"
:
"formitem9"
,
"dataType"
:
25
},
{
"id"
:
"formitem10"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
}
},
{
"id"
:
"formitem6"
,
"dataType"
:
25
...
...
@@ -1704,6 +1721,73 @@
"valueItemName"
:
"ibizsample0002id"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"数据选择(无按钮)"
,
"codeName"
:
"formitem8"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
200
,
"mOSFilePath"
:
"psdeformdetail_formitems/formitem8"
,
"name"
:
"formitem8"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
},
"getPSEditor"
:
{
"editorParams"
:
{
"AC"
:
"TRUE"
,
"TRIGGER"
:
"FALSE"
,
"PICKUPVIEW"
:
"FALSE"
},
"editorType"
:
"PICKEREX_NOBUTTON"
,
"handlerType"
:
"PickupText"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"name"
:
"formitem8"
,
"getPSAppDEACMode"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getPSAppDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json"
,
"viewType"
:
"DEPICKUPVIEW"
},
"placeHolder"
:
"数据选择(无按钮)"
,
"valueItemName"
:
"ibizsample0002id"
,
"enableAC"
:
true
,
"enablePickupView"
:
false
,
"forceSelection"
:
true
,
"showTrigger"
:
false
,
"singleSelect"
:
true
},
"getPSLayoutPos"
:
{
"colLG"
:
8
,
"colMD"
:
8
,
"colSM"
:
8
,
"colXS"
:
8
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/formitem8"
,
"valueItemName"
:
"ibizsample0002id"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"数据选择(无AC)"
,
"codeName"
:
"f26"
,
...
...
@@ -2040,6 +2124,129 @@
"valueItemName"
:
"ibizsample0002id"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"数据选择(下拉视图)"
,
"codeName"
:
"formitem9"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
200
,
"mOSFilePath"
:
"psdeformdetail_formitems/formitem9"
,
"name"
:
"formitem9"
,
"noPrivDisplayMode"
:
1
,
"getPSEditor"
:
{
"editorParams"
:
{
"DROPDOWNVIEW"
:
"TRUE"
,
"AC"
:
"FALSE"
,
"TRIGGER"
:
"TRUE"
,
"PICKUPVIEW"
:
"TRUE"
},
"editorType"
:
"PICKEREX_DROPDOWNVIEW"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"name"
:
"formitem9"
,
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json"
,
"viewType"
:
"DEPICKUPVIEW"
},
"placeHolder"
:
"数据选择(下拉视图)"
,
"valueItemName"
:
"ibizsample0002id"
,
"dropDownView"
:
true
,
"enableAC"
:
false
,
"enablePickupView"
:
true
,
"forceSelection"
:
true
,
"showTrigger"
:
true
,
"singleSelect"
:
true
},
"getPSLayoutPos"
:
{
"colLG"
:
8
,
"colMD"
:
8
,
"colSM"
:
8
,
"colXS"
:
8
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/formitem9"
,
"valueItemName"
:
"ibizsample0002id"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"数据选择(下拉视图、数据链接)"
,
"codeName"
:
"formitem10"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
200
,
"mOSFilePath"
:
"psdeformdetail_formitems/formitem10"
,
"name"
:
"formitem10"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"IBIZSAMPLE0002NAME"
,
"codeName"
:
"IBIZSample0002Name"
},
"getPSEditor"
:
{
"editorParams"
:
{
"DROPDOWNVIEW"
:
"TRUE"
,
"LINKVIEW"
:
"TRUE"
,
"AC"
:
"FALSE"
,
"TRIGGER"
:
"TRUE"
,
"PICKUPVIEW"
:
"TRUE"
},
"editorType"
:
"PICKEREX_DROPDOWNVIEW_LINK"
,
"handlerType"
:
"PickupText"
,
"getLinkPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002EditView.json"
,
"viewType"
:
"DEEDITVIEW"
},
"name"
:
"formitem10"
,
"getPSAppDEACMode"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getPSAppDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0002.json"
},
"getPickupPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0002PickupView.json"
,
"viewType"
:
"DEPICKUPVIEW"
},
"placeHolder"
:
"数据选择(下拉视图、数据链接)"
,
"valueItemName"
:
"ibizsample0002id"
,
"dropDownView"
:
true
,
"enableAC"
:
false
,
"enableLinkView"
:
true
,
"enablePickupView"
:
true
,
"forceSelection"
:
true
,
"showTrigger"
:
true
,
"singleSelect"
:
true
},
"getPSLayoutPos"
:
{
"colLG"
:
8
,
"colMD"
:
8
,
"colSM"
:
8
,
"colXS"
:
8
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/formitem10"
,
"valueItemName"
:
"ibizsample0002id"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
},
{
"caption"
:
"地址框(支持选择、AC)"
,
"codeName"
:
"formitem6"
,
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
fb22016e
...
...
@@ -528,7 +528,7 @@
<!--输出实体[IBIZSAMPLE0001]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0001-2
1
-19"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0001-2
4
-19"
>
<createTable
tableName=
"T_IBIZSAMPLE0001"
>
<column
name=
"FIELD01"
remarks=
""
type=
"VARCHAR(100)"
>
</column>
...
...
@@ -1473,7 +1473,7 @@
<!--输出实体[IBIZQJ]外键关系 -->
<!--输出实体[IBIZSAMPLE]外键关系 -->
<!--输出实体[IBIZSAMPLE0001]外键关系 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0001-2
1
-48"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0001-2
4
-48"
>
<addForeignKeyConstraint
baseColumnNames=
"IBIZSAMPLE0002ID"
baseTableName=
"T_IBIZSAMPLE0001"
constraintName=
"DER1N_IBIZSAMPLE0001_IBIZSAMPL"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"IBIZSAMPLE0002ID"
referencedTableName=
"T_IBIZSAMPLE0002"
validate=
"true"
/>
</changeSet>
<!--输出实体[IBIZSAMPLE0002]外键关系 -->
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/liquibase/view.xml
浏览文件 @
fb22016e
...
...
@@ -67,7 +67,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZSAMPLE0001]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizsample0001-2
1
-13"
runOnChange=
"true"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizsample0001-2
4
-13"
runOnChange=
"true"
>
<createView
fullDefinition=
"false"
replaceIfExists=
"true"
viewName=
"V_IBIZSAMPLE0001"
>
<![CDATA[ SELECT t1.[CREATEDATE], t1.[CREATEMAN], t1.[FIELD01], t1.[FIELD02], t1.[FIELD05], t1.[FIELD06], t1.[FIELD07], t1.[FIELD08], t1.[FIELD09], t1.[FIELD10], t1.[FIELD11], t1.[FIELD12], t1.[FIELD13], t1.[FIELD14], t1.[FIELD15], t1.[FIELD16], t1.[FIELD17], t1.[FIELD18], t1.[FIELD19], t1.[FIELD20], t1.[FIELD21], t1.[FIELD22], t1.[FIELD23], t1.[FIELD24], t1.[FIELD25], t1.[FIELD26], t1.[FIELD27], t1.[IBIZSAMPLE0001ID], t1.[IBIZSAMPLE0001NAME], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZSAMPLE0001] t1 ]]>
</createView>
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录