Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
884ea9b5
Commit
884ea9b5
authored
Dec 19, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
772254d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
adjustment.js
public/resource/js/adjustment.js
+2
-0
getCollection.js
public/resource/js/getCollection.js
+2
-0
No files found.
public/resource/js/adjustment.js
View file @
884ea9b5
...
@@ -291,6 +291,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
...
@@ -291,6 +291,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
* 重置查询条件
* 重置查询条件
*/
*/
resetAll
:
function
(){
resetAll
:
function
(){
var
that
=
adjustment
;
var
commite_time_start
=
$
(
'#comit_time_start'
).
val
(
""
);
var
commite_time_start
=
$
(
'#comit_time_start'
).
val
(
""
);
var
commite_time_end
=
$
(
'#comit_time_end'
).
val
(
""
);
var
commite_time_end
=
$
(
'#comit_time_end'
).
val
(
""
);
var
into_time_start
=
$
(
'#into_time_start'
).
val
(
""
);
var
into_time_start
=
$
(
'#into_time_start'
).
val
(
""
);
...
@@ -304,6 +305,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
...
@@ -304,6 +305,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
var
commit_shop
=
$
(
'#commit_shop'
).
val
(
""
);
var
commit_shop
=
$
(
'#commit_shop'
).
val
(
""
);
var
comit_name
=
$
(
'#comit_name'
).
val
(
""
);
var
comit_name
=
$
(
'#comit_name'
).
val
(
""
);
var
comit_phone
=
$
(
'#comit_phone'
).
val
(
""
);
var
comit_phone
=
$
(
'#comit_phone'
).
val
(
""
);
that
.
agent_id_phone
=
""
;
},
},
/**
/**
...
...
public/resource/js/getCollection.js
View file @
884ea9b5
...
@@ -836,6 +836,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -836,6 +836,8 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
* 重置查询条件
* 重置查询条件
*/
*/
resetAll
:
function
(){
resetAll
:
function
(){
var
that
=
receiv
;
that
.
agent_id_phone
=
""
;
var
commite_time_start
=
$
(
'#comit_time_start'
).
val
(
""
);
var
commite_time_start
=
$
(
'#comit_time_start'
).
val
(
""
);
var
commite_time_end
=
$
(
'#comit_time_end'
).
val
(
""
);
var
commite_time_end
=
$
(
'#comit_time_end'
).
val
(
""
);
var
into_time_start
=
$
(
'#into_time_start'
).
val
(
""
);
var
into_time_start
=
$
(
'#into_time_start'
).
val
(
""
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment