Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
77c0cb9d
authored
2018-03-18 17:06:31 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
43087da7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
application/controllers/Work.php
application/views/common/work_menu.php
application/controllers/Work.php
View file @
77c0cb9
...
...
@@ -162,7 +162,7 @@ class Work extends CI_Controller
{
switch
(
$state
)
{
case
'1'
:
$this
->
load
->
view
(
'work/预
算
管理'
);
$this
->
load
->
view
(
'work/预
审
管理'
);
break
;
case
'2'
:
$this
->
load
->
view
(
'work/资料补录'
);
...
...
application/views/common/work_menu.php
View file @
77c0cb9
...
...
@@ -3,7 +3,7 @@
<ul>
<li><a
data-href=
"
<?=
site_url
(
'/work/add'
)
?>
"
data-title=
"开始进件"
href=
"javascript:void(0)"
><i
class=
"Hui-iconfont"
>

</i>
开始进件
</a></li>
<li><a
data-href=
"
<?=
site_url
(
'/work/index'
)
?>
"
data-title=
"全部进件"
href=
"javascript:void(0)"
><i
class=
"Hui-iconfont"
>

</i>
全部进件
</a></li>
<li><a
data-href=
"
<?=
site_url
(
'/work/side/1'
)
?>
"
data-title=
"预
算管理"
href=
"javascript:void(0)"
><i
class=
"Hui-iconfont"
>

</i>
预算
管理
</a></li>
<li><a
data-href=
"
<?=
site_url
(
'/work/side/1'
)
?>
"
data-title=
"预
审管理"
href=
"javascript:void(0)"
><i
class=
"Hui-iconfont"
>

</i>
预审
管理
</a></li>
<li><a
data-href=
"
<?=
site_url
(
'/work/side/2'
)
?>
"
data-title=
"资料补录"
href=
"javascript:void(0)"
><i
class=
"Hui-iconfont"
>

</i>
资料补录
</a></li>
</ul>
<dl>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment