Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
761a018f
提交
761a018f
编写于
12月 21, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
4cfaecbf
变更
24
显示空白字符变更
内嵌
并排
正在显示
24 个修改的文件
包含
203 行增加
和
220 行删除
+203
-220
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
main-form-base.vue
app_Web/src/widgets/ibizbook/main-form/main-form-base.vue
+5
-5
usr2-dataview-base.vue
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
+22
-52
usr2-dataview-model.ts
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-model.ts
+12
-1
main-grid-base.vue
app_Web/src/widgets/ibizorder/main-grid/main-grid-base.vue
+10
-8
Main.json
...APPS/Web/PSAPPDATAENTITIES/IBIZCustomer/PSFORMS/Main.json
+8
-8
Main.json
...SYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json
+8
-8
Main3.json
...S/Web/PSAPPDATAENTITIES/IBIZSample0001/PSFORMS/Main3.json
+8
-8
IBIZCustomerEditView.json
...odel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerEditView.json
+8
-8
IBIZOrderGridView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView.json
+8
-8
IBIZOrderGridView9.json
...emodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json
+8
-8
IBIZOrderPickupGridView.json
...l/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupGridView.json
+8
-8
IBIZOrderPickupView.json
...model/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json
+8
-8
IBIZOrderSF15GridView.json
...del/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF15GridView.json
+8
-8
IBIZOrderSF1GridView.json
...odel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF1GridView.json
+8
-8
IBIZOrderSF5GridView.json
...odel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF5GridView.json
+8
-8
IBIZOrderSF6GridView.json
...odel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF6GridView.json
+8
-8
IBIZOrderSGridView.json
...emodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView.json
+8
-8
IBIZOrderSGridView2.json
...model/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView2.json
+8
-8
IBIZOrderTestLogicCustomView.json
...YSAPPS/Web/PSAPPDEVIEWS/IBIZOrderTestLogicCustomView.json
+8
-8
IBIZOrderUsr2GridView.json
...del/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderUsr2GridView.json
+8
-8
IBIZOrderViewPluginExGridView.json
...SAPPS/Web/PSAPPDEVIEWS/IBIZOrderViewPluginExGridView.json
+8
-8
IBIZOrderZDYTPGridView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderZDYTPGridView.json
+8
-8
IBIZSample0001SF2EditView.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0001SF2EditView.json
+8
-8
未找到文件。
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
761a018f
...
...
@@ -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
:
'IBIZBOOK
Usr9GridView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
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
:
'IBIZBOOK
Usr9GridView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/main-form/main-form-base.vue
浏览文件 @
761a018f
...
...
@@ -1846,7 +1846,7 @@ export default class MainBase 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
:
'IBIZBOOKUsr
6
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1898,7 +1898,7 @@ export default class MainBase 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
:
'IBIZBOOKUsr
6
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1969,7 +1969,7 @@ export default class MainBase 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
:
'IBIZBOOKUsr
6
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -2077,7 +2077,7 @@ export default class MainBase 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
:
'IBIZBOOKUsr
6
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -2275,7 +2275,7 @@ export default class MainBase 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
:
'IBIZBOOKUsr
6
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
浏览文件 @
761a018f
...
...
@@ -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=
"
dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.visabled"
:disabled=
"dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction1.disabled"
class=
' srfactionlevel100'
v-button-loading:i-button
@
click=
"dataviewexpbar_
dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i-button
v-show=
"
usr2dataviewdataview_batchtoolbarModels.deuiaction1.visabled"
:disabled=
"usr2dataviewdataview_batchtoolbarModels.deuiaction1.disabled"
class=
' srfactionlevel100'
v-button-loading:i-button
@
click=
"
dataview_batchtoolbar_click({ tag: 'deuiaction1' }, $event)"
>
<i
class=
'fa fa-edit'
></i>
<span
class=
'caption'
>
{{$t('TBB.TEXT.*.EDIT', '编辑')}}
</span>
</i-button>
<div
slot=
'content'
>
{{$t('TBB.TEXT.*.EDIT', '编辑')}}
</div>
</tooltip>
<tooltip
:transfer=
"true"
:max-width=
"600"
>
<i-button
v-show=
"
dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.visabled"
:disabled=
"dataviewexpviewdataviewexpbar_dataview_batchtoolbarModels.deuiaction2.disabled"
class=
' srfactionlevel100'
v-button-loading:i-button
@
click=
"dataviewexpbar_
dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"
>
<i-button
v-show=
"
usr2dataviewdataview_batchtoolbarModels.deuiaction2.visabled"
:disabled=
"usr2dataviewdataview_batchtoolbarModels.deuiaction2.disabled"
class=
' srfactionlevel100'
v-button-loading:i-button
@
click=
"
dataview_batchtoolbar_click({ tag: 'deuiaction2' }, $event)"
>
<i
class=
'fa fa-remove'
></i>
<span
class=
'caption'
>
{{$t('TBB.TEXT.*.REMOVE', '删除')}}
</span>
</i-button>
...
...
@@ -202,18 +202,18 @@ export default class Usr2Base extends Vue implements ControlInterface {
public
appEntityService
:
IBIZBOOKEntityService
=
new
IBIZBOOKEntityService
({
$store
:
this
.
$store
});
/**
* dataview
expbar_dataview
_batchtoolbar 部件 click 事件
* dataview_batchtoolbar 部件 click 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof Usr2Base
*/
public
dataview
expbar_dataview
_batchtoolbar_click
(
$event
:
any
,
$event2
?:
any
)
{
public
dataview_batchtoolbar_click
(
$event
:
any
,
$event2
?:
any
)
{
if
(
Object
.
is
(
$event
.
tag
,
'deuiaction1'
))
{
this
.
dataview
expbar_dataview_batchtoolbar_deuiaction1_click
(
null
,
'dataviewexpbar_
dataview_batchtoolbar'
,
$event2
);
this
.
dataview
_batchtoolbar_deuiaction1_click
(
null
,
'
dataview_batchtoolbar'
,
$event2
);
}
if
(
Object
.
is
(
$event
.
tag
,
'deuiaction2'
))
{
this
.
dataview
expbar_dataview_batchtoolbar_deuiaction2_click
(
null
,
'dataviewexpbar_
dataview_batchtoolbar'
,
$event2
);
this
.
dataview
_batchtoolbar_deuiaction2_click
(
null
,
'
dataview_batchtoolbar'
,
$event2
);
}
}
...
...
@@ -226,7 +226,7 @@ export default class Usr2Base extends Vue implements ControlInterface {
* @param {*} [$event]
* @memberof
*/
public
dataview
expbar_dataview
_batchtoolbar_deuiaction1_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
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
expbar_dataview
_batchtoolbar_deuiaction2_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
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
expbar_dataview
_memo1_u37f11a8_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
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
expbar_dataview
_memo1_uc365542_click
(
params
:
any
=
{},
tag
?:
any
,
$event
?:
any
)
{
public
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
DataViewExp
ViewBase
* @memberof IBIZBOOK
Usr2Data
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
DataViewExp
ViewBase
* @memberof IBIZBOOK
Usr2Data
ViewBase
*/
public
Remove
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
const
_this
:
any
=
this
;
...
...
@@ -427,12 +427,6 @@ 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
;
}
...
...
@@ -440,30 +434,6 @@ 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
;
}
...
...
@@ -708,9 +678,9 @@ export default class Usr2Base extends Vue implements ControlInterface {
* 工具栏模型
*
* @type {*}
* @memberof IBIZBOOK
DataViewExp
View
* @memberof IBIZBOOK
Usr2Data
View
*/
public
dataviewexpviewdataviewexpbar_
dataview_batchtoolbarModels
:
any
=
{
public
usr2dataview
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'
}
},
...
...
@@ -1043,7 +1013,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
DataViewExp
View'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2Data
View'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -1138,7 +1108,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
DataViewExp
View'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2Data
View'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
let
_datas
:
any
[]
=
[];
...
...
@@ -1255,7 +1225,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
DataViewExp
View'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2Data
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
);
...
...
@@ -1263,7 +1233,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
DataViewExp
View'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2Data
View'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
...
...
@@ -1365,16 +1335,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
expbar_dataview
_batchtoolbar_deuiaction1_click
(
data
,
tag
,
$event
);
this
.
dataview_batchtoolbar_deuiaction1_click
(
data
,
tag
,
$event
);
}
if
(
Object
.
is
(
'Remove'
,
tag
))
{
this
.
dataview
expbar_dataview
_batchtoolbar_deuiaction2_click
(
data
,
tag
,
$event
);
this
.
dataview_batchtoolbar_deuiaction2_click
(
data
,
tag
,
$event
);
}
if
(
Object
.
is
(
'Edit'
,
tag
))
{
this
.
dataview
expbar_dataview
_memo1_u37f11a8_click
(
data
,
tag
,
$event
);
this
.
dataview_memo1_u37f11a8_click
(
data
,
tag
,
$event
);
}
if
(
Object
.
is
(
'Remove'
,
tag
))
{
this
.
dataview
expbar_dataview
_memo1_uc365542_click
(
data
,
tag
,
$event
);
this
.
dataview_memo1_uc365542_click
(
data
,
tag
,
$event
);
}
}
...
...
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-model.ts
浏览文件 @
761a018f
...
...
@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2Data
viewexpbar_datav
iewMode
* @memberof Usr2Data
V
iewMode
*/
public
getDataItems
():
any
[]
{
return
[
...
...
@@ -40,6 +40,17 @@ export default class Usr2Model {
dataType
:
'FONTKEY'
,
},
{
name
:
'n_ibizbookname_like'
,
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'size'
,
...
...
app_Web/src/widgets/ibizorder/main-grid/main-grid-base.vue
浏览文件 @
761a018f
...
...
@@ -3,6 +3,8 @@
<i-form
style=
"height:100%;display:flex;flex-direction: column;justify-content: space-between"
>
<input
style=
"display:none;"
/>
<el-table
v-if=
"isDisplay === true"
:default-sort=
"
{ prop: minorSortPSDEF, order: Object.is(minorSortDir, 'ASC') ? 'ascending' : Object.is(minorSortDir, 'DESC') ? 'descending' : '' }"
@sort-change="onSortChange($event)"
:border="isDragendCol"
:highlight-current-row ="isSingleSelect"
:row-class-name="getRowClassName"
...
...
@@ -23,7 +25,7 @@
<el-table-column
align=
"center"
type=
'selection'
:width=
"checkboxColWidth"
></el-table-column>
</
template
>
<
template
v-if=
"getColumnState('orderuid')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'orderuid'"
:label=
"$t('DEF.LNAME.ORDERUID', '订单编号')"
:width=
"150"
:align=
"'left'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'orderuid'"
:label=
"$t('DEF.LNAME.ORDERUID', '订单编号')"
:width=
"150"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
{{
$t
(
'DEF.LNAME.ORDERUID'
,
'订单编号'
)
}}
...
...
@@ -35,7 +37,7 @@
</el-table-column>
</template>
<
template
v-if=
"getColumnState('ibizordername')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'ibizordername'"
:label=
"$t('DEF.LNAME.IBIZORDERNAME', '订单名称')"
:width=
"150"
:align=
"'left'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'ibizordername'"
:label=
"$t('DEF.LNAME.IBIZORDERNAME', '订单名称')"
:width=
"150"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
{{
$t
(
'DEF.LNAME.IBIZORDERNAME'
,
'订单名称'
)
}}
...
...
@@ -47,7 +49,7 @@
</el-table-column>
</template>
<
template
v-if=
"getColumnState('orderstate')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'orderstate'"
:label=
"$t('DEF.LNAME.ORDERSTATE', '订单状态')"
:width=
"150"
:align=
"'left'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'orderstate'"
:label=
"$t('DEF.LNAME.ORDERSTATE', '订单状态')"
:width=
"150"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
{{
$t
(
'DEF.LNAME.ORDERSTATE'
,
'订单状态'
)
}}
...
...
@@ -61,7 +63,7 @@
</el-table-column>
</template>
<
template
v-if=
"getColumnState('ordertype')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'ordertype'"
:label=
"$t('DEF.LNAME.ORDERTYPE', '订单类型')"
:width=
"150"
:align=
"'left'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'ordertype'"
:label=
"$t('DEF.LNAME.ORDERTYPE', '订单类型')"
:width=
"150"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
{{
$t
(
'DEF.LNAME.ORDERTYPE'
,
'订单类型'
)
}}
...
...
@@ -75,7 +77,7 @@
</el-table-column>
</template>
<
template
v-if=
"getColumnState('ordertime')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'ordertime'"
:label=
"$t('DEF.LNAME.ORDERTIME', '订单时间')"
:width=
"150"
:align=
"'left'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'ordertime'"
:label=
"$t('DEF.LNAME.ORDERTIME', '订单时间')"
:width=
"150"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
{{
$t
(
'DEF.LNAME.ORDERTIME'
,
'订单时间'
)
}}
...
...
@@ -89,7 +91,7 @@
</el-table-column>
</template>
<
template
v-if=
"getColumnState('updatedate')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'updatedate'"
:label=
"$t('DEF.LNAME.UPDATEDATE', '更新时间')"
:width=
"150"
:align=
"'left'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'updatedate'"
:label=
"$t('DEF.LNAME.UPDATEDATE', '更新时间')"
:width=
"150"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
{{
$t
(
'DEF.LNAME.UPDATEDATE'
,
'更新时间'
)
}}
...
...
@@ -103,7 +105,7 @@
</el-table-column>
</template>
<
template
v-if=
"getColumnState('memo')"
>
<el-table-column
show-overflow-tooltip
:prop=
"'memo'"
:label=
"$t('DEF.LNAME.MEMO', '备注')"
:min-width=
"1"
:align=
"'left'"
>
<el-table-column
show-overflow-tooltip
:prop=
"'memo'"
:label=
"$t('DEF.LNAME.MEMO', '备注')"
:min-width=
"1"
:align=
"'left'"
:sortable=
"'custom'"
>
<template
v-slot:header=
"
{column}">
<span
class=
"column-header "
>
{{
$t
(
'DEF.LNAME.MEMO'
,
'备注'
)
}}
...
...
@@ -540,7 +542,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof MainBase
*/
public
isNoSort
:
boolean
=
tru
e
;
public
isNoSort
:
boolean
=
fals
e
;
/**
* 排序方向
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer/PSFORMS/Main.json
浏览文件 @
761a018f
...
...
@@ -981,7 +981,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1005,7 +1005,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -1033,7 +1033,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -1061,7 +1061,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1087,7 +1087,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1140,7 +1140,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1164,7 +1164,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -1333,7 +1333,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder/PSGRIDS/Main.json
浏览文件 @
761a018f
...
...
@@ -80,7 +80,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -104,7 +104,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -132,7 +132,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -160,7 +160,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -186,7 +186,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -239,7 +239,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -263,7 +263,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -432,7 +432,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
"modeltype"
:
"PSDEGRID"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZSample0001/PSFORMS/Main3.json
浏览文件 @
761a018f
...
...
@@ -905,7 +905,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -929,7 +929,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -957,7 +957,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -985,7 +985,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1011,7 +1011,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1064,7 +1064,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1088,7 +1088,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -1257,7 +1257,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerEditView.json
浏览文件 @
761a018f
...
...
@@ -1427,7 +1427,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1451,7 +1451,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -1479,7 +1479,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -1507,7 +1507,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1533,7 +1533,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1586,7 +1586,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1610,7 +1610,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -1779,7 +1779,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView.json
浏览文件 @
761a018f
...
...
@@ -634,7 +634,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -658,7 +658,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -686,7 +686,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -714,7 +714,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -740,7 +740,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -793,7 +793,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -817,7 +817,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -986,7 +986,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderGridView9.json
浏览文件 @
761a018f
...
...
@@ -439,7 +439,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -463,7 +463,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -491,7 +491,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -519,7 +519,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -545,7 +545,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -598,7 +598,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -622,7 +622,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -791,7 +791,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupGridView.json
浏览文件 @
761a018f
...
...
@@ -204,7 +204,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -228,7 +228,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -256,7 +256,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -284,7 +284,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -310,7 +310,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -363,7 +363,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -387,7 +387,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -556,7 +556,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json
浏览文件 @
761a018f
...
...
@@ -240,7 +240,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -264,7 +264,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -292,7 +292,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -320,7 +320,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -346,7 +346,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -399,7 +399,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -423,7 +423,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -592,7 +592,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF15GridView.json
浏览文件 @
761a018f
...
...
@@ -600,7 +600,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -624,7 +624,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -652,7 +652,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -680,7 +680,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -706,7 +706,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -759,7 +759,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -783,7 +783,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -952,7 +952,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF1GridView.json
浏览文件 @
761a018f
...
...
@@ -636,7 +636,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -660,7 +660,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -688,7 +688,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -716,7 +716,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -742,7 +742,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -795,7 +795,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -819,7 +819,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -988,7 +988,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF5GridView.json
浏览文件 @
761a018f
...
...
@@ -520,7 +520,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -544,7 +544,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -572,7 +572,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -600,7 +600,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -626,7 +626,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -679,7 +679,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -703,7 +703,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -872,7 +872,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSF6GridView.json
浏览文件 @
761a018f
...
...
@@ -497,7 +497,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -521,7 +521,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -549,7 +549,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -577,7 +577,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -603,7 +603,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -656,7 +656,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -680,7 +680,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -849,7 +849,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView.json
浏览文件 @
761a018f
...
...
@@ -567,7 +567,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -591,7 +591,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -619,7 +619,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -647,7 +647,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -673,7 +673,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -726,7 +726,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -750,7 +750,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -919,7 +919,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView2.json
浏览文件 @
761a018f
...
...
@@ -537,7 +537,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -561,7 +561,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -589,7 +589,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -617,7 +617,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -643,7 +643,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -696,7 +696,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -720,7 +720,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -889,7 +889,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderTestLogicCustomView.json
浏览文件 @
761a018f
...
...
@@ -176,7 +176,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -200,7 +200,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -228,7 +228,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -256,7 +256,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -282,7 +282,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -335,7 +335,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -359,7 +359,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -528,7 +528,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderUsr2GridView.json
浏览文件 @
761a018f
...
...
@@ -571,7 +571,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -595,7 +595,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -623,7 +623,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -651,7 +651,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -677,7 +677,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -730,7 +730,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -754,7 +754,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -923,7 +923,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderViewPluginExGridView.json
浏览文件 @
761a018f
...
...
@@ -1160,7 +1160,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1184,7 +1184,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -1212,7 +1212,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -1240,7 +1240,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1266,7 +1266,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1319,7 +1319,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1343,7 +1343,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -1512,7 +1512,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderZDYTPGridView.json
浏览文件 @
761a018f
...
...
@@ -470,7 +470,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -494,7 +494,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -522,7 +522,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -550,7 +550,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -576,7 +576,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -629,7 +629,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -653,7 +653,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -822,7 +822,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZSample0001SF2EditView.json
浏览文件 @
761a018f
...
...
@@ -1028,7 +1028,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderuid"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1052,7 +1052,7 @@
"rTMOSFilePath"
:
"psdegridcols/IBIZordername"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -1080,7 +1080,7 @@
"rTMOSFilePath"
:
"psdegridcols/orderstate"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"FRONT"
,
...
...
@@ -1108,7 +1108,7 @@
"rTMOSFilePath"
:
"psdegridcols/ordertype"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1134,7 +1134,7 @@
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableRowEdit"
:
true
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1187,7 +1187,7 @@
"valueFormat"
:
"YYYY-MM-DD HH:mm:ss"
,
"width"
:
150
,
"widthUnit"
:
"PX"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
},
{
"align"
:
"LEFT"
,
"cLConvertMode"
:
"NONE"
,
...
...
@@ -1211,7 +1211,7 @@
"rTMOSFilePath"
:
"psdegridcols/memo"
,
"width"
:
1
,
"widthUnit"
:
"STAR"
,
"enableSort"
:
fals
e
"enableSort"
:
tru
e
}
],
"getPSDEGridDataItems"
:
[
{
"dataType"
:
25
,
...
...
@@ -1380,7 +1380,7 @@
"enableRowNew"
:
false
,
"forceFit"
:
false
,
"hideHeader"
:
false
,
"noSort"
:
tru
e
,
"noSort"
:
fals
e
,
"singleSelect"
:
false
,
"name"
:
"grid"
,
"modelid"
:
"9222eaa963655f7f76cff5972d695cbf"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录