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
b27e531e
authored
2018-03-29 21:09:49 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
e67d579b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
application/views/work/线下已放款.php
application/views/work/线下已放款.php
View file @
b27e531
...
...
@@ -53,7 +53,7 @@
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-4 col-md-2"
>
<input
type=
"text"
class=
"form-control input-text Wdate"
value=
""
onfocus=
"WdatePicker()"
>
<input
type=
"text"
name=
"loanDate"
class=
"form-control input-text Wdate"
value=
""
onfocus=
"WdatePicker()"
>
</div>
</div>
</div>
...
...
@@ -66,7 +66,9 @@
<div
class=
"form-group col-sm-4 col-md-2"
>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option>
<?=
$item
->
payBackType
?>
</option>
<?php
foreach
(
$this
->
session
->
repayments
as
$k
=>
$v
)
:?>
<
option
<?=
$item
==
payBackType
?
'selected'
:
''
?>
value="
<?=
$k
?>
">
<?=
$v
?>
</option>
<?php
endforeach
;
?>
</select>
</span>
</div>
...
...
@@ -91,10 +93,9 @@
var orderId = "
<?=
$id
?>
";
$.ajax({
type: 'put',
url: apiBaseUrl + 'flow/confirm/loan/' + orderId,
url: apiBaseUrl + 'flow/confirm/loan/' + orderId
+ '?loanDate' + $('[name=loanDate]').val()
,
cache: false,
dataType: 'json',
data: JSON.stringify(data),
contentType: "
application
/
json
;
charset
=
UTF
-
8
",
success: function (data) {
if (data.msg) {
...
...
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