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
49d7cd42
Commit
49d7cd42
authored
Jun 05, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收款记录修改
parent
8e5ecb6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
14 deletions
+1
-14
getCollection.js
public/resource/js/getCollection.js
+1
-14
No files found.
public/resource/js/getCollection.js
View file @
49d7cd42
...
@@ -121,21 +121,8 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
...
@@ -121,21 +121,8 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
var
store_name
=
$
(
'#store_name'
).
val
();
var
store_name
=
$
(
'#store_name'
).
val
();
var
report_phone
=
$
(
'#applicant_phone'
).
val
();
var
report_phone
=
$
(
'#applicant_phone'
).
val
();
var
report_name
=
$
(
'#applicant_name'
).
val
();
var
report_name
=
$
(
'#applicant_name'
).
val
();
//start_time false sting 开始时间
//end_time false sting 开始时间
//internal_title false string 楼盘名
//user_name false string 客户姓名
//user_phone false string 客户手机号
//id false int 商铺id
//store_name false string 门店名
//report_phone false string 报备人手机号
//report_name false string 报备人姓名
//excel false int 1导出
window
.
open
(
'/index/getCollection?'
+
window
.
open
(
'/index/getCollection?'
+
'excel='
+
excel_two
+
'&user_name
='
+
user_name
+
'&start_time ='
+
start_time
+
'&end_time ='
+
end_time
+
'&internal_title ='
+
internal_title
+
'&user_phone ='
+
user_phone
+
'&id ='
+
id
+
'&store_name ='
+
store_name
+
'&report_phone ='
+
report_phone
+
'&report_name
='
+
report_name
);
'excel='
+
excel_two
+
'&user_name
='
+
user_name
+
'&start_time='
+
start_time
+
'&end_time='
+
end_time
+
'&internal_title='
+
internal_title
+
'&user_phone='
+
user_phone
+
'&id='
+
id
+
'&store_name='
+
store_name
+
'&report_phone='
+
report_phone
+
'&report_name
='
+
report_name
);
},
},
getList
:
function
(
pageNo
)
{
getList
:
function
(
pageNo
)
{
...
...
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