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
bb3c5da9
authored
2018-04-01 16:02:54 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
0b9c37d1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
application/views/finance/addtime.php
application/views/finance/addtime.php
View file @
bb3c5da
...
...
@@ -2,13 +2,13 @@
<body>
<form
action=
""
id=
"form1"
>
<input
type=
"hidden"
name=
"
orderI
d"
value=
"
<?=
$id
?>
"
>
<input
type=
"hidden"
name=
"
i
d"
value=
"
<?=
$id
?>
"
>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-body cl"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
确认时间
</label>
<input
name=
"
phoneAuditTim
e"
type=
"text"
class=
"form-control input-text Wdate"
value=
""
onfocus=
"WdatePicker()"
>
<input
name=
"
realRepaymentDat
e"
type=
"text"
class=
"form-control input-text Wdate"
value=
""
onfocus=
"WdatePicker()"
>
</div>
</div>
<!-- <div class="row cl">-->
...
...
@@ -47,7 +47,8 @@
var
data
=
$
(
"#form1"
).
serializeJson
();
$
.
ajax
({
type
:
'patch'
,
url
:
apiBaseUrl
+
'manage/financial/confirm/'
+
id
+
'?realRepaymentDate='
+
Date
.
now
(),
// url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
url
:
apiBaseUrl
+
'manage/financial/confirm/'
+
id
,
cache
:
false
,
dataType
:
'json'
,
data
:
JSON
.
stringify
(
data
),
...
...
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