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
75df1306
authored
2018-03-15 22:52:29 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
0bd412ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
application/views/work/add.php
application/views/work/add.php
View file @
75df130
...
...
@@ -8,7 +8,7 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-header"
>
填写借款人信息
</div>
<div
class=
"panel-body"
>
<form
action=
"
<?=
site_url
(
'order/into/applyOrder'
)
?>
"
method=
"post"
class=
"form form-horizontal"
id=
"work_add"
>
<form
action=
'order/into/applyOrder'
method=
"post"
class=
"form form-horizontal"
id=
"work_add"
>
<div
class=
"row cl"
>
<label
class=
"form-label col-xs-4 col-sm-3"
>
姓名
</label>
<div
class=
"formControls col-xs-3 col-sm-3"
>
...
...
@@ -29,7 +29,7 @@
</div>
<div
class=
"row cl"
>
<div
class=
"col-xs-8 col-sm-9 col-xs-offset-4 col-sm-offset-3"
>
<input
class=
"btn btn-primary radius"
type=
"button"
value=
"提交"
>
<input
id=
"work_add_btn"
class=
"btn btn-primary radius"
type=
"button"
value=
"提交"
>
</div>
</div>
</form>
...
...
@@ -57,7 +57,7 @@
}
}
});
$
(
"#work_add"
).
click
(
function
(){
$
(
"#work_add
_btn
"
).
click
(
function
(){
var
targetUrl
=
$
(
"#addForm"
).
attr
(
"action"
);
var
data
=
$
(
"#addForm"
).
serialize
();
$
.
ajax
({
...
...
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