Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
0179d0de
提交
0179d0de
编写于
12月 13, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [后台服务,演示应用]
上级
da750476
变更
16
隐藏空白字符变更
内嵌
并排
正在显示
16 个修改的文件
包含
198 行增加
和
117 行删除
+198
-117
grid-view-layout.scss
app_Web/src/layout/grid-view-layout/grid-view-layout.scss
+0
-14
pickup-grid-view-layout.scss
...yout/pickup-grid-view-layout/pickup-grid-view-layout.scss
+0
-14
pickup-view-layout.scss
...Web/src/layout/pickup-view-layout/pickup-view-layout.scss
+6
-0
common.scss
app_Web/src/styles/common.scss
+5
-11
button.scss
app_Web/src/styles/iview/button.scss
+31
-16
var.scss
app_Web/src/styles/var.scss
+89
-0
default-searchform-base.vue
...zappeditor/default-searchform/default-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
main-grid-base.vue
...src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
+6
-6
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+12
-12
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+12
-12
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+12
-12
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+12
-12
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/src/layout/grid-view-layout/grid-view-layout.scss
浏览文件 @
0179d0de
...
...
@@ -72,21 +72,7 @@
background-color
:
transparent
;
gap
:
10px
;
.ivu-btn
{
width
:
110px
;
height
:
34px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
padding
:
10px
20px
;
margin
:
20px
0
;
background
:
var
(
--
app-color-white
);
border
:
1px
solid
var
(
--
app-color-blue
);
border-radius
:
0
;
}
.ivu-btn-primary
{
background
:
var
(
--
app-color-blue
);
color
:
var
(
--
app-color-white
);
}
}
>
.view-content
{
...
...
app_Web/src/layout/pickup-grid-view-layout/pickup-grid-view-layout.scss
浏览文件 @
0179d0de
...
...
@@ -61,21 +61,7 @@
background-color
:
transparent
;
gap
:
10px
;
.ivu-btn
{
width
:
110px
;
height
:
34px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
padding
:
10px
20px
;
margin
:
16px
0
;
background
:
var
(
--
app-color-white
);
border
:
1px
solid
var
(
--
app-color-blue
);
border-radius
:
0
;
}
.ivu-btn-primary
{
background
:
var
(
--
app-color-blue
);
color
:
var
(
--
app-color-white
);
}
}
.view-content
{
...
...
app_Web/src/layout/pickup-view-layout/pickup-view-layout.scss
浏览文件 @
0179d0de
...
...
@@ -16,5 +16,11 @@
>
.view-footer
{
flex
:
auto
;
height
:
40px
;
.ivu-btn
{
height
:
var
(
--
ey-confirm-button-height
);
font-size
:
var
(
--
ey-confirm-button-font-size
);
padding
:
var
(
--
ey-confirm-button-padding
);
border-radius
:
var
(
--
ey-confirm-button-radius
);
}
}
}
\ No newline at end of file
app_Web/src/styles/common.scss
浏览文件 @
0179d0de
...
...
@@ -80,17 +80,11 @@
margin-top
:
0
;
display
:
flex
;
justify-content
:
flex-end
;
.ivu-btn
:nth-child
(
1
)
{
border
:
none
;
background-color
:
var
(
--
app-color-gray-200
);
color
:
var
(
--
app-color-black
);
font-size
:
14px
;
}
.ivu-btn
:nth-child
(
2
)
{
border
:
none
;
background-color
:
var
(
--
app-color-blue
);
color
:
var
(
--
app-color-white
);
font-size
:
14px
;
.ivu-btn
{
height
:
var
(
--
ey-confirm-button-height
);
font-size
:
var
(
--
ey-confirm-button-font-size
);
padding
:
var
(
--
ey-confirm-button-padding
);
border-radius
:
var
(
--
ey-confirm-button-radius
);
}
}
}
\ No newline at end of file
app_Web/src/styles/iview/button.scss
浏览文件 @
0179d0de
.ivu-btn
{
min-width
:
110px
;
height
:
34px
;
min-width
:
10px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
padding
:
10px
20px
;
background
:
var
(
--
app-color-white
);
border
:
1px
solid
var
(
--
app-color-gray-250
);
border-radius
:
0
;
background
:
var
(
--
ey-ghost-button-color
);
border
:
1px
solid
var
(
--
ey-ghost-button-border-color
);
color
:
var
(
--
ey-ghost-button-font-color
);
height
:
var
(
--
ey-medium-button-height
);
font-size
:
var
(
--
ey-medium-button-font-size
);
padding
:
var
(
--
ey-medium-button-padding
);
border-radius
:
var
(
--
ey-medium-button-radius
);
z-index
:
0
;
.caption
{
margin-left
:
4px
;
}
&
:hover
{
color
:
var
(
--
app-color-blue
);
border-color
:
var
(
--
app-color-blue
);
background
:
var
(
--
ey-ghost-button-hover-color
);
border
:
1px
solid
var
(
--
ey-ghost-button-hover-border-color
);
color
:
var
(
--
ey-ghost-button-hover-font-color
);
}
&
.ivu-btn-primary
{
background-color
:
var
(
--
app-color-blue
);
color
:
var
(
--
app-color-white
);
&
[
disabled
]
{
background
:
var
(
--
ey-ghost-button-disabled-color
);
border
:
1px
solid
var
(
--
ey-ghost-button-disabled-border-color
);
color
:
var
(
--
ey-ghost-button-disabled-font-color
);
}
// 重要按钮样式
&
.ivu-btn-primary
,
&
.srfactionlevel250
{
background-color
:
var
(
--
app-color-blue
);
color
:
var
(
--
app-color-white
);
}
&
[
disabled
]
{
background
:
var
(
--
app-color-gray-250
);
background
:
var
(
--
ey-button-color
);
border
:
1px
solid
var
(
--
ey-button-border-color
);
color
:
var
(
--
ey-button-font-color
);
&
:hover
{
background
:
var
(
--
ey-button-hover-color
);
border
:
1px
solid
var
(
--
ey-button-hover-border-color
);
color
:
var
(
--
ey-button-hover-font-color
);
}
&
[
disabled
]
{
background
:
var
(
--
ey-button-disabled-color
);
border
:
1px
solid
var
(
--
ey-button-disabled-border-color
);
color
:
var
(
--
ey-button-disabled-font-color
);
}
}
}
\ No newline at end of file
app_Web/src/styles/var.scss
浏览文件 @
0179d0de
...
...
@@ -30,3 +30,92 @@
// 安永默认行高
--app-line-height
:
22px
;
}
// 安永新标准颜色变量
:root
{
// 安永黑
--ey-color-black
:
#2E2E38
;
// 安永灰1
--ey-color-gray-100
:
#747480
;
// 安永灰2
--ey-color-gray-200
:
#C4C4CD
;
// 安永灰2 50%
--ey-color-gray-250
:
#E1E1E6
;
// 安永灰4
--ey-color-gray-400
:
#F6F6FA
;
// 安永白
--ey-color-white
:
#FFFFFF
;
// 安永蓝
--ey-color-blue
:
#188CE5
;
// 安永黄
--ey-color-yellow
:
#FFE600
;
// 安永橙
--ey-color-orange
:
#FF810A
;
// 安永蓝绿
--ey-color-blue-green
:
#27ACAA
;
// 安永蓝绿10%
--ey-color-blue-green-110
:
#27acaa
1a
;
// 按钮颜色
--ey-button-color
:
var
(
--
ey-color-blue-green
);
--ey-button-border-color
:
var
(
--
ey-color-blue-green
);
--ey-button-font-color
:
var
(
--
ey-color-white
);
// 按钮hover颜色
--ey-button-hover-color
:
#1F7D84
;
--ey-button-hover-border-color
:
#1F7D84
;
--ey-button-hover-font-color
:
var
(
--
ey-color-white
);
// 按钮disabled颜色
--ey-button-disabled-color
:
var
(
--
ey-color-gray-200
);
--ey-button-disabled-border-color
:
var
(
--
ey-color-gray-200
);
--ey-button-disabled-font-color
:
var
(
--
ey-color-white
);
// 幽灵按钮颜色
--ey-ghost-button-color
:
var
(
--
ey-color-white
);
--ey-ghost-button-border-color
:
var
(
--
ey-color-blue-green
);
--ey-ghost-button-font-color
:
var
(
--
ey-color-blue-green
);
// 幽灵按钮hover颜色
--ey-ghost-button-hover-color
:
var
(
--
ey-color-blue-green
);
--ey-ghost-button-hover-border-color
:
var
(
--
ey-color-blue-green
);
--ey-ghost-button-hover-font-color
:
var
(
--
ey-color-white
);
// 幽灵按钮disabled颜色
--ey-ghost-button-disabled-color
:
var
(
--
ey-color-white
);
--ey-ghost-button-disabled-border-color
:
var
(
--
ey-color-gray-200
);
--ey-ghost-button-disabled-font-color
:
var
(
--
ey-color-gray-200
);
// 中等尺寸按钮字体大小
--ey-medium-button-font-size
:
18px
;
// 中等尺寸按钮字体大小
--ey-medium-button-padding
:
9px
15px
;
// 中等尺寸按钮圆角
--ey-medium-button-radius
:
6px
;
// 中等尺寸按钮高度
--ey-medium-button-height
:
36px
;
// 大尺寸按钮字体大小
--ey-large-button-font-size
:
22px
;
// 大尺寸按钮字体大小
--ey-large-button-padding
:
10px
20px
;
// 大尺寸按钮圆角
--ey-large-button-radius
:
6px
;
// 大尺寸按钮高度
--ey-large-button-height
:
41px
;
// 小尺寸按钮字体大小
--ey-small-button-font-size
:
12px
;
// 小尺寸按钮字体大小
--ey-small-button-padding
:
7px
15px
;
// 小尺寸按钮圆角
--ey-small-button-radius
:
4px
;
// 小尺寸按钮高度
--ey-small-button-height
:
24px
;
// 确认框按钮字体大小
--ey-confirm-button-font-size
:
14px
;
// 确认框按钮字体大小
--ey-confirm-button-padding
:
4px
36px
;
// 确认框按钮圆角
--ey-confirm-button-radius
:
4px
;
// 确认框按钮高度
--ey-confirm-button-height
:
30px
;
}
app_Web/src/widgets/ibizappeditor/default-searchform/default-searchform-base.vue
浏览文件 @
0179d0de
...
...
@@ -639,7 +639,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
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -675,7 +675,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
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
浏览文件 @
0179d0de
...
...
@@ -698,7 +698,7 @@ export default class Usr4Base 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
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
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -792,7 +792,7 @@ export default class Usr4Base 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
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
;
}
let
_datas
:
any
[]
=
[];
...
...
@@ -908,7 +908,7 @@ export default class Usr4Base 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
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
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
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 {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
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
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
...
...
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
浏览文件 @
0179d0de
...
...
@@ -70,6 +70,11 @@ export default class Usr4Model {
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
...
...
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
浏览文件 @
0179d0de
...
...
@@ -933,7 +933,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
fetchAction
)
{
this
.
$Notice
.
error
({
title
:
this
.
$t
(
"app.commonWords.wrong"
)
as
string
,
desc
:
"IBIZOrderDetail
SGridView
"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
desc
:
"IBIZOrderDetail
GridView9
"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
});
return
;
}
...
...
@@ -1073,7 +1073,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
removeAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
SGridView
'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
desc
:
'IBIZOrderDetail
GridView9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
...
...
@@ -1187,7 +1187,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
addBatch
(
arg
:
any
=
{}):
void
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
SGridView
'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
GridView9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
}
if
(
!
arg
){
...
...
@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
))
{
if
(
!
this
.
createAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
SGridView
'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
GridView9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2091,7 +2091,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
SGridView
'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
GridView9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2167,7 +2167,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
SGridView
'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
desc
:
'IBIZOrderDetail
GridView9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
0179d0de
...
...
@@ -12,6 +12,18 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -59,18 +71,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
0179d0de
...
...
@@ -20,6 +20,18 @@
}
}
],
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"mOSFilePath"
:
"psdetreecols/subtext"
,
"name"
:
"subtext"
,
"rTMOSFilePath"
:
"psdetreecols/subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -43,18 +55,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"mOSFilePath"
:
"psdetreecols/subtext"
,
"name"
:
"subtext"
,
"rTMOSFilePath"
:
"psdetreecols/subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
0179d0de
...
...
@@ -42,6 +42,18 @@
"id"
:
"GANTT"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -89,18 +101,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
0179d0de
...
...
@@ -88,6 +88,18 @@
"id"
:
"TREEGRIDEX"
},
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"mOSFilePath"
:
"psdetreecols/subtext"
,
"name"
:
"subtext"
,
"rTMOSFilePath"
:
"psdetreecols/subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
...
@@ -111,18 +123,6 @@
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"subtext"
,
"mOSFilePath"
:
"psdetreecols/subtext"
,
"name"
:
"subtext"
,
"rTMOSFilePath"
:
"psdetreecols/subtext"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
...
...
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
0179d0de
...
...
@@ -344,7 +344,7 @@
<!--输出实体[IBIZORDER]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorder-7
25
-14"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorder-7
30
-14"
>
<createTable
tableName=
"T_IBIZORDER"
>
<column
name=
"TP"
remarks=
""
type=
"TEXT(1048576)"
>
</column>
...
...
demo-core/src/main/resources/liquibase/view.xml
浏览文件 @
0179d0de
...
...
@@ -37,7 +37,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizorder-7
25
-8"
runOnChange=
"true"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizorder-7
30
-8"
runOnChange=
"true"
>
<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 ]]>
</createView>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录