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
2eccfe00
authored
2018-03-31 15:40:57 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
d645af9c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
application/views/loan/还款编辑.php
application/views/loan/还款编辑.php
View file @
2eccfe0
...
...
@@ -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"
value=
"
<?=
$interestPenalty
?>
"
>
</div>
<div
class=
"form-group col-sm-4 col-md-2"
>
<label>
滞纳金
</label>
...
...
@@ -195,6 +195,7 @@
layer
.
alert
(
'操作失败'
);
}
else
{
layer
.
alert
(
'操作成功'
);
reload
();
}
},
error
:
function
()
{
...
...
@@ -205,6 +206,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