Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
5903260c
提交
5903260c
编写于
12月 26, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
51de06d3
变更
9
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
281 行增加
和
65 行删除
+281
-65
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
ibizbookpanel-calendar.vue
...bizbook/ibizbookpanel-calendar/ibizbookpanel-calendar.vue
+1
-1
timelineitemlayoutpanel-panel-base.vue
...mlayoutpanel-panel/timelineitemlayoutpanel-panel-base.vue
+23
-11
timelineitemlayoutpanel-panel-model.ts
...mlayoutpanel-panel/timelineitemlayoutpanel-panel-model.ts
+12
-0
CustomCalendar.json
...SAPPDATAENTITIES/IBIZBOOK/PSCALENDARS/CustomCalendar.json
+62
-0
IBIZBOOKPANEL.json
...PSAPPDATAENTITIES/IBIZBOOK/PSCALENDARS/IBIZBOOKPANEL.json
+28
-25
TIMELINEITEMLAYOUTPANEL.json
...TAENTITIES/IBIZBOOK/PSPANELS/TIMELINEITEMLAYOUTPANEL.json
+63
-1
IBIZBOOKUsr3CalendarView.json
.../PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr3CalendarView.json
+28
-25
IBIZBOOKUsr4CalendarView.json
.../PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr4CalendarView.json
+62
-0
未找到文件。
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
5903260c
...
...
@@ -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
Usr5Data
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
GroupByCodelistList
View'
+
(
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
Usr5Data
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
GroupByCodelistList
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/ibizbookpanel-calendar/ibizbookpanel-calendar.vue
浏览文件 @
5903260c
...
...
@@ -2,7 +2,7 @@
import
{
Component
}
from
'vue-property-decorator'
;
import
IBIZBOOKPANELBase
from
'./ibizbookpanel-calendar-base.vue'
;
import
layout_item1layoutpanel
from
'@widgets/ibizbook/
auto1-panel/auto1
-panel.vue'
;
import
layout_item1layoutpanel
from
'@widgets/ibizbook/
timelineitemlayoutpanel-panel/timelineitemlayoutpanel
-panel.vue'
;
// 基于 @CONTROL/日历部件/CONTROL.vue.ftl 生成
...
...
app_Web/src/widgets/ibizbook/timelineitemlayoutpanel-panel/timelineitemlayoutpanel-panel-base.vue
浏览文件 @
5903260c
...
...
@@ -2,6 +2,15 @@
<div
class=
"app-layoutpanel TIMELINEITEMLAYOUTPANEL"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<div
v-show=
"!isLayoutLoadding"
:style=
"
{height: '100%', width: '100%'}">
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
author
>
<app-panel-field
name=
"author"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.author"
>
<app-span
name=
"author"
:value=
"layoutData.author"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }' />
</app-panel-field>
</
template
>
<
template
#
press
>
<app-panel-field
name=
"press"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.press"
>
<app-span
name=
"press"
:value=
"layoutData.press"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }' />
</app-panel-field>
</
template
>
<
template
#
bookname
>
<app-panel-field
name=
"bookname"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.bookname"
>
<app-span
name=
"bookname"
:value=
"layoutData.bookname"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }' />
</app-panel-field>
</
template
>
</app-standard-container>
</div>
</div>
...
...
@@ -283,7 +292,7 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
* 视图布局顶级成员名称
*
* @public
* @memberof ItemlayoutpanelBase
* @memberof Item
1
layoutpanelBase
*/
public
rootLayoutDetailNames
:
string
[]
=
[
'container1'
];
...
...
@@ -291,17 +300,20 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
* 视图布局面板项模型对象
*
* @public
* @memberof ItemlayoutpanelBase
* @memberof Item
1
layoutpanelBase
*/
public
layoutItems
:
any
=
{
container1
:{
name
:
'container1'
,
type
:
'ITEMLAYOUT'
,
caption
:
''
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'TABLE_24COL'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
panel
:
this
,
details
:[]
,
dataRegionType
:
'INHERIT'
}
author
:{
name
:
'author'
,
type
:
'ITEMLAYOUT'
,
caption
:
'作者'
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
''
,
renderMode
:
''
,
dataItemName
:
'author'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
press
:{
name
:
'press'
,
type
:
'ITEMLAYOUT'
,
caption
:
'出版社'
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
''
,
renderMode
:
''
,
dataItemName
:
'press'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
bookname
:{
name
:
'bookname'
,
type
:
'ITEMLAYOUT'
,
caption
:
'图书名'
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
''
,
renderMode
:
''
,
dataItemName
:
'IBIZBOOKNAME'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
container1
:{
name
:
'container1'
,
type
:
'ITEMLAYOUT'
,
caption
:
''
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'TABLE_24COL'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
panel
:
this
,
details
:[
'author'
,
'press'
,
'bookname'
]
,
dataRegionType
:
'INHERIT'
}
}
/**
* 布局面板是否加载
*
* @public
* @memberof ItemlayoutpanelBase
* @memberof Item
1
layoutpanelBase
*/
public
isLayoutLoadding
:
boolean
=
true
;
...
...
@@ -309,7 +321,7 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
* 布局面板数据
*
* @public
* @memberof ItemlayoutpanelBase
* @memberof Item
1
layoutpanelBase
*/
public
layoutData
:
any
=
{};
...
...
@@ -317,7 +329,7 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
* 布局面板模型对象
*
* @public
* @memberof ItemlayoutpanelBase
* @memberof Item
1
layoutpanelBase
*/
public
layoutModelDetails
:
any
=
{};
...
...
@@ -325,7 +337,7 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
* 初始化布局
*
* @public
* @memberof ItemlayoutpanelBase
* @memberof Item
1
layoutpanelBase
*/
public
async
initLayout
()
{
if
(
this
.
rootLayoutDetailNames
.
length
>
0
)
{
...
...
@@ -345,7 +357,7 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
* 初始化布局项
*
* @public
* @memberof ItemlayoutpanelBase
* @memberof Item
1
layoutpanelBase
*/
public
async
initLayoutItem
(
layoutModelItem
:
any
,
index
?:
number
)
{
const
{
name
}
=
layoutModelItem
;
...
...
@@ -388,7 +400,7 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
* 计算面板按钮权限状态
*
* @public
* @memberof ItemlayoutpanelBase
* @memberof Item
1
layoutpanelBase
*/
public
async
computeButtonAuthState
()
{
for
(
const
key
in
this
.
layoutModelDetails
)
{
...
...
@@ -502,7 +514,7 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
* @public
* @params args 改变数据
* @params index 多数据容器下标
* @memberof ItemlayoutpanelBase
* @memberof Item
1
layoutpanelBase
*/
public
handleValueChange
(
args
:
{
name
:
string
,
value
:
any
},
index
?:
number
)
{
const
{
name
,
value
}
=
args
;
...
...
@@ -556,7 +568,7 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
* @public
* @params name 按钮项名称
* @params index 多数据容器下标
* @memberof ItemlayoutpanelBase
* @memberof Item
1
layoutpanelBase
*/
public
handleButtonClick
(
name
:
string
,
index
?:
number
)
{
let
datas
:
any
[]
=
[];
...
...
app_Web/src/widgets/ibizbook/timelineitemlayoutpanel-panel/timelineitemlayoutpanel-panel-model.ts
浏览文件 @
5903260c
...
...
@@ -15,6 +15,18 @@ export default class TIMELINEITEMLAYOUTPANELModel {
*/
public
getDataItems
():
any
[]
{
return
[
{
name
:
'author'
,
prop
:
'author'
},
{
name
:
'press'
,
prop
:
'press'
},
{
name
:
'bookname'
,
prop
:
'ibizbookname'
}
]
}
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSCALENDARS/CustomCalendar.json
浏览文件 @
5903260c
...
...
@@ -45,6 +45,16 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSLayoutPanel"
:
{
"getAllPSPanelFields"
:
[
{
"id"
:
"author"
,
"viewFieldName"
:
"author"
},
{
"id"
:
"press"
,
"viewFieldName"
:
"press"
},
{
"id"
:
"bookname"
,
"viewFieldName"
:
"IBIZBOOKNAME"
}
],
"codeName"
:
"TIMELINEITEMLAYOUTPANEL"
,
"controlType"
:
"PANEL"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/TIMELINEITEMLAYOUTPANEL.json"
,
...
...
@@ -81,6 +91,58 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSPanelItems"
:
[
{
"caption"
:
"作者"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"author"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"author"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"author"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
"caption"
:
"出版社"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"press"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"press"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"press"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
"caption"
:
"图书名"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"bookname"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"bookname"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"IBIZBOOKNAME"
,
"hidden"
:
false
,
"showCaption"
:
false
}
],
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CUSTOM"
,
"pluginCode"
:
"PFPlugin11"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSCALENDARS/IBIZBOOKPANEL.json
浏览文件 @
5903260c
...
...
@@ -484,21 +484,21 @@
},
"getPSLayoutPanel"
:
{
"getAllPSPanelFields"
:
[
{
"id"
:
"
field1
"
,
"viewFieldName"
:
"
title
"
"id"
:
"
author
"
,
"viewFieldName"
:
"
author
"
},
{
"id"
:
"
field2
"
,
"viewFieldName"
:
"
start
"
"id"
:
"
press
"
,
"viewFieldName"
:
"
press
"
},
{
"id"
:
"
field3
"
,
"viewFieldName"
:
"
end
"
"id"
:
"
bookname
"
,
"viewFieldName"
:
"
IBIZBOOKNAME
"
}
],
"codeName"
:
"
Auto1
"
,
"codeName"
:
"
TIMELINEITEMLAYOUTPANEL
"
,
"controlType"
:
"PANEL"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/
Auto1
.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/
TIMELINEITEMLAYOUTPANEL
.json"
,
"layoutMode"
:
"TABLE_24COL"
,
"logicName"
:
"日历项布局面板"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZBOOK/pssysviewpanels/
Auto1
"
,
"logicName"
:
"日历
时间轴
项布局面板"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZBOOK/pssysviewpanels/
TIMELINEITEMLAYOUTPANEL
"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
...
...
@@ -530,61 +530,64 @@
"layout"
:
"TABLE_24COL"
},
"getPSPanelItems"
:
[
{
"caption"
:
"
图书名
"
,
"caption"
:
"
作者
"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
field1
"
,
"name"
:
"
author
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
field1
"
,
"name"
:
"
author
"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"
title
"
,
"viewFieldName"
:
"
author
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
"caption"
:
"
借出日期
"
,
"caption"
:
"
出版社
"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
field2
"
,
"name"
:
"
press
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
field2
"
,
"name"
:
"
press
"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"
start
"
,
"viewFieldName"
:
"
press
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
"caption"
:
"
归还日期
"
,
"caption"
:
"
图书名
"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
field3
"
,
"name"
:
"
bookname
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
field3
"
,
"name"
:
"
bookname
"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"
end
"
,
"viewFieldName"
:
"
IBIZBOOKNAME
"
,
"hidden"
:
false
,
"showCaption"
:
false
}
]
}
],
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CUSTOM"
,
"pluginCode"
:
"PFPlugin11"
}
}
],
"layoutPanel"
:
true
,
"name"
:
"item1layoutpanel"
,
"modelid"
:
"
32a693530b12e4b97381964587a01cc7
"
,
"modelid"
:
"
2f716a9c8d5e0c0f8327c657dd50c4f2
"
,
"modeltype"
:
"PSSYSVIEWPANEL"
},
"getTextPSAppDEField"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/TIMELINEITEMLAYOUTPANEL.json
浏览文件 @
5903260c
{
"getAllPSPanelFields"
:
[
{
"id"
:
"author"
,
"viewFieldName"
:
"author"
},
{
"id"
:
"press"
,
"viewFieldName"
:
"press"
},
{
"id"
:
"bookname"
,
"viewFieldName"
:
"IBIZBOOKNAME"
}
],
"codeName"
:
"TIMELINEITEMLAYOUTPANEL"
,
"controlType"
:
"PANEL"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/TIMELINEITEMLAYOUTPANEL.json"
,
...
...
@@ -17,7 +27,7 @@
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZBOOKUsr
4CalendarView/psappviewctrls/item
layoutpanel"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZBOOKUsr
3CalendarView/psappviewctrls/item1
layoutpanel"
,
"getRootPSPanelItems"
:
[
{
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
...
...
@@ -34,6 +44,58 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSPanelItems"
:
[
{
"caption"
:
"作者"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"author"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"author"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"author"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
"caption"
:
"出版社"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"press"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"press"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"press"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
"caption"
:
"图书名"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"bookname"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"bookname"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"IBIZBOOKNAME"
,
"hidden"
:
false
,
"showCaption"
:
false
}
],
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CUSTOM"
,
"pluginCode"
:
"PFPlugin11"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr3CalendarView.json
浏览文件 @
5903260c
...
...
@@ -542,21 +542,21 @@
},
"getPSLayoutPanel"
:
{
"getAllPSPanelFields"
:
[
{
"id"
:
"
field1
"
,
"viewFieldName"
:
"
title
"
"id"
:
"
author
"
,
"viewFieldName"
:
"
author
"
},
{
"id"
:
"
field2
"
,
"viewFieldName"
:
"
start
"
"id"
:
"
press
"
,
"viewFieldName"
:
"
press
"
},
{
"id"
:
"
field3
"
,
"viewFieldName"
:
"
end
"
"id"
:
"
bookname
"
,
"viewFieldName"
:
"
IBIZBOOKNAME
"
}
],
"codeName"
:
"
Auto1
"
,
"codeName"
:
"
TIMELINEITEMLAYOUTPANEL
"
,
"controlType"
:
"PANEL"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/
Auto1
.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/
TIMELINEITEMLAYOUTPANEL
.json"
,
"layoutMode"
:
"TABLE_24COL"
,
"logicName"
:
"日历项布局面板"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZBOOK/pssysviewpanels/
Auto1
"
,
"logicName"
:
"日历
时间轴
项布局面板"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZBOOK/pssysviewpanels/
TIMELINEITEMLAYOUTPANEL
"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
...
...
@@ -588,61 +588,64 @@
"layout"
:
"TABLE_24COL"
},
"getPSPanelItems"
:
[
{
"caption"
:
"
图书名
"
,
"caption"
:
"
作者
"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
field1
"
,
"name"
:
"
author
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
field1
"
,
"name"
:
"
author
"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"
title
"
,
"viewFieldName"
:
"
author
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
"caption"
:
"
借出日期
"
,
"caption"
:
"
出版社
"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
field2
"
,
"name"
:
"
press
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
field2
"
,
"name"
:
"
press
"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"
start
"
,
"viewFieldName"
:
"
press
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
"caption"
:
"
归还日期
"
,
"caption"
:
"
图书名
"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
field3
"
,
"name"
:
"
bookname
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
field3
"
,
"name"
:
"
bookname
"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"
end
"
,
"viewFieldName"
:
"
IBIZBOOKNAME
"
,
"hidden"
:
false
,
"showCaption"
:
false
}
]
}
],
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CUSTOM"
,
"pluginCode"
:
"PFPlugin11"
}
}
],
"layoutPanel"
:
true
,
"name"
:
"item1layoutpanel"
,
"modelid"
:
"
32a693530b12e4b97381964587a01cc7
"
,
"modelid"
:
"
2f716a9c8d5e0c0f8327c657dd50c4f2
"
,
"modeltype"
:
"PSSYSVIEWPANEL"
},
"getTextPSAppDEField"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr4CalendarView.json
浏览文件 @
5903260c
...
...
@@ -103,6 +103,16 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSLayoutPanel"
:
{
"getAllPSPanelFields"
:
[
{
"id"
:
"author"
,
"viewFieldName"
:
"author"
},
{
"id"
:
"press"
,
"viewFieldName"
:
"press"
},
{
"id"
:
"bookname"
,
"viewFieldName"
:
"IBIZBOOKNAME"
}
],
"codeName"
:
"TIMELINEITEMLAYOUTPANEL"
,
"controlType"
:
"PANEL"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/TIMELINEITEMLAYOUTPANEL.json"
,
...
...
@@ -139,6 +149,58 @@
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSPanelItems"
:
[
{
"caption"
:
"作者"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"author"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"author"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"author"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
"caption"
:
"出版社"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"press"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"press"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"press"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
"caption"
:
"图书名"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"bookname"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"bookname"
,
"enableLinkView"
:
false
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"viewFieldName"
:
"IBIZBOOKNAME"
,
"hidden"
:
false
,
"showCaption"
:
false
}
],
"getPSSysPFPlugin"
:
{
"pluginType"
:
"CUSTOM"
,
"pluginCode"
:
"PFPlugin11"
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录