Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
citic-exce
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
ac61b6ba
authored
Oct 27, 2020
by
kubisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
17cf7300
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 @
ac61b6ba
node_modules
node_modules
/.idea
/.idea
.sass-cache/
.sass-cache/
.DS_Store
.DS_Store
*.css.map
*.css.map
Thumbs.db
Thumbs.db
.phpstorm.meta.php
.phpstorm.meta.php
# Application/Common/Conf
# Application/Common/Conf
\ No newline at end of file
Application/Home/Controller/IndexController.class.php
View file @
ac61b6ba
...
@@ -39,7 +39,7 @@ class IndexController extends Controller
...
@@ -39,7 +39,7 @@ class IndexController extends Controller
}
}
$name
=
$_POST
[
'name'
];
$name
=
$_POST
[
'name'
];
$code
=
$_POST
[
'code'
];
$code
=
$_POST
[
'code'
];
$job_number
=
M
(
'list'
)
->
where
(
array
(
$job_number
=
M
(
'list
_exce
'
)
->
where
(
array
(
'code'
=>
$code
'code'
=>
$code
))
->
find
();
))
->
find
();
...
...
Public/static/admin/lib/qiniu/demo/scripts/ui.js
View file @
ac61b6ba
This diff is collapsed.
Click to expand it.
Public/static/js/hammer.min.js
View file @
ac61b6ba
This diff is collapsed.
Click to expand it.
Public/static/js/lrz.mobile.min.js
View file @
ac61b6ba
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