Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
0ef5c94b
提交
0ef5c94b
编写于
12月 07, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
9483ac65
变更
23
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
23 个修改的文件
包含
313 行增加
和
288 行删除
+313
-288
ibizbookusr-edit-view-action-plugin-base.vue
...ction-plugin/ibizbookusr-edit-view-action-plugin-base.vue
+3
-1
guide-borrow-form-form-base.vue
...ok/guide-borrow-form-form/guide-borrow-form-form-base.vue
+5
-5
guide-return-form-form-base.vue
...ok/guide-return-form-form/guide-return-form-form-base.vue
+5
-5
guide-view-form-form-base.vue
...izbook/guide-view-form-form/guide-view-form-form-base.vue
+5
-5
list-itempanel-panel-base.vue
...izbook/list-itempanel-panel/list-itempanel-panel-base.vue
+4
-4
list-itempanel-panel-model.ts
...izbook/list-itempanel-panel/list-itempanel-panel-model.ts
+2
-2
lnternal-func-list-list-model.ts
.../lnternal-func-list-list/lnternal-func-list-list-model.ts
+15
-15
usr2-dataview-base.vue
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
+56
-26
usr2-dataview-model.ts
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-model.ts
+1
-12
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+12
-12
LnternalFuncList.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSLISTS/LnternalFuncList.json
+26
-26
List_itempanel.json
...b/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/List_itempanel.json
+5
-5
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+12
-12
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+12
-12
IBIZBOOKListView.json
...otemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKListView.json
+26
-26
IBIZBOOKTestCLListView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTestCLListView.json
+26
-26
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+12
-12
IBIZBOOKUsr4ListView.json
...odel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr4ListView.json
+26
-26
IBIZBOOKUsr4ListView_layout.json
...SYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr4ListView_layout.json
+26
-26
IBIZBOOKUsrListView_plugin.json
...SSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsrListView_plugin.json
+26
-26
PSSYSAPP.json
.../resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.json
+3
-1
PSSYSAPP.simple.json
...ces/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.simple.json
+3
-1
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+2
-2
未找到文件。
app_Web/src/pages/sample/ibizbookusr-edit-view-action-plugin/ibizbookusr-edit-view-action-plugin-base.vue
浏览文件 @
0ef5c94b
...
...
@@ -13,7 +13,9 @@
</i-button>
<div
slot=
'content'
>
{{
$t
(
'entities.ibizbook.usreditview_actionplugintoolbar_toolbar.deuiaction1.tip'
)
}}
</div>
</tooltip>
<div>
红色项
</div>
<AppButton
@
click=
"handleClick"
:loading=
"rowData.loading"
:disabled=
"rowData.item.disabled"
class=
"red-item toolbar-item__btn"
>
<AppIconText
:imgPath=
"rowData.item.imagePath"
:iconClass=
"rowData.item.iconCls"
:text=
"rowData.item.captionLanResTag ? $t(rowData.item.captionLanResTag, rowData.item.caption) : rowData.item.caption"
:tooltip=
"rowData.item.tooltipLanResTag ? $t(rowData.item.tooltipLanResTag, rowData.item.tooltip) : rowData.item.tooltip"
></AppIconText>
</AppButton>
</div>
</div>
...
...
app_Web/src/widgets/ibizbook/guide-borrow-form-form/guide-borrow-form-form-base.vue
浏览文件 @
0ef5c94b
...
...
@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1425,7 +1425,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1495,7 +1495,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1603,7 +1603,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1695,7 +1695,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizbook/guide-return-form-form/guide-return-form-form-base.vue
浏览文件 @
0ef5c94b
...
...
@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1391,7 +1391,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1461,7 +1461,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1569,7 +1569,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1661,7 +1661,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizbook/guide-view-form-form/guide-view-form-form-base.vue
浏览文件 @
0ef5c94b
...
...
@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1494,7 +1494,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1564,7 +1564,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1672,7 +1672,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1764,7 +1764,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizbook/list-itempanel-panel/list-itempanel-panel-base.vue
浏览文件 @
0ef5c94b
...
...
@@ -2,8 +2,8 @@
<div
class=
"app-layoutpanel List_itempanel"
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
#
ibizbookname
>
<app-preset-text
name=
"
ibizbookname"
:value=
"layoutData.ibizbookname
"
:layoutModelDetails=
"layoutModelDetails"
/>
<template
#
srfmajortext
>
<app-preset-text
name=
"
srfmajortext"
:value=
"layoutData.srfmajortext
"
:layoutModelDetails=
"layoutModelDetails"
/>
</
template
>
<
template
#
srfdescription
>
<app-preset-text
name=
"srfdescription"
:value=
"layoutData.srfdescription"
:layoutModelDetails=
"layoutModelDetails"
/>
...
...
@@ -300,9 +300,9 @@ export default class List_itempanelBase extends Vue implements ControlInterface
* @memberof List_itempanelBase
*/
public
layoutItems
:
any
=
{
ibizbookname
:{
name
:
'ibizbookname'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'ibizbookname
'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
srfmajortext
:{
name
:
'srfmajortext'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'srfmajortext
'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
srfdescription
:{
name
:
'srfdescription'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'srfdescription'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
container1
:{
name
:
'container1'
,
type
:
'ITEMLAYOUT'
,
caption
:
'容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'FLEX'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
panel
:
this
,
details
:[
'
ibizbookname
'
,
'srfdescription'
]
,
dataRegionType
:
'INHERIT'
}
container1
:{
name
:
'container1'
,
type
:
'ITEMLAYOUT'
,
caption
:
'容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'FLEX'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
panel
:
this
,
details
:[
'
srfmajortext
'
,
'srfdescription'
]
,
dataRegionType
:
'INHERIT'
}
}
/**
...
...
app_Web/src/widgets/ibizbook/list-itempanel-panel/list-itempanel-panel-model.ts
浏览文件 @
0ef5c94b
...
...
@@ -16,8 +16,8 @@ export default class List_itempanelModel {
public
getDataItems
():
any
[]
{
return
[
{
name
:
'
ibizbookname
'
,
prop
:
'
ibizbookname
'
name
:
'
srfmajortext
'
,
prop
:
'
srfmajortext
'
},
{
name
:
'srfdescription'
,
...
...
app_Web/src/widgets/ibizbook/lnternal-func-list-list/lnternal-func-list-list-model.ts
浏览文件 @
0ef5c94b
...
...
@@ -16,12 +16,9 @@ export default class LnternalFuncListModel {
public
getDataItems
():
any
[]
{
return
[
{
name
:
'price'
,
},
{
name
:
'srfdescription'
,
prop
:
'subtext'
,
dataType
:
'TEXT'
,
name
:
'srficon'
,
prop
:
'icon'
,
dataType
:
'LONGTEXT'
,
},
{
name
:
'srfdate'
,
...
...
@@ -29,30 +26,33 @@ export default class LnternalFuncListModel {
dataType
:
'DATETIME'
,
},
{
name
:
'booknumber'
,
name
:
'srfdescription'
,
prop
:
'subtext'
,
dataType
:
'TEXT'
,
},
{
name
:
'ibizbookid'
,
},
{
name
:
'type'
,
codelist
:{
tag
:
'BookType'
,
codelistType
:
'STATIC'
},
},
{
name
:
'press'
,
name
:
'srfmajortext'
,
prop
:
'ibizbookname'
,
dataType
:
'TEXT'
,
},
{
name
:
'srficon'
,
prop
:
'icon'
,
dataType
:
'LONGTEXT'
,
name
:
'price'
,
},
{
name
:
'
ibizbookid
'
,
name
:
'
booknumber
'
,
},
{
name
:
'author'
,
},
{
name
:
'srfmajortext'
,
prop
:
'ibizbookname'
,
dataType
:
'TEXT'
,
name
:
'press'
,
},
{
name
:
'srfkey'
,
...
...
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
浏览文件 @
0ef5c94b
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-model.ts
浏览文件 @
0ef5c94b
...
...
@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2Data
V
iewMode
* @memberof Usr2Data
viewexpbar_datav
iewMode
*/
public
getDataItems
():
any
[]
{
return
[
...
...
@@ -40,17 +40,6 @@ export default class Usr2Model {
dataType
:
'FONTKEY'
,
},
{
name
:
'n_ibizbookname_like'
,
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'size'
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
0ef5c94b
...
...
@@ -12,18 +12,6 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"借出日期"
,
"codeName"
:
"lendouttime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"lendouttime"
,
"mOSFilePath"
:
"psdetreecols/lendouttime"
,
"name"
:
"lendouttime"
,
"rTMOSFilePath"
:
"psdetreecols/lendouttime"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -71,6 +59,18 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"借出日期"
,
"codeName"
:
"lendouttime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"lendouttime"
,
"mOSFilePath"
:
"psdetreecols/lendouttime"
,
"name"
:
"lendouttime"
,
"rTMOSFilePath"
:
"psdetreecols/lendouttime"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSLISTS/LnternalFuncList.json
浏览文件 @
0ef5c94b
...
...
@@ -18,8 +18,8 @@
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"getItemPSLayoutPanel"
:
{
"getAllPSPanelFields"
:
[
{
"id"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
ibizbookname
"
"id"
:
"
srfmajortext
"
,
"viewFieldName"
:
"
srfmajortext
"
},
{
"id"
:
"srfdescription"
,
"viewFieldName"
:
"srfdescription"
...
...
@@ -60,10 +60,10 @@
"caption"
:
"文本(动态)"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"enableLinkView"
:
false
...
...
@@ -76,7 +76,7 @@
"pluginType"
:
"LIST_ITEMRENDER"
,
"pluginCode"
:
"redCaption"
},
"viewFieldName"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
srfmajortext
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
...
...
@@ -454,14 +454,11 @@
"id"
:
"DataImport"
},
"getPSDEListDataItems"
:
[
{
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
25
,
"name"
:
"srf
descripti
on"
,
"name"
:
"srf
ic
on"
,
"getPSAppDEField"
:
{
"name"
:
"
SUBTEXT
"
,
"codeName"
:
"
Subtext
"
"name"
:
"
ICON
"
,
"codeName"
:
"
Icon
"
}
},
{
"dataType"
:
25
,
...
...
@@ -471,8 +468,15 @@
"codeName"
:
"CreateDate"
}
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
"dataType"
:
25
,
"name"
:
"srfdescription"
,
"getPSAppDEField"
:
{
"name"
:
"SUBTEXT"
,
"codeName"
:
"Subtext"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
},
{
"dataType"
:
25
,
"getFrontPSCodeList"
:
{
...
...
@@ -482,27 +486,23 @@
"name"
:
"type"
},
{
"dataType"
:
25
,
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srficon"
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"I
CON
"
,
"codeName"
:
"I
con
"
"name"
:
"I
BIZBOOKNAME
"
,
"codeName"
:
"I
BIZBOOKName
"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
},
{
"dataType"
:
25
,
"name"
:
"author"
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZBOOKNAME"
,
"codeName"
:
"IBIZBOOKName"
}
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/List_itempanel.json
浏览文件 @
0ef5c94b
{
"getAllPSPanelFields"
:
[
{
"id"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
ibizbookname
"
"id"
:
"
srfmajortext
"
,
"viewFieldName"
:
"
srfmajortext
"
},
{
"id"
:
"srfdescription"
,
"viewFieldName"
:
"srfdescription"
...
...
@@ -41,10 +41,10 @@
"caption"
:
"文本(动态)"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"enableLinkView"
:
false
...
...
@@ -57,7 +57,7 @@
"pluginType"
:
"LIST_ITEMRENDER"
,
"pluginCode"
:
"redCaption"
},
"viewFieldName"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
srfmajortext
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
0ef5c94b
...
...
@@ -20,13 +20,13 @@
}
}
],
"getPSDETreeColumns"
:
[
{
"caption"
:
"
作者
"
,
"codeName"
:
"
author
"
,
"caption"
:
"
图书描述
"
,
"codeName"
:
"
subtext
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"mOSFilePath"
:
"psdetreecols/
author
"
,
"name"
:
"
author
"
,
"rTMOSFilePath"
:
"psdetreecols/
author
"
,
"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"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
subtext
"
,
"mOSFilePath"
:
"psdetreecols/
subtext
"
,
"name"
:
"
subtext
"
,
"rTMOSFilePath"
:
"psdetreecols/
subtext
"
,
"dataItemName"
:
"
author
"
,
"mOSFilePath"
:
"psdetreecols/
author
"
,
"name"
:
"
author
"
,
"rTMOSFilePath"
:
"psdetreecols/
author
"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
0ef5c94b
...
...
@@ -42,18 +42,6 @@
"id"
:
"GANTT"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"借出日期"
,
"codeName"
:
"lendouttime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"lendouttime"
,
"mOSFilePath"
:
"psdetreecols/lendouttime"
,
"name"
:
"lendouttime"
,
"rTMOSFilePath"
:
"psdetreecols/lendouttime"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -101,6 +89,18 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"借出日期"
,
"codeName"
:
"lendouttime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"lendouttime"
,
"mOSFilePath"
:
"psdetreecols/lendouttime"
,
"name"
:
"lendouttime"
,
"rTMOSFilePath"
:
"psdetreecols/lendouttime"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKListView.json
浏览文件 @
0ef5c94b
...
...
@@ -1189,8 +1189,8 @@
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"getItemPSLayoutPanel"
:
{
"getAllPSPanelFields"
:
[
{
"id"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
ibizbookname
"
"id"
:
"
srfmajortext
"
,
"viewFieldName"
:
"
srfmajortext
"
},
{
"id"
:
"srfdescription"
,
"viewFieldName"
:
"srfdescription"
...
...
@@ -1231,10 +1231,10 @@
"caption"
:
"文本(动态)"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"enableLinkView"
:
false
...
...
@@ -1247,7 +1247,7 @@
"pluginType"
:
"LIST_ITEMRENDER"
,
"pluginCode"
:
"redCaption"
},
"viewFieldName"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
srfmajortext
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
...
...
@@ -1699,14 +1699,11 @@
"id"
:
"DataImport"
},
"getPSDEListDataItems"
:
[
{
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
25
,
"name"
:
"srf
descripti
on"
,
"name"
:
"srf
ic
on"
,
"getPSAppDEField"
:
{
"name"
:
"
SUBTEXT
"
,
"codeName"
:
"
Subtext
"
"name"
:
"
ICON
"
,
"codeName"
:
"
Icon
"
}
},
{
"dataType"
:
25
,
...
...
@@ -1716,8 +1713,15 @@
"codeName"
:
"CreateDate"
}
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
"dataType"
:
25
,
"name"
:
"srfdescription"
,
"getPSAppDEField"
:
{
"name"
:
"SUBTEXT"
,
"codeName"
:
"Subtext"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
},
{
"dataType"
:
25
,
"getFrontPSCodeList"
:
{
...
...
@@ -1727,27 +1731,23 @@
"name"
:
"type"
},
{
"dataType"
:
25
,
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srficon"
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"I
CON
"
,
"codeName"
:
"I
con
"
"name"
:
"I
BIZBOOKNAME
"
,
"codeName"
:
"I
BIZBOOKName
"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
},
{
"dataType"
:
25
,
"name"
:
"author"
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZBOOKNAME"
,
"codeName"
:
"IBIZBOOKName"
}
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTestCLListView.json
浏览文件 @
0ef5c94b
...
...
@@ -1048,8 +1048,8 @@
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"getItemPSLayoutPanel"
:
{
"getAllPSPanelFields"
:
[
{
"id"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
ibizbookname
"
"id"
:
"
srfmajortext
"
,
"viewFieldName"
:
"
srfmajortext
"
},
{
"id"
:
"srfdescription"
,
"viewFieldName"
:
"srfdescription"
...
...
@@ -1090,10 +1090,10 @@
"caption"
:
"文本(动态)"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"enableLinkView"
:
false
...
...
@@ -1106,7 +1106,7 @@
"pluginType"
:
"LIST_ITEMRENDER"
,
"pluginCode"
:
"redCaption"
},
"viewFieldName"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
srfmajortext
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
...
...
@@ -1558,14 +1558,11 @@
"id"
:
"DataImport"
},
"getPSDEListDataItems"
:
[
{
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
25
,
"name"
:
"srf
descripti
on"
,
"name"
:
"srf
ic
on"
,
"getPSAppDEField"
:
{
"name"
:
"
SUBTEXT
"
,
"codeName"
:
"
Subtext
"
"name"
:
"
ICON
"
,
"codeName"
:
"
Icon
"
}
},
{
"dataType"
:
25
,
...
...
@@ -1575,8 +1572,15 @@
"codeName"
:
"CreateDate"
}
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
"dataType"
:
25
,
"name"
:
"srfdescription"
,
"getPSAppDEField"
:
{
"name"
:
"SUBTEXT"
,
"codeName"
:
"Subtext"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
},
{
"dataType"
:
25
,
"getFrontPSCodeList"
:
{
...
...
@@ -1586,27 +1590,23 @@
"name"
:
"type"
},
{
"dataType"
:
25
,
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srficon"
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"I
CON
"
,
"codeName"
:
"I
con
"
"name"
:
"I
BIZBOOKNAME
"
,
"codeName"
:
"I
BIZBOOKName
"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
},
{
"dataType"
:
25
,
"name"
:
"author"
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZBOOKNAME"
,
"codeName"
:
"IBIZBOOKName"
}
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
0ef5c94b
...
...
@@ -88,13 +88,13 @@
"id"
:
"TREEGRIDEX"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"
作者
"
,
"codeName"
:
"
author
"
,
"caption"
:
"
图书描述
"
,
"codeName"
:
"
subtext
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"mOSFilePath"
:
"psdetreecols/
author
"
,
"name"
:
"
author
"
,
"rTMOSFilePath"
:
"psdetreecols/
author
"
,
"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"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
subtext
"
,
"mOSFilePath"
:
"psdetreecols/
subtext
"
,
"name"
:
"
subtext
"
,
"rTMOSFilePath"
:
"psdetreecols/
subtext
"
,
"dataItemName"
:
"
author
"
,
"mOSFilePath"
:
"psdetreecols/
author
"
,
"name"
:
"
author
"
,
"rTMOSFilePath"
:
"psdetreecols/
author
"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr4ListView.json
浏览文件 @
0ef5c94b
...
...
@@ -535,8 +535,8 @@
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"getItemPSLayoutPanel"
:
{
"getAllPSPanelFields"
:
[
{
"id"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
ibizbookname
"
"id"
:
"
srfmajortext
"
,
"viewFieldName"
:
"
srfmajortext
"
},
{
"id"
:
"srfdescription"
,
"viewFieldName"
:
"srfdescription"
...
...
@@ -577,10 +577,10 @@
"caption"
:
"文本(动态)"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"enableLinkView"
:
false
...
...
@@ -593,7 +593,7 @@
"pluginType"
:
"LIST_ITEMRENDER"
,
"pluginCode"
:
"redCaption"
},
"viewFieldName"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
srfmajortext
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
...
...
@@ -1045,14 +1045,11 @@
"id"
:
"DataImport"
},
"getPSDEListDataItems"
:
[
{
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
25
,
"name"
:
"srf
descripti
on"
,
"name"
:
"srf
ic
on"
,
"getPSAppDEField"
:
{
"name"
:
"
SUBTEXT
"
,
"codeName"
:
"
Subtext
"
"name"
:
"
ICON
"
,
"codeName"
:
"
Icon
"
}
},
{
"dataType"
:
25
,
...
...
@@ -1062,8 +1059,15 @@
"codeName"
:
"CreateDate"
}
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
"dataType"
:
25
,
"name"
:
"srfdescription"
,
"getPSAppDEField"
:
{
"name"
:
"SUBTEXT"
,
"codeName"
:
"Subtext"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
},
{
"dataType"
:
25
,
"getFrontPSCodeList"
:
{
...
...
@@ -1073,27 +1077,23 @@
"name"
:
"type"
},
{
"dataType"
:
25
,
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srficon"
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"I
CON
"
,
"codeName"
:
"I
con
"
"name"
:
"I
BIZBOOKNAME
"
,
"codeName"
:
"I
BIZBOOKName
"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
},
{
"dataType"
:
25
,
"name"
:
"author"
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZBOOKNAME"
,
"codeName"
:
"IBIZBOOKName"
}
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr4ListView_layout.json
浏览文件 @
0ef5c94b
...
...
@@ -535,8 +535,8 @@
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"getItemPSLayoutPanel"
:
{
"getAllPSPanelFields"
:
[
{
"id"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
ibizbookname
"
"id"
:
"
srfmajortext
"
,
"viewFieldName"
:
"
srfmajortext
"
},
{
"id"
:
"srfdescription"
,
"viewFieldName"
:
"srfdescription"
...
...
@@ -577,10 +577,10 @@
"caption"
:
"文本(动态)"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"enableLinkView"
:
false
...
...
@@ -593,7 +593,7 @@
"pluginType"
:
"LIST_ITEMRENDER"
,
"pluginCode"
:
"redCaption"
},
"viewFieldName"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
srfmajortext
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
...
...
@@ -1045,14 +1045,11 @@
"id"
:
"DataImport"
},
"getPSDEListDataItems"
:
[
{
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
25
,
"name"
:
"srf
descripti
on"
,
"name"
:
"srf
ic
on"
,
"getPSAppDEField"
:
{
"name"
:
"
SUBTEXT
"
,
"codeName"
:
"
Subtext
"
"name"
:
"
ICON
"
,
"codeName"
:
"
Icon
"
}
},
{
"dataType"
:
25
,
...
...
@@ -1062,8 +1059,15 @@
"codeName"
:
"CreateDate"
}
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
"dataType"
:
25
,
"name"
:
"srfdescription"
,
"getPSAppDEField"
:
{
"name"
:
"SUBTEXT"
,
"codeName"
:
"Subtext"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
},
{
"dataType"
:
25
,
"getFrontPSCodeList"
:
{
...
...
@@ -1073,27 +1077,23 @@
"name"
:
"type"
},
{
"dataType"
:
25
,
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srficon"
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"I
CON
"
,
"codeName"
:
"I
con
"
"name"
:
"I
BIZBOOKNAME
"
,
"codeName"
:
"I
BIZBOOKName
"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
},
{
"dataType"
:
25
,
"name"
:
"author"
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZBOOKNAME"
,
"codeName"
:
"IBIZBOOKName"
}
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsrListView_plugin.json
浏览文件 @
0ef5c94b
...
...
@@ -1007,8 +1007,8 @@
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"getItemPSLayoutPanel"
:
{
"getAllPSPanelFields"
:
[
{
"id"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
ibizbookname
"
"id"
:
"
srfmajortext
"
,
"viewFieldName"
:
"
srfmajortext
"
},
{
"id"
:
"srfdescription"
,
"viewFieldName"
:
"srfdescription"
...
...
@@ -1049,10 +1049,10 @@
"caption"
:
"文本(动态)"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"name"
:
"
ibizbookname
"
,
"name"
:
"
srfmajortext
"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"enableLinkView"
:
false
...
...
@@ -1065,7 +1065,7 @@
"pluginType"
:
"LIST_ITEMRENDER"
,
"pluginCode"
:
"redCaption"
},
"viewFieldName"
:
"
ibizbookname
"
,
"viewFieldName"
:
"
srfmajortext
"
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
...
...
@@ -1517,14 +1517,11 @@
"id"
:
"DataImport"
},
"getPSDEListDataItems"
:
[
{
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
25
,
"name"
:
"srf
descripti
on"
,
"name"
:
"srf
ic
on"
,
"getPSAppDEField"
:
{
"name"
:
"
SUBTEXT
"
,
"codeName"
:
"
Subtext
"
"name"
:
"
ICON
"
,
"codeName"
:
"
Icon
"
}
},
{
"dataType"
:
25
,
...
...
@@ -1534,8 +1531,15 @@
"codeName"
:
"CreateDate"
}
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
"dataType"
:
25
,
"name"
:
"srfdescription"
,
"getPSAppDEField"
:
{
"name"
:
"SUBTEXT"
,
"codeName"
:
"Subtext"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
},
{
"dataType"
:
25
,
"getFrontPSCodeList"
:
{
...
...
@@ -1545,27 +1549,23 @@
"name"
:
"type"
},
{
"dataType"
:
25
,
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srficon"
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"I
CON
"
,
"codeName"
:
"I
con
"
"name"
:
"I
BIZBOOKNAME
"
,
"codeName"
:
"I
BIZBOOKName
"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizbookid"
"dataType"
:
7
,
"name"
:
"price"
},
{
"dataType"
:
9
,
"name"
:
"booknumber"
},
{
"dataType"
:
25
,
"name"
:
"author"
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZBOOKNAME"
,
"codeName"
:
"IBIZBOOKName"
}
"name"
:
"press"
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
0ef5c94b
...
...
@@ -5585,7 +5585,9 @@
"refMode" : "CONTROLITEM",
"refTag" : "TOOLBAR",
"refTag2" : "DEUIACTION",
"templCode" : "<div>红色项</div>"
"templCode" : "<AppButton @click=\"handleClick\" :loading=\"rowData.loading\" :disabled=\"rowData.item.disabled\" class=\"red-item toolbar-item__btn\">\r\n <AppIconText :imgPath=\"rowData.item.imagePath\" :iconClass=\"rowData.item.iconCls\" :text=\"rowData.item.captionLanResTag ? $t(rowData.item.captionLanResTag, rowData.item.caption) : rowData.item.caption\" :tooltip=\"rowData.item.tooltipLanResTag ? $t(rowData.item.tooltipLanResTag, rowData.item.tooltip) : rowData.item.tooltip\" ></AppIconText>\r\n </AppButton>",
"templCode2" : "import { IParam } from \"@/core\";\r\ninterface Props {\r\n rowData: IParam;\r\n}\r\nconst props = defineProps<Props>();\r\nconst emit = defineEmits([\"itemClick\"]);\r\nconst handleClick = (event: MouseEvent) => {\r\n emit(\"itemClick\", props.rowData.item.name, event, props.rowData.item.logic);\r\n};",
"templCode3" : ".red-item {\r\n background-color: red !important;\r\n}"
}, {
"name" : "红色表格头",
"getPSSysPFPlugin" : {
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
0ef5c94b
...
...
@@ -232,7 +232,9 @@
"refMode"
:
"CONTROLITEM"
,
"refTag"
:
"TOOLBAR"
,
"refTag2"
:
"DEUIACTION"
,
"templCode"
:
"<div>红色项</div>"
"templCode"
:
"<AppButton @click=
\"
handleClick
\"
:loading=
\"
rowData.loading
\"
:disabled=
\"
rowData.item.disabled
\"
class=
\"
red-item toolbar-item__btn
\"
>
\r\n
<AppIconText :imgPath=
\"
rowData.item.imagePath
\"
:iconClass=
\"
rowData.item.iconCls
\"
:text=
\"
rowData.item.captionLanResTag ? $t(rowData.item.captionLanResTag, rowData.item.caption) : rowData.item.caption
\"
:tooltip=
\"
rowData.item.tooltipLanResTag ? $t(rowData.item.tooltipLanResTag, rowData.item.tooltip) : rowData.item.tooltip
\"
></AppIconText>
\r\n
</AppButton>"
,
"templCode2"
:
"import { IParam } from
\"
@/core
\"
;
\r\n
interface Props {
\r\n
rowData: IParam;
\r\n
}
\r\n
const props = defineProps<Props>();
\r\n
const emit = defineEmits([
\"
itemClick
\"
]);
\r\n
const handleClick = (event: MouseEvent) => {
\r\n
emit(
\"
itemClick
\"
, props.rowData.item.name, event, props.rowData.item.logic);
\r\n
};"
,
"templCode3"
:
".red-item {
\r\n
background-color: red !important;
\r\n
}"
},
{
"name"
:
"红色表格头"
,
"getPSSysPFPlugin"
:
{
...
...
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
0ef5c94b
...
...
@@ -118,7 +118,7 @@
<!--输出实体[IBIZAPPVIEW]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizappview-
2
-5"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizappview-
4
-5"
>
<createTable
tableName=
"T_IBIZAPPVIEW"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
...
...
@@ -172,7 +172,7 @@
<!--输出实体[IBIZBOOK]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizbook-115
4
-7"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizbook-115
8
-7"
>
<createTable
tableName=
"T_IBIZBOOK"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录