Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
3adbda18
提交
3adbda18
编写于
12月 09, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
40b43b77
变更
12
显示空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
1331 行增加
和
1259 行删除
+1331
-1259
view-message-group.json
app_Web/public/assets/json/view-message-group.json
+0
-3
message-service-register.ts
app_Web/src/message/message-service-register.ts
+0
-1
viewconfig.ts
app_Web/src/mock/viewconfig/viewconfig.ts
+0
-3
ibizorder-sgrid-view-base.vue
...sample/ibizorder-sgrid-view/ibizorder-sgrid-view-base.vue
+149
-54
ibizorder-sgrid-view.vue
...ages/sample/ibizorder-sgrid-view/ibizorder-sgrid-view.vue
+2
-2
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+2
-2
usr4-dataview-base.vue
...src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
+4
-4
usr4-dataview-model.ts
...src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
+5
-0
IBIZOrderSGridView.json
...emodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView.json
+1167
-1166
PSSYSAPP.json
.../resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.json
+0
-22
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+1
-1
view.xml
demo-core/src/main/resources/liquibase/view.xml
+1
-1
未找到文件。
app_Web/public/assets/json/view-message-group.json
浏览文件 @
3adbda18
...
@@ -44,9 +44,6 @@
...
@@ -44,9 +44,6 @@
"VMGroup26"
:[
"VMGroup26"
:[
{
"tag"
:
"ViewMsg25"
,
"position"
:
"TOP"
,
"type"
:
"ERROR"
}
{
"tag"
:
"ViewMsg25"
,
"position"
:
"TOP"
,
"type"
:
"ERROR"
}
],
],
"VMGroup89"
:[
{
"tag"
:
"ViewMsg88"
,
"position"
:
"TOP"
,
"type"
:
"ERROR"
}
],
"VMGroup22"
:[
"VMGroup22"
:[
{
"tag"
:
"ViewMsg21"
,
"position"
:
"TOP"
,
"type"
:
"ERROR"
}
{
"tag"
:
"ViewMsg21"
,
"position"
:
"TOP"
,
"type"
:
"ERROR"
}
],
],
...
...
app_Web/src/message/message-service-register.ts
浏览文件 @
3adbda18
...
@@ -126,7 +126,6 @@ export class MessageServiceRegister {
...
@@ -126,7 +126,6 @@ export class MessageServiceRegister {
this
.
allMessageService
.
set
(
'ViewMsg85'
,
()
=>
import
(
'@/message/view-msg85/view-msg85-message'
));
this
.
allMessageService
.
set
(
'ViewMsg85'
,
()
=>
import
(
'@/message/view-msg85/view-msg85-message'
));
this
.
allMessageService
.
set
(
'ViewMsg86'
,
()
=>
import
(
'@/message/view-msg86/view-msg86-message'
));
this
.
allMessageService
.
set
(
'ViewMsg86'
,
()
=>
import
(
'@/message/view-msg86/view-msg86-message'
));
this
.
allMessageService
.
set
(
'ViewMsg87'
,
()
=>
import
(
'@/message/view-msg87/view-msg87-message'
));
this
.
allMessageService
.
set
(
'ViewMsg87'
,
()
=>
import
(
'@/message/view-msg87/view-msg87-message'
));
this
.
allMessageService
.
set
(
'ViewMsg88'
,
()
=>
import
(
'@/message/view-msg88/view-msg88-message'
));
this
.
allMessageService
.
set
(
'ViewMsg89'
,
()
=>
import
(
'@/message/view-msg89/view-msg89-message'
));
this
.
allMessageService
.
set
(
'ViewMsg89'
,
()
=>
import
(
'@/message/view-msg89/view-msg89-message'
));
this
.
allMessageService
.
set
(
'ViewMsg9'
,
()
=>
import
(
'@/message/view-msg9/view-msg9-message'
));
this
.
allMessageService
.
set
(
'ViewMsg9'
,
()
=>
import
(
'@/message/view-msg9/view-msg9-message'
));
this
.
allMessageService
.
set
(
'ViewMsg90'
,
()
=>
import
(
'@/message/view-msg90/view-msg90-message'
));
this
.
allMessageService
.
set
(
'ViewMsg90'
,
()
=>
import
(
'@/message/view-msg90/view-msg90-message'
));
...
...
app_Web/src/mock/viewconfig/viewconfig.ts
浏览文件 @
3adbda18
...
@@ -52,9 +52,6 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
...
@@ -52,9 +52,6 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
"VMGroup26"
:[
"VMGroup26"
:[
{
"tag"
:
"ViewMsg25"
,
"position"
:
"TOP"
,
"type"
:
"ERROR"
}
{
"tag"
:
"ViewMsg25"
,
"position"
:
"TOP"
,
"type"
:
"ERROR"
}
],
],
"VMGroup89"
:[
{
"tag"
:
"ViewMsg88"
,
"position"
:
"TOP"
,
"type"
:
"ERROR"
}
],
"VMGroup22"
:[
"VMGroup22"
:[
{
"tag"
:
"ViewMsg21"
,
"position"
:
"TOP"
,
"type"
:
"ERROR"
}
{
"tag"
:
"ViewMsg21"
,
"position"
:
"TOP"
,
"type"
:
"ERROR"
}
],
],
...
...
app_Web/src/pages/sample/ibizorder-sgrid-view/ibizorder-sgrid-view-base.vue
浏览文件 @
3adbda18
<
template
>
<
template
>
<div
class=
'view-container degridview ibizorder-sgrid-view'
>
<div
class=
'view-container degridview ibizorder-sgrid-view'
>
<card
class=
'view-card view-no-caption'
:dis-hover=
"true"
:bordered=
"false"
>
<card
class=
'view-card view-no-caption'
:dis-hover=
"true"
:bordered=
"false"
>
<div
class=
'view-top-messages'
>
<app-alert-group
position=
'TOP'
:context=
"context"
:viewparam=
"viewparams"
infoGroup=
'VMGroup89'
viewname=
'ibizordersgridview'
></app-alert-group>
</div>
<div
class=
'content-container'
>
<div
class=
'content-container'
>
<div
style=
'margin-bottom: 6px;'
>
<div
style=
'margin-bottom: 6px;'
>
<div
class=
"quick-group-container"
>
<app-quick-group
:items=
"quickGroupModel"
@
valuechange=
"quickGroupValueChange"
></app-quick-group>
</div>
<i-input
v-show=
"!isExpandSearchForm"
v-model=
"query"
search
enter-button
@
on-search=
"onSearch($event)"
class=
'quick-search-input'
style=
'max-width: 400px;padding-left: 24px'
placeholder=
"订单名称"
/>
<i-input
v-show=
"!isExpandSearchForm"
v-model=
"query"
search
enter-button
@
on-search=
"onSearch($event)"
class=
'quick-search-input'
style=
'max-width: 400px;padding-left: 24px'
placeholder=
"订单名称"
/>
<div
class=
'pull-right'
>
<div
class=
'pull-right'
>
<div
class=
'toolbar-container'
>
<div
class=
'toolbar-container'
>
...
@@ -340,9 +341,9 @@ export default class IBIZOrderSGridViewBase extends Vue {
...
@@ -340,9 +341,9 @@ export default class IBIZOrderSGridViewBase extends Vue {
* @memberof IBIZOrderSGridViewBase
* @memberof IBIZOrderSGridViewBase
*/
*/
public
containerModel
:
any
=
{
public
containerModel
:
any
=
{
view_grid
:
{
name
:
'grid'
,
type
:
'GRID'
},
view_searchform
:
{
name
:
'searchform'
,
type
:
'SEARCHFORM'
},
view_searchform
:
{
name
:
'searchform'
,
type
:
'SEARCHFORM'
},
view_toolbar
:
{
name
:
'toolbar'
,
type
:
'TOOLBAR'
},
view_toolbar
:
{
name
:
'toolbar'
,
type
:
'TOOLBAR'
},
view_grid
:
{
name
:
'grid'
,
type
:
'GRID'
},
wflinks
:
[],
wflinks
:
[],
};
};
...
@@ -824,59 +825,9 @@ export default class IBIZOrderSGridViewBase extends Vue {
...
@@ -824,59 +825,9 @@ export default class IBIZOrderSGridViewBase extends Vue {
if
(
_this
.
loadModel
&&
_this
.
loadModel
instanceof
Function
)
{
if
(
_this
.
loadModel
&&
_this
.
loadModel
instanceof
Function
)
{
_this
.
loadModel
();
_this
.
loadModel
();
}
}
_this
.
loadQuickGroupModel
();
}
}
/**
* grid 部件 rowdblclick 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZOrderSGridViewBase
*/
public
grid_rowdblclick
(
$event
:
any
,
$event2
?:
any
)
{
this
.
engine
.
onCtrlEvent
(
'grid'
,
'rowdblclick'
,
$event
);
}
/**
* grid 部件 selectionchange 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZOrderSGridViewBase
*/
public
grid_selectionchange
(
$event
:
any
,
$event2
?:
any
)
{
this
.
engine
.
onCtrlEvent
(
'grid'
,
'selectionchange'
,
$event
);
}
/**
* grid 部件 remove 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZOrderSGridViewBase
*/
public
grid_remove
(
$event
:
any
,
$event2
?:
any
)
{
this
.
engine
.
onCtrlEvent
(
'grid'
,
'remove'
,
$event
);
}
/**
* grid 部件 load 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZOrderSGridViewBase
*/
public
grid_load
(
$event
:
any
,
$event2
?:
any
)
{
this
.
engine
.
onCtrlEvent
(
'grid'
,
'load'
,
$event
);
}
/**
* grid 部件 beforeload 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZOrderSGridViewBase
*/
public
grid_beforeload
(
$event
:
any
,
$event2
?:
any
)
{
this
.
engine
.
onCtrlEvent
(
'grid'
,
'beforeload'
,
$event
);
}
/**
/**
* searchform 部件 search 事件
* searchform 部件 search 事件
*
*
...
@@ -955,6 +906,56 @@ export default class IBIZOrderSGridViewBase extends Vue {
...
@@ -955,6 +906,56 @@ export default class IBIZOrderSGridViewBase extends Vue {
this
.
toolbar_tbitem23_click
(
null
,
''
,
$event2
);
this
.
toolbar_tbitem23_click
(
null
,
''
,
$event2
);
}
}
}
}
/**
* grid 部件 rowdblclick 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZOrderSGridViewBase
*/
public
grid_rowdblclick
(
$event
:
any
,
$event2
?:
any
)
{
this
.
engine
.
onCtrlEvent
(
'grid'
,
'rowdblclick'
,
$event
);
}
/**
* grid 部件 selectionchange 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZOrderSGridViewBase
*/
public
grid_selectionchange
(
$event
:
any
,
$event2
?:
any
)
{
this
.
engine
.
onCtrlEvent
(
'grid'
,
'selectionchange'
,
$event
);
}
/**
* grid 部件 remove 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZOrderSGridViewBase
*/
public
grid_remove
(
$event
:
any
,
$event2
?:
any
)
{
this
.
engine
.
onCtrlEvent
(
'grid'
,
'remove'
,
$event
);
}
/**
* grid 部件 load 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZOrderSGridViewBase
*/
public
grid_load
(
$event
:
any
,
$event2
?:
any
)
{
this
.
engine
.
onCtrlEvent
(
'grid'
,
'load'
,
$event
);
}
/**
* grid 部件 beforeload 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZOrderSGridViewBase
*/
public
grid_beforeload
(
$event
:
any
,
$event2
?:
any
)
{
this
.
engine
.
onCtrlEvent
(
'grid'
,
'beforeload'
,
$event
);
}
/**
/**
...
@@ -1854,6 +1855,100 @@ export default class IBIZOrderSGridViewBase extends Vue {
...
@@ -1854,6 +1855,100 @@ export default class IBIZOrderSGridViewBase extends Vue {
}
}
}
}
/**
* 代码表服务对象
*
* @type {CodeListService}
* @memberof IBIZOrderSGridViewBase
*/
public
codeListService
:
CodeListService
=
new
CodeListService
();
/**
* 快速分组数据对象
*
* @memberof IBIZOrderSGridViewBase
*/
public
quickGroupData
:
any
;
/**
* 快速分组是否有抛值
*
* @memberof IBIZOrderSGridViewBase
*/
public
isEmitQuickGroupValue
:
boolean
=
false
;
/**
* 快速分组模型
*
* @memberof IBIZOrderSGridViewBase
*/
public
quickGroupModel
:
Array
<
any
>
=
[];
/**
* 加载快速分组模型
*
* @memberof IBIZOrderSGridViewBase
*/
public
loadQuickGroupModel
(){
let
quickGroupCodeList
:
any
=
{
tag
:
'OrderType'
,
codelistType
:
'STATIC'
};
if
(
quickGroupCodeList
.
tag
&&
Object
.
is
(
quickGroupCodeList
.
codelistType
,
"STATIC"
)){
const
codelist
=
this
.
$store
.
getters
.
getCodeList
(
quickGroupCodeList
.
tag
);
if
(
codelist
)
{
this
.
quickGroupModel
=
[...
this
.
handleDynamicData
(
JSON
.
parse
(
JSON
.
stringify
(
codelist
.
items
)))];
}
else
{
console
.
log
(
`----
${
quickGroupCodeList
.
tag
}
----代码表不存在`
);
}
}
else
if
(
quickGroupCodeList
.
tag
&&
Object
.
is
(
quickGroupCodeList
.
codelistType
,
"DYNAMIC"
)){
this
.
codeListService
.
getItems
(
quickGroupCodeList
.
tag
,{},{}).
then
((
res
:
any
)
=>
{
this
.
quickGroupModel
=
res
;
}).
catch
((
error
:
any
)
=>
{
console
.
log
(
`----
${
quickGroupCodeList
.
tag
}
----代码表不存在`
);
});
}
}
/**
* 处理快速分组模型动态数据部分(%xxx%)
*
* @memberof IBIZOrderSGridViewBase
*/
public
handleDynamicData
(
inputArray
:
Array
<
any
>
){
if
(
inputArray
.
length
>
0
){
inputArray
.
forEach
((
item
:
any
)
=>
{
if
(
item
.
data
&&
Object
.
keys
(
item
.
data
).
length
>
0
){
Object
.
keys
(
item
.
data
).
forEach
((
name
:
any
)
=>
{
let
value
:
any
=
item
.
data
[
name
];
if
(
value
&&
typeof
(
value
)
==
'string'
&&
value
.
startsWith
(
'%'
)
&&
value
.
endsWith
(
'%'
))
{
const
key
=
(
value
.
substring
(
1
,
value
.
length
-
1
)).
toLowerCase
();
if
(
this
.
context
[
key
])
{
value
=
this
.
context
[
key
];
}
else
if
(
this
.
viewparams
[
key
]){
value
=
this
.
viewparams
[
key
];
}
}
item
.
data
[
name
]
=
value
;
})
}
})
}
return
inputArray
;
}
/**
* 快速分组值变化
*
* @memberof IBIZOrderSGridViewBase
*/
public
quickGroupValueChange
(
$event
:
any
){
if
(
$event
){
this
.
quickGroupData
=
$event
.
data
;
if
(
this
.
isEmitQuickGroupValue
){
this
.
onSearch
(
$event
);
}
}
this
.
isEmitQuickGroupValue
=
true
;
}
}
}
</
script
>
</
script
>
...
...
app_Web/src/pages/sample/ibizorder-sgrid-view/ibizorder-sgrid-view.vue
浏览文件 @
3adbda18
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
import
{
Component
}
from
'vue-property-decorator'
;
import
{
Component
}
from
'vue-property-decorator'
;
import
IBIZOrderSGridViewBase
from
'./ibizorder-sgrid-view-base.vue'
;
import
IBIZOrderSGridViewBase
from
'./ibizorder-sgrid-view-base.vue'
;
import
view_grid
from
'@widgets/ibizorder/main-grid/main-grid.vue'
;
import
view_searchform
from
'@widgets/ibizorder/default-searchform/default-searchform.vue'
;
import
view_searchform
from
'@widgets/ibizorder/default-searchform/default-searchform.vue'
;
import
view_grid
from
'@widgets/ibizorder/main-grid/main-grid.vue'
;
// 基于 @VIEW/实体表格视图/VIEW.vue.ftl 生成
// 基于 @VIEW/实体表格视图/VIEW.vue.ftl 生成
@
Component
({
@
Component
({
components
:
{
components
:
{
view_grid
,
view_searchform
,
view_searchform
,
view_grid
,
},
},
beforeRouteEnter
:
(
to
:
any
,
from
:
any
,
next
:
any
)
=>
{
beforeRouteEnter
:
(
to
:
any
,
from
:
any
,
next
:
any
)
=>
{
next
((
vm
:
any
)
=>
{
next
((
vm
:
any
)
=>
{
...
...
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
3adbda18
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
浏览文件 @
3adbda18
...
@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
*/
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{...
opt
};
const
arg
:
any
=
{...
opt
};
...
@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
return
;
}
}
let
_datas
:
any
[]
=
[];
let
_datas
:
any
[]
=
[];
...
@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try
{
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
if
(
item
.
ibizbook
){
...
...
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
浏览文件 @
3adbda18
...
@@ -70,6 +70,11 @@ export default class Usr4Model {
...
@@ -70,6 +70,11 @@ export default class Usr4Model {
prop
:
'n_ibizbookname_like'
,
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
dataType
:
'QUERYPARAM'
},
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView.json
浏览文件 @
3adbda18
...
@@ -300,12 +300,8 @@
...
@@ -300,12 +300,8 @@
"editMode"
:
true
"editMode"
:
true
}
}
}
],
}
],
"getPSAppViewMsgGroup"
:
{
"modelref"
:
true
,
"id"
:
"VMGroup89"
},
"getPSAppViewRefs"
:
[
{
"getPSAppViewRefs"
:
[
{
"name"
:
"
EDIT
DATA"
,
"name"
:
"
NEW
DATA"
,
"realTitle"
:
"订单编辑视图"
,
"realTitle"
:
"订单编辑视图"
,
"getRealTitlePSLanguageRes"
:
{
"getRealTitlePSLanguageRes"
:
{
"lanResTag"
:
"PAGE.TITLE.IBIZORDER.EDITVIEW"
,
"lanResTag"
:
"PAGE.TITLE.IBIZORDER.EDITVIEW"
,
...
@@ -318,7 +314,7 @@
...
@@ -318,7 +314,7 @@
"viewType"
:
"DEEDITVIEW"
"viewType"
:
"DEEDITVIEW"
}
}
},
{
},
{
"name"
:
"
NEW
DATA"
,
"name"
:
"
EDIT
DATA"
,
"realTitle"
:
"订单编辑视图"
,
"realTitle"
:
"订单编辑视图"
,
"getRealTitlePSLanguageRes"
:
{
"getRealTitlePSLanguageRes"
:
{
"lanResTag"
:
"PAGE.TITLE.IBIZORDER.EDITVIEW"
,
"lanResTag"
:
"PAGE.TITLE.IBIZORDER.EDITVIEW"
,
...
@@ -468,128 +464,60 @@
...
@@ -468,128 +464,60 @@
"xDataControlName"
:
"grid"
"xDataControlName"
:
"grid"
}
],
}
],
"getPSControls"
:
[
{
"getPSControls"
:
[
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Default"
,
"codeName"
:
"Main"
,
"controlType"
:
"SEARCHFORM"
,
"columnEnableLink"
:
2
,
"defaultLabelWidth"
:
130
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSSEARCHFORMS/Default.json"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"hookEventNames"
:
[
"SEARCH"
,
"LOAD"
,
"SAVE"
],
"getFetchPSControlAction"
:
{
"logicName"
:
"默认搜索表单"
,
"modelref"
:
true
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDER/psdeform_searchforms/Default"
,
"id"
:
"fetch"
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"logicName"
:
"主表格"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
},
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_updatedate_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_编辑操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_编辑操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
"getPSControlHandler"
:
{
"getPSHandlerActions"
:
[
{
"getPSHandlerActions"
:
[
{
"actionName"
:
"Get"
,
"actionType"
:
"FILTERACTION"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"Get"
"id"
:
"FilterGet"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
},
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}
},
{
},
{
"actionName"
:
"GetDraft"
,
"actionType"
:
"FILTERACTION"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"GetDraft"
"id"
:
"
Filter
GetDraft"
},
},
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}
},
{
},
{
"actionType"
:
"
DEDATASET
"
,
"actionType"
:
"
FILTERACTION
"
,
"name"
:
"
fet
ch"
,
"name"
:
"
sear
ch"
,
"getPSAppDEMethod"
:
{
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"F
etchDefault
"
"id"
:
"F
ilterSearch
"
},
},
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}
}
],
}
],
"userDRAction"
:
"READ"
,
"enableDEFieldPrivilege"
:
false
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"
数据表格
处理器"
"id"
:
"
搜索表单
处理器"
},
},
"getPSControlLogics"
:
[
{
"getPSControlLogics"
:
[
{
"eventNames"
:
"
ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD
"
,
"eventNames"
:
"
SEARCH;LOAD;SAVE
"
,
"logicTag"
:
"
grid
"
,
"logicTag"
:
"
searchform
"
,
"logicType"
:
"APPVIEWENGINE"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_
grid
"
,
"name"
:
"engine_
searchform
"
,
"getPSAppViewEngine"
:
{
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"engine"
"id"
:
"engine"
...
@@ -598,500 +526,76 @@
...
@@ -598,500 +526,76 @@
"getPSControlParam"
:
{
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"GRID"
"id"
:
"SEARCHFORM"
},
"getPSDEDataImport"
:
{
"modelref"
:
true
,
"id"
:
"Import"
},
"getPSDEGridColumns"
:
[
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"DEF.LNAME.ORDERUID"
,
"mOSFilePath"
:
"pslanguageres/Auto526"
,
"rTMOSFilePath"
:
"pslanguageres/Auto526"
},
},
"caption"
:
"订单编号"
,
"getPSDEFormItems"
:
[
{
"codeName"
:
"orderuid"
,
"id"
:
"n_ibizordername_like"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataType"
:
25
,
"dataItemName"
:
"orderuid"
,
"excelCaption"
:
"订单编号"
,
"mOSFilePath"
:
"psdegridcols/orderuid"
,
"name"
:
"orderuid"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"ORDERUID"
,
"name"
:
"IBIZORDERNAME"
,
"codeName"
:
"OrderUID"
"codeName"
:
"IBIZOrderName"
},
}
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
}
],
"width"
:
150
,
"getPSDEFormPages"
:
[
{
"widthUnit"
:
"PX"
,
"caption"
:
"订单名称"
,
"enableSort"
:
true
"codeName"
:
"formpage1"
,
},
{
"detailStyle"
:
"DEFAULT"
,
"align"
:
"LEFT"
,
"detailType"
:
"FORMPAGE"
,
"cLConvertMode"
:
"NONE"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"name"
:
"formpage1"
,
"getPSDEFormDetails"
:
[
{
"getCapPSLanguageRes"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"DEF.LNAME.IBIZORDERNAM
E"
,
"lanResTag"
:
"CONTROL.DEFSFITEM.IBIZORDER.N_IBIZORDERNAME_LIK
E"
,
"mOSFilePath"
:
"pslanguageres/Auto751
"
,
"mOSFilePath"
:
"pslanguageres/Auto338
"
,
"rTMOSFilePath"
:
"pslanguageres/Auto751
"
"rTMOSFilePath"
:
"pslanguageres/Auto338
"
},
},
"caption"
:
"订单名称"
,
"caption"
:
"订单名称(%)"
,
"codeName"
:
"IBIZordername"
,
"codeName"
:
"n_ibizordername_like"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataType"
:
25
,
"dataItemName"
:
"ibizordername"
,
"detailStyle"
:
"DEFAULT"
,
"excelCaption"
:
"订单名称"
,
"detailType"
:
"FORMITEM"
,
"mOSFilePath"
:
"psdegridcols/IBIZordername"
,
"enableCond"
:
3
,
"name"
:
"IBIZordername"
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/n_ibizordername_like"
,
"name"
:
"n_ibizordername_like"
,
"noPrivDisplayMode"
:
1
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERNAME"
,
"name"
:
"IBIZORDERNAME"
,
"codeName"
:
"IBIZOrderName"
"codeName"
:
"IBIZOrderName"
},
},
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"getPSEditor"
:
{
"width"
:
150
,
"editorType"
:
"TEXTBOX"
,
"widthUnit"
:
"PX"
,
"editorWidth"
:
100.0
,
"enableSort"
:
true
"name"
:
"n_ibizordername_like"
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"DEF.LNAME.ORDERSTATE"
,
"mOSFilePath"
:
"pslanguageres/Auto1017"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1017"
},
},
"caption"
:
"订单状态"
,
"getPSLayoutPos"
:
{
"codeName"
:
"orderstate"
,
"colMD"
:
24
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"layout"
:
"TABLE_24COL"
"dataItemName"
:
"orderstate"
,
"excelCaption"
:
"订单状态"
,
"mOSFilePath"
:
"psdegridcols/orderstate"
,
"name"
:
"orderstate"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/ORDERSTATE.json"
},
},
"getPSAppDEField"
:
{
"rTMOSFilePath"
:
"psdeformdetail_formitems/n_ibizordername_like"
,
"name"
:
"ORDERSTATE"
,
"allowEmpty"
:
true
,
"codeName"
:
"OrderState"
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
},
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"rTMOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"width"
:
150
,
"infoGroupMode"
:
false
"widthUnit"
:
"PX"
,
}
],
"enableSort"
:
true
"getPSLayout"
:
{
},
{
"childColLG"
:
-1
,
"align"
:
"LEFT"
,
"childColMD"
:
24
,
"cLConvertMode"
:
"FRONT"
,
"childColSM"
:
-1
,
"getCapPSLanguageRes"
:
{
"childColXS"
:
-1
,
"lanResTag"
:
"DEF.LNAME.ORDERTYPE"
,
"columnCount"
:
24
,
"mOSFilePath"
:
"pslanguageres/Auto647"
,
"layout"
:
"TABLE_24COL"
"rTMOSFilePath"
:
"pslanguageres/Auto647"
},
"caption"
:
"订单类型"
,
"codeName"
:
"ordertype"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertype"
,
"excelCaption"
:
"订单类型"
,
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"name"
:
"ordertype"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/DYNAORDERTYPE.json"
},
"getPSAppDEField"
:
{
"name"
:
"ORDERTYPE"
,
"codeName"
:
"OrderType"
},
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"DEF.LNAME.ORDERTIME"
,
"mOSFilePath"
:
"pslanguageres/Auto691"
,
"rTMOSFilePath"
:
"pslanguageres/Auto691"
},
"caption"
:
"订单时间"
,
"codeName"
:
"ordertime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ordertime"
,
"excelCaption"
:
"订单时间"
,
"mOSFilePath"
:
"psdegridcols/ordertime"
,
"name"
:
"ordertime"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"ORDERTIME"
,
"codeName"
:
"OrderTime"
},
"rTMOSFilePath"
:
"psdegridcols/ordertime"
,
"valueFormat"
:
"YYYY-MM-DD"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"DEF.LNAME.UPDATEDATE"
,
"mOSFilePath"
:
"pslanguageres/Auto1074"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1074"
},
"caption"
:
"更新时间"
,
"codeName"
:
"updatedate"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"updatedate"
,
"excelCaption"
:
"更新时间"
,
"mOSFilePath"
:
"psdegridcols/updatedate"
,
"name"
:
"updatedate"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
},
"getPSDEUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto1585"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1585"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto834"
,
"rTMOSFilePath"
:
"pslanguageres/Auto834"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"rTMOSFilePath"
:
"psdegridcols/updatedate"
,
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"DEF.LNAME.MEMO"
,
"mOSFilePath"
:
"pslanguageres/Auto269"
,
"rTMOSFilePath"
:
"pslanguageres/Auto269"
},
"caption"
:
"备注"
,
"codeName"
:
"memo"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"memo"
,
"excelCaption"
:
"备注"
,
"mOSFilePath"
:
"psdegridcols/memo"
,
"name"
:
"memo"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"MEMO"
,
"codeName"
:
"Memo"
},
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
true
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"orderuid"
,
"getPSAppDEField"
:
{
"name"
:
"ORDERUID"
,
"codeName"
:
"OrderUID"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizordername"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERNAME"
,
"codeName"
:
"IBIZOrderName"
}
},
{
"dataType"
:
25
,
"name"
:
"orderstate"
,
"getPSAppDEField"
:
{
"name"
:
"ORDERSTATE"
,
"codeName"
:
"OrderState"
}
},
{
"dataType"
:
25
,
"name"
:
"ordertype"
,
"getPSAppDEField"
:
{
"name"
:
"ORDERTYPE"
,
"codeName"
:
"OrderType"
}
},
{
"format"
:
"YYYY-MM-DD"
,
"dataType"
:
5
,
"name"
:
"ordertime"
,
"getPSAppDEField"
:
{
"name"
:
"ORDERTIME"
,
"codeName"
:
"OrderTime"
}
},
{
"format"
:
"YYYY-MM-DD HH:mm:ss"
,
"dataType"
:
5
,
"name"
:
"updatedate"
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
}
},
{
"dataType"
:
25
,
"name"
:
"memo"
,
"getPSAppDEField"
:
{
"name"
:
"MEMO"
,
"codeName"
:
"Memo"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizorderid"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERID"
,
"codeName"
:
"IBIZOrderId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERID"
,
"codeName"
:
"IBIZOrderId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfdataaccaction"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERID"
,
"codeName"
:
"IBIZOrderId"
},
"dataAccessAction"
:
true
},
{
"dataType"
:
25
,
"name"
:
"ibizcustomerid"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZCUSTOMERID"
,
"codeName"
:
"IBIZCustomerId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERNAME"
,
"codeName"
:
"IBIZOrderName"
}
},
{
"dataType"
:
25
,
"name"
:
"wfstep"
,
"getPSAppDEField"
:
{
"name"
:
"WFSTEP"
,
"codeName"
:
"WFStep"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmstag"
}
],
"getPSDEGridEditItems"
:
[
{
"caption"
:
"订单标识"
,
"codeName"
:
"srfkey"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"mOSFilePath"
:
"psdegridcols/srfkey"
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERID"
,
"codeName"
:
"IBIZOrderId"
},
"getPSEditor"
:
{
"editorType"
:
"HIDDEN"
,
"name"
:
"srfkey"
},
"rTMOSFilePath"
:
"psdegridcols/srfkey"
,
"allowEmpty"
:
true
}
],
"pagingSize"
:
10
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSGridView/psappviewctrls/grid"
,
"getRemovePSControlAction"
:
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
"sortMode"
:
"REMOTE"
,
"hasWFDataItems"
:
false
,
"enableColFilter"
:
false
,
"enableCustomized"
:
true
,
"enableGroup"
:
false
,
"enablePagingBar"
:
true
,
"enableRowEdit"
:
false
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
false
,
"forceFit"
:
true
,
"hideHeader"
:
false
,
"noSort"
:
false
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
"modeltype"
:
"PSDEGRID"
},
{
"codeName"
:
"Default"
,
"controlType"
:
"SEARCHFORM"
,
"defaultLabelWidth"
:
130
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSSEARCHFORMS/Default.json"
,
"hookEventNames"
:
[
"SEARCH"
,
"LOAD"
,
"SAVE"
],
"logicName"
:
"默认搜索表单"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDER/psdeform_searchforms/Default"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSControlHandler"
:
{
"getPSHandlerActions"
:
[
{
"actionType"
:
"FILTERACTION"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FilterGet"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionType"
:
"FILTERACTION"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FilterGetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionType"
:
"FILTERACTION"
,
"name"
:
"search"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FilterSearch"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}
],
"enableDEFieldPrivilege"
:
false
,
"id"
:
"搜索表单处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"SEARCH;LOAD;SAVE"
,
"logicTag"
:
"searchform"
,
"logicType"
:
"APPVIEWENGINE"
,
"name"
:
"engine_searchform"
,
"getPSAppViewEngine"
:
{
"modelref"
:
true
,
"id"
:
"engine"
}
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"SEARCHFORM"
},
"getPSDEFormItems"
:
[
{
"id"
:
"n_ibizordername_like"
,
"dataType"
:
25
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERNAME"
,
"codeName"
:
"IBIZOrderName"
}
}
],
"getPSDEFormPages"
:
[
{
"caption"
:
"订单名称"
,
"codeName"
:
"formpage1"
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMPAGE"
,
"mOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"name"
:
"formpage1"
,
"getPSDEFormDetails"
:
[
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"CONTROL.DEFSFITEM.IBIZORDER.N_IBIZORDERNAME_LIKE"
,
"mOSFilePath"
:
"pslanguageres/Auto338"
,
"rTMOSFilePath"
:
"pslanguageres/Auto338"
},
"caption"
:
"订单名称(%)"
,
"codeName"
:
"n_ibizordername_like"
,
"dataType"
:
25
,
"detailStyle"
:
"DEFAULT"
,
"detailType"
:
"FORMITEM"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"labelPos"
:
"LEFT"
,
"labelWidth"
:
130
,
"mOSFilePath"
:
"psdeformdetail_formitems/n_ibizordername_like"
,
"name"
:
"n_ibizordername_like"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERNAME"
,
"codeName"
:
"IBIZOrderName"
},
"getPSEditor"
:
{
"editorType"
:
"TEXTBOX"
,
"editorWidth"
:
100.0
,
"name"
:
"n_ibizordername_like"
},
"getPSLayoutPos"
:
{
"colMD"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/n_ibizordername_like"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"rTMOSFilePath"
:
"psdeformdetail_formpages/formpage1"
,
"infoGroupMode"
:
false
}
],
"getPSLayout"
:
{
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSGridView/psappviewctrls/searchform"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSGridView/psappviewctrls/searchform"
,
"searchButtonStyle"
:
"DEFAULT"
,
"searchButtonStyle"
:
"DEFAULT"
,
...
@@ -1500,337 +1004,829 @@
...
@@ -1500,337 +1004,829 @@
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"name"
:
"表格界面_搜索栏"
,
"name"
:
"表格界面_搜索栏"
,
"getPSSysImage"
:
{
"getPSSysImage"
:
{
"glyph"
:
"xf0b0@FontAwesome"
,
"glyph"
:
"xf0b0@FontAwesome"
,
"cssClass"
:
"fa fa-filter"
"cssClass"
:
"fa fa-filter"
},
"predefinedType"
:
"GRIDVIEW_SEARCHBAR"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleFilter"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.FILTER"
,
"mOSFilePath"
:
"pslanguageres/Auto796"
,
"rTMOSFilePath"
:
"pslanguageres/Auto796"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleFilter"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"tooltip"
:
"过滤"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.FILTER"
,
"mOSFilePath"
:
"pslanguageres/Auto796"
,
"rTMOSFilePath"
:
"pslanguageres/Auto796"
},
"enableToggleMode"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem7"
,
"spanMode"
:
false
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto998"
,
"rTMOSFilePath"
:
"pslanguageres/Auto998"
},
"caption"
:
"删除"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem8"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem8"
},
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto998"
,
"rTMOSFilePath"
:
"pslanguageres/Auto998"
},
"caption"
:
"删除"
,
"codeName"
:
"Remove"
,
"fullCodeName"
:
"Remove"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"name"
:
"表格界面_删除操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf00d@FontAwesome"
,
"cssClass"
:
"fa fa-remove"
},
"predefinedType"
:
"GRIDVIEW_REMOVEACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto1782"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1782"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"删除"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto1782"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1782"
},
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem9"
,
"spanMode"
:
false
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EXPORT"
,
"mOSFilePath"
:
"pslanguageres/Auto1675"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1675"
},
"caption"
:
"导出"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem13"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem13"
},
"getPSSysImage"
:
{
"glyph"
:
"xf1c3@FontAwesome"
,
"cssClass"
:
"fa fa-file-excel-o"
},
"getPSUIAction"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EXPORT"
,
"mOSFilePath"
:
"pslanguageres/Auto1675"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1675"
},
"caption"
:
"导出"
,
"codeName"
:
"ExportExcel"
,
"fullCodeName"
:
"ExportExcel"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ExportExcel"
,
"name"
:
"表格界面_导出操作(Excel)"
,
"getPSSysImage"
:
{
"glyph"
:
"xf1c3@FontAwesome"
,
"cssClass"
:
"fa fa-file-excel-o"
},
"predefinedType"
:
"GRIDVIEW_EXPORTACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ExportExcel"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EXPORT"
,
"mOSFilePath"
:
"pslanguageres/Auto160"
,
"rTMOSFilePath"
:
"pslanguageres/Auto160"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ExportExcel"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"导出"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EXPORT"
,
"mOSFilePath"
:
"pslanguageres/Auto160"
,
"rTMOSFilePath"
:
"pslanguageres/Auto160"
},
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"caption"
:
"导入"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction1"
},
"getPSSysImage"
:
{
"glyph"
:
"xf093@FontAwesome"
,
"cssClass"
:
"fa fa-upload"
},
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"导入"
,
"codeName"
:
"ImportExcel"
,
"frontProcessType"
:
"OPENHTMLPAGE"
,
"fullCodeName"
:
"ImportExcel"
,
"htmlPageUrl"
:
"../../ibizutil/uploaddedataview.jsp?srfdeid="
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ImportExcel"
,
"name"
:
"导入"
,
"getPSSysImage"
:
{
"glyph"
:
"xf093@FontAwesome"
,
"cssClass"
:
"fa fa-upload"
},
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ImportExcel"
,
"timeout"
:
60000
,
"uIActionMode"
:
"FRONT"
,
"uIActionTag"
:
"ImportExcel"
,
"uIActionType"
:
"DEUIACTION"
},
"tooltip"
:
"导入"
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem10"
,
"spanMode"
:
false
},
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.PRINT"
,
"mOSFilePath"
:
"pslanguageres/Auto59"
,
"rTMOSFilePath"
:
"pslanguageres/Auto59"
},
"caption"
:
"打印"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem11"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem11"
},
"getPSSysImage"
:
{
"glyph"
:
"xf02f@FontAwesome"
,
"cssClass"
:
"fa fa-print"
},
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.PRINT"
,
"mOSFilePath"
:
"pslanguageres/Auto59"
,
"rTMOSFilePath"
:
"pslanguageres/Auto59"
},
"caption"
:
"打印"
,
"codeName"
:
"Print"
,
"fullCodeName"
:
"Print"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Print"
,
"name"
:
"表格界面_打印操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf02f@FontAwesome"
,
"cssClass"
:
"fa fa-print"
},
},
"predefinedType"
:
"GRIDVIEW_
SEARCHBAR
"
,
"predefinedType"
:
"GRIDVIEW_
PRINTACTION
"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/
ToggleFilter
"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/
Print
"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.
FILTER
"
,
"lanResTag"
:
"TBB.TOOLTIP.*.
PRINT
"
,
"mOSFilePath"
:
"pslanguageres/Auto
796
"
,
"mOSFilePath"
:
"pslanguageres/Auto
1134
"
,
"rTMOSFilePath"
:
"pslanguageres/Auto
796
"
"rTMOSFilePath"
:
"pslanguageres/Auto
1134
"
},
},
"uIActionMode"
:
"SYS"
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleFilter"
,
"uIActionTag"
:
"Print"
,
"uIActionType"
:
"DEUIACTION"
,
"uIActionType"
:
"DEUIACTION"
"enableToggleMode"
:
true
},
},
"tooltip"
:
"
过滤
"
,
"tooltip"
:
"
打印
"
,
"getTooltipPSLanguageRes"
:
{
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.
FILTER
"
,
"lanResTag"
:
"TBB.TOOLTIP.*.
PRINT
"
,
"mOSFilePath"
:
"pslanguageres/Auto
796
"
,
"mOSFilePath"
:
"pslanguageres/Auto
1134
"
,
"rTMOSFilePath"
:
"pslanguageres/Auto
796
"
"rTMOSFilePath"
:
"pslanguageres/Auto
1134
"
},
},
"enableToggleMode"
:
true
,
"showCaption"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
"showIcon"
:
true
},
{
},
{
"itemType"
:
"SEPERATOR"
,
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem
7
"
,
"name"
:
"tbitem
12
"
,
"spanMode"
:
false
"spanMode"
:
false
},
{
},
{
"caption"
:
"其它"
,
"itemType"
:
"ITEMS"
,
"name"
:
"tbitem16"
,
"getPSDEToolbarItems"
:
[
{
"getCapPSLanguageRes"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE
"
,
"lanResTag"
:
"MENUITEM.CAPTION.*.EXPORTSRF
"
,
"mOSFilePath"
:
"pslanguageres/Auto998
"
,
"mOSFilePath"
:
"pslanguageres/Auto1443
"
,
"rTMOSFilePath"
:
"pslanguageres/Auto998
"
"rTMOSFilePath"
:
"pslanguageres/Auto1443
"
},
},
"caption"
:
"删除
"
,
"caption"
:
"导出数据模型
"
,
"groupExtractMode"
:
"ITEM"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem8
"
,
"name"
:
"tbitem21
"
,
"noPrivDisplayMode"
:
2
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"toolbar_tbitem8
"
"id"
:
"toolbar_tbitem21
"
},
},
"getPSSysImage"
:
{
"getPSSysImage"
:
{
"glyph"
:
"xf00d
@FontAwesome"
,
"glyph"
:
"xf019
@FontAwesome"
,
"cssClass"
:
"fa fa-remove
"
"cssClass"
:
"fa fa-download
"
},
},
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"actionTarget"
:
"MULTIKEY"
,
"getCapPSLanguageRes"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.REMOVE
"
,
"lanResTag"
:
"MENUITEM.CAPTION.*.EXPORTSRF
"
,
"mOSFilePath"
:
"pslanguageres/Auto998
"
,
"mOSFilePath"
:
"pslanguageres/Auto1443
"
,
"rTMOSFilePath"
:
"pslanguageres/Auto998
"
"rTMOSFilePath"
:
"pslanguageres/Auto1443
"
},
},
"caption"
:
"删除
"
,
"caption"
:
"导出数据模型
"
,
"codeName"
:
"Remove
"
,
"codeName"
:
"ExportModel
"
,
"fullCodeName"
:
"Remove
"
,
"fullCodeName"
:
"ExportModel
"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove
"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ExportModel
"
,
"name"
:
"表格界面_删除操作
"
,
"name"
:
"表格界面_导出数据模型
"
,
"getPSSysImage"
:
{
"getPSSysImage"
:
{
"glyph"
:
"xf00d
@FontAwesome"
,
"glyph"
:
"xf019
@FontAwesome"
,
"cssClass"
:
"fa fa-remove
"
"cssClass"
:
"fa fa-download
"
},
},
"predefinedType"
:
"GRIDVIEW_REMOVE
ACTION"
,
"predefinedType"
:
"GRIDVIEW_EXPORTXML
ACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Remove
"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ExportModel
"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto1782"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1782"
},
"uIActionMode"
:
"SYS"
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Remove
"
,
"uIActionTag"
:
"ExportModel
"
,
"uIActionType"
:
"DEUIACTION"
"uIActionType"
:
"DEUIACTION"
},
},
"tooltip"
:
"删除"
,
"tooltip"
:
"导出数据模型"
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.REMOVE"
,
"mOSFilePath"
:
"pslanguageres/Auto1782"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1782"
},
"showCaption"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
"showIcon"
:
true
},
{
"itemType"
:
"SEPERATOR"
,
"name"
:
"tbitem9"
,
"spanMode"
:
false
},
{
},
{
"getCapPSLanguageRes"
:
{
"caption"
:
"数据导入"
,
"lanResTag"
:
"TBB.TEXT.*.EXPORT"
,
"mOSFilePath"
:
"pslanguageres/Auto1675"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1675"
},
"caption"
:
"导出"
,
"groupExtractMode"
:
"ITEM"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem1
3"
,
"name"
:
"tbitem2
3"
,
"noPrivDisplayMode"
:
2
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"toolbar_tbitem1
3"
"id"
:
"toolbar_tbitem2
3"
},
},
"getPSSysImage"
:
{
"getPSSysImage"
:
{
"glyph"
:
"xf1c
3@FontAwesome"
,
"glyph"
:
"xf09
3@FontAwesome"
,
"cssClass"
:
"fa fa-file-excel-o
"
"cssClass"
:
"fa fa-upload
"
},
},
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"getCapPSLanguageRes"
:
{
"caption"
:
"数据导入"
,
"lanResTag"
:
"TBB.TEXT.*.EXPORT"
,
"codeName"
:
"Import"
,
"mOSFilePath"
:
"pslanguageres/Auto1675"
,
"fullCodeName"
:
"Import"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1675"
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Import"
,
},
"name"
:
"表格界面_数据导入栏"
,
"caption"
:
"导出"
,
"codeName"
:
"ExportExcel"
,
"fullCodeName"
:
"ExportExcel"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ExportExcel"
,
"name"
:
"表格界面_导出操作(Excel)"
,
"getPSSysImage"
:
{
"getPSSysImage"
:
{
"glyph"
:
"xf1c
3@FontAwesome"
,
"glyph"
:
"xf09
3@FontAwesome"
,
"cssClass"
:
"fa fa-file-excel-o
"
"cssClass"
:
"fa fa-upload
"
},
},
"predefinedType"
:
"GRIDVIEW_EXPORTACTION
"
,
"predefinedType"
:
"GRIDVIEW_IMPORTBAR
"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ExportExcel
"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Import
"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EXPORT"
,
"mOSFilePath"
:
"pslanguageres/Auto160"
,
"rTMOSFilePath"
:
"pslanguageres/Auto160"
},
"uIActionMode"
:
"SYS"
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ExportExcel
"
,
"uIActionTag"
:
"Import
"
,
"uIActionType"
:
"DEUIACTION"
"uIActionType"
:
"DEUIACTION"
},
},
"tooltip"
:
"导出"
,
"tooltip"
:
"数据导入"
,
"getTooltipPSLanguageRes"
:
{
"showCaption"
:
true
,
"lanResTag"
:
"TBB.TOOLTIP.*.EXPORT"
,
"showIcon"
:
true
"mOSFilePath"
:
"pslanguageres/Auto160"
,
}
],
"rTMOSFilePath"
:
"pslanguageres/Auto160"
"tooltip"
:
"其它"
,
"showCaption"
:
true
,
"showIcon"
:
true
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSGridView/psappviewctrls/toolbar"
,
"modelid"
:
"47d7b189cb310900c71aaabc97f7444b"
,
"modeltype"
:
"PSDETOOLBAR"
},
{
"aggMode"
:
"NONE"
,
"codeName"
:
"Main"
,
"columnEnableLink"
:
2
,
"controlType"
:
"GRID"
,
"dynaModelFilePath"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json"
,
"getFetchPSControlAction"
:
{
"modelref"
:
true
,
"id"
:
"fetch"
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"ROWDBLCLICK"
,
"SELECTIONCHANGE"
,
"REMOVE"
,
"LOAD"
,
"BEFORELOAD"
],
"logicName"
:
"主表格"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZORDER/psdegrids/Main"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
},
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_updatedate_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_编辑操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_编辑操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
"getPSHandlerActions"
:
[
{
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"GetDraft"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionType"
:
"DEDATASET"
,
"name"
:
"fetch"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"FetchDefault"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
}
],
"userDRAction"
:
"READ"
,
"enableDEFieldPrivilege"
:
false
,
"id"
:
"数据表格处理器"
},
},
"showCaption"
:
true
,
"getPSControlLogics"
:
[
{
"showIcon"
:
true
"eventNames"
:
"ROWDBLCLICK;SELECTIONCHANGE;REMOVE;LOAD;BEFORELOAD"
,
},
{
"logicTag"
:
"grid"
,
"caption"
:
"导入"
,
"logicType"
:
"APPVIEWENGINE"
,
"groupExtractMode"
:
"ITEM"
,
"name"
:
"engine_grid"
,
"itemType"
:
"DEUIACTION"
,
"getPSAppViewEngine"
:
{
"name"
:
"deuiaction1"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"toolbar_deuiaction1"
"id"
:
"engine"
}
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
"showBusyIndicator"
:
true
,
"id"
:
"GRID"
},
},
"getPSSysImage
"
:
{
"getPSDEDataImport
"
:
{
"glyph"
:
"xf093@FontAwesome"
,
"modelref"
:
true
,
"cssClass"
:
"fa fa-upload
"
"id"
:
"Import
"
},
},
"getPSUIAction"
:
{
"getPSDEGridColumns"
:
[
{
"actionTarget"
:
"NONE"
,
"align"
:
"LEFT"
,
"caption"
:
"导入"
,
"cLConvertMode"
:
"NONE"
,
"codeName"
:
"ImportExcel"
,
"getCapPSLanguageRes"
:
{
"frontProcessType"
:
"OPENHTMLPAGE"
,
"lanResTag"
:
"DEF.LNAME.ORDERUID"
,
"fullCodeName"
:
"ImportExcel"
,
"mOSFilePath"
:
"pslanguageres/Auto526"
,
"htmlPageUrl"
:
"../../ibizutil/uploaddedataview.jsp?srfdeid="
,
"rTMOSFilePath"
:
"pslanguageres/Auto526"
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ImportExcel"
,
"name"
:
"导入"
,
"getPSSysImage"
:
{
"glyph"
:
"xf093@FontAwesome"
,
"cssClass"
:
"fa fa-upload"
},
},
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ImportExcel"
,
"caption"
:
"订单编号"
,
"timeout"
:
60000
,
"codeName"
:
"orderuid"
,
"uIActionMode"
:
"FRONT"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"uIActionTag"
:
"ImportExcel"
,
"dataItemName"
:
"orderuid"
,
"uIActionType"
:
"DEUIACTION"
"excelCaption"
:
"订单编号"
,
"mOSFilePath"
:
"psdegridcols/orderuid"
,
"name"
:
"orderuid"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"ORDERUID"
,
"codeName"
:
"OrderUID"
},
},
"tooltip"
:
"导入"
,
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"showCaption"
:
true
,
"width"
:
150
,
"showIcon"
:
true
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
},
{
"itemType"
:
"SEPERATOR"
,
"align"
:
"LEFT"
,
"name"
:
"tbitem10"
,
"cLConvertMode"
:
"NONE"
,
"spanMode"
:
false
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"DEF.LNAME.IBIZORDERNAME"
,
"mOSFilePath"
:
"pslanguageres/Auto751"
,
"rTMOSFilePath"
:
"pslanguageres/Auto751"
},
"caption"
:
"订单名称"
,
"codeName"
:
"IBIZordername"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizordername"
,
"excelCaption"
:
"订单名称"
,
"mOSFilePath"
:
"psdegridcols/IBIZordername"
,
"name"
:
"IBIZordername"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERNAME"
,
"codeName"
:
"IBIZOrderName"
},
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"getCapPSLanguageRes"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"
TBB.TEXT.*.PRINT
"
,
"lanResTag"
:
"
DEF.LNAME.ORDERSTATE
"
,
"mOSFilePath"
:
"pslanguageres/Auto
59
"
,
"mOSFilePath"
:
"pslanguageres/Auto
1017
"
,
"rTMOSFilePath"
:
"pslanguageres/Auto
59
"
"rTMOSFilePath"
:
"pslanguageres/Auto
1017
"
},
},
"caption"
:
"打印"
,
"caption"
:
"订单状态"
,
"groupExtractMode"
:
"ITEM"
,
"codeName"
:
"orderstate"
,
"itemType"
:
"DEUIACTION"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"name"
:
"tbitem11"
,
"dataItemName"
:
"orderstate"
,
"noPrivDisplayMode"
:
2
,
"excelCaption"
:
"订单状态"
,
"getPSAppViewUIAction"
:
{
"mOSFilePath"
:
"psdegridcols/orderstate"
,
"name"
:
"orderstate"
,
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"
id"
:
"toolbar_tbitem11
"
"
path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/ORDERSTATE.json
"
},
},
"getPS
SysImage
"
:
{
"getPS
AppDEField
"
:
{
"
glyph"
:
"xf02f@FontAwesome
"
,
"
name"
:
"ORDERSTATE
"
,
"c
ssClass"
:
"fa fa-print
"
"c
odeName"
:
"OrderState
"
},
},
"getPSUIAction"
:
{
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"actionTarget"
:
"MULTIKEY"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
"getCapPSLanguageRes"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.PRINT
"
,
"lanResTag"
:
"DEF.LNAME.ORDERTYPE
"
,
"mOSFilePath"
:
"pslanguageres/Auto59
"
,
"mOSFilePath"
:
"pslanguageres/Auto647
"
,
"rTMOSFilePath"
:
"pslanguageres/Auto59
"
"rTMOSFilePath"
:
"pslanguageres/Auto647
"
},
},
"caption"
:
"打印"
,
"caption"
:
"订单类型"
,
"codeName"
:
"Print"
,
"codeName"
:
"ordertype"
,
"fullCodeName"
:
"Print"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Print"
,
"dataItemName"
:
"ordertype"
,
"name"
:
"表格界面_打印操作"
,
"excelCaption"
:
"订单类型"
,
"getPSSysImage"
:
{
"mOSFilePath"
:
"psdegridcols/ordertype"
,
"glyph"
:
"xf02f@FontAwesome"
,
"name"
:
"ordertype"
,
"cssClass"
:
"fa fa-print"
"noPrivDisplayMode"
:
1
,
"getPSAppCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/DYNAORDERTYPE.json"
},
},
"predefinedType"
:
"GRIDVIEW_PRINTACTION"
,
"getPSAppDEField"
:
{
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Print"
,
"name"
:
"ORDERTYPE"
,
"timeout"
:
60000
,
"codeName"
:
"OrderType"
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.PRINT"
,
"mOSFilePath"
:
"pslanguageres/Auto1134"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1134"
},
},
"uIActionMode"
:
"SYS"
,
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"uIActionTag"
:
"Print"
,
"width"
:
150
,
"uIActionType"
:
"DEUIACTION"
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"DEF.LNAME.ORDERTIME"
,
"mOSFilePath"
:
"pslanguageres/Auto691"
,
"rTMOSFilePath"
:
"pslanguageres/Auto691"
},
},
"tooltip"
:
"打印"
,
"caption"
:
"订单时间"
,
"getTooltipPSLanguageRes"
:
{
"codeName"
:
"ordertime"
,
"lanResTag"
:
"TBB.TOOLTIP.*.PRINT"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"mOSFilePath"
:
"pslanguageres/Auto1134"
,
"dataItemName"
:
"ordertime"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1134"
"excelCaption"
:
"订单时间"
,
"mOSFilePath"
:
"psdegridcols/ordertime"
,
"name"
:
"ordertime"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"ORDERTIME"
,
"codeName"
:
"OrderTime"
},
},
"showCaption"
:
true
,
"rTMOSFilePath"
:
"psdegridcols/ordertime"
,
"showIcon"
:
true
"valueFormat"
:
"YYYY-MM-DD"
,
},
{
"width"
:
150
,
"itemType"
:
"SEPERATOR"
,
"widthUnit"
:
"PX"
,
"name"
:
"tbitem12"
,
"enableSort"
:
true
"spanMode"
:
false
},
{
},
{
"caption"
:
"其它"
,
"align"
:
"LEFT"
,
"itemType"
:
"ITEMS"
,
"cLConvertMode"
:
"NONE"
,
"name"
:
"tbitem16"
,
"getPSDEToolbarItems"
:
[
{
"getCapPSLanguageRes"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"MENUITEM.CAPTION.*.EXPORTSRF"
,
"lanResTag"
:
"DEF.LNAME.UPDATEDATE"
,
"mOSFilePath"
:
"pslanguageres/Auto1443"
,
"mOSFilePath"
:
"pslanguageres/Auto1074"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1443"
"rTMOSFilePath"
:
"pslanguageres/Auto1074"
},
"caption"
:
"导出数据模型"
,
"groupExtractMode"
:
"ITEM"
,
"itemType"
:
"DEUIACTION"
,
"name"
:
"tbitem21"
,
"noPrivDisplayMode"
:
2
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"toolbar_tbitem21"
},
},
"getPSSysImage"
:
{
"caption"
:
"更新时间"
,
"glyph"
:
"xf019@FontAwesome"
,
"codeName"
:
"updatedate"
,
"cssClass"
:
"fa fa-download"
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"updatedate"
,
"excelCaption"
:
"更新时间"
,
"mOSFilePath"
:
"psdegridcols/updatedate"
,
"name"
:
"updatedate"
,
"noPrivDisplayMode"
:
1
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
},
},
"getPSUIAction"
:
{
"getPSDEUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"MENUITEM.CAPTION.*.EXPORTSRF
"
,
"lanResTag"
:
"TBB.TEXT.*.EDIT
"
,
"mOSFilePath"
:
"pslanguageres/Auto1443
"
,
"mOSFilePath"
:
"pslanguageres/Auto1585
"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1443
"
"rTMOSFilePath"
:
"pslanguageres/Auto1585
"
},
},
"caption"
:
"导出数据模型
"
,
"caption"
:
"编辑
"
,
"codeName"
:
"ExportModel
"
,
"codeName"
:
"Edit
"
,
"fullCodeName"
:
"ExportModel
"
,
"fullCodeName"
:
"Edit
"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ExportModel
"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit
"
,
"name"
:
"表格界面_导出数据模型
"
,
"name"
:
"表格界面_编辑操作
"
,
"getPSSysImage"
:
{
"getPSSysImage"
:
{
"glyph"
:
"xf019
@FontAwesome"
,
"glyph"
:
"xf044
@FontAwesome"
,
"cssClass"
:
"fa fa-download
"
"cssClass"
:
"fa fa-edit
"
},
},
"predefinedType"
:
"GRIDVIEW_EXPORTXML
ACTION"
,
"predefinedType"
:
"GRIDVIEW_EDIT
ACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ExportModel
"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit
"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto834"
,
"rTMOSFilePath"
:
"pslanguageres/Auto834"
},
"uIActionMode"
:
"SYS"
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ExportModel
"
,
"uIActionTag"
:
"Edit
"
,
"uIActionType"
:
"DEUIACTION"
"uIActionType"
:
"DEUIACTION"
},
},
"tooltip"
:
"导出数据模型"
,
"rTMOSFilePath"
:
"psdegridcols/updatedate"
,
"showCaption"
:
true
,
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"showIcon"
:
true
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
true
},
{
},
{
"caption"
:
"数据导入"
,
"align"
:
"LEFT"
,
"groupExtractMode"
:
"ITEM"
,
"cLConvertMode"
:
"NONE"
,
"itemType"
:
"DEUIACTION"
,
"getCapPSLanguageRes"
:
{
"name"
:
"tbitem23"
,
"lanResTag"
:
"DEF.LNAME.MEMO"
,
"noPrivDisplayMode"
:
2
,
"mOSFilePath"
:
"pslanguageres/Auto269"
,
"getPSAppViewUIAction"
:
{
"rTMOSFilePath"
:
"pslanguageres/Auto269"
"modelref"
:
true
,
"id"
:
"toolbar_tbitem23"
},
"getPSSysImage"
:
{
"glyph"
:
"xf093@FontAwesome"
,
"cssClass"
:
"fa fa-upload"
},
},
"getPSUIAction"
:
{
"caption"
:
"备注"
,
"caption"
:
"数据导入"
,
"codeName"
:
"memo"
,
"codeName"
:
"Import"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"fullCodeName"
:
"Import"
,
"dataItemName"
:
"memo"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Import"
,
"excelCaption"
:
"备注"
,
"name"
:
"表格界面_数据导入栏"
,
"mOSFilePath"
:
"psdegridcols/memo"
,
"getPSSysImage"
:
{
"name"
:
"memo"
,
"glyph"
:
"xf093@FontAwesome"
,
"noPrivDisplayMode"
:
1
,
"cssClass"
:
"fa fa-upload"
"getPSAppDEField"
:
{
"name"
:
"MEMO"
,
"codeName"
:
"Memo"
},
},
"predefinedType"
:
"GRIDVIEW_IMPORTBAR"
,
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Import"
,
"width"
:
1
,
"timeout"
:
60000
,
"widthUnit"
:
"STAR"
,
"uIActionMode"
:
"SYS"
,
"enableSort"
:
true
"uIActionTag"
:
"Import"
,
}
],
"uIActionType"
:
"DEUIACTION"
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
"name"
:
"orderuid"
,
"getPSAppDEField"
:
{
"name"
:
"ORDERUID"
,
"codeName"
:
"OrderUID"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizordername"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERNAME"
,
"codeName"
:
"IBIZOrderName"
}
},
{
"dataType"
:
25
,
"name"
:
"orderstate"
,
"getPSAppDEField"
:
{
"name"
:
"ORDERSTATE"
,
"codeName"
:
"OrderState"
}
},
{
"dataType"
:
25
,
"name"
:
"ordertype"
,
"getPSAppDEField"
:
{
"name"
:
"ORDERTYPE"
,
"codeName"
:
"OrderType"
}
},
{
"format"
:
"YYYY-MM-DD"
,
"dataType"
:
5
,
"name"
:
"ordertime"
,
"getPSAppDEField"
:
{
"name"
:
"ORDERTIME"
,
"codeName"
:
"OrderTime"
}
},
{
"format"
:
"YYYY-MM-DD HH:mm:ss"
,
"dataType"
:
5
,
"name"
:
"updatedate"
,
"getPSAppDEField"
:
{
"name"
:
"UPDATEDATE"
,
"codeName"
:
"UpdateDate"
}
},
{
"dataType"
:
25
,
"name"
:
"memo"
,
"getPSAppDEField"
:
{
"name"
:
"MEMO"
,
"codeName"
:
"Memo"
}
},
{
"dataType"
:
25
,
"name"
:
"ibizorderid"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERID"
,
"codeName"
:
"IBIZOrderId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERID"
,
"codeName"
:
"IBIZOrderId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfdataaccaction"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERID"
,
"codeName"
:
"IBIZOrderId"
},
},
"tooltip"
:
"数据导入"
,
"dataAccessAction"
:
true
"showCaption"
:
true
,
},
{
"showIcon"
:
true
"dataType"
:
25
,
"name"
:
"ibizcustomerid"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZCUSTOMERID"
,
"codeName"
:
"IBIZCustomerId"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmajortext"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERNAME"
,
"codeName"
:
"IBIZOrderName"
}
},
{
"dataType"
:
25
,
"name"
:
"wfstep"
,
"getPSAppDEField"
:
{
"name"
:
"WFSTEP"
,
"codeName"
:
"WFStep"
}
},
{
"dataType"
:
25
,
"name"
:
"srfmstag"
}
],
}
],
"tooltip"
:
"其它"
,
"getPSDEGridEditItems"
:
[
{
"showCaption"
:
true
,
"caption"
:
"订单标识"
,
"showIcon"
:
true
"codeName"
:
"srfkey"
,
"enableCond"
:
3
,
"ignoreInput"
:
0
,
"mOSFilePath"
:
"psdegridcols/srfkey"
,
"name"
:
"srfkey"
,
"getPSAppDEField"
:
{
"name"
:
"IBIZORDERID"
,
"codeName"
:
"IBIZOrderId"
},
"getPSEditor"
:
{
"editorType"
:
"HIDDEN"
,
"name"
:
"srfkey"
},
"rTMOSFilePath"
:
"psdegridcols/srfkey"
,
"allowEmpty"
:
true
}
],
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSGridView/psappviewctrls/toolbar"
,
"pagingSize"
:
10
,
"modelid"
:
"47d7b189cb310900c71aaabc97f7444b"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSGridView/psappviewctrls/grid"
,
"modeltype"
:
"PSDETOOLBAR"
"getRemovePSControlAction"
:
{
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
"sortMode"
:
"REMOTE"
,
"hasWFDataItems"
:
false
,
"enableColFilter"
:
false
,
"enableCustomized"
:
true
,
"enableGroup"
:
false
,
"enablePagingBar"
:
true
,
"enableRowEdit"
:
false
,
"enableRowEditOrder"
:
false
,
"enableRowNew"
:
false
,
"forceFit"
:
true
,
"hideHeader"
:
false
,
"noSort"
:
false
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
"modeltype"
:
"PSDEGRID"
}
],
}
],
"getPSDEViewCodeName"
:
"SGridView"
,
"getPSDEViewCodeName"
:
"SGridView"
,
"getPSDEViewId"
:
"c1a1a41aceb77d8f1995e1edc41bfad1"
,
"getPSDEViewId"
:
"c1a1a41aceb77d8f1995e1edc41bfad1"
,
...
@@ -1858,6 +1854,10 @@
...
@@ -1858,6 +1854,10 @@
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSWORKFLOWS/ODSP.json"
"path"
:
"PSWORKFLOWS/ODSP.json"
},
},
"getQuickGroupPSCodeList"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPCODELISTS/OrderType.json"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSGridView"
,
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSGridView"
,
"title"
:
"实体表格视图"
,
"title"
:
"实体表格视图"
,
"getTitlePSLanguageRes"
:
{
"getTitlePSLanguageRes"
:
{
...
@@ -1872,6 +1872,7 @@
...
@@ -1872,6 +1872,7 @@
"enableExport"
:
true
,
"enableExport"
:
true
,
"enableFilter"
:
true
,
"enableFilter"
:
true
,
"enableImport"
:
true
,
"enableImport"
:
true
,
"enableQuickGroup"
:
true
,
"enableQuickSearch"
:
true
,
"enableQuickSearch"
:
true
,
"enableRowEdit"
:
false
,
"enableRowEdit"
:
false
,
"enableSearch"
:
true
,
"enableSearch"
:
true
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
3adbda18
...
@@ -14077,18 +14077,6 @@
...
@@ -14077,18 +14077,6 @@
}
}
} ],
} ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup26"
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup26"
}, {
"codeName" : "VMGroup89",
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup89",
"name" : "常规表格",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "常规表格",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg88"
}
} ],
"rTMOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup89"
}, {
}, {
"codeName" : "VMGroup22",
"codeName" : "VMGroup22",
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup22",
"mOSFilePath" : "pssysapps/Web/psappviewmsggroups/VMGroup22",
...
@@ -15906,16 +15894,6 @@
...
@@ -15906,16 +15894,6 @@
"rTMOSFilePath" : "pssysapps/Web/psappviewmsgs/ViewMsg87",
"rTMOSFilePath" : "pssysapps/Web/psappviewmsgs/ViewMsg87",
"removeMode" : 0,
"removeMode" : 0,
"enableRemove" : false
"enableRemove" : false
}, {
"codeName" : "ViewMsg88",
"mOSFilePath" : "pssysapps/Web/psappviewmsgs/ViewMsg88",
"message" : "本示例展示常规表格视图:包含快速搜索栏和工具栏等。",
"messageType" : "ERROR",
"name" : "常规表格",
"position" : "TOP",
"rTMOSFilePath" : "pssysapps/Web/psappviewmsgs/ViewMsg88",
"removeMode" : 0,
"enableRemove" : false
}, {
}, {
"codeName" : "ViewMsg89",
"codeName" : "ViewMsg89",
"mOSFilePath" : "pssysapps/Web/psappviewmsgs/ViewMsg89",
"mOSFilePath" : "pssysapps/Web/psappviewmsgs/ViewMsg89",
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
3adbda18
...
@@ -344,7 +344,7 @@
...
@@ -344,7 +344,7 @@
<!--输出实体[IBIZORDER]数据结构 -->
<!--输出实体[IBIZORDER]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorder-7
07
-14"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorder-7
11
-14"
>
<createTable
tableName=
"T_IBIZORDER"
>
<createTable
tableName=
"T_IBIZORDER"
>
<column
name=
"TP"
remarks=
""
type=
"TEXT(1048576)"
>
<column
name=
"TP"
remarks=
""
type=
"TEXT(1048576)"
>
</column>
</column>
...
...
demo-core/src/main/resources/liquibase/view.xml
浏览文件 @
3adbda18
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</createView>
</createView>
</changeSet>
</changeSet>
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizorder-7
07
-8"
runOnChange=
"true"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizorder-7
11
-8"
runOnChange=
"true"
>
<createView
fullDefinition=
"false"
replaceIfExists=
"true"
viewName=
"V_IBIZORDER"
>
<createView
fullDefinition=
"false"
replaceIfExists=
"true"
viewName=
"V_IBIZORDER"
>
<![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]>
<![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]>
</createView>
</createView>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录