Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
98b97b72
提交
98b97b72
编写于
11月 02, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
eb4afee3
变更
11
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
95 行增加
和
5 行删除
+95
-5
BO-CN-base.ts
app_Web/src/locale/lang/BO-CN-base.ts
+1
-0
en-US-base.ts
app_Web/src/locale/lang/en-US-base.ts
+1
-0
zh-CN-base.ts
app_Web/src/locale/lang/zh-CN-base.ts
+1
-0
main-menu-appmenu.ts
app_Web/src/mock/app/main-menu-appmenu/main-menu-appmenu.ts
+18
-0
router.ts
app_Web/src/pages/sample/index/router.ts
+13
-0
state.ts
app_Web/src/store/modules/view-action/state.ts
+1
-0
main-menu-appmenu-base.vue
.../widgets/app/main-menu-appmenu/main-menu-appmenu-base.vue
+25
-0
main-menu-appmenu-model.ts
.../widgets/app/main-menu-appmenu/main-menu-appmenu-model.ts
+30
-0
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+2
-2
default-searchform-base.vue
.../ibizorder/default-searchform/default-searchform-base.vue
+2
-2
systemResource.json
demo-core/src/main/resources/permission/systemResource.json
+1
-1
未找到文件。
app_Web/src/locale/lang/BO-CN-base.ts
浏览文件 @
98b97b72
...
...
@@ -369,6 +369,7 @@ function getAppLocale(){
menuitem122
:
commonLogic
.
appcommonhandle
(
"表格视图面板"
,
null
),
menuitem125
:
commonLogic
.
appcommonhandle
(
"测试表单自定义布局多媒体"
,
null
),
menuitem126
:
commonLogic
.
appcommonhandle
(
"自定义导航"
,
null
),
menuitem130
:
commonLogic
.
appcommonhandle
(
"布局面板组件测试"
,
null
),
},
},
formpage
:{
...
...
app_Web/src/locale/lang/en-US-base.ts
浏览文件 @
98b97b72
...
...
@@ -369,6 +369,7 @@ function getAppLocale(){
menuitem122
:
commonLogic
.
appcommonhandle
(
"表格视图面板"
,
null
),
menuitem125
:
commonLogic
.
appcommonhandle
(
"测试表单自定义布局多媒体"
,
null
),
menuitem126
:
commonLogic
.
appcommonhandle
(
"自定义导航"
,
null
),
menuitem130
:
commonLogic
.
appcommonhandle
(
"布局面板组件测试"
,
null
),
},
},
formpage
:{
...
...
app_Web/src/locale/lang/zh-CN-base.ts
浏览文件 @
98b97b72
...
...
@@ -369,6 +369,7 @@ function getAppLocale(){
menuitem122
:
commonLogic
.
appcommonhandle
(
"表格视图面板"
,
null
),
menuitem125
:
commonLogic
.
appcommonhandle
(
"测试表单自定义布局多媒体"
,
null
),
menuitem126
:
commonLogic
.
appcommonhandle
(
"自定义导航"
,
null
),
menuitem130
:
commonLogic
.
appcommonhandle
(
"布局面板组件测试"
,
null
),
},
},
formpage
:{
...
...
app_Web/src/mock/app/main-menu-appmenu/main-menu-appmenu.ts
浏览文件 @
98b97b72
...
...
@@ -2951,6 +2951,24 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
textcls
:
''
,
appfunctag
:
'UsrAppFunc1102681676'
,
resourcetag
:
''
,
},
{
id
:
'BA7040CC-22A5-4D05-8763-496B7D05DC0D'
,
name
:
'menuitem130'
,
text
:
'布局面板组件测试'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'布局面板组件测试'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'AppFunc101'
,
resourcetag
:
''
,
},
],
},
...
...
app_Web/src/pages/sample/index/router.ts
浏览文件 @
98b97b72
...
...
@@ -1651,6 +1651,19 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-test-custom-layout-panel-grid-exp-view/ibizorder-test-custom-layout-panel-grid-exp-view.vue'
),
},
{
path
:
'appindexview/:appindexview?'
,
meta
:
{
caption
:
'app.views.appindexview.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'appindexview'
,
parameterName
:
'appindexview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/ungroup/app-index-view/app-index-view.vue'
),
},
{
path
:
'ibizappviews/:ibizappview?/gridview/:gridview?'
,
meta
:
{
...
...
app_Web/src/store/modules/view-action/state.ts
浏览文件 @
98b97b72
...
...
@@ -783,6 +783,7 @@ export const viewstate: any = {
'504c018faa34b2d0fce7c4c56569e02e'
,
'7ce3aaf69c0b882631428087b7db6464'
,
'38b0b453d423e0772822db6be4f02505'
,
'2D42F3B7-3267-4276-9120-10F2D81E35AF'
,
],
},
{
...
...
app_Web/src/widgets/app/main-menu-appmenu/main-menu-appmenu-base.vue
浏览文件 @
98b97b72
...
...
@@ -922,6 +922,9 @@ export default class MainMenuBase extends Vue implements ControlInterface {
case
'UsrAppFunc1102681676'
:
this
.
clickUsrAppFunc1102681676
(
item
);
return
;
case
'AppFunc101'
:
this
.
clickAppFunc101
(
item
);
return
;
default
:
console
.
warn
(
'未指定应用功能'
);
}
...
...
@@ -3409,6 +3412,28 @@ export default class MainMenuBase extends Vue implements ControlInterface {
this
.
$router
.
push
(
path
);
})
}
/**
* 布局面板组件测试
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public
clickAppFunc101
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'appindexview'
,
parameterName
:
'appindexview'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
return
;
}
this
.
$nextTick
(
function
(){
this
.
$router
.
push
(
path
);
})
}
/**
* 数据加载
...
...
app_Web/src/widgets/app/main-menu-appmenu/main-menu-appmenu-model.ts
浏览文件 @
98b97b72
...
...
@@ -3115,6 +3115,25 @@ export default class MainMenuModel {
appfunctag
:
'UsrAppFunc1102681676'
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem126'
,
},
{
id
:
'BA7040CC-22A5-4D05-8763-496B7D05DC0D'
,
name
:
'menuitem130'
,
text
:
'布局面板组件测试'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'布局面板组件测试'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'AppFunc101'
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem130'
,
},
],
},
...
...
@@ -4418,6 +4437,17 @@ export default class MainMenuModel {
{
pathName
:
'testcustomlayoutpanelgridexpview'
,
parameterName
:
'testcustomlayoutpanelgridexpview'
},
],
},
{
appfunctag
:
'AppFunc101'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
codename
:
'appindexview'
,
deResParameters
:
[],
routepath
:
'/index/:index?/appindexview/:appindexview?'
,
parameters
:
[
{
pathName
:
'appindexview'
,
parameterName
:
'appindexview'
},
],
},
];
/**
...
...
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
98b97b72
...
...
@@ -621,7 +621,7 @@ export default class QUICKSEARCHFORMBase 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
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -657,7 +657,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizorder/default-searchform/default-searchform-base.vue
浏览文件 @
98b97b72
...
...
@@ -626,7 +626,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
:
'IBIZOrder
AreaChart
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
PickupGrid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -662,7 +662,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
AreaChart
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
PickupGrid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
demo-core/src/main/resources/permission/systemResource.json
浏览文件 @
98b97b72
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录