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
47fe3129
authored
2018-04-01 18:12:32 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
71d4ffca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
application/views/finance/chargedetail.php
application/views/finance/chargedetail.php
View file @
47fe312
...
...
@@ -56,16 +56,16 @@
<input
type=
"text"
class=
"form-control input-text table_search"
value=
""
placeholder=
"手机号"
column=
"5"
name=
"phoneNumber"
>
</div>
<div
class=
"col-xs-2"
>
<input
type=
"text"
class=
"form-control input-text
table_search"
value=
""
placeholder=
"最小申请金额"
column=
"6"
name=
"loanMinMoney"
>
<input
type=
"text"
class=
"form-control input-text
"
value=
""
id=
"loanMinMoney"
placeholder=
"最小申请金额"
name=
"loanMinMoney"
>
</div>
<div
class=
"col-xs-2"
>
<input
type=
"text"
class=
"form-control input-text table_search"
value=
""
placeholder=
"最大申请金额"
column=
"7"
name=
"loanMaxMoney"
>
<input
type=
"text"
class=
"form-control input-text table_search"
id=
"loanMaxMoney"
value=
""
placeholder=
"最大申请金额"
name=
"loanMaxMoney"
>
</div>
<div
class=
"col-xs-2"
>
<input
type=
"text"
class=
"form-control input-text table_search"
value=
""
placeholder=
"最小审批金额"
column=
"8"
name=
"ratifyMinMoney"
>
<input
type=
"text"
class=
"form-control input-text table_search"
id=
"ratifyMinMoney"
value=
""
placeholder=
"最小审批金额"
name=
"ratifyMinMoney"
>
</div>
<div
class=
"col-xs-2"
>
<input
type=
"text"
class=
"form-control input-text table_search"
value=
""
placeholder=
"最大审批金额"
column=
"9"
name=
"ratifyMaxMoney"
>
<input
type=
"text"
class=
"form-control input-text table_search"
id=
"ratifyMaxMoney"
value=
""
placeholder=
"最大审批金额"
name=
"ratifyMaxMoney"
>
</div>
</div>
...
...
@@ -269,6 +269,10 @@
$
(
'#table'
).
DataTable
().
draw
();
});
$
(
'#loanMinMoney, #loanMaxMoney,#ratifyMinMoney, #ratifyMaxMoney'
).
on
(
'keyup'
,
function
()
{
$
(
'#table'
).
DataTable
().
draw
();
});
function
resetHandler
()
{
$
(
'#table'
).
DataTable
().
columns
().
search
(
""
).
draw
();
}
...
...
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