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
4b8f4f54
authored
2018-03-31 15:44:36 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://g.28ms.com:8000/yangjianbin/page
into develop
2 parents
04b05d05
2bc269cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
application/views/loan/还款编辑.php
application/views/loan/还款编辑.php
View file @
4b8f4f5
...
...
@@ -81,13 +81,13 @@
<label>
当月应还金额
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$currentBalance
?>
"
name=
"currentBalance"
>
</div>
<div
class=
"form-group col-sm-4 col-md-2"
>
<label>
已还金额
</label
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
</div
>
<!-- <div class="form-group col-sm-4 col-md-2">--
>
<!-- <label>已还金额</label>--
>
<!-- <input type="text" class="form-control input-text" value="">--
>
<!-- </div>--
>
<div
class=
"form-group col-sm-4 col-md-2"
>
<label>
罚息
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"interestPenalty"
value=
"
<?=
$interestPenalty
?>
"
>
</div>
<div
class=
"form-group col-sm-4 col-md-2"
>
<label>
滞纳金
</label>
...
...
@@ -195,6 +195,8 @@
layer
.
alert
(
'操作失败'
);
}
else
{
layer
.
alert
(
'操作成功'
);
window
.
parent
.
reload
();
layer_close
();
}
},
error
:
function
()
{
...
...
@@ -205,6 +207,9 @@
// window.parent.reload();
// layer_close();
}
function
reload
()
{
table
.
fnDraw
();
}
</script>
</body>
</html>
...
...
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