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
99b65276
authored
2018-03-29 21:25:32 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
957a7ec8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
application/views/tool/cal.php
application/views/tool/cal.php
View file @
99b6527
...
...
@@ -142,7 +142,7 @@
}
else
{
str1
=
'<div class="row cl">'
+
'<div class="form-group col-sm-3 col-md-2">'
+
'<label>
'
+
(
i
+
1
)
+
'
月应还</label>'
+
'<label>
每
月应还</label>'
+
'<input type="text" id="totalAmount" class="form-control input-text" value="'
+
data
.
data
.
repayPlans
[
0
].
totalAmount
+
'" disabled>'
+
'<span class="glyphicon form-control-feedback">元</span>'
+
'</div>'
+
...
...
@@ -152,7 +152,15 @@
}
else
{
$
(
'#totalAmount'
).
val
(
data
.
data
.
repayPlans
[
0
].
totalAmount
);
str1
=
'<div class="row cl">'
+
'<div class="form-group col-sm-3 col-md-2">'
+
'<label>每月应还</label>'
+
'<input type="text" id="totalAmount" class="form-control input-text" value="'
+
data
.
data
.
repayPlans
[
0
].
totalAmount
+
'" disabled>'
+
'<span class="glyphicon form-control-feedback">元</span>'
+
'</div>'
+
'</div>'
;
$
(
'.months'
).
html
(
str1
);
// $('#totalAmount').val(data.data.repayPlans[0].totalAmount);
}
}
...
...
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