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
765ef5c7
Commit
765ef5c7
authored
Jul 08, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实收总计 客方 详情
parent
595699d8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
10 deletions
+30
-10
user_genjing_modal.html
application/index/view/member/user_genjing_modal.html
+15
-9
realtimePerformance.html
application/index/view/realtime/realtimePerformance.html
+3
-1
realtimePerformance.js
public/resource/js/realtimePerformance.js
+3
-0
user_genjing_modal.js
public/resource/js/user_genjing_modal.js
+9
-0
No files found.
application/index/view/member/user_genjing_modal.html
View file @
765ef5c7
...
...
@@ -2,7 +2,7 @@
<input
type=
"hidden"
class=
"page-load"
id=
"user_genjing_modal"
/>
<style>
.fore-span
{
line-height
:
2
3
px
;
line-height
:
2
0
px
;
}
/*关联客户相关*/
.user-detail-relational
>
div
{
...
...
@@ -36,6 +36,7 @@
.modal-body1
{
overflow-y
:
auto
;
padding-bottom
:
60px
;
height
:
756px
;
}
/*客方姓名 搜索*/
.left-phone
{
...
...
@@ -650,14 +651,6 @@
</tr>
<tr>
<td>
<div
class=
"form-group"
>
<span
class=
"fore-span"
>
客方:
</span>
<div
class=
"col-sm-9"
>
<span
class=
"cus_fang_edit fore-span"
>
</div>
</div>
</td>
<td>
<span
class=
"fore-span"
>
是否转介绍:
</span>
<span
class=
"user-details-introduce fore-span"
></span>
...
...
@@ -666,6 +659,15 @@
<span
class=
"fore-span"
>
邀请人(介绍人):
</span>
<span
class=
"user-details-introduce-id fore-span"
></span>
</td>
<!--<td>
<div class="form-group">
<span class="fore-span">客方:</span>
<div class="col-sm-9">
<span class="cus_fang_edit fore-span">
</div>
</div>
</td>-->
</tr>
<tr>
...
...
@@ -685,6 +687,10 @@
</thead>
</table>
<div
class=
"kefang-detail"
>
<span>
888888
</span>
<span>
888888
</span>
</div>
<!--关联客户-->
<div>
<div
style=
"font-size: 16px;color: #061C43;font-weight: 600;"
>
...
...
application/index/view/realtime/realtimePerformance.html
View file @
765ef5c7
...
...
@@ -163,7 +163,9 @@
<span
class=
"btn btn-primary btn3 search left"
id=
"maintable_search"
>
搜索
</span>
<span
class=
"btn btn-primary btn3 left"
id=
"maintable_reset"
>
重置
</span>
<span
class=
"btn btn-primary btn3 left"
id=
"export"
>
导出报表
</span>
<span
class=
"total-performance-zong left"
>
总计:
<span
class=
"total-performance"
></span></span>
<span
class=
"total-performance-zong left"
>
业绩总计:
<span
class=
"total-performance"
></span></span>
<span
class=
"total-performance-zong left"
>
实收总计:
<span
class=
"total-performance-shishou"
></span></span>
</form>
</td>
</tr>
...
...
public/resource/js/realtimePerformance.js
View file @
765ef5c7
...
...
@@ -495,6 +495,9 @@ define(['doT', 'text!temp/real_time_performance_template_tpl.html', 'text!temp/r
realtime
.
time_search_end
=
$
(
'#maintable_end_time'
).
val
();
//部门 门店 经纪人 排行 业绩总计
$
(
'.total-performance'
).
html
(
data
.
data
.
performance_total
);
//部门 门店 经纪人 排行 实收总计
$
(
'.total-performance-shishou'
).
html
(
data
.
data
.
official_receipts_total
);
$
(
'#realtime_city_choose'
).
show
();
//显示 业绩排行的城市筛选
//分页代码 后端返回total 值
add_page
(
data
.
data
.
total
,
pageNo
,
realtime
.
pageSize
,
realtime
.
getList
);
...
...
public/resource/js/user_genjing_modal.js
View file @
765ef5c7
...
...
@@ -1229,6 +1229,15 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
$
(
"#take_look_id"
).
html
(
data
.
data
.
user_info
.
user_id
);
//约带看id
$
(
".concrete_industry"
).
html
(
data
.
data
.
user_info
.
concrete_industry
);
//具体业态
$
(
".weixin_nick"
).
html
(
data
.
data
.
user_info
.
weixin_nick
);
//微信号
//显示全部客方
var
kefang_table
=
""
;
if
(
data
[
'data'
][
'customer_relegation_list'
].
length
){
$
.
each
(
data
[
'data'
][
'customer_relegation_list'
],
function
(
i
,
item
)
{
kefang_table
+=
'<span>'
+
item
.
site_name
+
'客方:'
+
item
.
agent_name
+
'-'
+
item
.
agent_phone
+
'</span>'
;
});
$
(
'.kefang-detail'
).
html
(
kefang_table
);
}
if
(
user
.
entrustType
==
1
){
$
(
".isShowTai"
).
hide
();
}
else
{
...
...
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