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
5ce92323
authored
2018-03-18 16:06:56 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
4fab933f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
11 deletions
application/controllers/Work.php
application/views/work/审批拒绝.php
application/views/work/取消.php → application/views/work/已取消.php
application/views/work/流单.php → application/views/work/已流单.php
application/controllers/Work.php
View file @
5ce9232
...
...
@@ -44,10 +44,10 @@ class Work extends CI_Controller
$this
->
load
->
view
(
'work/审批拒绝'
);
break
;
case
12
:
$this
->
load
->
view
(
'work/取消'
);
$this
->
load
->
view
(
'work/
已
取消'
);
break
;
case
13
:
$this
->
load
->
view
(
'work/流单'
);
$this
->
load
->
view
(
'work/
已
流单'
);
break
;
default
:
$this
->
load
->
view
(
'work/index'
);
...
...
application/views/work/审批拒绝.php
View file @
5ce9232
...
...
@@ -118,9 +118,12 @@
if
(
draw
)
{
ret
.
draw
=
draw
;
}
// ret.draw = parseInt(json.page.currentPage);
ret
.
recordsTotal
=
parseInt
(
json
.
page
.
totalNumber
);
ret
.
recordsFiltered
=
parseInt
(
json
.
page
.
totalNumber
);
ret
.
recordsTotal
=
0
;
ret
.
recordsFiltered
=
0
;
if
(
json
.
page
)
{
ret
.
recordsTotal
=
parseInt
(
json
.
page
.
totalNumber
);
ret
.
recordsFiltered
=
parseInt
(
json
.
page
.
totalNumber
);
}
return
JSON
.
stringify
(
ret
);
},
data
:
function
(
data
)
{
...
...
application/views/work/取消.php
→
application/views/work/
已
取消.php
View file @
5ce9232
...
...
@@ -118,9 +118,12 @@
if
(
draw
)
{
ret
.
draw
=
draw
;
}
// ret.draw = parseInt(json.page.currentPage);
ret
.
recordsTotal
=
parseInt
(
json
.
page
.
totalNumber
);
ret
.
recordsFiltered
=
parseInt
(
json
.
page
.
totalNumber
);
ret
.
recordsTotal
=
0
;
ret
.
recordsFiltered
=
0
;
if
(
json
.
page
)
{
ret
.
recordsTotal
=
parseInt
(
json
.
page
.
totalNumber
);
ret
.
recordsFiltered
=
parseInt
(
json
.
page
.
totalNumber
);
}
return
JSON
.
stringify
(
ret
);
},
data
:
function
(
data
)
{
...
...
application/views/work/流单.php
→
application/views/work/
已
流单.php
View file @
5ce9232
...
...
@@ -118,9 +118,12 @@
if
(
draw
)
{
ret
.
draw
=
draw
;
}
// ret.draw = parseInt(json.page.currentPage);
ret
.
recordsTotal
=
parseInt
(
json
.
page
.
totalNumber
);
ret
.
recordsFiltered
=
parseInt
(
json
.
page
.
totalNumber
);
ret
.
recordsTotal
=
0
;
ret
.
recordsFiltered
=
0
;
if
(
json
.
page
)
{
ret
.
recordsTotal
=
parseInt
(
json
.
page
.
totalNumber
);
ret
.
recordsFiltered
=
parseInt
(
json
.
page
.
totalNumber
);
}
return
JSON
.
stringify
(
ret
);
},
data
:
function
(
data
)
{
...
...
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