Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
3ff1d886
提交
3ff1d886
编写于
2月 01, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MoneyQ 发布系统代码 [后台服务,演示应用]
上级
da8fc3d6
变更
12
显示空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
777 行增加
和
101 行删除
+777
-101
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+4
-4
usr2-dataview-base.vue
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
+52
-22
usr2-dataview-model.ts
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-model.ts
+12
-1
IBIZSample0022.json
...model/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0022.json
+465
-0
MYSQL5.json
...IZSample0022/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
+16
-1
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+24
-24
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+12
-12
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+24
-24
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+12
-12
DemoAPI.json
...esources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
+75
-0
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+11
-1
DemoSys.json
demo-core/src/main/resources/sysmodel/DemoSys.json
+70
-0
未找到文件。
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
3ff1d886
<
template
>
<
template
>
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'searchform'
style=
""
>
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'
quick
searchform'
style=
""
>
<input
style=
"display:none;"
/>
<input
style=
"display:none;"
/>
<row>
<row>
<i-col
span=
"20"
class=
"form-content"
>
<i-col
span=
"20"
class=
"form-content"
>
...
@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
* @memberof QUICKSEARCHFORMBase
* @memberof QUICKSEARCHFORMBase
*/
*/
public
formValidateStatus
():
boolean
{
public
formValidateStatus
():
boolean
{
const
form
:
any
=
this
.
$refs
.
searchform
;
const
form
:
any
=
this
.
$refs
.
quick
searchform
;
let
validatestate
:
boolean
=
true
;
let
validatestate
:
boolean
=
true
;
form
.
validate
((
valid
:
boolean
)
=>
{
form
.
validate
((
valid
:
boolean
)
=>
{
validatestate
=
valid
?
true
:
false
;
validatestate
=
valid
?
true
:
false
;
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase 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
:
'IBIZBOOK
UsrListView_plugin
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CalendarView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase 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
:
'IBIZBOOK
UsrListView_plugin
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CalendarView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
浏览文件 @
3ff1d886
...
@@ -48,14 +48,14 @@
...
@@ -48,14 +48,14 @@
<div
v-show=
"flag"
class=
"batch-toolbar"
>
<div
v-show=
"flag"
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=
"
usr2dataviewdataview_batchtoolbarModels.deuiaction1.visabled"
:disabled=
"usr2dataviewdataview_batchtoolbarModels.deuiaction1.disabled"
class=
''
v-button-loading:i-button
@
click=
"
dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i-button
v-show=
"
dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.visabled"
:disabled=
"dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.disabled"
class=
''
v-button-loading:i-button
@
click=
"dataviewexpbar_
dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i
class=
'fa fa-edit'
></i>
<i
class=
'fa fa-edit'
></i>
<span
class=
'caption'
>
{{'编辑'}}
</span>
<span
class=
'caption'
>
{{'编辑'}}
</span>
</i-button>
</i-button>
<div
slot=
'content'
>
{{$t('TBB.TEXT.*.EDIT', '编辑')}}
</div>
<div
slot=
'content'
>
{{$t('TBB.TEXT.*.EDIT', '编辑')}}
</div>
</tooltip>
</tooltip>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"
usr2dataviewdataview_batchtoolbarModels.deuiaction2.visabled"
:disabled=
"usr2dataviewdataview_batchtoolbarModels.deuiaction2.disabled"
class=
''
v-button-loading:i-button
@
click=
"
dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"
>
<i-button
v-show=
"
dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.visabled"
:disabled=
"dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.disabled"
class=
''
v-button-loading:i-button
@
click=
"dataviewexpbar_
dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"
>
<i
class=
'fa fa-remove'
></i>
<i
class=
'fa fa-remove'
></i>
<span
class=
'caption'
>
{{'删除'}}
</span>
<span
class=
'caption'
>
{{'删除'}}
</span>
</i-button>
</i-button>
...
@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
public
appEntityService
:
IBIZBOOKEntityService
=
new
IBIZBOOKEntityService
({
$store
:
this
.
$store
});
public
appEntityService
:
IBIZBOOKEntityService
=
new
IBIZBOOKEntityService
({
$store
:
this
.
$store
});
/**
/**
* dataview_batchtoolbar 部件 click 事件
* dataview
expbar_dataview
_batchtoolbar 部件 click 事件
*
*
* @param {*} [args={}]
* @param {*} [args={}]
* @param {*} $event
* @param {*} $event
* @memberof Usr2Base
* @memberof Usr2Base
*/
*/
public
dataview_batchtoolbar_click
(
$event
:
any
,
$event2
?:
any
)
{
public
dataview
expbar_dataview
_batchtoolbar_click
(
$event
:
any
,
$event2
?:
any
)
{
if
(
Object
.
is
(
$event
.
tag
,
'deuiaction1'
))
{
if
(
Object
.
is
(
$event
.
tag
,
'deuiaction1'
))
{
this
.
dataview
_batchtoolbar_deuiaction1_click
(
null
,
'
dataview_batchtoolbar'
,
$event2
);
this
.
dataview
expbar_dataview_batchtoolbar_deuiaction1_click
(
null
,
'dataviewexpbar_
dataview_batchtoolbar'
,
$event2
);
}
}
if
(
Object
.
is
(
$event
.
tag
,
'deuiaction2'
))
{
if
(
Object
.
is
(
$event
.
tag
,
'deuiaction2'
))
{
this
.
dataview
_batchtoolbar_deuiaction2_click
(
null
,
'
dataview_batchtoolbar'
,
$event2
);
this
.
dataview
expbar_dataview_batchtoolbar_deuiaction2_click
(
null
,
'dataviewexpbar_
dataview_batchtoolbar'
,
$event2
);
}
}
}
}
...
@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @param {*} [$event]
* @memberof
* @memberof
*/
*/
public
dataview_batchtoolbar_deuiaction1_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
dataview
expbar_dataview
_batchtoolbar_deuiaction1_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
// 参数
// 参数
// 取数
// 取数
let
datas
:
any
[]
=
[];
let
datas
:
any
[]
=
[];
...
@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @param {*} [$event]
* @memberof
* @memberof
*/
*/
public
dataview_batchtoolbar_deuiaction2_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
dataview
expbar_dataview
_batchtoolbar_deuiaction2_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
// 参数
// 参数
// 取数
// 取数
let
datas
:
any
[]
=
[];
let
datas
:
any
[]
=
[];
...
@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @param {*} [$event]
* @memberof
* @memberof
*/
*/
public
dataview_memo1_u37f11a8_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
dataview
expbar_dataview
_memo1_u37f11a8_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
// 取数
// 取数
let
datas
:
any
[]
=
[];
let
datas
:
any
[]
=
[];
let
xData
:
any
=
null
;
let
xData
:
any
=
null
;
...
@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @param {*} [$event]
* @memberof
* @memberof
*/
*/
public
dataview_memo1_uc365542_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
dataview
expbar_dataview
_memo1_uc365542_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
// 取数
// 取数
let
datas
:
any
[]
=
[];
let
datas
:
any
[]
=
[];
let
xData
:
any
=
null
;
let
xData
:
any
=
null
;
...
@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOK
Usr2Data
ViewBase
* @memberof IBIZBOOK
DataViewExp
ViewBase
*/
*/
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
)
{
...
@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZBOOK
Usr2Data
ViewBase
* @memberof IBIZBOOK
DataViewExp
ViewBase
*/
*/
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
;
...
@@ -427,6 +427,12 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -427,6 +427,12 @@ export default class Usr2Base extends Vue implements ControlInterface {
}
}
let
result
:
boolean
=
true
;
let
result
:
boolean
=
true
;
Object
.
assign
(
actionData
,
args
);
Object
.
assign
(
actionData
,
args
);
if
(
'selectionchange'
.
indexOf
(
eventName
)
!==
-
1
)
{
result
=
await
this
.
execute_dataviewexpbar_selectionchange_ctrl_logic
(
actionData
)
&&
result
;
}
if
(
'load'
.
indexOf
(
eventName
)
!==
-
1
)
{
result
=
await
this
.
execute_dataviewexpbar_load_ctrl_logic
(
actionData
)
&&
result
;
}
if
(
!
result
)
{
if
(
!
result
)
{
return
false
;
return
false
;
}
}
...
@@ -434,6 +440,30 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -434,6 +440,30 @@ export default class Usr2Base extends Vue implements ControlInterface {
return
true
;
return
true
;
}
}
/**
* 部件逻辑 -- dataviewexpbar_selectionchange
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public
async
execute_dataviewexpbar_selectionchange_ctrl_logic
(
actionData
:
any
):
Promise
<
boolean
>
{
console
.
log
(
'暂未支持 CUSTOM 类型'
);
return
true
;
}
/**
* 部件逻辑 -- dataviewexpbar_load
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof Usr2Base
*/
public
async
execute_dataviewexpbar_load_ctrl_logic
(
actionData
:
any
):
Promise
<
boolean
>
{
console
.
log
(
'暂未支持 CUSTOM 类型'
);
return
true
;
}
...
@@ -678,9 +708,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -678,9 +708,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
* 工具栏模型
* 工具栏模型
*
*
* @type {*}
* @type {*}
* @memberof IBIZBOOK
Usr2Data
View
* @memberof IBIZBOOK
DataViewExp
View
*/
*/
public
usr2dataview
dataview_batchtoolbarModels
:
any
=
{
public
dataviewexpviewdataviewexpbar_
dataview_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'
}
},
...
@@ -1013,7 +1043,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -1013,7 +1043,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/
*/
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2Data
View'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
DataViewExp
View'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{...
opt
};
const
arg
:
any
=
{...
opt
};
...
@@ -1108,7 +1138,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -1108,7 +1138,7 @@ export default class Usr2Base 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
Usr2Data
View'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
DataViewExp
View'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
return
;
}
}
let
_datas
:
any
[]
=
[];
let
_datas
:
any
[]
=
[];
...
@@ -1225,7 +1255,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -1225,7 +1255,7 @@ export default class Usr2Base 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
Usr2Data
View'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
DataViewExp
View'
+
(
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
);
...
@@ -1233,7 +1263,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -1233,7 +1263,7 @@ export default class Usr2Base 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
Usr2Data
View'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
DataViewExp
View'
+
(
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
){
...
@@ -1335,16 +1365,16 @@ export default class Usr2Base extends Vue implements ControlInterface {
...
@@ -1335,16 +1365,16 @@ export default class Usr2Base extends Vue implements ControlInterface {
public
uiAction
(
data
:
any
,
tag
:
any
,
$event
:
any
)
{
public
uiAction
(
data
:
any
,
tag
:
any
,
$event
:
any
)
{
$event
.
stopPropagation
();
$event
.
stopPropagation
();
if
(
Object
.
is
(
'Edit'
,
tag
))
{
if
(
Object
.
is
(
'Edit'
,
tag
))
{
this
.
dataview_batchtoolbar_deuiaction1_click
(
data
,
tag
,
$event
);
this
.
dataview
expbar_dataview
_batchtoolbar_deuiaction1_click
(
data
,
tag
,
$event
);
}
}
if
(
Object
.
is
(
'Remove'
,
tag
))
{
if
(
Object
.
is
(
'Remove'
,
tag
))
{
this
.
dataview_batchtoolbar_deuiaction2_click
(
data
,
tag
,
$event
);
this
.
dataview
expbar_dataview
_batchtoolbar_deuiaction2_click
(
data
,
tag
,
$event
);
}
}
if
(
Object
.
is
(
'Edit'
,
tag
))
{
if
(
Object
.
is
(
'Edit'
,
tag
))
{
this
.
dataview_memo1_u37f11a8_click
(
data
,
tag
,
$event
);
this
.
dataview
expbar_dataview
_memo1_u37f11a8_click
(
data
,
tag
,
$event
);
}
}
if
(
Object
.
is
(
'Remove'
,
tag
))
{
if
(
Object
.
is
(
'Remove'
,
tag
))
{
this
.
dataview_memo1_uc365542_click
(
data
,
tag
,
$event
);
this
.
dataview
expbar_dataview
_memo1_uc365542_click
(
data
,
tag
,
$event
);
}
}
}
}
...
...
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-model.ts
浏览文件 @
3ff1d886
...
@@ -11,7 +11,7 @@ export default class Usr2Model {
...
@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
* 获取数据项集合
*
*
* @returns {any[]}
* @returns {any[]}
* @memberof Usr2Data
viewexpbar_datav
iewMode
* @memberof Usr2Data
V
iewMode
*/
*/
public
getDataItems
():
any
[]
{
public
getDataItems
():
any
[]
{
return
[
return
[
...
@@ -43,6 +43,17 @@ export default class Usr2Model {
...
@@ -43,6 +43,17 @@ export default class Usr2Model {
dataType
:
'FONTKEY'
,
dataType
:
'FONTKEY'
,
},
},
{
name
:
'n_ibizbookname_like'
,
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
{
name
:
'size'
,
name
:
'size'
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0022.json
浏览文件 @
3ff1d886
...
@@ -1369,6 +1369,411 @@
...
@@ -1369,6 +1369,411 @@
"stdDataType"
:
25
,
"stdDataType"
:
25
,
"stringLength"
:
1000
,
"stringLength"
:
1000
,
"valueFormat"
:
"%1$s"
"valueFormat"
:
"%1$s"
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"BIGINTARRAY2"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"BIGINTARRAY2"
,
"standardColumnName"
:
"`BIGINTARRAY2`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefuimodes/MobileDefault"
,
"name"
:
"[BIGINTARRAY2][大整形数组2]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBARRAY"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefformitems/MobileDefault"
,
"name"
:
"[BIGINTARRAY2][大整形数组2]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefformitems/MobileDefault"
,
"stringLength"
:
1000
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefuimodes/Default"
,
"name"
:
"[BIGINTARRAY2][大整形数组2]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"ARRAY"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefformitems/Default"
,
"name"
:
"[BIGINTARRAY2][大整形数组2]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefformitems/Default"
,
"stringLength"
:
1000
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"BIGINTARRAY2"
,
"maxValue"
:
1000
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[1000]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[1000]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[1000]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"BigintArray2"
,
"dEFType"
:
1
,
"dataType"
:
"BIGINTARRAY2"
,
"importOrder"
:
1000
,
"length"
:
1000
,
"logicName"
:
"大整形数组2"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2"
,
"name"
:
"BIGINTARRAY2"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/BIGINTARRAY2"
,
"serviceCodeName"
:
"BigintArray2"
,
"stdDataType"
:
21
,
"stringLength"
:
1000
,
"valueFormat"
:
"%1$s"
,
"queryColumn"
:
false
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"DECIMALARRAY2"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"DECIMALARRAY2"
,
"standardColumnName"
:
"`DECIMALARRAY2`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefuimodes/MobileDefault"
,
"name"
:
"[DECIMALARRAY2][数值数组2]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBARRAY"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefformitems/MobileDefault"
,
"name"
:
"[DECIMALARRAY2][数值数组2]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefformitems/MobileDefault"
,
"stringLength"
:
1000
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefuimodes/Default"
,
"name"
:
"[DECIMALARRAY2][数值数组2]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"ARRAY"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefformitems/Default"
,
"name"
:
"[DECIMALARRAY2][数值数组2]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefformitems/Default"
,
"stringLength"
:
1000
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"DECIMALARRAY2"
,
"maxValue"
:
1000
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[1000]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[1000]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[1000]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"DecimalArray2"
,
"dEFType"
:
1
,
"dataType"
:
"DECIMALARRAY2"
,
"importOrder"
:
1000
,
"length"
:
1000
,
"logicName"
:
"数值数组2"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2"
,
"name"
:
"DECIMALARRAY2"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/DECIMALARRAY2"
,
"serviceCodeName"
:
"DecimalArray2"
,
"stdDataType"
:
21
,
"stringLength"
:
1000
,
"valueFormat"
:
"%1$s"
,
"queryColumn"
:
false
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"FLOATARRAY2"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"FLOATARRAY2"
,
"standardColumnName"
:
"`FLOATARRAY2`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefuimodes/Default"
,
"name"
:
"[FLOATARRAY2][浮点数组2]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"ARRAY"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefformitems/Default"
,
"name"
:
"[FLOATARRAY2][浮点数组2]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefformitems/Default"
,
"stringLength"
:
1000
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefuimodes/MobileDefault"
,
"name"
:
"[FLOATARRAY2][浮点数组2]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBARRAY"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefformitems/MobileDefault"
,
"name"
:
"[FLOATARRAY2][浮点数组2]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefformitems/MobileDefault"
,
"stringLength"
:
1000
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"FLOATARRAY2"
,
"maxValue"
:
1000
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[1000]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[1000]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[1000]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"FloatArray2"
,
"dEFType"
:
1
,
"dataType"
:
"FLOATARRAY2"
,
"importOrder"
:
1000
,
"length"
:
1000
,
"logicName"
:
"浮点数组2"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2"
,
"name"
:
"FLOATARRAY2"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/FLOATARRAY2"
,
"serviceCodeName"
:
"FloatArray2"
,
"stdDataType"
:
21
,
"stringLength"
:
1000
,
"valueFormat"
:
"%1$s"
,
"queryColumn"
:
false
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"INTARRAY2"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"INTARRAY2"
,
"standardColumnName"
:
"`INTARRAY2`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefuimodes/Default"
,
"name"
:
"[INTARRAY2][整形数组2]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"ARRAY"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefformitems/Default"
,
"name"
:
"[INTARRAY2][整形数组2]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefformitems/Default"
,
"stringLength"
:
1000
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefuimodes/MobileDefault"
,
"name"
:
"[INTARRAY2][整形数组2]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBARRAY"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefformitems/MobileDefault"
,
"name"
:
"[INTARRAY2][整形数组2]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefformitems/MobileDefault"
,
"stringLength"
:
1000
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"INTARRAY2"
,
"maxValue"
:
1000
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[1000]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[1000]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[1000]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"IntArray2"
,
"dEFType"
:
1
,
"dataType"
:
"INTARRAY2"
,
"importOrder"
:
1000
,
"length"
:
1000
,
"logicName"
:
"整形数组2"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2"
,
"name"
:
"INTARRAY2"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/INTARRAY2"
,
"serviceCodeName"
:
"IntArray2"
,
"stdDataType"
:
21
,
"stringLength"
:
1000
,
"valueFormat"
:
"%1$s"
,
"queryColumn"
:
false
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"TEXTARRAY2"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"TEXTARRAY2"
,
"standardColumnName"
:
"`TEXTARRAY2`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefuimodes/Default"
,
"name"
:
"[TEXTARRAY2][文本数组2]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"ARRAY"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefformitems/Default"
,
"name"
:
"[TEXTARRAY2][文本数组2]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefformitems/Default"
,
"stringLength"
:
1000
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefuimodes/MobileDefault"
,
"name"
:
"[TEXTARRAY2][文本数组2]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBARRAY"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefformitems/MobileDefault"
,
"name"
:
"[TEXTARRAY2][文本数组2]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefformitems/MobileDefault"
,
"stringLength"
:
1000
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"TEXTARRAY2"
,
"maxValue"
:
1000
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[1000]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[1000]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[1000]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"TextArray2"
,
"dEFType"
:
1
,
"dataType"
:
"TEXTARRAY2"
,
"importOrder"
:
1000
,
"length"
:
1000
,
"logicName"
:
"文本数组2"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2"
,
"name"
:
"TEXTARRAY2"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdefields/TEXTARRAY2"
,
"serviceCodeName"
:
"TextArray2"
,
"stdDataType"
:
21
,
"stringLength"
:
1000
,
"valueFormat"
:
"%1$s"
,
"queryColumn"
:
false
}
],
}
],
"getAllPSDEMethodDTOs"
:
[
{
"getAllPSDEMethodDTOs"
:
[
{
"name"
:
"IBIZSample0022DTO"
,
"name"
:
"IBIZSample0022DTO"
,
...
@@ -1384,6 +1789,18 @@
...
@@ -1384,6 +1789,18 @@
"stdDataType"
:
1
,
"stdDataType"
:
1
,
"stringLength"
:
1000
,
"stringLength"
:
1000
,
"type"
:
"SIMPLES"
"type"
:
"SIMPLES"
},
{
"logicName"
:
"大整形数组2"
,
"name"
:
"BigintArray2"
,
"getPSDEField"
:
{
"name"
:
"BIGINTARRAY2"
,
"codeName"
:
"BigintArray2"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdemethoddtos/IBIZSample0022DTO/psdemethoddtofields/BigintArray2"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
1
,
"stringLength"
:
1000
,
"type"
:
"SIMPLES"
},
{
},
{
"logicName"
:
"建立时间"
,
"logicName"
:
"建立时间"
,
"name"
:
"CreateDate"
,
"name"
:
"CreateDate"
,
...
@@ -1423,6 +1840,18 @@
...
@@ -1423,6 +1840,18 @@
"stdDataType"
:
6
,
"stdDataType"
:
6
,
"stringLength"
:
1000
,
"stringLength"
:
1000
,
"type"
:
"SIMPLES"
"type"
:
"SIMPLES"
},
{
"logicName"
:
"数值数组2"
,
"name"
:
"DecimalArray2"
,
"getPSDEField"
:
{
"name"
:
"DECIMALARRAY2"
,
"codeName"
:
"DecimalArray2"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdemethoddtos/IBIZSample0022DTO/psdemethoddtofields/DecimalArray2"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
6
,
"stringLength"
:
1000
,
"type"
:
"SIMPLES"
},
{
},
{
"logicName"
:
"浮点数组"
,
"logicName"
:
"浮点数组"
,
"name"
:
"FloatArray"
,
"name"
:
"FloatArray"
,
...
@@ -1435,6 +1864,18 @@
...
@@ -1435,6 +1864,18 @@
"stdDataType"
:
7
,
"stdDataType"
:
7
,
"stringLength"
:
1000
,
"stringLength"
:
1000
,
"type"
:
"SIMPLES"
"type"
:
"SIMPLES"
},
{
"logicName"
:
"浮点数组2"
,
"name"
:
"FloatArray2"
,
"getPSDEField"
:
{
"name"
:
"FLOATARRAY2"
,
"codeName"
:
"FloatArray2"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdemethoddtos/IBIZSample0022DTO/psdemethoddtofields/FloatArray2"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
7
,
"stringLength"
:
1000
,
"type"
:
"SIMPLES"
},
{
},
{
"logicName"
:
"数组属性标识"
,
"logicName"
:
"数组属性标识"
,
"name"
:
"IBIZSample0022Id"
,
"name"
:
"IBIZSample0022Id"
,
...
@@ -1472,6 +1913,18 @@
...
@@ -1472,6 +1913,18 @@
"stdDataType"
:
9
,
"stdDataType"
:
9
,
"stringLength"
:
1000
,
"stringLength"
:
1000
,
"type"
:
"SIMPLES"
"type"
:
"SIMPLES"
},
{
"logicName"
:
"整形数组2"
,
"name"
:
"IntArray2"
,
"getPSDEField"
:
{
"name"
:
"INTARRAY2"
,
"codeName"
:
"IntArray2"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdemethoddtos/IBIZSample0022DTO/psdemethoddtofields/IntArray2"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
9
,
"stringLength"
:
1000
,
"type"
:
"SIMPLES"
},
{
},
{
"logicName"
:
"文本数组"
,
"logicName"
:
"文本数组"
,
"name"
:
"TextArray"
,
"name"
:
"TextArray"
,
...
@@ -1484,6 +1937,18 @@
...
@@ -1484,6 +1937,18 @@
"stdDataType"
:
25
,
"stdDataType"
:
25
,
"stringLength"
:
1000
,
"stringLength"
:
1000
,
"type"
:
"SIMPLES"
"type"
:
"SIMPLES"
},
{
"logicName"
:
"文本数组2"
,
"name"
:
"TextArray2"
,
"getPSDEField"
:
{
"name"
:
"TEXTARRAY2"
,
"codeName"
:
"TextArray2"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdemethoddtos/IBIZSample0022DTO/psdemethoddtofields/TextArray2"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
1000
,
"type"
:
"SIMPLES"
},
{
},
{
"logicName"
:
"更新时间"
,
"logicName"
:
"更新时间"
,
"name"
:
"UpdateDate"
,
"name"
:
"UpdateDate"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0022/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
浏览文件 @
3ff1d886
...
@@ -5,6 +5,9 @@
...
@@ -5,6 +5,9 @@
"getPSDEDataQueryCodeExps"
:
[
{
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`BIGINTARRAY`"
,
"expression"
:
"t1.`BIGINTARRAY`"
,
"name"
:
"BIGINTARRAY"
"name"
:
"BIGINTARRAY"
},
{
"expression"
:
"t1.`BIGINTARRAY2`"
,
"name"
:
"BIGINTARRAY2"
},
{
},
{
"expression"
:
"t1.`CREATEDATE`"
,
"expression"
:
"t1.`CREATEDATE`"
,
"name"
:
"CREATEDATE"
"name"
:
"CREATEDATE"
...
@@ -14,9 +17,15 @@
...
@@ -14,9 +17,15 @@
},
{
},
{
"expression"
:
"t1.`DECIMALARRAY`"
,
"expression"
:
"t1.`DECIMALARRAY`"
,
"name"
:
"DECIMALARRAY"
"name"
:
"DECIMALARRAY"
},
{
"expression"
:
"t1.`DECIMALARRAY2`"
,
"name"
:
"DECIMALARRAY2"
},
{
},
{
"expression"
:
"t1.`FLOATARRAY`"
,
"expression"
:
"t1.`FLOATARRAY`"
,
"name"
:
"FLOATARRAY"
"name"
:
"FLOATARRAY"
},
{
"expression"
:
"t1.`FLOATARRAY2`"
,
"name"
:
"FLOATARRAY2"
},
{
},
{
"expression"
:
"t1.`IBIZSAMPLE0022ID`"
,
"expression"
:
"t1.`IBIZSAMPLE0022ID`"
,
"name"
:
"IBIZSAMPLE0022ID"
"name"
:
"IBIZSAMPLE0022ID"
...
@@ -26,9 +35,15 @@
...
@@ -26,9 +35,15 @@
},
{
},
{
"expression"
:
"t1.`INTARRAY`"
,
"expression"
:
"t1.`INTARRAY`"
,
"name"
:
"INTARRAY"
"name"
:
"INTARRAY"
},
{
"expression"
:
"t1.`INTARRAY2`"
,
"name"
:
"INTARRAY2"
},
{
},
{
"expression"
:
"t1.`TEXTARRAY`"
,
"expression"
:
"t1.`TEXTARRAY`"
,
"name"
:
"TEXTARRAY"
"name"
:
"TEXTARRAY"
},
{
"expression"
:
"t1.`TEXTARRAY2`"
,
"name"
:
"TEXTARRAY2"
},
{
},
{
"expression"
:
"t1.`UPDATEDATE`"
,
"expression"
:
"t1.`UPDATEDATE`"
,
"name"
:
"UPDATEDATE"
"name"
:
"UPDATEDATE"
...
@@ -36,7 +51,7 @@
...
@@ -36,7 +51,7 @@
"expression"
:
"t1.`UPDATEMAN`"
,
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
"name"
:
"UPDATEMAN"
}
],
}
],
"queryCode"
:
"SELECT
\n
t1.`BIGINTARRAY`,
\n
t1.`
CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`DECIMALARRAY`,
\n
t1.`FLOATARRAY`,
\n
t1.`IBIZSAMPLE0022ID`,
\n
t1.`IBIZSAMPLE0022NAME`,
\n
t1.`INTARRAY`,
\n
t1.`TEXTARRAY
`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_IBIZSAMPLE0022` t1
\n
"
,
"queryCode"
:
"SELECT
\n
t1.`BIGINTARRAY`,
\n
t1.`
BIGINTARRAY2`,
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`DECIMALARRAY`,
\n
t1.`DECIMALARRAY2`,
\n
t1.`FLOATARRAY`,
\n
t1.`FLOATARRAY2`,
\n
t1.`IBIZSAMPLE0022ID`,
\n
t1.`IBIZSAMPLE0022NAME`,
\n
t1.`INTARRAY`,
\n
t1.`INTARRAY2`,
\n
t1.`TEXTARRAY`,
\n
t1.`TEXTARRAY2
`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_IBIZSAMPLE0022` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdedataqueries/VIEW/psdedqcodes/MYSQL5"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdedataqueries/VIEW/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0022/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0022/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
3ff1d886
...
@@ -12,18 +12,6 @@
...
@@ -12,18 +12,6 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
@@ -35,18 +23,6 @@
...
@@ -35,18 +23,6 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
},
{
"caption"
:
"出版社"
,
"caption"
:
"出版社"
,
"codeName"
:
"press"
,
"codeName"
:
"press"
,
...
@@ -59,6 +35,18 @@
...
@@ -59,6 +35,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
},
{
"caption"
:
"借出日期"
,
"caption"
:
"借出日期"
,
"codeName"
:
"lendouttime"
,
"codeName"
:
"lendouttime"
,
...
@@ -71,6 +59,18 @@
...
@@ -71,6 +59,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
}
],
"getPSDETreeNodeRSs"
:
[
{
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
3ff1d886
...
@@ -31,18 +31,6 @@
...
@@ -31,18 +31,6 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
},
{
"caption"
:
"图书描述"
,
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"codeName"
:
"subtext"
,
...
@@ -55,6 +43,18 @@
...
@@ -55,6 +43,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
}
],
"getPSDETreeNodeRSs"
:
[
{
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
3ff1d886
...
@@ -46,18 +46,6 @@
...
@@ -46,18 +46,6 @@
"id"
:
"GANTT"
"id"
:
"GANTT"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
@@ -69,18 +57,6 @@
...
@@ -69,18 +57,6 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
},
{
"caption"
:
"出版社"
,
"caption"
:
"出版社"
,
"codeName"
:
"press"
,
"codeName"
:
"press"
,
...
@@ -93,6 +69,18 @@
...
@@ -93,6 +69,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
},
{
"caption"
:
"借出日期"
,
"caption"
:
"借出日期"
,
"codeName"
:
"lendouttime"
,
"codeName"
:
"lendouttime"
,
...
@@ -105,6 +93,18 @@
...
@@ -105,6 +93,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
}
],
"getPSDETreeNodeRSs"
:
[
{
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
3ff1d886
...
@@ -111,18 +111,6 @@
...
@@ -111,18 +111,6 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
},
{
"caption"
:
"图书描述"
,
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"codeName"
:
"subtext"
,
...
@@ -135,6 +123,18 @@
...
@@ -135,6 +123,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
}
],
"getPSDETreeNodeRSs"
:
[
{
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
浏览文件 @
3ff1d886
...
@@ -12948,6 +12948,81 @@
...
@@ -12948,6 +12948,81 @@
"enableModify"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"keyField"
:
false
,
"majorField"
:
false
"majorField"
:
false
},
{
"codeName"
:
"BigintArray2"
,
"codeName2"
:
"BigintArray2"
,
"logicName"
:
"大整形数组2"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/BigintArray2"
,
"name"
:
"BIGINTARRAY2"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/BigintArray2"
,
"stdDataType"
:
21
,
"stringLength"
:
1000
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"DecimalArray2"
,
"codeName2"
:
"DecimalArray2"
,
"logicName"
:
"数值数组2"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/DecimalArray2"
,
"name"
:
"DECIMALARRAY2"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/DecimalArray2"
,
"stdDataType"
:
21
,
"stringLength"
:
1000
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"FloatArray2"
,
"codeName2"
:
"FloatArray2"
,
"logicName"
:
"浮点数组2"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/FloatArray2"
,
"name"
:
"FLOATARRAY2"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/FloatArray2"
,
"stdDataType"
:
21
,
"stringLength"
:
1000
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"IntArray2"
,
"codeName2"
:
"IntArray2"
,
"logicName"
:
"整形数组2"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IntArray2"
,
"name"
:
"INTARRAY2"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IntArray2"
,
"stdDataType"
:
21
,
"stringLength"
:
1000
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"TextArray2"
,
"codeName2"
:
"TextArray2"
,
"logicName"
:
"文本数组2"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/TextArray2"
,
"name"
:
"TEXTARRAY2"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/TextArray2"
,
"stdDataType"
:
21
,
"stringLength"
:
1000
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
}
],
}
],
"getPSDEServiceAPIMethods"
:
[
{
"getPSDEServiceAPIMethods"
:
[
{
"dataAccessAction"
:
"CREATE"
,
"dataAccessAction"
:
"CREATE"
,
...
...
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
3ff1d886
...
@@ -1200,7 +1200,7 @@
...
@@ -1200,7 +1200,7 @@
<!--输出实体[IBIZSAMPLE0022]数据结构 -->
<!--输出实体[IBIZSAMPLE0022]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0022-1
6
-40"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0022-1
7
-40"
>
<createTable
tableName=
"T_IBIZSAMPLE0022"
>
<createTable
tableName=
"T_IBIZSAMPLE0022"
>
<column
name=
"IBIZSAMPLE0022NAME"
remarks=
""
type=
"VARCHAR(200)"
>
<column
name=
"IBIZSAMPLE0022NAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
</column>
...
@@ -1225,6 +1225,16 @@
...
@@ -1225,6 +1225,16 @@
</column>
</column>
<column
name=
"DECIMALARRAY"
remarks=
""
type=
"VARCHAR(1000)"
>
<column
name=
"DECIMALARRAY"
remarks=
""
type=
"VARCHAR(1000)"
>
</column>
</column>
<column
name=
"BIGINTARRAY2"
remarks=
""
type=
"TEXT(1000)"
>
</column>
<column
name=
"DECIMALARRAY2"
remarks=
""
type=
"TEXT(1000)"
>
</column>
<column
name=
"FLOATARRAY2"
remarks=
""
type=
"TEXT(1000)"
>
</column>
<column
name=
"INTARRAY2"
remarks=
""
type=
"TEXT(1000)"
>
</column>
<column
name=
"TEXTARRAY2"
remarks=
""
type=
"TEXT(1000)"
>
</column>
</createTable>
</createTable>
</changeSet>
</changeSet>
...
...
demo-core/src/main/resources/sysmodel/DemoSys.json
浏览文件 @
3ff1d886
...
@@ -8382,6 +8382,76 @@
...
@@ -8382,6 +8382,76 @@
"key_field"
:
0
,
"key_field"
:
0
,
"show_order"
:
1000
,
"show_order"
:
1000
,
"major_field"
:
0
"major_field"
:
0
},
{
"fieldname"
:
"BIGINTARRAY2"
,
"codename"
:
"BigintArray2"
,
"field_logic_name"
:
"大整形数组2"
,
"entity_name"
:
"IBIZSAMPLE0022"
,
"field_type"
:
"BIGINTARRAY2"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"TEXT"
,
"data_length"
:
1000
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"DECIMALARRAY2"
,
"codename"
:
"DecimalArray2"
,
"field_logic_name"
:
"数值数组2"
,
"entity_name"
:
"IBIZSAMPLE0022"
,
"field_type"
:
"DECIMALARRAY2"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"TEXT"
,
"data_length"
:
1000
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"FLOATARRAY2"
,
"codename"
:
"FloatArray2"
,
"field_logic_name"
:
"浮点数组2"
,
"entity_name"
:
"IBIZSAMPLE0022"
,
"field_type"
:
"FLOATARRAY2"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"TEXT"
,
"data_length"
:
1000
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"INTARRAY2"
,
"codename"
:
"IntArray2"
,
"field_logic_name"
:
"整形数组2"
,
"entity_name"
:
"IBIZSAMPLE0022"
,
"field_type"
:
"INTARRAY2"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"TEXT"
,
"data_length"
:
1000
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"TEXTARRAY2"
,
"codename"
:
"TextArray2"
,
"field_logic_name"
:
"文本数组2"
,
"entity_name"
:
"IBIZSAMPLE0022"
,
"field_type"
:
"TEXTARRAY2"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"TEXT"
,
"data_length"
:
1000
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
}
}
],
],
"subEntitys"
:[
"subEntitys"
:[
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录