Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
23d9f5f1
提交
23d9f5f1
编写于
12月 01, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
866d2187
变更
19
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
19 个修改的文件
包含
5450 行增加
和
177 行删除
+5450
-177
en-US.ts
app_Web/src/locale/lang/en-US.ts
+1
-1
zh-CN.ts
app_Web/src/locale/lang/zh-CN.ts
+1
-1
ibizbook_en_US.ts
...Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US.ts
+73
-73
ibizbook_zh_CN.ts
...Web/src/locale/lanres/entities/ibizbook/ibizbook_zh_CN.ts
+73
-73
main-menu-appmenu.ts
app_Web/src/mock/app/main-menu-appmenu/main-menu-appmenu.ts
+3
-3
ibizbookusr7-grid-view-base.vue
...le/ibizbookusr7-grid-view/ibizbookusr7-grid-view-base.vue
+1792
-0
ibizbookusr7-grid-view.less
...sample/ibizbookusr7-grid-view/ibizbookusr7-grid-view.less
+20
-0
ibizbookusr7-grid-view.vue
.../sample/ibizbookusr7-grid-view/ibizbookusr7-grid-view.vue
+24
-0
page-register.ts
app_Web/src/pages/sample/index/page-register.ts
+2
-1
router.ts
app_Web/src/pages/sample/index/router.ts
+37
-10
state.ts
app_Web/src/store/modules/view-action/state.ts
+11
-0
main-menu-appmenu-base.vue
.../widgets/app/main-menu-appmenu/main-menu-appmenu-base.vue
+37
-11
main-menu-appmenu-model.ts
.../widgets/app/main-menu-appmenu/main-menu-appmenu-model.ts
+3
-3
main6-grid-base.vue
app_Web/src/widgets/ibizbook/main6-grid/main6-grid-base.vue
+2535
-0
main6-grid-model.ts
app_Web/src/widgets/ibizbook/main6-grid/main6-grid-model.ts
+153
-0
main6-grid-service.ts
...Web/src/widgets/ibizbook/main6-grid/main6-grid-service.ts
+494
-0
main6-grid.less
app_Web/src/widgets/ibizbook/main6-grid/main6-grid.less
+176
-0
main6-grid.vue
app_Web/src/widgets/ibizbook/main6-grid/main6-grid.vue
+14
-0
systemResource.json
demo-core/src/main/resources/permission/systemResource.json
+1
-1
未找到文件。
app_Web/src/locale/lang/en-US.ts
浏览文件 @
23d9f5f1
...
...
@@ -195,7 +195,7 @@ export default {
menuitem75
:
"新建默认值"
,
menuitem76
:
"更新默认值"
,
menuitem77
:
"表格值规则"
,
menuitem132
:
"表格
项
更新"
,
menuitem132
:
"表格
列
更新"
,
menuitem133
:
"表格项值重置"
,
menuitem78
:
"自动分组"
,
menuitem80
:
"代码表分组"
,
...
...
app_Web/src/locale/lang/zh-CN.ts
浏览文件 @
23d9f5f1
...
...
@@ -195,7 +195,7 @@ export default {
menuitem75
:
"新建默认值"
,
menuitem76
:
"更新默认值"
,
menuitem77
:
"表格值规则"
,
menuitem132
:
"表格
项
更新"
,
menuitem132
:
"表格
列
更新"
,
menuitem133
:
"表格项值重置"
,
menuitem78
:
"自动分组"
,
menuitem80
:
"代码表分组"
,
...
...
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US.ts
浏览文件 @
23d9f5f1
...
...
@@ -420,6 +420,21 @@ export default {
uiactions
:
{
},
},
main6_grid
:
{
columns
:
{
ibizbookname
:
"图书名称"
,
author
:
"图书作者"
,
type
:
"图书类型"
,
press
:
"图书出版社"
,
price
:
"图书价格"
,
booknumber
:
"图书数量"
,
lendouttime
:
"借出日期"
,
returntime
:
"归还日期"
,
},
nodata
:
""
,
uiactions
:
{
},
},
main5_grid
:
{
columns
:
{
type
:
"图书类型"
,
...
...
@@ -456,21 +471,6 @@ export default {
uiactions
:
{
},
},
main6_grid
:
{
columns
:
{
ibizbookname
:
"图书名称"
,
author
:
"图书作者"
,
type
:
"图书类型"
,
press
:
"图书出版社"
,
price
:
"图书价格"
,
booknumber
:
"图书数量"
,
lendouttime
:
"借出日期"
,
returntime
:
"归还日期"
,
},
nodata
:
""
,
uiactions
:
{
},
},
gridexpbar_grid_grid
:
{
columns
:
{
},
...
...
@@ -1045,6 +1045,64 @@ export default {
tip
:
"数据导入"
,
},
},
usr7gridviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
"New"
,
tip
:
"New"
,
},
deuiaction2
:
{
caption
:
"Save"
,
tip
:
"Save"
,
},
tbitem4
:
{
caption
:
"Edit"
,
tip
:
"Edit {0}"
,
},
tbitem6
:
{
caption
:
"Copy"
,
tip
:
"Copy {0}"
,
},
deuiaction3
:
{
caption
:
"Filter"
,
tip
:
"Filter"
,
},
tbitem7
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem8
:
{
caption
:
"Remove"
,
tip
:
"Remove {0}"
,
},
tbitem9
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem13
:
{
caption
:
"Export"
,
tip
:
"Export {0} Data To Excel"
,
},
deuiaction1
:
{
caption
:
"导入"
,
tip
:
"导入"
,
},
tbitem10
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem16
:
{
caption
:
"其它"
,
tip
:
"其它"
,
},
tbitem21
:
{
caption
:
"Export Data Model"
,
tip
:
"导出数据模型"
,
},
tbitem23
:
{
caption
:
"数据导入"
,
tip
:
"数据导入"
,
},
},
editview3toolbar_toolbar
:
{
},
editview2toolbar_toolbar
:
{
...
...
@@ -1309,64 +1367,6 @@ export default {
},
haspanellistviewtoolbar_toolbar
:
{
},
usr7gridviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
"New"
,
tip
:
"New"
,
},
deuiaction2
:
{
caption
:
"Save"
,
tip
:
"Save"
,
},
tbitem4
:
{
caption
:
"Edit"
,
tip
:
"Edit {0}"
,
},
tbitem6
:
{
caption
:
"Copy"
,
tip
:
"Copy {0}"
,
},
deuiaction3
:
{
caption
:
"Filter"
,
tip
:
"Filter"
,
},
tbitem7
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem8
:
{
caption
:
"Remove"
,
tip
:
"Remove {0}"
,
},
tbitem9
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem13
:
{
caption
:
"Export"
,
tip
:
"Export {0} Data To Excel"
,
},
deuiaction1
:
{
caption
:
"导入"
,
tip
:
"导入"
,
},
tbitem10
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem16
:
{
caption
:
"其它"
,
tip
:
"其它"
,
},
tbitem21
:
{
caption
:
"Export Data Model"
,
tip
:
"导出数据模型"
,
},
tbitem23
:
{
caption
:
"数据导入"
,
tip
:
"数据导入"
,
},
},
tree_treeview
:
{
nodata
:
""
,
nodes
:
{
...
...
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_zh_CN.ts
浏览文件 @
23d9f5f1
...
...
@@ -419,6 +419,21 @@ export default {
uiactions
:
{
},
},
main6_grid
:
{
columns
:
{
ibizbookname
:
"图书名称"
,
author
:
"图书作者"
,
type
:
"图书类型"
,
press
:
"图书出版社"
,
price
:
"图书价格"
,
booknumber
:
"图书数量"
,
lendouttime
:
"借出日期"
,
returntime
:
"归还日期"
,
},
nodata
:
""
,
uiactions
:
{
},
},
main5_grid
:
{
columns
:
{
type
:
"图书类型"
,
...
...
@@ -455,21 +470,6 @@ export default {
uiactions
:
{
},
},
main6_grid
:
{
columns
:
{
ibizbookname
:
"图书名称"
,
author
:
"图书作者"
,
type
:
"图书类型"
,
press
:
"图书出版社"
,
price
:
"图书价格"
,
booknumber
:
"图书数量"
,
lendouttime
:
"借出日期"
,
returntime
:
"归还日期"
,
},
nodata
:
""
,
uiactions
:
{
},
},
gridexpbar_grid_grid
:
{
columns
:
{
},
...
...
@@ -1044,6 +1044,64 @@ export default {
tip
:
"数据导入"
,
},
},
usr7gridviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
"新建"
,
tip
:
"新建"
,
},
deuiaction2
:
{
caption
:
"保存"
,
tip
:
"保存"
,
},
tbitem4
:
{
caption
:
"编辑"
,
tip
:
"编辑"
,
},
tbitem6
:
{
caption
:
"拷贝"
,
tip
:
"拷贝"
,
},
deuiaction3
:
{
caption
:
"过滤"
,
tip
:
"过滤"
,
},
tbitem7
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem8
:
{
caption
:
"删除"
,
tip
:
"删除"
,
},
tbitem9
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem13
:
{
caption
:
"导出"
,
tip
:
"导出"
,
},
deuiaction1
:
{
caption
:
"导入"
,
tip
:
"导入"
,
},
tbitem10
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem16
:
{
caption
:
"其它"
,
tip
:
"其它"
,
},
tbitem21
:
{
caption
:
"导出数据模型"
,
tip
:
"导出数据模型"
,
},
tbitem23
:
{
caption
:
"数据导入"
,
tip
:
"数据导入"
,
},
},
editview3toolbar_toolbar
:
{
},
editview2toolbar_toolbar
:
{
...
...
@@ -1308,64 +1366,6 @@ export default {
},
haspanellistviewtoolbar_toolbar
:
{
},
usr7gridviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
"新建"
,
tip
:
"新建"
,
},
deuiaction2
:
{
caption
:
"保存"
,
tip
:
"保存"
,
},
tbitem4
:
{
caption
:
"编辑"
,
tip
:
"编辑"
,
},
tbitem6
:
{
caption
:
"拷贝"
,
tip
:
"拷贝"
,
},
deuiaction3
:
{
caption
:
"过滤"
,
tip
:
"过滤"
,
},
tbitem7
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem8
:
{
caption
:
"删除"
,
tip
:
"删除"
,
},
tbitem9
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem13
:
{
caption
:
"导出"
,
tip
:
"导出"
,
},
deuiaction1
:
{
caption
:
"导入"
,
tip
:
"导入"
,
},
tbitem10
:
{
caption
:
"-"
,
tip
:
""
,
},
tbitem16
:
{
caption
:
"其它"
,
tip
:
"其它"
,
},
tbitem21
:
{
caption
:
"导出数据模型"
,
tip
:
"导出数据模型"
,
},
tbitem23
:
{
caption
:
"数据导入"
,
tip
:
"数据导入"
,
},
},
tree_treeview
:
{
nodata
:
""
,
nodes
:
{
...
...
app_Web/src/mock/app/main-menu-appmenu/main-menu-appmenu.ts
浏览文件 @
23d9f5f1
...
...
@@ -593,10 +593,10 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
{
id
:
'12042027-A10B-41AC-8DBD-19B37767E3F9'
,
name
:
'menuitem132'
,
text
:
'表格
项
更新'
,
text
:
'表格
列
更新'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'表格
项
更新'
,
tooltip
:
'表格
列
更新'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
...
...
@@ -605,7 +605,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
''
,
appfunctag
:
'
AppFunc54
'
,
resourcetag
:
''
,
},
{
...
...
app_Web/src/pages/sample/ibizbookusr7-grid-view/ibizbookusr7-grid-view-base.vue
0 → 100644
浏览文件 @
23d9f5f1
此差异已折叠。
点击以展开。
app_Web/src/pages/sample/ibizbookusr7-grid-view/ibizbookusr7-grid-view.less
0 → 100644
浏览文件 @
23d9f5f1
.ibizbookusr7-grid-view{
position: relative;
}
.toolbar-container {
button {
margin: 6px 0px 4px 4px;
.caption {
margin-left: 4px;
}
}
.seperator {
color: #dcdee2;
margin: 0 0px 0 4px;
}
}
// this is less
.deepskyblueToolBar {color:white !important;background-color:#108cee !important;}
app_Web/src/pages/sample/ibizbookusr7-grid-view/ibizbookusr7-grid-view.vue
0 → 100644
浏览文件 @
23d9f5f1
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
IBIZBOOKUsr7GridViewBase
from
'./ibizbookusr7-grid-view-base.vue'
;
import
view_grid
from
'@widgets/ibizbook/main6-grid/main6-grid.vue'
;
import
view_searchform
from
'@widgets/ibizbook/default-searchform/default-searchform.vue'
;
@
Component
({
components
:
{
view_grid
,
view_searchform
,
},
beforeRouteEnter
:
(
to
:
any
,
from
:
any
,
next
:
any
)
=>
{
next
((
vm
:
any
)
=>
{
if
(
!
Object
.
is
(
vm
.
navModel
,
"route"
)){
vm
.
initNavDataWithTab
(
vm
.
viewCacheData
);
}
vm
.
$store
.
commit
(
'addCurPageViewtag'
,
{
fullPath
:
to
.
fullPath
,
viewtag
:
vm
.
viewtag
});
});
},
})
export
default
class
IBIZBOOKUsr7GridView
extends
IBIZBOOKUsr7GridViewBase
{
}
</
script
>
\ No newline at end of file
app_Web/src/pages/sample/index/page-register.ts
浏览文件 @
23d9f5f1
...
...
@@ -154,12 +154,13 @@ export const PageComponents = {
Vue
.
component
(
'ibizorder-usr3-edit-view'
,
()
=>
import
(
'@pages/sample/ibizorder-usr3-edit-view/ibizorder-usr3-edit-view.vue'
));
Vue
.
component
(
'ibizbookupdate-default-grid-view'
,
()
=>
import
(
'@pages/sample/ibizbookupdate-default-grid-view/ibizbookupdate-default-grid-view.vue'
));
Vue
.
component
(
'ibizsample0003-stab-exp-view'
,
()
=>
import
(
'@pages/sample/ibizsample0003-stab-exp-view/ibizsample0003-stab-exp-view.vue'
));
Vue
.
component
(
'ibizbookusr7-grid-view'
,
()
=>
import
(
'@pages/sample/ibizbookusr7-grid-view/ibizbookusr7-grid-view.vue'
));
Vue
.
component
(
'ibizbookauto-group-list-view'
,
()
=>
import
(
'@pages/sample/ibizbookauto-group-list-view/ibizbookauto-group-list-view.vue'
));
Vue
.
component
(
'ibizuniproduct-grid-view9'
,
()
=>
import
(
'@pages/sample/ibizuniproduct-grid-view9/ibizuniproduct-grid-view9.vue'
));
Vue
.
component
(
'ibizsample0003-sf5-edit-view'
,
()
=>
import
(
'@pages/sample/ibizsample0003-sf5-edit-view/ibizsample0003-sf5-edit-view.vue'
));
Vue
.
component
(
'ibizuniproduct-index-pickup-data-view'
,
()
=>
import
(
'@pages/sample/ibizuniproduct-index-pickup-data-view/ibizuniproduct-index-pickup-data-view.vue'
));
Vue
.
component
(
'ibizorder-tab-exp-view'
,
()
=>
import
(
'@pages/sample/ibizorder-tab-exp-view/ibizorder-tab-exp-view.vue'
));
Vue
.
component
(
'ibizorder-type-usr2-grid-view'
,
()
=>
import
(
'@pages/sample/ibizorder-type-usr2-grid-view/ibizorder-type-usr2-grid-view.vue'
));
Vue
.
component
(
'ibizorder-tab-exp-view'
,
()
=>
import
(
'@pages/sample/ibizorder-tab-exp-view/ibizorder-tab-exp-view.vue'
));
Vue
.
component
(
'ibizsample0018-grid-view'
,
()
=>
import
(
'@pages/sample/ibizsample0018-grid-view/ibizsample0018-grid-view.vue'
));
Vue
.
component
(
'ibizsample0014-grid-view'
,
()
=>
import
(
'@pages/sample/ibizsample0014-grid-view/ibizsample0014-grid-view.vue'
));
Vue
.
component
(
'app-panel-view'
,
()
=>
import
(
'@pages/ungroup/app-panel-view/app-panel-view.vue'
));
...
...
app_Web/src/pages/sample/index/router.ts
浏览文件 @
23d9f5f1
...
...
@@ -2506,6 +2506,20 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizsample0003-stab-exp-view/ibizsample0003-stab-exp-view.vue'
),
},
{
path
:
'ibizbooks/:ibizbook?/usr7gridview/:usr7gridview?'
,
meta
:
{
caption
:
'entities.ibizbook.views.usr7gridview.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'ibizbooks'
,
parameterName
:
'ibizbook'
},
{
pathName
:
'usr7gridview'
,
parameterName
:
'usr7gridview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibizbookusr7-grid-view/ibizbookusr7-grid-view.vue'
),
},
{
path
:
'ibizbooks/:ibizbook?/autogrouplistview/:autogrouplistview?'
,
meta
:
{
...
...
@@ -2563,32 +2577,32 @@ const router = new Router({
component
:
()
=>
import
(
'@pages/sample/ibizuniproduct-index-pickup-data-view/ibizuniproduct-index-pickup-data-view.vue'
),
},
{
path
:
'ibizorder
s/:ibizorder?/tabexpview/:tabexp
view?'
,
path
:
'ibizorder
types/:ibizordertype?/usr2gridview/:usr2grid
view?'
,
meta
:
{
caption
:
'entities.ibizorder
.views.tabexp
view.caption'
,
caption
:
'entities.ibizorder
type.views.usr2grid
view.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'ibizorder
s'
,
parameterName
:
'ibizorder
'
},
{
pathName
:
'
tabexpview'
,
parameterName
:
'tabexp
view'
},
{
pathName
:
'ibizorder
types'
,
parameterName
:
'ibizordertype
'
},
{
pathName
:
'
usr2gridview'
,
parameterName
:
'usr2grid
view'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-t
ab-exp-view/ibizorder-tab-exp
-view.vue'
),
component
:
()
=>
import
(
'@pages/sample/ibizorder-t
ype-usr2-grid-view/ibizorder-type-usr2-grid
-view.vue'
),
},
{
path
:
'ibizorder
types/:ibizordertype?/usr2gridview/:usr2grid
view?'
,
path
:
'ibizorder
s/:ibizorder?/tabexpview/:tabexp
view?'
,
meta
:
{
caption
:
'entities.ibizorder
type.views.usr2grid
view.caption'
,
caption
:
'entities.ibizorder
.views.tabexp
view.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'ibizorder
types'
,
parameterName
:
'ibizordertype
'
},
{
pathName
:
'
usr2gridview'
,
parameterName
:
'usr2grid
view'
},
{
pathName
:
'ibizorder
s'
,
parameterName
:
'ibizorder
'
},
{
pathName
:
'
tabexpview'
,
parameterName
:
'tabexp
view'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-t
ype-usr2-grid-view/ibizorder-type-usr2-grid
-view.vue'
),
component
:
()
=>
import
(
'@pages/sample/ibizorder-t
ab-exp-view/ibizorder-tab-exp
-view.vue'
),
},
...
indexRoutes
,
],
...
...
@@ -3108,6 +3122,19 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizsample0002-edit-view/ibizsample0002-edit-view.vue'
),
},
{
path
:
'/ibizbooks/:ibizbook?/usr7gridview/:usr7gridview?'
,
meta
:
{
caption
:
'entities.ibizbook.views.usr7gridview.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'ibizbooks'
,
parameterName
:
'ibizbook'
},
{
pathName
:
'usr7gridview'
,
parameterName
:
'usr7gridview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibizbookusr7-grid-view/ibizbookusr7-grid-view.vue'
),
},
{
path
:
'/ibizbooks/:ibizbook?/groupbycodelistkanbanview/:groupbycodelistkanbanview?'
,
meta
:
{
...
...
app_Web/src/store/modules/view-action/state.ts
浏览文件 @
23d9f5f1
...
...
@@ -281,6 +281,7 @@ export const viewstate: any = {
'369a14f21cbff0d0fe23831aecfca7ba'
,
'794fbfb192285c60dc9ce640270d79c0'
,
'00a0716a2029a7fe79fe03b6f74c7c90'
,
'302c48740ebb26191bba93f1795af44e'
,
'2b42718d8fb3b4c9a01651222304445a'
,
'a894de140705ecab2f39797d2922a3ce'
,
'e57dd501c75c6933363fa245edcadbbd'
,
...
...
@@ -418,6 +419,16 @@ export const viewstate: any = {
refviews
:
[
],
},
{
viewtag
:
'302c48740ebb26191bba93f1795af44e'
,
viewmodule
:
'Sample'
,
viewname
:
'IBIZBOOKUsr7GridView'
,
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
'b3429ecc4d89a02bc5f5279f1bd7f620'
,
],
},
{
viewtag
:
'3041238537beef69c0f3410a1ba04c84'
,
viewmodule
:
'Sample'
,
...
...
app_Web/src/widgets/app/main-menu-appmenu/main-menu-appmenu-base.vue
浏览文件 @
23d9f5f1
...
...
@@ -653,12 +653,12 @@ export default class MainMenuBase extends Vue implements ControlInterface {
case
'Auto176'
:
this
.
clickAuto176
(
item
);
return
;
case
'AppFunc48'
:
this
.
clickAppFunc48
(
item
);
return
;
case
'AppFunc24'
:
this
.
clickAppFunc24
(
item
);
return
;
case
'AppFunc48'
:
this
.
clickAppFunc48
(
item
);
return
;
case
'Auto3'
:
this
.
clickAuto3
(
item
);
return
;
...
...
@@ -746,6 +746,9 @@ export default class MainMenuBase extends Vue implements ControlInterface {
case
'Auto393'
:
this
.
clickAuto393
(
item
);
return
;
case
'AppFunc54'
:
this
.
clickAppFunc54
(
item
);
return
;
case
'AppFunc47'
:
this
.
clickAppFunc47
(
item
);
return
;
...
...
@@ -1878,18 +1881,18 @@ export default class MainMenuBase extends Vue implements ControlInterface {
}
/**
*
功能名称
*
订单示例数据补充
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public
clickAppFunc
48
(
item
:
any
=
{})
{
public
clickAppFunc
24
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'ibiz
books'
,
parameterName
:
'ibizbook
'
},
{
pathName
:
'
usr6gridview'
,
parameterName
:
'usr6
gridview'
},
{
pathName
:
'ibiz
orders'
,
parameterName
:
'ibizorder
'
},
{
pathName
:
'
zdytpgridview'
,
parameterName
:
'zdytp
gridview'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
...
...
@@ -1901,18 +1904,18 @@ export default class MainMenuBase extends Vue implements ControlInterface {
}
/**
*
订单示例数据补充
*
功能名称
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public
clickAppFunc
24
(
item
:
any
=
{})
{
public
clickAppFunc
48
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'ibiz
orders'
,
parameterName
:
'ibizorder
'
},
{
pathName
:
'
zdytpgridview'
,
parameterName
:
'zdytp
gridview'
},
{
pathName
:
'ibiz
books'
,
parameterName
:
'ibizbook
'
},
{
pathName
:
'
usr6gridview'
,
parameterName
:
'usr6
gridview'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
...
...
@@ -2590,6 +2593,29 @@ export default class MainMenuBase extends Vue implements ControlInterface {
})
}
/**
* 表格列更新
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public
clickAppFunc54
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'ibizbooks'
,
parameterName
:
'ibizbook'
},
{
pathName
:
'usr7gridview'
,
parameterName
:
'usr7gridview'
},
];
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
浏览文件 @
23d9f5f1
...
...
@@ -629,10 +629,10 @@ export default class MainMenuModel {
{
id
:
'12042027-A10B-41AC-8DBD-19B37767E3F9'
,
name
:
'menuitem132'
,
text
:
'表格
项
更新'
,
text
:
'表格
列
更新'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'表格
项
更新'
,
tooltip
:
'表格
列
更新'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
...
...
@@ -641,7 +641,7 @@ export default class MainMenuModel {
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
''
,
appfunctag
:
'
AppFunc54
'
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem132'
,
},
...
...
app_Web/src/widgets/ibizbook/main6-grid/main6-grid-base.vue
0 → 100644
浏览文件 @
23d9f5f1
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/main6-grid/main6-grid-model.ts
0 → 100644
浏览文件 @
23d9f5f1
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/main6-grid/main6-grid-service.ts
0 → 100644
浏览文件 @
23d9f5f1
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/main6-grid/main6-grid.less
0 → 100644
浏览文件 @
23d9f5f1
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/main6-grid/main6-grid.vue
0 → 100644
浏览文件 @
23d9f5f1
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
Main6Base
from
'./main6-grid-base.vue'
;
@
Component
({
components
:
{
}
})
export
default
class
Main6
extends
Main6Base
{
}
</
script
>
\ No newline at end of file
demo-core/src/main/resources/permission/systemResource.json
浏览文件 @
23d9f5f1
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录