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
2943710a
authored
2018-04-10 22:09:45 +0800
by
Zelig
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
订单详情图片
1 parent
f2988345
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
application/controllers/Work.php
application/views/work/订单详情.php
application/controllers/Work.php
View file @
2943710
...
...
@@ -122,7 +122,8 @@ class Work extends CI_Controller
'clientUnitOutputVO'
=>
$ret
->
clientUnitOutputVO
,
'clientContactOutputVOS'
=>
$ret
->
clientContactOutputVOS
,
'applyOrderVO'
=>
$ret
->
orderVO
,
'operatorRecord'
=>
$ret2
'operatorRecord'
=>
$ret2
,
'id'
=>
$id
);
$this
->
load
->
view
(
'work/订单详情'
,
$data
);
...
...
application/views/work/订单详情.php
View file @
2943710
...
...
@@ -56,6 +56,8 @@
<?
php
$this
->
load
->
view
(
'common/footer'
);
?>
<script>
uploadList();
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
...
...
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