Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
HLS3.0-UPDATE-SQL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EricChen
HLS3.0-UPDATE-SQL
Commits
a6edb6fd
Commit
a6edb6fd
authored
Oct 31, 2018
by
EricChen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注册bm
parent
a624abd8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
05-func_service_load.sql
manual/05-func_service_load.sql
+1
-0
06-function_bm_load.sql
manual/06-function_bm_load.sql
+2
-0
No files found.
manual/05-func_service_load.sql
View file @
a6edb6fd
...
...
@@ -3,6 +3,7 @@
-- ----------------------------
begin
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'user_module_home_page.lview'
);
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'user_role_home_page.lview'
);
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'modules/sys/SYS870/sys_function_edit.lview'
);
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'modules/sys/SYS870/module_index.lview'
);
sys_function_assign_pkg
.
func_service_load
(
'MENU_AND_MAIN'
,
'home_page/WIDGET-WFL/WIDGET-WFL.lview'
);
...
...
manual/06-function_bm_load.sql
View file @
a6edb6fd
...
...
@@ -75,6 +75,8 @@ sys_function_assign_pkg.func_bm_load('MENU_AND_MAIN','home.today_over_due_amount
sys_function_assign_pkg
.
func_bm_load
(
'MENU_AND_MAIN'
,
'home.con_contract_overdue'
);
sys_function_assign_pkg
.
func_bm_load
(
'MENU_AND_MAIN'
,
'home.get_total_contract_count'
);
sys_function_assign_pkg
.
func_bm_load
(
'MENU_AND_MAIN'
,
'home.sys_notice_count'
);
sys_function_assign_pkg
.
func_bm_load
(
'MENU_AND_MAIN'
,
'sys.sys_user_home_page'
);
sys_function_assign_pkg
.
func_bm_load
(
'MENU_AND_MAIN'
,
'home.get_stock_contract_and_month_new_contract'
);
sys_function_assign_pkg
.
func_bm_load
(
'MENU_AND_MAIN'
,
'home.select_contract_status_info'
);
end
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment