Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
a8620a4d
提交
a8620a4d
编写于
2年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MoneyQ 发布系统代码 [后台服务,演示应用]
上级
bfbaf874
变更
27
隐藏空白字符变更
内嵌
并排
正在显示
27 个修改的文件
包含
1283 行增加
和
107 行删除
+1283
-107
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
guide-borrow-form-form-base.vue
...ok/guide-borrow-form-form/guide-borrow-form-form-base.vue
+5
-5
guide-return-form-form-base.vue
...ok/guide-return-form-form/guide-return-form-form-base.vue
+5
-5
guide-view-form-form-base.vue
...izbook/guide-view-form-form/guide-view-form-form-base.vue
+5
-5
guide-wizardpanel-base.vue
...ets/ibizbook/guide-wizardpanel/guide-wizardpanel-base.vue
+1
-1
lnternal-func-list-list-base.vue
.../lnternal-func-list-list/lnternal-func-list-list-base.vue
+13
-13
usr2-dataview-base.vue
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
+52
-22
add-data-form-form-base.vue
...izcustomer/add-data-form-form/add-data-form-form-base.vue
+5
-5
main-grid-base.vue
...src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
+6
-6
Sample.json
...c/main/resources/static/remotemodel/PSMODULES/Sample.json
+3
-0
IBIZSample0023.json
...model/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json
+29
-29
MYSQL5.json
...IZSample0023/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
+3
-3
IBIZSample0023Ext.json
...el/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json
+795
-0
CheckKey.json
...SDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/CheckKey.json
+24
-0
Create.json
.../PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Create.json
+25
-0
Get.json
...ple/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Get.json
+28
-0
GetDraft.json
...SDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/GetDraft.json
+28
-0
Remove.json
.../PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Remove.json
+26
-0
Save.json
...le/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Save.json
+23
-0
Update.json
.../PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Update.json
+25
-0
MYSQL5.json
...le0023Ext/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
+18
-0
MYSQL5.json
...ample0023Ext/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
+18
-0
DEFAULT.json
...main/resources/static/remotemodel/PSSYSI18NS/DEFAULT.json
+66
-0
DemoAPI.json
...esources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
+6
-6
PSSYSTEM.json
...-boot/src/main/resources/static/remotemodel/PSSYSTEM.json
+7
-0
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+4
-2
DemoSys.json
demo-core/src/main/resources/sysmodel/DemoSys.json
+61
-3
未找到文件。
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
a8620a4d
...
...
@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
5Data
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
5Data
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-borrow-form-form/guide-borrow-form-form-base.vue
浏览文件 @
a8620a4d
...
...
@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-return-form-form/guide-return-form-form-base.vue
浏览文件 @
a8620a4d
...
...
@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1781,7 +1781,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-view-form-form/guide-view-form-form-base.vue
浏览文件 @
a8620a4d
...
...
@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1885,7 +1885,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-wizardpanel/guide-wizardpanel-base.vue
浏览文件 @
a8620a4d
...
...
@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean}
* @memberof GuideBase
*/
public
isShowStepBar
:
Boolean
=
tru
e
;
public
isShowStepBar
:
Boolean
=
fals
e
;
/**
* 获取多项数据
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/lnternal-func-list-list/lnternal-func-list-list-base.vue
浏览文件 @
a8620a4d
...
...
@@ -22,14 +22,14 @@
<span
class=
"batch-toolbar"
>
<div
class=
'toolbar-container'
>
<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>
<span
class=
'caption'
>
{{
'编辑'
}}
</span>
</i-button>
<div
slot=
'content'
>
{{
$t
(
'TBB.TEXT.*.EDIT'
,
'编辑'
)
}}
</div>
</tooltip>
<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>
<span
class=
'caption'
>
{{
'删除'
}}
</span>
</i-button>
...
...
@@ -343,7 +343,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @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
)
{
const
_this
:
any
=
this
;
...
...
@@ -363,7 +363,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @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
)
{
if
(
args
.
length
===
0
)
{
...
...
@@ -389,7 +389,7 @@ export default class LnternalFuncListBase extends Vue implements ControlInterfac
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @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
)
{
const
_this
:
any
=
this
;
...
...
@@ -660,9 +660,9 @@ const handleLoadMore = () => {
* 工具栏模型
*
* @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
:
''
}
},
};
...
...
@@ -672,9 +672,9 @@ const handleLoadMore = () => {
* 工具栏模型
*
* @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'
}
},
deuiaction2
:
{
name
:
'deuiaction2'
,
actiontarget
:
'NONE'
,
caption
:
'删除'
,
disabled
:
false
,
type
:
'DEUIACTION'
,
visabled
:
true
,
noprivdisplaymode
:
2
,
dataaccaction
:
''
,
uiaction
:
{
tag
:
'Remove'
,
target
:
'MULTIKEY'
}
},
...
...
@@ -897,7 +897,7 @@ const handleLoadMore = () => {
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
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
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -1027,7 +1027,7 @@ const handleLoadMore = () => {
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
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
;
}
if
(
datas
.
length
===
0
)
{
...
...
@@ -1132,7 +1132,7 @@ const handleLoadMore = () => {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
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
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
...
@@ -1140,7 +1140,7 @@ const handleLoadMore = () => {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
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
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
浏览文件 @
a8620a4d
...
...
@@ -48,14 +48,14 @@
<div
v-show=
"flag"
class=
"batch-toolbar"
>
<div
class=
'toolbar-container'
>
<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>
<span
class=
'caption'
>
{{'编辑'}}
</span>
</i-button>
<div
slot=
'content'
>
{{$t('TBB.TEXT.*.EDIT', '编辑')}}
</div>
</tooltip>
<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>
<span
class=
'caption'
>
{{'删除'}}
</span>
</i-button>
...
...
@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
public
appEntityService
:
IBIZBOOKEntityService
=
new
IBIZBOOKEntityService
({
$store
:
this
.
$store
});
/**
* dataview_batchtoolbar 部件 click 事件
* dataview
expbar_dataview
_batchtoolbar 部件 click 事件
*
* @param {*} [args={}]
* @param {*} $event
* @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'
))
{
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'
))
{
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 {
* @param {*} [$event]
* @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
[]
=
[];
...
...
@@ -254,7 +254,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @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
[]
=
[];
...
...
@@ -282,7 +282,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @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
xData
:
any
=
null
;
...
...
@@ -309,7 +309,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @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
xData
:
any
=
null
;
...
...
@@ -337,7 +337,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @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
)
{
if
(
args
.
length
===
0
)
{
...
...
@@ -363,7 +363,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @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
)
{
const
_this
:
any
=
this
;
...
...
@@ -427,6 +427,12 @@ export default class Usr2Base extends Vue implements ControlInterface {
}
let
result
:
boolean
=
true
;
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
)
{
return
false
;
}
...
...
@@ -434,6 +440,30 @@ export default class Usr2Base extends Vue implements ControlInterface {
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 {
* 工具栏模型
*
* @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'
}
},
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 {
*/
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
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
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -1108,7 +1138,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
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
;
}
let
_datas
:
any
[]
=
[];
...
...
@@ -1225,7 +1255,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
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
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
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 {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
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
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
...
...
@@ -1335,16 +1365,16 @@ export default class Usr2Base extends Vue implements ControlInterface {
public
uiAction
(
data
:
any
,
tag
:
any
,
$event
:
any
)
{
$event
.
stopPropagation
();
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
))
{
this
.
dataview_batchtoolbar_deuiaction2_click
(
data
,
tag
,
$event
);
this
.
dataview
expbar_dataview
_batchtoolbar_deuiaction2_click
(
data
,
tag
,
$event
);
}
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
))
{
this
.
dataview_memo1_uc365542_click
(
data
,
tag
,
$event
);
this
.
dataview
expbar_dataview
_memo1_uc365542_click
(
data
,
tag
,
$event
);
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizcustomer/add-data-form-form/add-data-form-form-base.vue
浏览文件 @
a8620a4d
...
...
@@ -1314,7 +1314,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
Usr3
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
MediaTest
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1366,7 +1366,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
Usr3
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
MediaTest
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1436,7 +1436,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
Usr3
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
MediaTest
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1544,7 +1544,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
Usr3
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
MediaTest
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1758,7 +1758,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
Usr3
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
MediaTest
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
浏览文件 @
a8620a4d
...
...
@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
fetchAction
)
{
this
.
$Notice
.
error
({
title
:
this
.
$t
(
"app.commonWords.wrong"
)
as
string
,
desc
:
"IBIZOrderDetail
S
GridView9"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
desc
:
"IBIZOrderDetailGridView9"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
});
return
;
}
...
...
@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
removeAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
...
...
@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
addBatch
(
arg
:
any
=
{}):
void
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
}
if
(
!
arg
){
...
...
@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
))
{
if
(
!
this
.
createAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample.json
浏览文件 @
a8620a4d
...
...
@@ -579,6 +579,9 @@
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json
浏览文件 @
a8620a4d
...
...
@@ -966,47 +966,47 @@
"majorDEField"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"FIELD2
3
"
,
"columnName"
:
"FIELD2
4
"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"FIELD2
3
"
,
"standardColumnName"
:
"`FIELD2
3
`"
"name"
:
"FIELD2
4
"
,
"standardColumnName"
:
"`FIELD2
4
`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
/psdefuimodes/Default"
,
"name"
:
"[FIELD2
3][Field23
]"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
/psdefuimodes/Default"
,
"name"
:
"[FIELD2
4][包数据
]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"HIDDEN"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
/psdefformitems/Default"
,
"name"
:
"[FIELD2
3][Field23
]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
/psdefformitems/Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
/psdefformitems/Default"
,
"name"
:
"[FIELD2
4][包数据
]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
/psdefformitems/Default"
,
"stringLength"
:
1048576
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
/psdefuimodes/Default"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
/psdefuimodes/MobileDefault"
,
"name"
:
"[FIELD2
3][Field23
]移动端默认"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
/psdefuimodes/MobileDefault"
,
"name"
:
"[FIELD2
4][包数据
]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"HIDDEN"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
/psdefformitems/MobileDefault"
,
"name"
:
"[FIELD2
3][Field23
]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
/psdefformitems/MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
/psdefformitems/MobileDefault"
,
"name"
:
"[FIELD2
4][包数据
]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
/psdefformitems/MobileDefault"
,
"stringLength"
:
1048576
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
/psdefuimodes/MobileDefault"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
/psdefvaluerules/Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
...
...
@@ -1014,7 +1014,7 @@
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"FIELD2
3
"
,
"dEFName"
:
"FIELD2
4
"
,
"maxValue"
:
1048576
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[1048576]"
,
...
...
@@ -1024,27 +1024,27 @@
}
],
"ruleInfo"
:
"内容长度必须小于等于[1048576]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
/psdefvaluerules/Default"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[1048576]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"Field2
3
"
,
"codeName"
:
"Field2
4
"
,
"dEFType"
:
1
,
"dataType"
:
"ONE2MANYDATA"
,
"importOrder"
:
1000
,
"length"
:
1048576
,
"logicName"
:
"
Field23
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
"
,
"name"
:
"FIELD2
3
"
,
"logicName"
:
"
包数据
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
"
,
"name"
:
"FIELD2
4
"
,
"getPSDER"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
3
"
,
"serviceCodeName"
:
"Field2
3
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD2
4
"
,
"serviceCodeName"
:
"Field2
4
"
,
"stdDataType"
:
21
,
"stringLength"
:
1048576
,
"valueFormat"
:
"%1$s"
,
...
...
@@ -1080,17 +1080,17 @@
"allowEmpty"
:
false
,
"readOnly"
:
true
},
{
"logicName"
:
"
Field23
"
,
"name"
:
"Field2
3
"
,
"logicName"
:
"
包数据
"
,
"name"
:
"Field2
4
"
,
"getPSDEField"
:
{
"name"
:
"FIELD2
3
"
,
"codeName"
:
"Field2
3
"
"name"
:
"FIELD2
4
"
,
"codeName"
:
"Field2
4
"
},
"getPSDER"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024/PSDERS/DERCUSTOM_IBIZSAMPLE0024_IBIZSAMPLE0023.json"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DTO/psdemethoddtofields/Field2
3
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DTO/psdemethoddtofields/Field2
4
"
,
"getRefPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0024DTO"
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
浏览文件 @
a8620a4d
...
...
@@ -9,8 +9,8 @@
"expression"
:
"t1.`CREATEMAN`"
,
"name"
:
"CREATEMAN"
},
{
"expression"
:
"t1.`FIELD2
3
`"
,
"name"
:
"FIELD2
3
"
"expression"
:
"t1.`FIELD2
4
`"
,
"name"
:
"FIELD2
4
"
},
{
"expression"
:
"t1.`IBIZSAMPLE0023ID`"
,
"name"
:
"IBIZSAMPLE0023ID"
...
...
@@ -24,7 +24,7 @@
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
}
],
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`FIELD2
3
`,
\n
t1.`IBIZSAMPLE0023ID`,
\n
t1.`IBIZSAMPLE0023NAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_IBIZSAMPLE0023` t1
\n
"
,
"queryCode"
:
"SELECT
\n
t1.`CREATEDATE`,
\n
t1.`CREATEMAN`,
\n
t1.`FIELD2
4
`,
\n
t1.`IBIZSAMPLE0023ID`,
\n
t1.`IBIZSAMPLE0023NAME`,
\n
t1.`UPDATEDATE`,
\n
t1.`UPDATEMAN`
\n
FROM `T_IBIZSAMPLE0023` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/VIEW/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json
0 → 100644
浏览文件 @
a8620a4d
{
"getAllPSDEACModes"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"DEFAULT"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeacmodes/DEFAULT"
,
"name"
:
"DEFAULT"
,
"getPSDEACModeDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"value"
},
{
"dataType"
:
25
,
"name"
:
"text"
}
],
"pagingSize"
:
50
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeacmodes/DEFAULT"
,
"defaultMode"
:
true
,
"enablePagingBar"
:
false
,
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACMODES/Default.json"
}
],
"getAllPSDEActions"
:
[
{
"actionMode"
:
"CREATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Create"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Create.json"
,
"logicName"
:
"Create"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Create"
,
"name"
:
"Create"
,
"orderValue"
:
1
,
"getPSDEActionInput"
:
{
"name"
:
"CreateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"CreateResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Create"
,
"builtinAction"
:
true
},
{
"actionMode"
:
"UPDATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Update"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Update.json"
,
"logicName"
:
"Update"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Update"
,
"name"
:
"Update"
,
"orderValue"
:
11
,
"getPSDEActionInput"
:
{
"name"
:
"UpdateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"UpdateResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Update"
,
"builtinAction"
:
true
},
{
"actionMode"
:
"DELETE"
,
"actionType"
:
"BUILTIN"
,
"batchActionMode"
:
1
,
"codeName"
:
"Remove"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Remove.json"
,
"logicName"
:
"Remove"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Remove"
,
"name"
:
"Remove"
,
"orderValue"
:
21
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"PARAM"
,
"codeName"
:
"Param"
},
"name"
:
"RemoveInput"
,
"type"
:
"KEYFIELDS"
},
"getPSDEActionReturn"
:
{
"name"
:
"RemoveResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Remove"
,
"batchAction"
:
true
,
"builtinAction"
:
true
},
{
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Get"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Get.json"
,
"logicName"
:
"Get"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Get"
,
"name"
:
"Get"
,
"orderValue"
:
31
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"PARAM"
,
"codeName"
:
"Param"
},
"name"
:
"GetInput"
,
"type"
:
"KEYFIELD"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Get"
,
"builtinAction"
:
true
},
{
"actionMode"
:
"GETDRAFT"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"GetDraft"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/GetDraft.json"
,
"logicName"
:
"GetDraft"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/GetDraft"
,
"name"
:
"GetDraft"
,
"orderValue"
:
41
,
"getPSDEActionInput"
:
{
"name"
:
"GetDraftInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetDraftResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/GetDraft"
,
"builtinAction"
:
true
},
{
"actionMode"
:
"CHECKKEY"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"CheckKey"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/CheckKey.json"
,
"logicName"
:
"CheckKey"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/CheckKey"
,
"name"
:
"CheckKey"
,
"getPSDEActionInput"
:
{
"name"
:
"CheckKeyInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"CheckKeyResult"
,
"stdDataType"
:
9
,
"type"
:
"SIMPLE"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/CheckKey"
,
"builtinAction"
:
true
},
{
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Save"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Save.json"
,
"logicName"
:
"Save"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Save"
,
"name"
:
"Save"
,
"getPSDEActionInput"
:
{
"name"
:
"SaveInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"SaveResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Save"
,
"builtinAction"
:
true
}
],
"getAllPSDEDBConfigs"
:
[
{
"dBType"
:
"MYSQL5"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedbcfgs/MYSQL5"
,
"name"
:
"MYSQL5"
,
"objNameCase"
:
"DEFAULT"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedbcfgs/MYSQL5"
,
"valid"
:
true
}
],
"getAllPSDEDataQueries"
:
[
{
"getAllPSDEDataQueryCodes"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
],
"codeName"
:
"Default"
,
"logicName"
:
"数据查询"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/DEFAULT"
,
"name"
:
"DEFAULT"
,
"getPSDEDQMain"
:
{
"getJoinPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
},
"joinType"
:
"MAIN"
,
"name"
:
"IBIZSAMPLE0023EXT"
},
"getPSDEDataQueryInput"
:
{
"name"
:
"DefaultInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataQueryReturn"
:
{
"name"
:
"DefaultResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTOS"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/DEFAULT"
,
"defaultMode"
:
true
},
{
"getAllPSDEDataQueryCodes"
:
[
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
],
"codeName"
:
"View"
,
"logicName"
:
"默认(全部数据)"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/VIEW"
,
"name"
:
"VIEW"
,
"getPSDEDQMain"
:
{
"getJoinPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
},
"joinType"
:
"MAIN"
,
"name"
:
"IBIZSAMPLE0023EXT"
},
"getPSDEDataQueryInput"
:
{
"name"
:
"ViewInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataQueryReturn"
:
{
"name"
:
"ViewResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTOS"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/VIEW"
,
"viewLevel"
:
0
}
],
"getAllPSDEDataSets"
:
[
{
"codeName"
:
"Default"
,
"logicName"
:
"数据集"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedatasets/DEFAULT"
,
"name"
:
"DEFAULT"
,
"getPSDEDataQueries"
:
[
{
"modelref"
:
true
,
"id"
:
"Default"
}
],
"getPSDEDataSetInput"
:
{
"name"
:
"DefaultInput"
,
"getPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtFilterDTO"
},
"type"
:
"DTO"
},
"getPSDEDataSetReturn"
:
{
"name"
:
"DefaultResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"PAGE"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedatasets/DEFAULT"
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"getAllPSDEFields"
:
[
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"PARAM"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"PARAM"
,
"queryCodeExp"
:
"t1.`PARAM`"
,
"standardColumnName"
:
"`PARAM`"
}
],
"getAllPSDEFSearchModes"
:
[
{
"codeName"
:
"N_PARAM_LIKE"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefsfitems/N_PARAM_LIKE"
,
"name"
:
"N_PARAM_LIKE"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefsearchmodes/N_PARAM_LIKE"
,
"stdDataType"
:
25
,
"valueOP"
:
"LIKE"
},
{
"codeName"
:
"N_PARAM_EQ"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefsfitems/N_PARAM_EQ"
,
"name"
:
"N_PARAM_EQ"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefsearchmodes/N_PARAM_EQ"
,
"stdDataType"
:
25
,
"valueOP"
:
"EQ"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefuimodes/MobileDefault"
,
"name"
:
"[PARAM][Param]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBTEXT"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefformitems/MobileDefault"
,
"name"
:
"[PARAM][Param]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefformitems/MobileDefault"
,
"stringLength"
:
100
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefuimodes/Default"
,
"name"
:
"[PARAM][Param]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"TEXTBOX"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefformitems/Default"
,
"name"
:
"[PARAM][Param]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefformitems/Default"
,
"stringLength"
:
100
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"PARAM"
,
"maxValue"
:
100
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[100]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"Param"
,
"dEFType"
:
1
,
"dataType"
:
"TEXT"
,
"importOrder"
:
1000
,
"length"
:
100
,
"logicName"
:
"Param"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM"
,
"name"
:
"PARAM"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM"
,
"serviceCodeName"
:
"Param"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"valueFormat"
:
"%1$s"
,
"enableQuickSearch"
:
true
,
"keyDEField"
:
true
,
"majorDEField"
:
true
,
"pasteReset"
:
true
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"PARAM2"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"PARAM2"
,
"queryCodeExp"
:
"t1.`PARAM2`"
,
"standardColumnName"
:
"`PARAM2`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefuimodes/MobileDefault"
,
"name"
:
"[PARAM2][Param2]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBTEXT"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefformitems/MobileDefault"
,
"name"
:
"[PARAM2][Param2]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefformitems/MobileDefault"
,
"stringLength"
:
100
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefuimodes/Default"
,
"name"
:
"[PARAM2][Param2]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"TEXTBOX"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefformitems/Default"
,
"name"
:
"[PARAM2][Param2]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefformitems/Default"
,
"stringLength"
:
100
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"PARAM2"
,
"maxValue"
:
100
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[100]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[100]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"Param2"
,
"dEFType"
:
1
,
"dataType"
:
"TEXT"
,
"importOrder"
:
1000
,
"length"
:
100
,
"logicName"
:
"Param2"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2"
,
"name"
:
"PARAM2"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM2"
,
"serviceCodeName"
:
"Param2"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"valueFormat"
:
"%1$s"
},
{
"getAllPSDEFDTColumns"
:
[
{
"columnName"
:
"PARAM3"
,
"dBType"
:
"MYSQL5"
,
"name"
:
"PARAM3"
,
"queryCodeExp"
:
"t1.`PARAM3`"
,
"standardColumnName"
:
"`PARAM3`"
}
],
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefuimodes/MobileDefault"
,
"name"
:
"[PARAM3][Param3]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"MOBTEXT"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefformitems/MobileDefault"
,
"name"
:
"[PARAM3][Param3]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefformitems/MobileDefault"
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefuimodes/Default"
,
"name"
:
"[PARAM3][Param3]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"TEXTBOX"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefformitems/Default"
,
"name"
:
"[PARAM3][Param3]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefformitems/Default"
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3/psdefvaluerules/Default"
,
"ruleInfo"
:
"默认规则"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"Param3"
,
"dEFType"
:
1
,
"dataType"
:
"INT"
,
"importOrder"
:
1000
,
"logicName"
:
"Param3"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3"
,
"name"
:
"PARAM3"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdefields/PARAM3"
,
"serviceCodeName"
:
"Param3"
,
"stdDataType"
:
9
,
"valueFormat"
:
"%1$s"
}
],
"getAllPSDEMethodDTOs"
:
[
{
"name"
:
"IBIZSample0023ExtDTO"
,
"getPSDEMethodDTOFields"
:
[
{
"logicName"
:
"Param"
,
"name"
:
"Param"
,
"getPSDEField"
:
{
"name"
:
"PARAM"
,
"codeName"
:
"Param"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtDTO/psdemethoddtofields/Param"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"Param2"
,
"name"
:
"Param2"
,
"getPSDEField"
:
{
"name"
:
"PARAM2"
,
"codeName"
:
"Param2"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtDTO/psdemethoddtofields/Param2"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"Param3"
,
"name"
:
"Param3"
,
"getPSDEField"
:
{
"name"
:
"PARAM3"
,
"codeName"
:
"Param3"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtDTO/psdemethoddtofields/Param3"
,
"sourceType"
:
"DEFIELD"
,
"stdDataType"
:
9
,
"type"
:
"SIMPLE"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtDTO"
,
"sourceType"
:
"DE"
,
"type"
:
"DEFAULT"
,
"defaultMode"
:
true
},
{
"name"
:
"IBIZSample0023ExtFilterDTO"
,
"getPSDEFilterDTOFields"
:
[
{
"logicName"
:
"Param"
,
"name"
:
"N_PARAM_EQ"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_PARAM_EQ"
},
"getPSDEField"
:
{
"name"
:
"PARAM"
,
"codeName"
:
"Param"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtFilterDTO/psdemethoddtofields/N_PARAM_EQ"
,
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
},
{
"logicName"
:
"Param"
,
"name"
:
"N_PARAM_LIKE"
,
"getPSDEFSearchMode"
:
{
"modelref"
:
true
,
"id"
:
"N_PARAM_LIKE"
},
"getPSDEField"
:
{
"name"
:
"PARAM"
,
"codeName"
:
"Param"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtFilterDTO/psdemethoddtofields/N_PARAM_LIKE"
,
"sourceType"
:
"DEFSEARCHMODE"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"type"
:
"SIMPLE"
}
],
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdemethoddtos/IBIZSample0023ExtFilterDTO"
,
"sourceType"
:
"DE"
,
"type"
:
"DEFILTER"
,
"defaultMode"
:
true
}
],
"getAllPSDEOPPrivs"
:
[
{
"logicName"
:
"建立"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/CREATE"
,
"name"
:
"CREATE"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/CREATE"
},
{
"logicName"
:
"删除"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/DELETE"
,
"name"
:
"DELETE"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/DELETE"
},
{
"logicName"
:
"读取"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/READ"
,
"name"
:
"READ"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/READ"
},
{
"logicName"
:
"更新"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/UPDATE"
,
"name"
:
"UPDATE"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeopprivs/UPDATE"
}
],
"getAllPSModelDatas"
:
[
{
"codeName"
:
"EditView2"
,
"logicName"
:
"IBIZSample0023Ext实体编辑视图(左右关系)"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/EditView2"
,
"name"
:
"IBIZSample0023Ext实体编辑视图(左右关系)"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/EditView2"
,
"realModelSubType"
:
"DEEDITVIEW2"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"MPickupView"
,
"logicName"
:
"IBIZSample0023Ext实体数据多项选择视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/MPickupView"
,
"modelTag"
:
"MPICKUPVIEW"
,
"name"
:
"IBIZSample0023Ext实体数据多项选择视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/MPickupView"
,
"realModelSubType"
:
"DEMPICKUPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"PickupGridView"
,
"logicName"
:
"IBIZSample0023Ext实体选择表格视图(部件视图)"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/PickupGridView"
,
"name"
:
"IBIZSample0023Ext实体选择表格视图(部件视图)"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/PickupGridView"
,
"realModelSubType"
:
"DEPICKUPGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"RedirectView"
,
"logicName"
:
"IBIZSample0023Ext实体数据重定向视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/RedirectView"
,
"modelTag"
:
"REDIRECTVIEW"
,
"name"
:
"IBIZSample0023Ext实体数据重定向视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/RedirectView"
,
"realModelSubType"
:
"DEREDIRECTVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"GridView"
,
"logicName"
:
"IBIZSample0023Ext实体表格视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/GridView"
,
"modelTag"
:
"MDATAVIEW"
,
"name"
:
"IBIZSample0023Ext实体表格视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/GridView"
,
"realModelSubType"
:
"DEGRIDVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"EditView"
,
"logicName"
:
"IBIZSample0023Ext实体编辑视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/EditView"
,
"modelTag"
:
"EDITVIEW"
,
"name"
:
"IBIZSample0023Ext实体编辑视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/EditView"
,
"realModelSubType"
:
"DEEDITVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"PickupView"
,
"logicName"
:
"IBIZSample0023Ext实体数据选择视图"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/PickupView"
,
"modelTag"
:
"PICKUPVIEW"
,
"name"
:
"IBIZSample0023Ext实体数据选择视图"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/PickupView"
,
"realModelSubType"
:
"DEPICKUPVIEW"
,
"realModelType"
:
"PSDEVIEWBASE"
},
{
"codeName"
:
"Main"
,
"logicName"
:
"主编辑表单"
,
"mOSFilePath"
:
"psmodeldata$psdataentities/Main"
,
"modelTag2"
:
"0"
,
"name"
:
"主编辑表单"
,
"rTMOSFilePath"
:
"psmodeldata$psdataentities/Main"
,
"realModelSubType"
:
"EDITFORM"
,
"realModelType"
:
"PSDEFORM"
}
],
"codeName"
:
"IBIZSample0023Ext"
,
"dEType"
:
1
,
"dSLink"
:
"DEFAULT"
,
"dataAccCtrlArch"
:
1
,
"dataAccCtrlMode"
:
1
,
"dataChangeLogMode"
:
0
,
"dataImpExpMode"
:
3
,
"getDefaultPSDEDataQuery"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDefaultPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"Default"
},
"getDefaultPSDEFilterDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtFilterDTO"
},
"getDefaultPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"dynaInstMode"
:
0
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
,
"enableActions"
:
7
,
"enableUIActions"
:
15
,
"enableViewLevel"
:
0
,
"extendMode"
:
0
,
"getKeyPSDEField"
:
{
"name"
:
"PARAM"
,
"codeName"
:
"Param"
},
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"IBIZSample0023Ext"
,
"lanResTag"
:
"DE.LNAME.IBIZSAMPLE0023EXT"
,
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0023EXT]"
,
"refFlag"
:
true
},
"logicName"
:
"IBIZSample0023Ext"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT"
,
"getMajorPSDEField"
:
{
"name"
:
"PARAM"
,
"codeName"
:
"Param"
},
"memo"
:
"演示1:1属性扩展存储"
,
"name"
:
"IBIZSAMPLE0023EXT"
,
"getPSSystemModule"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample.json"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT"
,
"saaSMode"
:
0
,
"serviceAPIMode"
:
1
,
"serviceCodeName"
:
"IBIZSample0023Ext"
,
"storageMode"
:
0
,
"systemTag"
:
"DemoSys"
,
"enableAPIStorage"
:
false
,
"enableCreate"
:
true
,
"enableDataVer"
:
false
,
"enableEntityCache"
:
false
,
"enableModify"
:
true
,
"enableMultiDS"
:
false
,
"enableMultiForm"
:
false
,
"enableMultiStorage"
:
false
,
"enableNoSQLStorage"
:
false
,
"enableRemove"
:
true
,
"enableSQLStorage"
:
false
,
"logicValid"
:
false
,
"subSysAsCloud"
:
false
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/CheckKey.json
0 → 100644
浏览文件 @
a8620a4d
{
"actionMode"
:
"CHECKKEY"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"CheckKey"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/CheckKey.json"
,
"logicName"
:
"CheckKey"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/CheckKey"
,
"name"
:
"CheckKey"
,
"getPSDEActionInput"
:
{
"name"
:
"CheckKeyInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"CheckKeyResult"
,
"stdDataType"
:
9
,
"type"
:
"SIMPLE"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/CheckKey"
,
"builtinAction"
:
true
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Create.json
0 → 100644
浏览文件 @
a8620a4d
{
"actionMode"
:
"CREATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Create"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Create.json"
,
"logicName"
:
"Create"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Create"
,
"name"
:
"Create"
,
"orderValue"
:
1
,
"getPSDEActionInput"
:
{
"name"
:
"CreateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"CreateResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Create"
,
"builtinAction"
:
true
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Get.json
0 → 100644
浏览文件 @
a8620a4d
{
"actionMode"
:
"READ"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Get"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Get.json"
,
"logicName"
:
"Get"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Get"
,
"name"
:
"Get"
,
"orderValue"
:
31
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"PARAM"
,
"codeName"
:
"Param"
},
"name"
:
"GetInput"
,
"type"
:
"KEYFIELD"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Get"
,
"builtinAction"
:
true
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/GetDraft.json
0 → 100644
浏览文件 @
a8620a4d
{
"actionMode"
:
"GETDRAFT"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"GetDraft"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/GetDraft.json"
,
"logicName"
:
"GetDraft"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/GetDraft"
,
"name"
:
"GetDraft"
,
"orderValue"
:
41
,
"getPSDEActionInput"
:
{
"name"
:
"GetDraftInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"GetDraftResult"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/GetDraft"
,
"builtinAction"
:
true
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Remove.json
0 → 100644
浏览文件 @
a8620a4d
{
"actionMode"
:
"DELETE"
,
"actionType"
:
"BUILTIN"
,
"batchActionMode"
:
1
,
"codeName"
:
"Remove"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Remove.json"
,
"logicName"
:
"Remove"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Remove"
,
"name"
:
"Remove"
,
"orderValue"
:
21
,
"getPSDEActionInput"
:
{
"getKeyPSDEField"
:
{
"name"
:
"PARAM"
,
"codeName"
:
"Param"
},
"name"
:
"RemoveInput"
,
"type"
:
"KEYFIELDS"
},
"getPSDEActionReturn"
:
{
"name"
:
"RemoveResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Remove"
,
"batchAction"
:
true
,
"builtinAction"
:
true
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Save.json
0 → 100644
浏览文件 @
a8620a4d
{
"actionMode"
:
"UNKNOWN"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Save"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Save.json"
,
"logicName"
:
"Save"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Save"
,
"name"
:
"Save"
,
"getPSDEActionInput"
:
{
"name"
:
"SaveInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
},
"getPSDEActionReturn"
:
{
"name"
:
"SaveResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Save"
,
"builtinAction"
:
true
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Update.json
0 → 100644
浏览文件 @
a8620a4d
{
"actionMode"
:
"UPDATE"
,
"actionType"
:
"BUILTIN"
,
"codeName"
:
"Update"
,
"dynaModelFilePath"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEACTIONS/Update.json"
,
"logicName"
:
"Update"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Update"
,
"name"
:
"Update"
,
"orderValue"
:
11
,
"getPSDEActionInput"
:
{
"name"
:
"UpdateInput"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023ExtDTO"
},
"type"
:
"DTO"
,
"output"
:
true
},
"getPSDEActionReturn"
:
{
"name"
:
"UpdateResult"
,
"type"
:
"VOID"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdeactions/Update"
,
"builtinAction"
:
true
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
a8620a4d
{
"dBType"
:
"MYSQL5"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`PARAM`"
,
"name"
:
"PARAM"
},
{
"expression"
:
"t1.`PARAM2`"
,
"name"
:
"PARAM2"
},
{
"expression"
:
"t1.`PARAM3`"
,
"name"
:
"PARAM3"
}
],
"queryCode"
:
"SELECT
\n
t1.`PARAM`,
\n
t1.`PARAM2`,
\n
t1.`PARAM3`
\n
FROM `` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/DEFAULT/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEDATAQUERIES/Default/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
a8620a4d
{
"dBType"
:
"MYSQL5"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/VIEW/psdedqcodes/MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`PARAM`"
,
"name"
:
"PARAM"
},
{
"expression"
:
"t1.`PARAM2`"
,
"name"
:
"PARAM2"
},
{
"expression"
:
"t1.`PARAM3`"
,
"name"
:
"PARAM3"
}
],
"queryCode"
:
"SELECT
\n
t1.`PARAM`,
\n
t1.`PARAM2`,
\n
t1.`PARAM3`
\n
FROM `` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT/psdedataqueries/VIEW/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSI18NS/DEFAULT.json
浏览文件 @
a8620a4d
...
...
@@ -5,6 +5,12 @@
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0022]"
,
"refFlag"
:
true
},
{
"defaultContent"
:
"IBIZSample0023Ext"
,
"lanResTag"
:
"DE.LNAME.IBIZSAMPLE0023EXT"
,
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0023EXT]"
,
"refFlag"
:
true
},
{
"defaultContent"
:
"头数据"
,
"lanResTag"
:
"DE.LNAME.IBIZSAMPLE0023"
,
...
...
@@ -102,6 +108,31 @@
"lanResTag"
:
"CONTROL.DEFORM.IBIZSAMPLE0023.MAIN.GROUPPANEL.GROUP2"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023.MAIN.GROUPPANEL.GROUP2]"
},
{
"defaultContent"
:
"常规条件"
,
"lanResTag"
:
"CONTROL.DEFORM.IBIZSAMPLE0023EXT.DEFAULT.FORMPAGE.FORMPAGE1"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023EXT.DEFAULT.FORMPAGE.FORMPAGE1]"
},
{
"defaultContent"
:
"基本信息"
,
"lanResTag"
:
"CONTROL.DEFORM.IBIZSAMPLE0023EXT.MAIN.FORMPAGE.FORMPAGE1"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023EXT.MAIN.FORMPAGE.FORMPAGE1]"
},
{
"defaultContent"
:
"其它"
,
"lanResTag"
:
"CONTROL.DEFORM.IBIZSAMPLE0023EXT.MAIN.FORMPAGE.FORMPAGE2"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023EXT.MAIN.FORMPAGE.FORMPAGE2]"
},
{
"defaultContent"
:
"IBIZSample0023Ext基本信息"
,
"lanResTag"
:
"CONTROL.DEFORM.IBIZSAMPLE0023EXT.MAIN.GROUPPANEL.GROUP1"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023EXT.MAIN.GROUPPANEL.GROUP1]"
},
{
"defaultContent"
:
"操作信息"
,
"lanResTag"
:
"CONTROL.DEFORM.IBIZSAMPLE0023EXT.MAIN.GROUPPANEL.GROUP2"
,
"lanResType"
:
"CONTROL"
,
"name"
:
"控件文本(CONTROL.*)[DEFORM.IBIZSAMPLE0023EXT.MAIN.GROUPPANEL.GROUP2]"
},
{
"defaultContent"
:
"常规条件"
,
"lanResTag"
:
"CONTROL.DEFORM.IBIZSAMPLE0024.DEFAULT.FORMPAGE.FORMPAGE1"
,
...
...
@@ -248,6 +279,41 @@
"lanResTag"
:
"PAGE.TITLE.IBIZSAMPLE0023.REDIRECTVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023.REDIRECTVIEW]"
},
{
"defaultContent"
:
"IBIZSample0023Ext编辑视图"
,
"lanResTag"
:
"PAGE.TITLE.IBIZSAMPLE0023EXT.EDITVIEW2"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.EDITVIEW2]"
},
{
"defaultContent"
:
"IBIZSample0023Ext编辑视图"
,
"lanResTag"
:
"PAGE.TITLE.IBIZSAMPLE0023EXT.EDITVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.EDITVIEW]"
},
{
"defaultContent"
:
"IBIZSample0023Ext表格视图"
,
"lanResTag"
:
"PAGE.TITLE.IBIZSAMPLE0023EXT.GRIDVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.GRIDVIEW]"
},
{
"defaultContent"
:
"IBIZSample0023Ext数据多项选择视图"
,
"lanResTag"
:
"PAGE.TITLE.IBIZSAMPLE0023EXT.MPICKUPVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.MPICKUPVIEW]"
},
{
"defaultContent"
:
"IBIZSample0023Ext选择表格视图"
,
"lanResTag"
:
"PAGE.TITLE.IBIZSAMPLE0023EXT.PICKUPGRIDVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.PICKUPGRIDVIEW]"
},
{
"defaultContent"
:
"IBIZSample0023Ext数据选择视图"
,
"lanResTag"
:
"PAGE.TITLE.IBIZSAMPLE0023EXT.PICKUPVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.PICKUPVIEW]"
},
{
"defaultContent"
:
"IBIZSample0023Ext数据重定向视图"
,
"lanResTag"
:
"PAGE.TITLE.IBIZSAMPLE0023EXT.REDIRECTVIEW"
,
"lanResType"
:
"PAGE"
,
"name"
:
"界面文本(PAGE.*)[TITLE.IBIZSAMPLE0023EXT.REDIRECTVIEW]"
},
{
"defaultContent"
:
"包数据1编辑视图"
,
"lanResTag"
:
"PAGE.TITLE.IBIZSAMPLE0024.EDITVIEW2"
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
浏览文件 @
a8620a4d
...
...
@@ -15987,13 +15987,13 @@
"keyField"
:
false
,
"majorField"
:
true
},
{
"codeName"
:
"Field2
3
"
,
"codeName2"
:
"Field2
3
"
,
"logicName"
:
"
Field23
"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field2
3
"
,
"name"
:
"FIELD2
3
"
,
"codeName"
:
"Field2
4
"
,
"codeName2"
:
"Field2
4
"
,
"logicName"
:
"
包数据
"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field2
4
"
,
"name"
:
"FIELD2
4
"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field2
3
"
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field2
4
"
,
"stdDataType"
:
21
,
"stringLength"
:
1048576
,
"allowEmpty"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSTEM.json
浏览文件 @
a8620a4d
...
...
@@ -671,6 +671,10 @@
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
,
"name"
:
"IBIZSAMPLE0023"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
,
"name"
:
"IBIZSAMPLE0023EXT"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
,
...
...
@@ -2216,6 +2220,9 @@
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json"
},
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
a8620a4d
...
...
@@ -1240,7 +1240,7 @@
<!--输出实体[IBIZSAMPLE0023]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0023-
7
-41"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0023-
9
-41"
>
<createTable
tableName=
"T_IBIZSAMPLE0023"
>
<column
name=
"IBIZSAMPLE0023ID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBIZSAMPLE0023_IBIZSAMPLE00"
/>
...
...
@@ -1255,7 +1255,7 @@
</column>
<column
name=
"IBIZSAMPLE0023NAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
<column
name=
"FIELD2
3
"
remarks=
""
type=
"TEXT(1048576)"
>
<column
name=
"FIELD2
4
"
remarks=
""
type=
"TEXT(1048576)"
>
</column>
</createTable>
</changeSet>
...
...
@@ -1265,6 +1265,8 @@
<!--输出实体[IBIZSOFTWARESUIT]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsoftwaresuit-1-42"
>
<createTable
tableName=
"T_IBIZSOFTWARESUIT"
>
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/sysmodel/DemoSys.json
浏览文件 @
a8620a4d
...
...
@@ -8561,9 +8561,9 @@
"major_field"
:
1
},
{
"fieldname"
:
"FIELD2
3
"
,
"codename"
:
"Field2
3
"
,
"field_logic_name"
:
"
Field23
"
,
"fieldname"
:
"FIELD2
4
"
,
"codename"
:
"Field2
4
"
,
"field_logic_name"
:
"
包数据
"
,
"entity_name"
:
"IBIZSAMPLE0023"
,
"field_type"
:
"ONE2MANYDATA"
,
"nullable"
:
1
,
...
...
@@ -8585,6 +8585,64 @@
],
"parentEntitys"
:[
]
}
,
{
"entity_name"
:
"IBIZSAMPLE0023EXT"
,
"logic_name"
:
"IBIZSample0023Ext"
,
"code_name"
:
"IBIZSample0023Ext"
,
"table_name"
:
""
,
"system_id"
:
"DemoSys"
,
"system_name"
:
"DemoSys"
,
"module_id"
:
"Sample"
,
"module_name"
:
"示例"
,
"fields"
:[
{
"fieldname"
:
"PARAM"
,
"codename"
:
"Param"
,
"field_logic_name"
:
"Param"
,
"entity_name"
:
"IBIZSAMPLE0023EXT"
,
"field_type"
:
"TEXT"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
100
,
"key_field"
:
1
,
"show_order"
:
1000
,
"major_field"
:
1
},
{
"fieldname"
:
"PARAM2"
,
"codename"
:
"Param2"
,
"field_logic_name"
:
"Param2"
,
"entity_name"
:
"IBIZSAMPLE0023EXT"
,
"field_type"
:
"TEXT"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"VARCHAR"
,
"data_length"
:
100
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
},
{
"fieldname"
:
"PARAM3"
,
"codename"
:
"Param3"
,
"field_logic_name"
:
"Param3"
,
"entity_name"
:
"IBIZSAMPLE0023EXT"
,
"field_type"
:
"INT"
,
"nullable"
:
1
,
"physical_field"
:
1
,
"data_type"
:
"INT"
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
}
],
"subEntitys"
:[
],
"parentEntitys"
:[
]
}
,
{
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录