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
f8d0774e
Commit
f8d0774e
authored
Aug 23, 2018
by
xinyuandu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增成交报告id
parent
8c826b52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
performance_subsidiary.js
public/resource/js/performance_subsidiary.js
+3
-1
No files found.
public/resource/js/performance_subsidiary.js
View file @
f8d0774e
...
@@ -1342,6 +1342,7 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
...
@@ -1342,6 +1342,7 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
var
store_id
=
$
(
"select[name='store_id'] option:selected"
).
val
();
var
store_id
=
$
(
"select[name='store_id'] option:selected"
).
val
();
var
name
=
$
.
trim
(
$
(
'#agent_name'
).
val
());
var
name
=
$
.
trim
(
$
(
'#agent_name'
).
val
());
var
phone
=
$
.
trim
(
$
(
'#agent_phone'
).
val
());
var
phone
=
$
.
trim
(
$
(
'#agent_phone'
).
val
());
var
bargain_id
=
$
.
trim
(
$
(
'#bargain_id'
).
val
());
window
.
open
(
'/index/getPerformanceInfoExcel?'
+
'shop_type='
+
shop_type
+
'&trade_type='
+
trade_type
+
'&create_time_start='
+
create_time_start
+
'&create_time_end='
+
create_time_end
+
'&landmark='
+
landmark
+
'&house_id='
+
house_id
+
'&district_id='
+
district_id
+
'&store_id='
+
store_id
+
'&name='
+
name
+
'&phone='
+
phone
);
window
.
open
(
'/index/getPerformanceInfoExcel?'
+
'shop_type='
+
shop_type
+
'&trade_type='
+
trade_type
+
'&create_time_start='
+
create_time_start
+
'&create_time_end='
+
create_time_end
+
'&landmark='
+
landmark
+
'&house_id='
+
house_id
+
'&district_id='
+
district_id
+
'&store_id='
+
store_id
+
'&name='
+
name
+
'&phone='
+
phone
);
},
},
//获取一级审核,二级审核,三级审核,结单数据列表共用的方法
//获取一级审核,二级审核,三级审核,结单数据列表共用的方法
...
@@ -1358,7 +1359,8 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
...
@@ -1358,7 +1359,8 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
'district_id'
:
$
(
"select[name='district_id'] option:selected"
).
val
(),
'district_id'
:
$
(
"select[name='district_id'] option:selected"
).
val
(),
'store_id'
:
$
(
"select[name='store_id'] option:selected"
).
val
(),
'store_id'
:
$
(
"select[name='store_id'] option:selected"
).
val
(),
'name'
:
$
.
trim
(
$
(
'#agent_name'
).
val
()),
'name'
:
$
.
trim
(
$
(
'#agent_name'
).
val
()),
'phone'
:
$
.
trim
(
$
(
'#agent_phone'
).
val
())
'phone'
:
$
.
trim
(
$
(
'#agent_phone'
).
val
()),
'bargain_id'
:
$
.
trim
(
$
(
'#bargain_id'
).
val
()),
};
};
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
...
...
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