Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
742332b2
提交
742332b2
编写于
11月 10, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
58ec8f69
变更
11
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
120 行增加
和
114 行删除
+120
-114
default-searchform-base.vue
...zappeditor/default-searchform/default-searchform-base.vue
+2
-2
listpanel-list-model.ts
...c/widgets/ibizbook/listpanel-list/listpanel-list-model.ts
+17
-17
listpanel-panel-base.vue
...widgets/ibizbook/listpanel-panel/listpanel-panel-base.vue
+6
-6
lnternal-func-list-list-base.vue
.../lnternal-func-list-list/lnternal-func-list-list-base.vue
+20
-20
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
list-exp-list-base.vue
...rc/widgets/ibizorder/list-exp-list/list-exp-list-base.vue
+1
-0
Listpanel.json
...PPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSLISTS/Listpanel.json
+29
-29
Listpanel.json
...PS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/Listpanel.json
+6
-6
IBIZBOOKUsr5ListView.json
...odel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr5ListView.json
+29
-29
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+1
-1
未找到文件。
app_Web/src/widgets/ibizappeditor/default-searchform/default-searchform-base.vue
浏览文件 @
742332b2
...
@@ -619,7 +619,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -619,7 +619,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -655,7 +655,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -655,7 +655,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/listpanel-list/listpanel-list-model.ts
浏览文件 @
742332b2
...
@@ -14,20 +14,15 @@ export default class ListpanelModel {
...
@@ -14,20 +14,15 @@ export default class ListpanelModel {
*/
*/
public
getDataItems
():
any
[]
{
public
getDataItems
():
any
[]
{
return
[
return
[
{
name
:
'ibizbookname'
,
prop
:
'ibizbookname'
,
dataType
:
'TEXT'
,
},
{
{
name
:
'ibizbookid'
,
name
:
'ibizbookid'
,
prop
:
'ibizbookid'
,
prop
:
'ibizbookid'
,
dataType
:
'GUID'
,
dataType
:
'GUID'
,
},
},
{
{
name
:
'pr
ess
'
,
name
:
'pr
ice
'
,
prop
:
'pr
ess
'
,
prop
:
'pr
ice
'
,
dataType
:
'
TEX
T'
,
dataType
:
'
FLOA
T'
,
},
},
{
{
name
:
'type'
,
name
:
'type'
,
...
@@ -35,6 +30,11 @@ export default class ListpanelModel {
...
@@ -35,6 +30,11 @@ export default class ListpanelModel {
dataType
:
'TEXT'
,
dataType
:
'TEXT'
,
codelist
:{
tag
:
'BookType'
,
codelistType
:
'STATIC'
},
codelist
:{
tag
:
'BookType'
,
codelistType
:
'STATIC'
},
},
},
{
name
:
'icon'
,
prop
:
'icon'
,
dataType
:
'LONGTEXT'
,
},
{
{
name
:
'author'
,
name
:
'author'
,
prop
:
'author'
,
prop
:
'author'
,
...
@@ -46,19 +46,19 @@ export default class ListpanelModel {
...
@@ -46,19 +46,19 @@ export default class ListpanelModel {
dataType
:
'TEXT'
,
dataType
:
'TEXT'
,
},
},
{
{
name
:
'
booknumber
'
,
name
:
'
ibizbookname
'
,
prop
:
'
booknumber
'
,
prop
:
'
ibizbookname
'
,
dataType
:
'
IN
T'
,
dataType
:
'
TEX
T'
,
},
},
{
{
name
:
'
icon
'
,
name
:
'
press
'
,
prop
:
'
icon
'
,
prop
:
'
press
'
,
dataType
:
'
LONG
TEXT'
,
dataType
:
'TEXT'
,
},
},
{
{
name
:
'
price
'
,
name
:
'
booknumber
'
,
prop
:
'
price
'
,
prop
:
'
booknumber
'
,
dataType
:
'
FLOA
T'
,
dataType
:
'
IN
T'
,
},
},
{
{
name
:
'srfkey'
,
name
:
'srfkey'
,
...
...
app_Web/src/widgets/ibizbook/listpanel-panel/listpanel-panel-base.vue
浏览文件 @
742332b2
...
@@ -333,18 +333,18 @@ export default class ListpanelBase extends Vue implements ControlInterface {
...
@@ -333,18 +333,18 @@ export default class ListpanelBase extends Vue implements ControlInterface {
field_image
:{
name
:
'field_image'
,
type
:
'ITEMLAYOUT'
,
caption
:
'图片(动态)'
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
80
,
heightMode
:
'PX'
,
layoutWidth
:
80
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container4'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_IMAGE'
,
dataItemName
:
'icon'
,
},
field_image
:{
name
:
'field_image'
,
type
:
'ITEMLAYOUT'
,
caption
:
'图片(动态)'
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
80
,
heightMode
:
'PX'
,
layoutWidth
:
80
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container4'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_IMAGE'
,
dataItemName
:
'icon'
,
},
field_text_dynamic
:{
name
:
'field_text_dynamic'
,
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
:
'container4'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'ibizbookname'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
field_text_dynamic
:{
name
:
'field_text_dynamic'
,
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
:
'container4'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'ibizbookname'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
container4
:{
name
:
'container4'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'row'
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
details
:[
'field_image'
,
'field_text_dynamic'
]
,
dataRegionType
:
'INHERIT'
},
container4
:{
name
:
'container4'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'row'
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
details
:[
'field_image'
,
'field_text_dynamic'
]
,
dataRegionType
:
'INHERIT'
},
static_label1
:{
name
:
'static_label1'
,
type
:
'ITEMLAYOUT'
,
caption
:
'标签'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'RAWITEM'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
80
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
RIGHT'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container2'
,
panel
:
this
,
viewType
:
'DELISTVIEW'
,
predefinedType
:
'STATIC_LABEL'
,
contentType
:
'RAW'
,
contentStyle
:
''
,
rawContent
:
'作者:'
,
htmlContent
:
''
,
renderMode
:
'PARAGRAPH'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'
'
,
},
static_label1
:{
name
:
'static_label1'
,
type
:
'ITEMLAYOUT'
,
caption
:
'标签'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'RAWITEM'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
80
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container2'
,
panel
:
this
,
viewType
:
'DELISTVIEW'
,
predefinedType
:
'STATIC_LABEL'
,
contentType
:
'RAW'
,
contentStyle
:
''
,
rawContent
:
'作者:'
,
htmlContent
:
''
,
renderMode
:
'PARAGRAPH'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'RIGHT
'
,
},
field_text_dynamic1
:{
name
:
'field_text_dynamic1'
,
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
:
'container2'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'author'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
field_text_dynamic1
:{
name
:
'field_text_dynamic1'
,
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
:
'container2'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'author'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
container2
:{
name
:
'container2'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'row'
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
details
:[
'static_label1'
,
'field_text_dynamic1'
]
,
dataRegionType
:
'INHERIT'
},
container2
:{
name
:
'container2'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'row'
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
details
:[
'static_label1'
,
'field_text_dynamic1'
]
,
dataRegionType
:
'INHERIT'
},
static_label3
:{
name
:
'static_label3'
,
type
:
'ITEMLAYOUT'
,
caption
:
'标签'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'RAWITEM'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
80
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
RIGHT'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container7'
,
panel
:
this
,
viewType
:
'DELISTVIEW'
,
predefinedType
:
'STATIC_LABEL'
,
contentType
:
'RAW'
,
contentStyle
:
''
,
rawContent
:
'借阅数量:'
,
htmlContent
:
''
,
renderMode
:
'PARAGRAPH'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'
'
,
},
static_label3
:{
name
:
'static_label3'
,
type
:
'ITEMLAYOUT'
,
caption
:
'标签'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'RAWITEM'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
80
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container7'
,
panel
:
this
,
viewType
:
'DELISTVIEW'
,
predefinedType
:
'STATIC_LABEL'
,
contentType
:
'RAW'
,
contentStyle
:
''
,
rawContent
:
'借阅数量:'
,
htmlContent
:
''
,
renderMode
:
'PARAGRAPH'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'RIGHT
'
,
},
field_text_dynamic2
:{
name
:
'field_text_dynamic2'
,
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
:
'container7'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'booknumber'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
field_text_dynamic2
:{
name
:
'field_text_dynamic2'
,
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
:
'container7'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'booknumber'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
container7
:{
name
:
'container7'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'row'
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
details
:[
'static_label3'
,
'field_text_dynamic2'
]
,
dataRegionType
:
'INHERIT'
},
container7
:{
name
:
'container7'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'row'
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
details
:[
'static_label3'
,
'field_text_dynamic2'
]
,
dataRegionType
:
'INHERIT'
},
static_label4
:{
name
:
'static_label4'
,
type
:
'ITEMLAYOUT'
,
caption
:
'标签'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'RAWITEM'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
80
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
RIGHT'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container8'
,
panel
:
this
,
viewType
:
'DELISTVIEW'
,
predefinedType
:
'STATIC_LABEL'
,
contentType
:
'RAW'
,
contentStyle
:
''
,
rawContent
:
'书籍描述:'
,
htmlContent
:
''
,
renderMode
:
'PARAGRAPH'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'
'
,
},
static_label4
:{
name
:
'static_label4'
,
type
:
'ITEMLAYOUT'
,
caption
:
'标签'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'RAWITEM'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
80
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container8'
,
panel
:
this
,
viewType
:
'DELISTVIEW'
,
predefinedType
:
'STATIC_LABEL'
,
contentType
:
'RAW'
,
contentStyle
:
''
,
rawContent
:
'书籍描述:'
,
htmlContent
:
''
,
renderMode
:
'PARAGRAPH'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'RIGHT
'
,
},
field_text_dynamic4
:{
name
:
'field_text_dynamic4'
,
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
:
'container8'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'subtext'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
field_text_dynamic4
:{
name
:
'field_text_dynamic4'
,
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
:
'container8'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'subtext'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
''
,
},
container8
:{
name
:
'container8'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'row'
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
details
:[
'static_label4'
,
'field_text_dynamic4'
]
,
dataRegionType
:
'INHERIT'
},
container8
:{
name
:
'container8'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'row'
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
details
:[
'static_label4'
,
'field_text_dynamic4'
]
,
dataRegionType
:
'INHERIT'
},
field_text_dynamic5
:{
name
:
'field_text_dynamic5'
,
type
:
'ITEMLAYOUT'
,
caption
:
'文本(动态)'
,
isShowCaption
:
false
,
sysCss
:
'book-type'
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
40
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
CENTER'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container6'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'type'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'
'
,
},
field_text_dynamic5
:{
name
:
'field_text_dynamic5'
,
type
:
'ITEMLAYOUT'
,
caption
:
'文本(动态)'
,
isShowCaption
:
false
,
sysCss
:
'book-type'
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
40
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container6'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'type'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'CENTER
'
,
},
field_text_dynamic3
:{
name
:
'field_text_dynamic3'
,
type
:
'ITEMLAYOUT'
,
caption
:
'文本(动态)'
,
isShowCaption
:
false
,
sysCss
:
'book-press'
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
150
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
CENTER'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container6'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'press'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'
'
,
},
field_text_dynamic3
:{
name
:
'field_text_dynamic3'
,
type
:
'ITEMLAYOUT'
,
caption
:
'文本(动态)'
,
isShowCaption
:
false
,
sysCss
:
'book-press'
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
150
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container6'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'press'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'CENTER
'
,
},
field_text_dynamic6
:{
name
:
'field_text_dynamic6'
,
type
:
'ITEMLAYOUT'
,
caption
:
'文本(动态)'
,
isShowCaption
:
false
,
sysCss
:
'book-price'
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
50
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
CENTER'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container6'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'price'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'
'
,
},
field_text_dynamic6
:{
name
:
'field_text_dynamic6'
,
type
:
'ITEMLAYOUT'
,
caption
:
'文本(动态)'
,
isShowCaption
:
false
,
sysCss
:
'book-price'
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
50
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'
'
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container6'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_TEXT_DYNAMIC'
,
renderMode
:
'TEXT_DYNAMIC'
,
dataItemName
:
'price'
,
wrapMode
:
''
,
vAlign
:
''
,
hAlign
:
'CENTER
'
,
},
button_calluilogic1
:{
name
:
'button_calluilogic1'
,
type
:
'ITEMLAYOUT'
,
caption
:
'无处理按钮'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'BUTTON'
,
itemStyle
:
'INFO'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
100
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container6'
,
panel
:
this
,
xDataControlName
:
'list'
,
buttonStyle
:
'INFO'
,
borderStyle
:
''
,
iconAlign
:
''
,
renderMode
:
''
,
},
button_calluilogic1
:{
name
:
'button_calluilogic1'
,
type
:
'ITEMLAYOUT'
,
caption
:
'无处理按钮'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'BUTTON'
,
itemStyle
:
'INFO'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
100
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container6'
,
panel
:
this
,
xDataControlName
:
'list'
,
buttonStyle
:
'INFO'
,
borderStyle
:
''
,
iconAlign
:
''
,
renderMode
:
''
,
},
container6
:{
name
:
'container6'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'row'
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
details
:[
'field_text_dynamic5'
,
'field_text_dynamic3'
,
'field_text_dynamic6'
,
'button_calluilogic1'
]
,
dataRegionType
:
'INHERIT'
},
container6
:{
name
:
'container6'
,
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
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'row'
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
details
:[
'field_text_dynamic5'
,
'field_text_dynamic3'
,
'field_text_dynamic6'
,
'button_calluilogic1'
]
,
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
:
'column'
,
vAlign
:
''
},
panel
:
this
,
details
:[
'container4'
,
'container2'
,
'container7'
,
'container8'
,
'container6'
]
,
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
:
'column'
,
vAlign
:
''
},
panel
:
this
,
details
:[
'container4'
,
'container2'
,
'container7'
,
'container8'
,
'container6'
]
,
dataRegionType
:
'INHERIT'
}
...
...
app_Web/src/widgets/ibizbook/lnternal-func-list-list/lnternal-func-list-list-base.vue
浏览文件 @
742332b2
...
@@ -46,11 +46,11 @@
...
@@ -46,11 +46,11 @@
<span
class=
"quick-toolbar"
>
<span
class=
"quick-toolbar"
>
<div
class=
'toolbar-container'
>
<div
class=
'toolbar-container'
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"
usr4listview_layoutlist_quicktoolbarModels.deuiaction1.visabled"
:disabled=
"usr4listview_layout
list_quicktoolbarModels.deuiaction1.disabled"
class=
''
v-button-loading:i-button
@
click=
"list_quicktoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i-button
v-show=
"
listviewlist_quicktoolbarModels.deuiaction1.visabled"
:disabled=
"listview
list_quicktoolbarModels.deuiaction1.disabled"
class=
''
v-button-loading:i-button
@
click=
"list_quicktoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i
class=
'fa fa-file-text-o'
></i>
<i
class=
'fa fa-file-text-o'
></i>
<span
class=
'caption'
>
{{$t('entities.ibizbook.
usr4listview_layout
list_quicktoolbar_toolbar.deuiaction1.caption')}}
</span>
<span
class=
'caption'
>
{{$t('entities.ibizbook.
listview
list_quicktoolbar_toolbar.deuiaction1.caption')}}
</span>
</i-button>
</i-button>
<div
slot=
'content'
>
{{$t('entities.ibizbook.
usr4listview_layout
list_quicktoolbar_toolbar.deuiaction1.tip')}}
</div>
<div
slot=
'content'
>
{{$t('entities.ibizbook.
listview
list_quicktoolbar_toolbar.deuiaction1.tip')}}
</div>
</tooltip>
</tooltip>
</div>
</div>
</span>
</span>
...
@@ -61,18 +61,18 @@
...
@@ -61,18 +61,18 @@
<span
class=
"batch-toolbar"
>
<span
class=
"batch-toolbar"
>
<div
class=
'toolbar-container'
>
<div
class=
'toolbar-container'
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"
usr4listview_layoutlist_batchtoolbarModels.deuiaction1.visabled"
:disabled=
"usr4listview_layout
list_batchtoolbarModels.deuiaction1.disabled"
class=
''
v-button-loading:i-button
@
click=
"list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i-button
v-show=
"
listviewlist_batchtoolbarModels.deuiaction1.visabled"
:disabled=
"listview
list_batchtoolbarModels.deuiaction1.disabled"
class=
''
v-button-loading:i-button
@
click=
"list_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i
class=
'fa fa-edit'
></i>
<i
class=
'fa fa-edit'
></i>
<span
class=
'caption'
>
{{$t('entities.ibizbook.
usr4listview_layout
list_batchtoolbar_toolbar.deuiaction1.caption')}}
</span>
<span
class=
'caption'
>
{{$t('entities.ibizbook.
listview
list_batchtoolbar_toolbar.deuiaction1.caption')}}
</span>
</i-button>
</i-button>
<div
slot=
'content'
>
{{$t('entities.ibizbook.
usr4listview_layout
list_batchtoolbar_toolbar.deuiaction1.tip')}}
</div>
<div
slot=
'content'
>
{{$t('entities.ibizbook.
listview
list_batchtoolbar_toolbar.deuiaction1.tip')}}
</div>
</tooltip>
</tooltip>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"
usr4listview_layoutlist_batchtoolbarModels.deuiaction2.visabled"
:disabled=
"usr4listview_layout
list_batchtoolbarModels.deuiaction2.disabled"
class=
''
v-button-loading:i-button
@
click=
"list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"
>
<i-button
v-show=
"
listviewlist_batchtoolbarModels.deuiaction2.visabled"
:disabled=
"listview
list_batchtoolbarModels.deuiaction2.disabled"
class=
''
v-button-loading:i-button
@
click=
"list_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"
>
<i
class=
'fa fa-remove'
></i>
<i
class=
'fa fa-remove'
></i>
<span
class=
'caption'
>
{{$t('entities.ibizbook.
usr4listview_layout
list_batchtoolbar_toolbar.deuiaction2.caption')}}
</span>
<span
class=
'caption'
>
{{$t('entities.ibizbook.
listview
list_batchtoolbar_toolbar.deuiaction2.caption')}}
</span>
</i-button>
</i-button>
<div
slot=
'content'
>
{{$t('entities.ibizbook.
usr4listview_layout
list_batchtoolbar_toolbar.deuiaction2.tip')}}
</div>
<div
slot=
'content'
>
{{$t('entities.ibizbook.
listview
list_batchtoolbar_toolbar.deuiaction2.tip')}}
</div>
</tooltip>
</tooltip>
</div>
</div>
</span>
</span>
...
@@ -362,7 +362,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
...
@@ -362,7 +362,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOK
Usr4ListView_layout
Base
* @memberof IBIZBOOK
ListView
Base
*/
*/
public
New
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
public
New
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
...
@@ -382,7 +382,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
...
@@ -382,7 +382,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOK
Usr4ListView_layout
Base
* @memberof IBIZBOOK
ListView
Base
*/
*/
public
Edit
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
public
Edit
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
if
(
args
.
length
===
0
)
{
if
(
args
.
length
===
0
)
{
...
@@ -408,7 +408,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
...
@@ -408,7 +408,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOK
Usr4ListView_layout
Base
* @memberof IBIZBOOK
ListView
Base
*/
*/
public
Remove
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
public
Remove
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
...
@@ -604,9 +604,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
...
@@ -604,9 +604,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型
* 工具栏模型
*
*
* @type {*}
* @type {*}
* @memberof IBIZBOOK
Usr4ListView_layout
* @memberof IBIZBOOK
ListView
*/
*/
public
usr4listview_layout
list_quicktoolbarModels
:
any
=
{
public
listview
list_quicktoolbarModels
:
any
=
{
deuiaction1
:
{
name
:
'deuiaction1'
,
actiontarget
:
'NONE'
,
caption
:
'新建'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'New'
,
target
:
''
}
},
deuiaction1
:
{
name
:
'deuiaction1'
,
actiontarget
:
'NONE'
,
caption
:
'新建'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'New'
,
target
:
''
}
},
};
};
...
@@ -616,9 +616,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
...
@@ -616,9 +616,9 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* 工具栏模型
* 工具栏模型
*
*
* @type {*}
* @type {*}
* @memberof IBIZBOOK
Usr4ListView_layout
* @memberof IBIZBOOK
ListView
*/
*/
public
usr4listview_layout
list_batchtoolbarModels
:
any
=
{
public
listview
list_batchtoolbarModels
:
any
=
{
deuiaction1
:
{
name
:
'deuiaction1'
,
actiontarget
:
'NONE'
,
caption
:
'编辑'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Edit'
,
target
:
'SINGLEKEY'
}
},
deuiaction1
:
{
name
:
'deuiaction1'
,
actiontarget
:
'NONE'
,
caption
:
'编辑'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Edit'
,
target
:
'SINGLEKEY'
}
},
deuiaction2
:
{
name
:
'deuiaction2'
,
actiontarget
:
'NONE'
,
caption
:
'删除'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Remove'
,
target
:
'MULTIKEY'
}
},
deuiaction2
:
{
name
:
'deuiaction2'
,
actiontarget
:
'NONE'
,
caption
:
'删除'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Remove'
,
target
:
'MULTIKEY'
}
},
...
@@ -841,7 +841,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
...
@@ -841,7 +841,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4ListView_layout
'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
ListView
'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{...
opt
};
const
arg
:
any
=
{...
opt
};
...
@@ -971,7 +971,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
...
@@ -971,7 +971,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
*/
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4ListView_layout
'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
ListView
'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
return
;
return
;
}
}
if
(
datas
.
length
===
0
)
{
if
(
datas
.
length
===
0
)
{
...
@@ -1076,7 +1076,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
...
@@ -1076,7 +1076,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
try
{
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4ListView_layout
'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
ListView
'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
@@ -1084,7 +1084,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
...
@@ -1084,7 +1084,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
}
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZBOOK
Usr4ListView_layout
'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZBOOK
ListView
'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
if
(
item
.
ibizbook
){
...
...
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
浏览文件 @
742332b2
...
@@ -678,7 +678,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -678,7 +678,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
*/
public
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
void
{
public
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
void
{
if
(
!
this
.
fetchAction
){
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
;
return
;
}
}
const
arg
:
any
=
{...
opt
};
const
arg
:
any
=
{...
opt
};
...
@@ -757,7 +757,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -757,7 +757,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
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
;
return
;
}
}
let
_datas
:
any
[]
=
[];
let
_datas
:
any
[]
=
[];
...
@@ -866,7 +866,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -866,7 +866,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try
{
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
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
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
@@ -874,7 +874,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -874,7 +874,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
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
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
if
(
item
.
ibizbook
){
...
...
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
浏览文件 @
742332b2
...
@@ -69,6 +69,11 @@ export default class Usr4Model {
...
@@ -69,6 +69,11 @@ export default class Usr4Model {
prop
:
'n_ibizbookname_like'
,
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
dataType
:
'QUERYPARAM'
},
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
{
...
...
app_Web/src/widgets/ibizorder/list-exp-list/list-exp-list-base.vue
浏览文件 @
742332b2
...
@@ -968,4 +968,5 @@ export default class ListExpBase extends Vue implements ControlInterface {
...
@@ -968,4 +968,5 @@ export default class ListExpBase extends Vue implements ControlInterface {
<
style
lang=
'less'
>
<
style
lang=
'less'
>
@import './list-exp-list.less';
@import './list-exp-list.less';
</
style
>
ist-exp-list.less';
</style>
</style>
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSLISTS/Listpanel.json
浏览文件 @
742332b2
...
@@ -157,7 +157,6 @@
...
@@ -157,7 +157,6 @@
"name"
:
"static_label1"
,
"name"
:
"static_label1"
,
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"RIGHT"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
80
,
"width"
:
80
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -165,6 +164,7 @@
...
@@ -165,6 +164,7 @@
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"caption"
:
"作者:"
,
"caption"
:
"作者:"
,
"contentType"
:
"RAW"
,
"contentType"
:
"RAW"
,
"hAlign"
:
"RIGHT"
,
"name"
:
"static_label1"
,
"name"
:
"static_label1"
,
"predefinedType"
:
"STATIC_LABEL"
,
"predefinedType"
:
"STATIC_LABEL"
,
"renderMode"
:
"PARAGRAPH"
"renderMode"
:
"PARAGRAPH"
...
@@ -215,7 +215,6 @@
...
@@ -215,7 +215,6 @@
"name"
:
"static_label3"
,
"name"
:
"static_label3"
,
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"RIGHT"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
80
,
"width"
:
80
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -223,6 +222,7 @@
...
@@ -223,6 +222,7 @@
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"caption"
:
"借阅数量:"
,
"caption"
:
"借阅数量:"
,
"contentType"
:
"RAW"
,
"contentType"
:
"RAW"
,
"hAlign"
:
"RIGHT"
,
"name"
:
"static_label3"
,
"name"
:
"static_label3"
,
"predefinedType"
:
"STATIC_LABEL"
,
"predefinedType"
:
"STATIC_LABEL"
,
"renderMode"
:
"PARAGRAPH"
"renderMode"
:
"PARAGRAPH"
...
@@ -273,7 +273,6 @@
...
@@ -273,7 +273,6 @@
"name"
:
"static_label4"
,
"name"
:
"static_label4"
,
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"RIGHT"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
80
,
"width"
:
80
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -281,6 +280,7 @@
...
@@ -281,6 +280,7 @@
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"caption"
:
"书籍描述:"
,
"caption"
:
"书籍描述:"
,
"contentType"
:
"RAW"
,
"contentType"
:
"RAW"
,
"hAlign"
:
"RIGHT"
,
"name"
:
"static_label4"
,
"name"
:
"static_label4"
,
"predefinedType"
:
"STATIC_LABEL"
,
"predefinedType"
:
"STATIC_LABEL"
,
"renderMode"
:
"PARAGRAPH"
"renderMode"
:
"PARAGRAPH"
...
@@ -331,6 +331,7 @@
...
@@ -331,6 +331,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"editorType"
:
"SPAN"
,
"editorWidth"
:
40.0
,
"editorWidth"
:
40.0
,
"hAlign"
:
"CENTER"
,
"name"
:
"field_text_dynamic5"
,
"name"
:
"field_text_dynamic5"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
...
@@ -338,7 +339,6 @@
...
@@ -338,7 +339,6 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
40
,
"width"
:
40
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -359,6 +359,7 @@
...
@@ -359,6 +359,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"editorType"
:
"SPAN"
,
"editorWidth"
:
150.0
,
"editorWidth"
:
150.0
,
"hAlign"
:
"CENTER"
,
"name"
:
"field_text_dynamic3"
,
"name"
:
"field_text_dynamic3"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
...
@@ -366,7 +367,6 @@
...
@@ -366,7 +367,6 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
150
,
"width"
:
150
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -387,6 +387,7 @@
...
@@ -387,6 +387,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"editorType"
:
"SPAN"
,
"editorWidth"
:
50.0
,
"editorWidth"
:
50.0
,
"hAlign"
:
"CENTER"
,
"name"
:
"field_text_dynamic6"
,
"name"
:
"field_text_dynamic6"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
...
@@ -394,7 +395,6 @@
...
@@ -394,7 +395,6 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
50
,
"width"
:
50
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -451,13 +451,6 @@
...
@@ -451,13 +451,6 @@
"id"
:
"DataImport"
"id"
:
"DataImport"
},
},
"getPSDEListDataItems"
:
[
{
"getPSDEListDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"ibizbookname"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZBOOKNAME"
,
"codeName"
:
"IBIZBOOKName"
}
},
{
"dataType"
:
25
,
"dataType"
:
25
,
"name"
:
"ibizbookid"
,
"name"
:
"ibizbookid"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
...
@@ -465,11 +458,11 @@
...
@@ -465,11 +458,11 @@
"codeName"
:
"IBIZBOOKId"
"codeName"
:
"IBIZBOOKId"
}
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
7
,
"name"
:
"pr
ess
"
,
"name"
:
"pr
ice
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"PR
ESS
"
,
"name"
:
"PR
ICE
"
,
"codeName"
:
"Pr
ess
"
"codeName"
:
"Pr
ice
"
}
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
25
,
...
@@ -482,6 +475,13 @@
...
@@ -482,6 +475,13 @@
"name"
:
"TYPE"
,
"name"
:
"TYPE"
,
"codeName"
:
"Type"
"codeName"
:
"Type"
}
}
},
{
"dataType"
:
21
,
"name"
:
"icon"
,
"getPSAppDEField"
:
{
"name"
:
"ICON"
,
"codeName"
:
"Icon"
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
25
,
"name"
:
"author"
,
"name"
:
"author"
,
...
@@ -497,25 +497,25 @@
...
@@ -497,25 +497,25 @@
"codeName"
:
"Subtext"
"codeName"
:
"Subtext"
}
}
},
{
},
{
"dataType"
:
9
,
"dataType"
:
25
,
"name"
:
"
booknumber
"
,
"name"
:
"
ibizbookname
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"
BOOKNUMBER
"
,
"name"
:
"
IBIZBOOKNAME
"
,
"codeName"
:
"
Booknumber
"
"codeName"
:
"
IBIZBOOKName
"
}
}
},
{
},
{
"dataType"
:
2
1
,
"dataType"
:
2
5
,
"name"
:
"
icon
"
,
"name"
:
"
press
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"
ICON
"
,
"name"
:
"
PRESS
"
,
"codeName"
:
"
Icon
"
"codeName"
:
"
Press
"
}
}
},
{
},
{
"dataType"
:
7
,
"dataType"
:
9
,
"name"
:
"
price
"
,
"name"
:
"
booknumber
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"
PRICE
"
,
"name"
:
"
BOOKNUMBER
"
,
"codeName"
:
"
Price
"
"codeName"
:
"
Booknumber
"
}
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
25
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSPANELS/Listpanel.json
浏览文件 @
742332b2
...
@@ -138,7 +138,6 @@
...
@@ -138,7 +138,6 @@
"name"
:
"static_label1"
,
"name"
:
"static_label1"
,
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"RIGHT"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
80
,
"width"
:
80
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -146,6 +145,7 @@
...
@@ -146,6 +145,7 @@
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"caption"
:
"作者:"
,
"caption"
:
"作者:"
,
"contentType"
:
"RAW"
,
"contentType"
:
"RAW"
,
"hAlign"
:
"RIGHT"
,
"name"
:
"static_label1"
,
"name"
:
"static_label1"
,
"predefinedType"
:
"STATIC_LABEL"
,
"predefinedType"
:
"STATIC_LABEL"
,
"renderMode"
:
"PARAGRAPH"
"renderMode"
:
"PARAGRAPH"
...
@@ -196,7 +196,6 @@
...
@@ -196,7 +196,6 @@
"name"
:
"static_label3"
,
"name"
:
"static_label3"
,
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"RIGHT"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
80
,
"width"
:
80
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -204,6 +203,7 @@
...
@@ -204,6 +203,7 @@
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"caption"
:
"借阅数量:"
,
"caption"
:
"借阅数量:"
,
"contentType"
:
"RAW"
,
"contentType"
:
"RAW"
,
"hAlign"
:
"RIGHT"
,
"name"
:
"static_label3"
,
"name"
:
"static_label3"
,
"predefinedType"
:
"STATIC_LABEL"
,
"predefinedType"
:
"STATIC_LABEL"
,
"renderMode"
:
"PARAGRAPH"
"renderMode"
:
"PARAGRAPH"
...
@@ -254,7 +254,6 @@
...
@@ -254,7 +254,6 @@
"name"
:
"static_label4"
,
"name"
:
"static_label4"
,
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"RIGHT"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
80
,
"width"
:
80
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -262,6 +261,7 @@
...
@@ -262,6 +261,7 @@
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"caption"
:
"书籍描述:"
,
"caption"
:
"书籍描述:"
,
"contentType"
:
"RAW"
,
"contentType"
:
"RAW"
,
"hAlign"
:
"RIGHT"
,
"name"
:
"static_label4"
,
"name"
:
"static_label4"
,
"predefinedType"
:
"STATIC_LABEL"
,
"predefinedType"
:
"STATIC_LABEL"
,
"renderMode"
:
"PARAGRAPH"
"renderMode"
:
"PARAGRAPH"
...
@@ -312,6 +312,7 @@
...
@@ -312,6 +312,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"editorType"
:
"SPAN"
,
"editorWidth"
:
40.0
,
"editorWidth"
:
40.0
,
"hAlign"
:
"CENTER"
,
"name"
:
"field_text_dynamic5"
,
"name"
:
"field_text_dynamic5"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
...
@@ -319,7 +320,6 @@
...
@@ -319,7 +320,6 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
40
,
"width"
:
40
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -340,6 +340,7 @@
...
@@ -340,6 +340,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"editorType"
:
"SPAN"
,
"editorWidth"
:
150.0
,
"editorWidth"
:
150.0
,
"hAlign"
:
"CENTER"
,
"name"
:
"field_text_dynamic3"
,
"name"
:
"field_text_dynamic3"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
...
@@ -347,7 +348,6 @@
...
@@ -347,7 +348,6 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
150
,
"width"
:
150
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -368,6 +368,7 @@
...
@@ -368,6 +368,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"editorType"
:
"SPAN"
,
"editorWidth"
:
50.0
,
"editorWidth"
:
50.0
,
"hAlign"
:
"CENTER"
,
"name"
:
"field_text_dynamic6"
,
"name"
:
"field_text_dynamic6"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
...
@@ -375,7 +376,6 @@
...
@@ -375,7 +376,6 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
50
,
"width"
:
50
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr5ListView.json
浏览文件 @
742332b2
...
@@ -277,7 +277,6 @@
...
@@ -277,7 +277,6 @@
"name"
:
"static_label1"
,
"name"
:
"static_label1"
,
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"RIGHT"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
80
,
"width"
:
80
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -285,6 +284,7 @@
...
@@ -285,6 +284,7 @@
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"caption"
:
"作者:"
,
"caption"
:
"作者:"
,
"contentType"
:
"RAW"
,
"contentType"
:
"RAW"
,
"hAlign"
:
"RIGHT"
,
"name"
:
"static_label1"
,
"name"
:
"static_label1"
,
"predefinedType"
:
"STATIC_LABEL"
,
"predefinedType"
:
"STATIC_LABEL"
,
"renderMode"
:
"PARAGRAPH"
"renderMode"
:
"PARAGRAPH"
...
@@ -335,7 +335,6 @@
...
@@ -335,7 +335,6 @@
"name"
:
"static_label3"
,
"name"
:
"static_label3"
,
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"RIGHT"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
80
,
"width"
:
80
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -343,6 +342,7 @@
...
@@ -343,6 +342,7 @@
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"caption"
:
"借阅数量:"
,
"caption"
:
"借阅数量:"
,
"contentType"
:
"RAW"
,
"contentType"
:
"RAW"
,
"hAlign"
:
"RIGHT"
,
"name"
:
"static_label3"
,
"name"
:
"static_label3"
,
"predefinedType"
:
"STATIC_LABEL"
,
"predefinedType"
:
"STATIC_LABEL"
,
"renderMode"
:
"PARAGRAPH"
"renderMode"
:
"PARAGRAPH"
...
@@ -393,7 +393,6 @@
...
@@ -393,7 +393,6 @@
"name"
:
"static_label4"
,
"name"
:
"static_label4"
,
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"RIGHT"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
80
,
"width"
:
80
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -401,6 +400,7 @@
...
@@ -401,6 +400,7 @@
"getPSRawItem"
:
{
"getPSRawItem"
:
{
"caption"
:
"书籍描述:"
,
"caption"
:
"书籍描述:"
,
"contentType"
:
"RAW"
,
"contentType"
:
"RAW"
,
"hAlign"
:
"RIGHT"
,
"name"
:
"static_label4"
,
"name"
:
"static_label4"
,
"predefinedType"
:
"STATIC_LABEL"
,
"predefinedType"
:
"STATIC_LABEL"
,
"renderMode"
:
"PARAGRAPH"
"renderMode"
:
"PARAGRAPH"
...
@@ -451,6 +451,7 @@
...
@@ -451,6 +451,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"editorType"
:
"SPAN"
,
"editorWidth"
:
40.0
,
"editorWidth"
:
40.0
,
"hAlign"
:
"CENTER"
,
"name"
:
"field_text_dynamic5"
,
"name"
:
"field_text_dynamic5"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
...
@@ -458,7 +459,6 @@
...
@@ -458,7 +459,6 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
40
,
"width"
:
40
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -479,6 +479,7 @@
...
@@ -479,6 +479,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"editorType"
:
"SPAN"
,
"editorWidth"
:
150.0
,
"editorWidth"
:
150.0
,
"hAlign"
:
"CENTER"
,
"name"
:
"field_text_dynamic3"
,
"name"
:
"field_text_dynamic3"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
...
@@ -486,7 +487,6 @@
...
@@ -486,7 +487,6 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
150
,
"width"
:
150
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -507,6 +507,7 @@
...
@@ -507,6 +507,7 @@
"getPSEditor"
:
{
"getPSEditor"
:
{
"editorType"
:
"SPAN"
,
"editorType"
:
"SPAN"
,
"editorWidth"
:
50.0
,
"editorWidth"
:
50.0
,
"hAlign"
:
"CENTER"
,
"name"
:
"field_text_dynamic6"
,
"name"
:
"field_text_dynamic6"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"predefinedType"
:
"FIELD_TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
"renderMode"
:
"TEXT_DYNAMIC"
,
...
@@ -514,7 +515,6 @@
...
@@ -514,7 +515,6 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"layout"
:
"FLEX"
,
"layout"
:
"FLEX"
,
"width"
:
50
,
"width"
:
50
,
"widthMode"
:
"PX"
"widthMode"
:
"PX"
...
@@ -645,13 +645,6 @@
...
@@ -645,13 +645,6 @@
"id"
:
"DataImport"
"id"
:
"DataImport"
},
},
"getPSDEListDataItems"
:
[
{
"getPSDEListDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"ibizbookname"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZBOOKNAME"
,
"codeName"
:
"IBIZBOOKName"
}
},
{
"dataType"
:
25
,
"dataType"
:
25
,
"name"
:
"ibizbookid"
,
"name"
:
"ibizbookid"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
...
@@ -659,11 +652,11 @@
...
@@ -659,11 +652,11 @@
"codeName"
:
"IBIZBOOKId"
"codeName"
:
"IBIZBOOKId"
}
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
7
,
"name"
:
"pr
ess
"
,
"name"
:
"pr
ice
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"PR
ESS
"
,
"name"
:
"PR
ICE
"
,
"codeName"
:
"Pr
ess
"
"codeName"
:
"Pr
ice
"
}
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
25
,
...
@@ -676,6 +669,13 @@
...
@@ -676,6 +669,13 @@
"name"
:
"TYPE"
,
"name"
:
"TYPE"
,
"codeName"
:
"Type"
"codeName"
:
"Type"
}
}
},
{
"dataType"
:
21
,
"name"
:
"icon"
,
"getPSAppDEField"
:
{
"name"
:
"ICON"
,
"codeName"
:
"Icon"
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
25
,
"name"
:
"author"
,
"name"
:
"author"
,
...
@@ -691,25 +691,25 @@
...
@@ -691,25 +691,25 @@
"codeName"
:
"Subtext"
"codeName"
:
"Subtext"
}
}
},
{
},
{
"dataType"
:
9
,
"dataType"
:
25
,
"name"
:
"
booknumber
"
,
"name"
:
"
ibizbookname
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"
BOOKNUMBER
"
,
"name"
:
"
IBIZBOOKNAME
"
,
"codeName"
:
"
Booknumber
"
"codeName"
:
"
IBIZBOOKName
"
}
}
},
{
},
{
"dataType"
:
2
1
,
"dataType"
:
2
5
,
"name"
:
"
icon
"
,
"name"
:
"
press
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"
ICON
"
,
"name"
:
"
PRESS
"
,
"codeName"
:
"
Icon
"
"codeName"
:
"
Press
"
}
}
},
{
},
{
"dataType"
:
7
,
"dataType"
:
9
,
"name"
:
"
price
"
,
"name"
:
"
booknumber
"
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"
PRICE
"
,
"name"
:
"
BOOKNUMBER
"
,
"codeName"
:
"
Price
"
"codeName"
:
"
Booknumber
"
}
}
},
{
},
{
"dataType"
:
25
,
"dataType"
:
25
,
...
...
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
742332b2
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
<!--输出实体[IBIZBOOK]数据结构 -->
<!--输出实体[IBIZBOOK]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizbook-7
48
-7"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizbook-7
53
-7"
>
<createTable
tableName=
"T_IBIZBOOK"
>
<createTable
tableName=
"T_IBIZBOOK"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录