Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
citic-eagle
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7ff9ce2b
authored
Oct 27, 2020
by
kubisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
e1a564c8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
.gitignore
+8
-7
Application/Home/Controller/IndexController.class.php
+1
-1
Public/static/admin/lib/qiniu/demo/scripts/ui.js
+0
-0
Public/static/js/hammer.min.js
+0
-0
Public/static/js/lrz.mobile.min.js
+0
-0
No files found.
.gitignore
View file @
7ff9ce2b
node_modules
/.idea
.sass-cache/
.DS_Store
*.css.map
Thumbs.db
.phpstorm.meta.php
node_modules
/.idea
.sass-cache/
.DS_Store
*.css.map
Thumbs.db
.phpstorm.meta.php
# Application/Common/Conf
\ No newline at end of file
Application/Home/Controller/IndexController.class.php
View file @
7ff9ce2b
...
...
@@ -39,7 +39,7 @@ class IndexController extends Controller
}
$name
=
$_POST
[
'name'
];
$code
=
$_POST
[
'code'
];
$job_number
=
M
(
'list'
)
->
where
(
array
(
$job_number
=
M
(
'list
_eagle
'
)
->
where
(
array
(
'code'
=>
$code
))
->
find
();
...
...
Public/static/admin/lib/qiniu/demo/scripts/ui.js
View file @
7ff9ce2b
This diff is collapsed.
Click to expand it.
Public/static/js/hammer.min.js
View file @
7ff9ce2b
This diff is collapsed.
Click to expand it.
Public/static/js/lrz.mobile.min.js
View file @
7ff9ce2b
This diff is collapsed.
Click to expand it.
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