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
f1666717
authored
2018-03-29 21:10:06 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
c371c152
b27e531e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
application/views/work/线下已放款.php
application/views/work/线下已放款.php
View file @
f166671
...
...
@@ -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,8 +66,9 @@
<div
class=
"form-group col-sm-4 col-md-2"
>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option>
线下打款
</option>
<option>
支付宝
</option>
<?php
foreach
(
$this
->
session
->
repayments
as
$k
=>
$v
)
:?>
<
option
<?=
$item
==
payBackType
?
'selected'
:
''
?>
value="
<?=
$k
?>
">
<?=
$v
?>
</option>
<?php
endforeach
;
?>
</select>
</span>
</div>
...
...
@@ -92,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