Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
7cf34f85
提交
7cf34f85
编写于
2年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
c8fdaec6
变更
14
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
190 行增加
和
62 行删除
+190
-62
ibizbookcustom-view-layout-base.vue
...ookcustom-view-layout/ibizbookcustom-view-layout-base.vue
+16
-0
ibizbookgrid-load-custom-view-base.vue
...d-load-custom-view/ibizbookgrid-load-custom-view-base.vue
+16
-0
ibizbookinter-func-kan-ban-view-layout-base.vue
...ew-layout/ibizbookinter-func-kan-ban-view-layout-base.vue
+16
-0
ibizbooktest-cldata-view-base.vue
...bizbooktest-cldata-view/ibizbooktest-cldata-view-base.vue
+16
-0
ibizbookusr1110030546-custom-view-base.vue
...46-custom-view/ibizbookusr1110030546-custom-view-base.vue
+16
-0
ibizbookusr4-list-view-layout-base.vue
...4-list-view-layout/ibizbookusr4-list-view-layout-base.vue
+16
-0
ibizcustom-custom-grid-view-base.vue
...tom-custom-grid-view/ibizcustom-custom-grid-view-base.vue
+16
-0
ibizorder-usr2-grid-view-base.vue
...bizorder-usr2-grid-view/ibizorder-usr2-grid-view-base.vue
+16
-0
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
list-exp-list-base.vue
...rc/widgets/ibizorder/list-exp-list/list-exp-list-base.vue
+4
-4
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+20
-20
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+8
-8
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+20
-20
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+8
-8
未找到文件。
app_Web/src/pages/sample/ibizbookcustom-view-layout/ibizbookcustom-view-layout-base.vue
浏览文件 @
7cf34f85
...
@@ -306,6 +306,22 @@ export default class IBIZBOOKCustomView_layoutBase extends Vue {
...
@@ -306,6 +306,22 @@ export default class IBIZBOOKCustomView_layoutBase extends Vue {
};
};
/**
* 快速搜索栏数据对象
*
* @memberof IBIZBOOKCustomView_layoutBase
*/
public
quickFormData
:
any
;
/**
* 快速搜索栏值变化
*
* @memberof IBIZBOOKCustomView_layoutBase
*/
public
quickFormValueChange
(
$event
:
any
){
this
.
quickFormData
=
$event
;
this
.
onSearch
(
$event
);
}
/**
/**
* 视图布局顶级成员名称
* 视图布局顶级成员名称
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizbookgrid-load-custom-view/ibizbookgrid-load-custom-view-base.vue
浏览文件 @
7cf34f85
...
@@ -296,6 +296,22 @@ export default class IBIZBOOKGridLoadCustomViewBase extends Vue {
...
@@ -296,6 +296,22 @@ export default class IBIZBOOKGridLoadCustomViewBase extends Vue {
* @memberof IBIZBOOKGridLoadCustomViewBase
* @memberof IBIZBOOKGridLoadCustomViewBase
*/
*/
public
viewState
:
Subject
<
ViewState
>
=
new
Subject
();
public
viewState
:
Subject
<
ViewState
>
=
new
Subject
();
/**
* 快速搜索栏数据对象
*
* @memberof IBIZBOOKGridLoadCustomViewBase
*/
public
quickFormData
:
any
;
/**
* 快速搜索栏值变化
*
* @memberof IBIZBOOKGridLoadCustomViewBase
*/
public
quickFormValueChange
(
$event
:
any
){
this
.
quickFormData
=
$event
;
this
.
onSearch
(
$event
);
}
/**
/**
* 视图布局顶级成员名称
* 视图布局顶级成员名称
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizbookinter-func-kan-ban-view-layout/ibizbookinter-func-kan-ban-view-layout-base.vue
浏览文件 @
7cf34f85
...
@@ -426,6 +426,22 @@ export default class IBIZBOOKInterFuncKanBanView_layoutBase extends Vue {
...
@@ -426,6 +426,22 @@ export default class IBIZBOOKInterFuncKanBanView_layoutBase extends Vue {
};
};
/**
* 快速搜索栏数据对象
*
* @memberof IBIZBOOKInterFuncKanBanView_layoutBase
*/
public
quickFormData
:
any
;
/**
* 快速搜索栏值变化
*
* @memberof IBIZBOOKInterFuncKanBanView_layoutBase
*/
public
quickFormValueChange
(
$event
:
any
){
this
.
quickFormData
=
$event
;
this
.
onSearch
(
$event
);
}
/**
/**
* 视图布局顶级成员名称
* 视图布局顶级成员名称
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizbooktest-cldata-view/ibizbooktest-cldata-view-base.vue
浏览文件 @
7cf34f85
...
@@ -406,6 +406,22 @@ export default class IBIZBOOKTestCLDataViewBase extends Vue {
...
@@ -406,6 +406,22 @@ export default class IBIZBOOKTestCLDataViewBase extends Vue {
};
};
/**
* 快速搜索栏数据对象
*
* @memberof IBIZBOOKTestCLDataViewBase
*/
public
quickFormData
:
any
;
/**
* 快速搜索栏值变化
*
* @memberof IBIZBOOKTestCLDataViewBase
*/
public
quickFormValueChange
(
$event
:
any
){
this
.
quickFormData
=
$event
;
this
.
onSearch
(
$event
);
}
/**
/**
* 视图布局顶级成员名称
* 视图布局顶级成员名称
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizbookusr1110030546-custom-view/ibizbookusr1110030546-custom-view-base.vue
浏览文件 @
7cf34f85
...
@@ -293,6 +293,22 @@ export default class IBIZBOOKUsr1110030546CustomViewBase extends Vue {
...
@@ -293,6 +293,22 @@ export default class IBIZBOOKUsr1110030546CustomViewBase extends Vue {
* @memberof IBIZBOOKUsr1110030546CustomViewBase
* @memberof IBIZBOOKUsr1110030546CustomViewBase
*/
*/
public
viewState
:
Subject
<
ViewState
>
=
new
Subject
();
public
viewState
:
Subject
<
ViewState
>
=
new
Subject
();
/**
* 快速搜索栏数据对象
*
* @memberof IBIZBOOKUsr1110030546CustomViewBase
*/
public
quickFormData
:
any
;
/**
* 快速搜索栏值变化
*
* @memberof IBIZBOOKUsr1110030546CustomViewBase
*/
public
quickFormValueChange
(
$event
:
any
){
this
.
quickFormData
=
$event
;
this
.
onSearch
(
$event
);
}
/**
/**
* 视图布局顶级成员名称
* 视图布局顶级成员名称
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizbookusr4-list-view-layout/ibizbookusr4-list-view-layout-base.vue
浏览文件 @
7cf34f85
...
@@ -366,6 +366,22 @@ export default class IBIZBOOKUsr4ListView_layoutBase extends Vue {
...
@@ -366,6 +366,22 @@ export default class IBIZBOOKUsr4ListView_layoutBase extends Vue {
};
};
/**
* 快速搜索栏数据对象
*
* @memberof IBIZBOOKUsr4ListView_layoutBase
*/
public
quickFormData
:
any
;
/**
* 快速搜索栏值变化
*
* @memberof IBIZBOOKUsr4ListView_layoutBase
*/
public
quickFormValueChange
(
$event
:
any
){
this
.
quickFormData
=
$event
;
this
.
onSearch
(
$event
);
}
/**
/**
* 视图布局顶级成员名称
* 视图布局顶级成员名称
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizcustom-custom-grid-view/ibizcustom-custom-grid-view-base.vue
浏览文件 @
7cf34f85
...
@@ -394,6 +394,22 @@ export default class IBIZCustomCustomGridViewBase extends Vue {
...
@@ -394,6 +394,22 @@ export default class IBIZCustomCustomGridViewBase extends Vue {
};
};
/**
* 快速搜索栏数据对象
*
* @memberof IBIZCustomCustomGridViewBase
*/
public
quickFormData
:
any
;
/**
* 快速搜索栏值变化
*
* @memberof IBIZCustomCustomGridViewBase
*/
public
quickFormValueChange
(
$event
:
any
){
this
.
quickFormData
=
$event
;
this
.
onSearch
(
$event
);
}
/**
/**
* 视图布局顶级成员名称
* 视图布局顶级成员名称
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizorder-usr2-grid-view/ibizorder-usr2-grid-view-base.vue
浏览文件 @
7cf34f85
...
@@ -463,6 +463,22 @@ export default class IBIZOrderUsr2GridViewBase extends Vue {
...
@@ -463,6 +463,22 @@ export default class IBIZOrderUsr2GridViewBase extends Vue {
};
};
/**
* 快速搜索栏数据对象
*
* @memberof IBIZOrderUsr2GridViewBase
*/
public
quickFormData
:
any
;
/**
* 快速搜索栏值变化
*
* @memberof IBIZOrderUsr2GridViewBase
*/
public
quickFormValueChange
(
$event
:
any
){
this
.
quickFormData
=
$event
;
this
.
onSearch
(
$event
);
}
/**
/**
* 视图布局顶级成员名称
* 视图布局顶级成员名称
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
7cf34f85
...
@@ -711,7 +711,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -711,7 +711,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr5DataView
'
+
(
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
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -747,7 +747,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -747,7 +747,7 @@ export default class DefaultBase 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
Usr5DataView
'
+
(
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
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder/list-exp-list/list-exp-list-base.vue
浏览文件 @
7cf34f85
...
@@ -600,7 +600,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
...
@@ -600,7 +600,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{...
opt
};
const
arg
:
any
=
{...
opt
};
...
@@ -730,7 +730,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
...
@@ -730,7 +730,7 @@ export default class ListExpBase 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
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
return
;
return
;
}
}
if
(
datas
.
length
===
0
)
{
if
(
datas
.
length
===
0
)
{
...
@@ -835,7 +835,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
...
@@ -835,7 +835,7 @@ export default class ListExpBase 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
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
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
);
...
@@ -843,7 +843,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
...
@@ -843,7 +843,7 @@ export default class ListExpBase 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.warning'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizorder
){
if
(
item
.
ibizorder
){
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
7cf34f85
...
@@ -11,51 +11,51 @@
...
@@ -11,51 +11,51 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"
借出日期
"
,
"caption"
:
"
出版社
"
,
"codeName"
:
"
lendouttime
"
,
"codeName"
:
"
press
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
lendouttime
"
,
"dataItemName"
:
"
press
"
,
"name"
:
"
lendouttime
"
,
"name"
:
"
press
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
图书名称
"
,
"caption"
:
"
借出日期
"
,
"codeName"
:
"
ibizbookna
me"
,
"codeName"
:
"
lendoutti
me"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
ibizbookna
me"
,
"dataItemName"
:
"
lendoutti
me"
,
"name"
:
"
ibizbookna
me"
,
"name"
:
"
lendoutti
me"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
归还日期
"
,
"caption"
:
"
作者
"
,
"codeName"
:
"
returntime
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
returntime
"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
returntime
"
,
"name"
:
"
author
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
作者
"
,
"caption"
:
"
图书名称
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
ibizbookname
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
ibizbookname
"
,
"name"
:
"
author
"
,
"name"
:
"
ibizbookname
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
出版社
"
,
"caption"
:
"
归还日期
"
,
"codeName"
:
"
press
"
,
"codeName"
:
"
returntime
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
press
"
,
"dataItemName"
:
"
returntime
"
,
"name"
:
"
press
"
,
"name"
:
"
returntime
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
7cf34f85
...
@@ -19,21 +19,21 @@
...
@@ -19,21 +19,21 @@
}
}
}
],
}
],
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"
图书描述
"
,
"caption"
:
"
作者
"
,
"codeName"
:
"
subtext
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
subtext
"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
subtext
"
,
"name"
:
"
author
"
,
"width"
:
50
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
作者
"
,
"caption"
:
"
图书描述
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
subtext
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
subtext
"
,
"name"
:
"
author
"
,
"name"
:
"
subtext
"
,
"width"
:
50
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
7cf34f85
...
@@ -34,51 +34,51 @@
...
@@ -34,51 +34,51 @@
"id"
:
"GANTT"
"id"
:
"GANTT"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"
借出日期
"
,
"caption"
:
"
出版社
"
,
"codeName"
:
"
lendouttime
"
,
"codeName"
:
"
press
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
lendouttime
"
,
"dataItemName"
:
"
press
"
,
"name"
:
"
lendouttime
"
,
"name"
:
"
press
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
图书名称
"
,
"caption"
:
"
借出日期
"
,
"codeName"
:
"
ibizbookna
me"
,
"codeName"
:
"
lendoutti
me"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
ibizbookna
me"
,
"dataItemName"
:
"
lendoutti
me"
,
"name"
:
"
ibizbookna
me"
,
"name"
:
"
lendoutti
me"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
归还日期
"
,
"caption"
:
"
作者
"
,
"codeName"
:
"
returntime
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
returntime
"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
returntime
"
,
"name"
:
"
author
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
作者
"
,
"caption"
:
"
图书名称
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
ibizbookname
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
ibizbookname
"
,
"name"
:
"
author
"
,
"name"
:
"
ibizbookname
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
出版社
"
,
"caption"
:
"
归还日期
"
,
"codeName"
:
"
press
"
,
"codeName"
:
"
returntime
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
press
"
,
"dataItemName"
:
"
returntime
"
,
"name"
:
"
press
"
,
"name"
:
"
returntime
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
7cf34f85
...
@@ -75,21 +75,21 @@
...
@@ -75,21 +75,21 @@
"id"
:
"TREEGRIDEX"
"id"
:
"TREEGRIDEX"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"
图书描述
"
,
"caption"
:
"
作者
"
,
"codeName"
:
"
subtext
"
,
"codeName"
:
"
author
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
subtext
"
,
"dataItemName"
:
"
author
"
,
"name"
:
"
subtext
"
,
"name"
:
"
author
"
,
"width"
:
50
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
作者
"
,
"caption"
:
"
图书描述
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
subtext
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
subtext
"
,
"name"
:
"
author
"
,
"name"
:
"
subtext
"
,
"width"
:
50
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录