Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
4b5918a8
提交
4b5918a8
编写于
11月 09, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mosher 发布系统代码 [后台服务,演示应用]
上级
df9423dc
变更
14
显示空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
124 行增加
和
7 行删除
+124
-7
ibizbookcustom-view-layout-base.vue
...ookcustom-view-layout/ibizbookcustom-view-layout-base.vue
+13
-0
ibizbookgrid-load-custom-view-base.vue
...d-load-custom-view/ibizbookgrid-load-custom-view-base.vue
+14
-1
ibizbookmedit-view9-base.vue
...s/sample/ibizbookmedit-view9/ibizbookmedit-view9-base.vue
+13
-0
ibizbookusr2-medit-view9-layout-base.vue
...dit-view9-layout/ibizbookusr2-medit-view9-layout-base.vue
+13
-0
ibizbookusr2-medit-view9-base.vue
...bizbookusr2-medit-view9/ibizbookusr2-medit-view9-base.vue
+13
-0
default-searchform-base.vue
...zappeditor/default-searchform/default-searchform-base.vue
+2
-2
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
Main.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGRIDS/Main.json
+7
-1
Main.json
...SAPPDATAENTITIES/IBIZBOOK/PSMULTIEDITVIEWPANELS/Main.json
+8
-0
IBIZBOOKCustomView_layout.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKCustomView_layout.json
+8
-0
IBIZBOOKGridLoadCustomView.json
...SSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGridLoadCustomView.json
+7
-1
IBIZBOOKMEditView9.json
...emodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKMEditView9.json
+8
-0
IBIZBOOKUsr2MEditView9.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr2MEditView9.json
+8
-0
IBIZBOOKUsr2MEditView9_layout.json
...SAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr2MEditView9_layout.json
+8
-0
未找到文件。
app_Web/src/pages/sample/ibizbookcustom-view-layout/ibizbookcustom-view-layout-base.vue
浏览文件 @
4b5918a8
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
fetchAction=
"FetchDefault"
fetchAction=
"FetchDefault"
name=
"grid"
name=
"grid"
ref=
'grid'
ref=
'grid'
@打印选中数据="
grid_
打印选中数据($
event
)"
@
closeview=
"closeView($event)"
>
@
closeview=
"closeView($event)"
>
</view
_grid
>
</view
_grid
>
</app-ctrl-pos>
</app-ctrl-pos>
...
@@ -863,6 +864,18 @@ export default class IBIZBOOKCustomView_layoutBase extends Vue {
...
@@ -863,6 +864,18 @@ export default class IBIZBOOKCustomView_layoutBase extends Vue {
}
}
/**
* grid 部件 打印选中数据 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZBOOKCustomView_layoutBase
*/
public
grid_
打印选中数据
(
$event
:
any
,
$event2
?:
any
)
{
this
.
printSelection
(
$event
,
''
,
$event2
);
}
/**
/**
* toolbar 部件 click 事件
* toolbar 部件 click 事件
*
*
...
...
app_Web/src/pages/sample/ibizbookgrid-load-custom-view/ibizbookgrid-load-custom-view-base.vue
浏览文件 @
4b5918a8
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
fetchAction=
"FetchDefault"
fetchAction=
"FetchDefault"
name=
"grid"
name=
"grid"
ref=
'grid'
ref=
'grid'
@打印选中数据="
grid_
打印选中数据($
event
)"
@
onselectionchange=
"grid_onselectionchange($event)"
@
onselectionchange=
"grid_onselectionchange($event)"
@
closeview=
"closeView($event)"
>
@
closeview=
"closeView($event)"
>
</view
_grid
>
</view
_grid
>
...
@@ -869,6 +870,18 @@ export default class IBIZBOOKGridLoadCustomViewBase extends Vue {
...
@@ -869,6 +870,18 @@ export default class IBIZBOOKGridLoadCustomViewBase extends Vue {
}
}
/**
* grid 部件 打印选中数据 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZBOOKGridLoadCustomViewBase
*/
public
grid_
打印选中数据
(
$event
:
any
,
$event2
?:
any
)
{
this
.
printSelection
(
$event
,
''
,
$event2
);
}
/**
/**
* grid 部件 onselectionchange 事件
* grid 部件 onselectionchange 事件
*
*
...
@@ -887,7 +900,7 @@ export default class IBIZBOOKGridLoadCustomViewBase extends Vue {
...
@@ -887,7 +900,7 @@ export default class IBIZBOOKGridLoadCustomViewBase extends Vue {
*
*
* @memberof IBIZBOOKGridLoadCustomView
* @memberof IBIZBOOKGridLoadCustomView
*/
*/
public
GRIDSELECTIONCHANGE
(
$event
:
any
,
$event1
?:
any
,
$event2
:
any
)
{
public
GRIDSELECTIONCHANGE
(
$event
:
any
,
$event1
?:
any
,
$event2
?
:
any
)
{
console
.
log
(
$event
,
$event1
,
$event2
);
console
.
log
(
$event
,
$event1
,
$event2
);
}
}
...
...
app_Web/src/pages/sample/ibizbookmedit-view9/ibizbookmedit-view9-base.vue
浏览文件 @
4b5918a8
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
fetchAction=
"FetchDefault"
fetchAction=
"FetchDefault"
name=
"meditviewpanel"
name=
"meditviewpanel"
ref=
'meditviewpanel'
ref=
'meditviewpanel'
@打印选中数据="
meditviewpanel_
打印选中数据($
event
)"
@
closeview=
"closeView($event)"
>
@
closeview=
"closeView($event)"
>
</view
_meditviewpanel
>
</view
_meditviewpanel
>
</div>
</div>
...
@@ -622,6 +623,18 @@ export default class IBIZBOOKMEditView9Base extends Vue {
...
@@ -622,6 +623,18 @@ export default class IBIZBOOKMEditView9Base extends Vue {
}
}
/**
* meditviewpanel 部件 打印选中数据 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZBOOKMEditView9Base
*/
public
meditviewpanel_
打印选中数据
(
$event
:
any
,
$event2
?:
any
)
{
this
.
printSelection
(
$event
,
''
,
$event2
);
}
/**
/**
* 打开新建数据视图
* 打开新建数据视图
...
...
app_Web/src/pages/sample/ibizbookusr2-medit-view9-layout/ibizbookusr2-medit-view9-layout-base.vue
浏览文件 @
4b5918a8
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
fetchAction=
"FetchDefault"
fetchAction=
"FetchDefault"
name=
"meditviewpanel"
name=
"meditviewpanel"
ref=
'meditviewpanel'
ref=
'meditviewpanel'
@打印选中数据="
meditviewpanel_
打印选中数据($
event
)"
@
closeview=
"closeView($event)"
>
@
closeview=
"closeView($event)"
>
</view
_meditviewpanel
>
</view
_meditviewpanel
>
</app-ctrl-pos>
</app-ctrl-pos>
...
@@ -836,6 +837,18 @@ export default class IBIZBOOKUsr2MEditView9_layoutBase extends Vue {
...
@@ -836,6 +837,18 @@ export default class IBIZBOOKUsr2MEditView9_layoutBase extends Vue {
}
}
/**
* meditviewpanel 部件 打印选中数据 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZBOOKUsr2MEditView9_layoutBase
*/
public
meditviewpanel_
打印选中数据
(
$event
:
any
,
$event2
?:
any
)
{
this
.
printSelection
(
$event
,
''
,
$event2
);
}
/**
/**
* 打开新建数据视图
* 打开新建数据视图
...
...
app_Web/src/pages/sample/ibizbookusr2-medit-view9/ibizbookusr2-medit-view9-base.vue
浏览文件 @
4b5918a8
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
fetchAction=
"FetchDefault"
fetchAction=
"FetchDefault"
name=
"meditviewpanel"
name=
"meditviewpanel"
ref=
'meditviewpanel'
ref=
'meditviewpanel'
@打印选中数据="
meditviewpanel_
打印选中数据($
event
)"
@
closeview=
"closeView($event)"
>
@
closeview=
"closeView($event)"
>
</view
_meditviewpanel
>
</view
_meditviewpanel
>
</div>
</div>
...
@@ -622,6 +623,18 @@ export default class IBIZBOOKUsr2MEditView9Base extends Vue {
...
@@ -622,6 +623,18 @@ export default class IBIZBOOKUsr2MEditView9Base extends Vue {
}
}
/**
* meditviewpanel 部件 打印选中数据 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZBOOKUsr2MEditView9Base
*/
public
meditviewpanel_
打印选中数据
(
$event
:
any
,
$event2
?:
any
)
{
this
.
printSelection
(
$event
,
''
,
$event2
);
}
/**
/**
* 打开新建数据视图
* 打开新建数据视图
...
...
app_Web/src/widgets/ibizappeditor/default-searchform/default-searchform-base.vue
浏览文件 @
4b5918a8
...
@@ -598,7 +598,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -598,7 +598,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -634,7 +634,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -634,7 +634,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
4b5918a8
...
@@ -671,7 +671,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -671,7 +671,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
5
GridView'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
GridView'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -707,7 +707,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -707,7 +707,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
5
GridView'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
GridView'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGRIDS/Main.json
浏览文件 @
4b5918a8
...
@@ -9,13 +9,19 @@
...
@@ -9,13 +9,19 @@
"id"
:
"fetch"
"id"
:
"fetch"
},
},
"groupMode"
:
"NONE"
,
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ONSELECTIONCHANGE"
],
"hookEventNames"
:
[
"
打印选中数据"
,
"
ONSELECTIONCHANGE"
],
"logicName"
:
"主表格"
,
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
},
"getPSControlLogics"
:
[
{
"getPSControlLogics"
:
[
{
"eventNames"
:
"打印选中数据"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
"scriptCode"
:
"console.log(data);"
},
{
"eventNames"
:
"onSelectionChange"
,
"eventNames"
:
"onSelectionChange"
,
"logicTag"
:
"GRID"
,
"logicTag"
:
"GRID"
,
"logicType"
:
"APPVIEWLOGIC"
,
"logicType"
:
"APPVIEWLOGIC"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSMULTIEDITVIEWPANELS/Main.json
浏览文件 @
4b5918a8
...
@@ -14,11 +14,19 @@
...
@@ -14,11 +14,19 @@
"id"
:
"fetch"
"id"
:
"fetch"
},
},
"groupMode"
:
"NONE"
,
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"打印选中数据"
],
"logicName"
:
"主表格"
,
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"打印选中数据"
,
"logicTag"
:
"meditviewpanel"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
"scriptCode"
:
"console.log(data);"
}
],
"getPSDEDataImport"
:
{
"getPSDEDataImport"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"DataImport"
"id"
:
"DataImport"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKCustomView_layout.json
浏览文件 @
4b5918a8
...
@@ -208,6 +208,7 @@
...
@@ -208,6 +208,7 @@
"id"
:
"fetch"
"id"
:
"fetch"
},
},
"groupMode"
:
"NONE"
,
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"打印选中数据"
],
"logicName"
:
"主表格"
,
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -295,6 +296,13 @@
...
@@ -295,6 +296,13 @@
"enableDEFieldPrivilege"
:
false
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"数据表格处理器"
"id"
:
"数据表格处理器"
},
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"打印选中数据"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
"scriptCode"
:
"console.log(data);"
}
],
"getPSControlParam"
:
{
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"showBusyIndicator"
:
true
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGridLoadCustomView.json
浏览文件 @
4b5918a8
...
@@ -208,7 +208,7 @@
...
@@ -208,7 +208,7 @@
"id"
:
"fetch"
"id"
:
"fetch"
},
},
"groupMode"
:
"NONE"
,
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ONSELECTIONCHANGE"
],
"hookEventNames"
:
[
"
打印选中数据"
,
"
ONSELECTIONCHANGE"
],
"logicName"
:
"主表格"
,
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -297,6 +297,12 @@
...
@@ -297,6 +297,12 @@
"id"
:
"数据表格处理器"
"id"
:
"数据表格处理器"
},
},
"getPSControlLogics"
:
[
{
"getPSControlLogics"
:
[
{
"eventNames"
:
"打印选中数据"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
"scriptCode"
:
"console.log(data);"
},
{
"eventNames"
:
"onSelectionChange"
,
"eventNames"
:
"onSelectionChange"
,
"logicTag"
:
"GRID"
,
"logicTag"
:
"GRID"
,
"logicType"
:
"APPVIEWLOGIC"
,
"logicType"
:
"APPVIEWLOGIC"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKMEditView9.json
浏览文件 @
4b5918a8
...
@@ -55,6 +55,7 @@
...
@@ -55,6 +55,7 @@
"id"
:
"fetch"
"id"
:
"fetch"
},
},
"groupMode"
:
"NONE"
,
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"打印选中数据"
],
"logicName"
:
"主表格"
,
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -142,6 +143,13 @@
...
@@ -142,6 +143,13 @@
"enableDEFieldPrivilege"
:
false
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"数据表格处理器"
"id"
:
"数据表格处理器"
},
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"打印选中数据"
,
"logicTag"
:
"meditviewpanel"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
"scriptCode"
:
"console.log(data);"
}
],
"getPSControlParam"
:
{
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"showBusyIndicator"
:
true
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr2MEditView9.json
浏览文件 @
4b5918a8
...
@@ -55,6 +55,7 @@
...
@@ -55,6 +55,7 @@
"id"
:
"fetch"
"id"
:
"fetch"
},
},
"groupMode"
:
"NONE"
,
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"打印选中数据"
],
"logicName"
:
"主表格"
,
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -142,6 +143,13 @@
...
@@ -142,6 +143,13 @@
"enableDEFieldPrivilege"
:
false
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"数据表格处理器"
"id"
:
"数据表格处理器"
},
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"打印选中数据"
,
"logicTag"
:
"meditviewpanel"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
"scriptCode"
:
"console.log(data);"
}
],
"getPSControlParam"
:
{
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"showBusyIndicator"
:
true
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr2MEditView9_layout.json
浏览文件 @
4b5918a8
...
@@ -55,6 +55,7 @@
...
@@ -55,6 +55,7 @@
"id"
:
"fetch"
"id"
:
"fetch"
},
},
"groupMode"
:
"NONE"
,
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"打印选中数据"
],
"logicName"
:
"主表格"
,
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
...
@@ -142,6 +143,13 @@
...
@@ -142,6 +143,13 @@
"enableDEFieldPrivilege"
:
false
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"数据表格处理器"
"id"
:
"数据表格处理器"
},
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"打印选中数据"
,
"logicTag"
:
"meditviewpanel"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
"scriptCode"
:
"console.log(data);"
}
],
"getPSControlParam"
:
{
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"showBusyIndicator"
:
true
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录