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
c7bf0063
Commit
c7bf0063
authored
Apr 03, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业务员业绩
parent
5320a2ab
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
34 deletions
+42
-34
achieve_ywy.html
application/app_broker/view/index/achieve_ywy.html
+17
-15
achieve_tonglian_ac.css
public/app/css/achieve_tonglian_ac.css
+6
-5
common.css
public/app/css/common.css
+6
-0
achieve_ywy.js
public/app/js/achieve_ywy.js
+0
-0
customer_gj.js
public/app/js/customer_gj.js
+13
-14
No files found.
application/app_broker/view/index/achieve_ywy.html
View file @
c7bf0063
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<div
class=
"achieve-header-tab"
>
<div
class=
"achieve-header-tab"
>
<a
href=
"javascript:;"
v-for=
"(item,index) in tabsMain"
:class=
"{active:index == initTabNumMain}"
@
click=
"tabMain(index)"
>
{{item.title}}
</a>
<a
href=
"javascript:;"
v-for=
"(item,index) in tabsMain"
:class=
"{active:index == initTabNumMain}"
@
click=
"tabMain(index)"
>
{{item.title}}
</a>
</div>
</div>
<div
class=
"mulu_relate_new"
v-show=
"showHouseArr"
@
click
.
prevent
.
stop=
"mask('show')"
><span
id=
"list_name"
>
{{tabsMain[1].houseDataInit}}
</span><img
src=
"/app/images/all_ic.png"
></div>
<div
class=
"mulu_relate_new"
v-show=
"showHouseArr"
@
click
.
prevent
.
stop=
"mask('show')"
><span
id=
"list_name"
>
{{tabsMain[1].houseDataInit
.internal_title
}}
</span><img
src=
"/app/images/all_ic.png"
></div>
</header>
</header>
<div
class=
"header_seat"
></div>
<div
class=
"header_seat"
></div>
...
@@ -25,7 +25,6 @@
...
@@ -25,7 +25,6 @@
<div
class=
"pop_box"
>
<div
class=
"pop_box"
>
<div
class=
"tri_angle2"
></div>
<div
class=
"tri_angle2"
></div>
<ul
id=
"house_list_area"
>
<ul
id=
"house_list_area"
>
<li
data-id=
""
>
全部
</li>
<li
v-for=
"(item, index) in tabsMain[1].houseData"
:data-id=
"item.houses_id"
@
click=
"getHouse(item)"
>
{{item.internal_title}}
</li>
<li
v-for=
"(item, index) in tabsMain[1].houseData"
:data-id=
"item.houses_id"
@
click=
"getHouse(item)"
>
{{item.internal_title}}
</li>
</ul>
</ul>
</div>
</div>
...
@@ -34,11 +33,12 @@
...
@@ -34,11 +33,12 @@
<div
class=
"achieve-content-ac"
>
<div
class=
"achieve-content-ac"
>
<div
class=
"search-area"
>
<div
class=
"search-area"
>
<
img
src=
"/app/images/ic_rili-.png"
/
>
<
!--<img src="/app/images/ic_rili-.png" />--
>
<div><input
type=
"date"
id=
"startdateid"
v-model=
"startDate"
/></div>
<div><input
type=
"date"
id=
"startdateid"
v-model=
"startDate"
/></div>
<span>
至
</span>
<span>
至
</span>
<div><input
type=
"date"
id=
"enddateid"
v-model=
"endDate"
/></div>
<div><input
type=
"date"
id=
"enddateid"
v-model=
"endDate"
/></div>
<button
id=
"searchBtn"
>
搜索
</button>
<button
id=
"searchBtn"
@
click
.
prevent
.
stop=
"search('normal')"
>
搜索
</button>
<button
id=
"searchBtn2"
@
click
.
prevent
.
stop=
"search('today')"
>
今天
</button>
</div>
</div>
<ul
class=
"nav-area"
v-for=
"(item,index) in tabsMain"
:key=
"item.title"
v-show=
"index == initTabNumMain"
>
<ul
class=
"nav-area"
v-for=
"(item,index) in tabsMain"
:key=
"item.title"
v-show=
"index == initTabNumMain"
>
...
@@ -55,28 +55,30 @@
...
@@ -55,28 +55,30 @@
<ul
:id=
"'content_'+index+'_'+index2"
class=
"sec-tab-ul"
>
<ul
:id=
"'content_'+index+'_'+index2"
class=
"sec-tab-ul"
>
<li
v-for=
'(item3,index3) in item2.dataList'
>
<li
v-for=
'(item3,index3) in item2.dataList'
>
<div>
<div>
<span>
{
1
}
</span>
<span>
{
{item3.user_name}
}
</span>
<span>
{
2
}
</span>
<span>
{
{hideTel(item3.user_phone)}
}
</span>
</div>
</div>
<div>
<div>
<span>
{
3
}
</span>
<span>
{
{item3.internal_address}
}
</span>
<span>
{
4
}
</span>
<span>
{
{item3.create_time}
}
</span>
</div>
</div>
</li>
</li>
</ul>
</ul>
</div>
</div>
<
div
:id=
"'loading_pic_'+index+'_'+index2"
class=
"loading_pic
"
>
<
!--<div :id="'loading_pic_'+index+'_'+index2" class="loading_pic loading_pic_new
">
<img src="/app/images/jz2.gif" />
<img src="/app/images/jz2.gif" />
<p>正在加载...</p>
<p>正在加载...</p>
</div>
</div>-->
<div
:id=
"'no_more_'+index+'_'+index2"
class=
"no_more"
>
没有更多了
</div>
<div
:id=
"'no_more_'+index+'_'+index2"
class=
"no_more no_more_new"
v-if=
"item2.dataList.length>0"
>
没有更多了
</div>
<div
:id=
"'mask_ld_'+index+'_'+index2"
class=
"no_more"
>
<div
:id=
"'zanwu_data'+index+'_'+index2"
class=
"zanwu_data zanwu_data_new"
v-else
>
暂无数据...
</div>
<img
src=
"/app/images/ic_wushuju-.png"
class=
"ic_wushuju"
>
<p>
暂无数据...
</p>
</div>
</section>
</section>
</div>
</div>
<div
id=
"loading_pic"
class=
"loading_pic loading_pic_new"
v-show=
"isLoadFlag"
>
<img
src=
"/app/images/jz2.gif"
/>
<p>
正在加载...
</p>
</div>
</div>
</div>
...
...
public/app/css/achieve_tonglian_ac.css
View file @
c7bf0063
...
@@ -133,6 +133,7 @@ div.tri_angle2 {
...
@@ -133,6 +133,7 @@ div.tri_angle2 {
width
:
0
;
width
:
0
;
height
:
0
;
height
:
0
;
margin-left
:
3.2rem
;
margin-left
:
3.2rem
;
margin-right
:
.14rem
;
border-left
:
0.14rem
solid
transparent
;
border-left
:
0.14rem
solid
transparent
;
border-right
:
0.14rem
solid
transparent
;
border-right
:
0.14rem
solid
transparent
;
border-bottom
:
0.2rem
solid
white
;
border-bottom
:
0.2rem
solid
white
;
...
@@ -178,7 +179,8 @@ div.pop_box>ul>li+li{
...
@@ -178,7 +179,8 @@ div.pop_box>ul>li+li{
height
:
.5rem
;
height
:
.5rem
;
color
:
#333
;
color
:
#333
;
font-size
:
.28rem
;
font-size
:
.28rem
;
padding
:
0.4rem
0
0.4rem
0.5rem
;
/*padding: 0.4rem 0 0.4rem 0.5rem;*/
padding
:
0.4rem
0
0.4rem
0.15rem
;
/*border-top: 1px solid #CCC;*/
/*border-top: 1px solid #CCC;*/
border-bottom
:
1px
solid
#F2F2F2
;
border-bottom
:
1px
solid
#F2F2F2
;
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -231,6 +233,9 @@ div.pop_box>ul>li+li{
...
@@ -231,6 +233,9 @@ div.pop_box>ul>li+li{
color
:
white
;
color
:
white
;
float
:
left
;
float
:
left
;
}
}
.achieve-content-ac
>
.search-area
>
button
:nth-of-type
(
2
)
{
margin-left
:
.16rem
;
}
.achieve-content-ac
>
.nav-area
{
.achieve-content-ac
>
.nav-area
{
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -273,10 +278,6 @@ div.pop_box>ul>li+li{
...
@@ -273,10 +278,6 @@ div.pop_box>ul>li+li{
padding-top
:
0.16rem
;
padding-top
:
0.16rem
;
}
}
.sec-tab
:nth-of-type
(
n
+
2
)
{
display
:
none
;
}
.sec-tab-ul
{
.sec-tab-ul
{
padding
:
0
0.3rem
;
padding
:
0
0.3rem
;
font-size
:
0.3rem
;
font-size
:
0.3rem
;
...
...
public/app/css/common.css
View file @
c7bf0063
...
@@ -136,6 +136,7 @@ header .share-tips>span{
...
@@ -136,6 +136,7 @@ header .share-tips>span{
top
:
7rem
;
top
:
7rem
;
display
:
none
;
display
:
none
;
}
}
.loading_pic
>
img
{
.loading_pic
>
img
{
width
:
1.2rem
;
width
:
1.2rem
;
display
:
block
;
display
:
block
;
...
@@ -193,6 +194,11 @@ a#jump_link{
...
@@ -193,6 +194,11 @@ a#jump_link{
float
:
right
;
float
:
right
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.loading_pic_new
,
.no_more
,
.zanwu_data
{
display
:
block
;
}
/*.loading_pic_new{
display: none;}*/
/*时间轴等图片点击之后的轮播图*/
/*时间轴等图片点击之后的轮播图*/
#pic_box
{
#pic_box
{
...
...
public/app/js/achieve_ywy.js
View file @
c7bf0063
This diff is collapsed.
Click to expand it.
public/app/js/customer_gj.js
View file @
c7bf0063
require
([
'vue'
,
'vconsole'
,
'css!style/customerinfo_sub_page.css'
,
'css!style/customer_gj.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
,
VConsole
)
{
require
([
'vue'
,
'css!style/customerinfo_sub_page.css'
,
'css!style/customer_gj.css'
,
'jquery0325'
,
'common'
],
function
(
Vue
)
{
var
vConsole
=
new
VConsole
();
var
_applyId
=
getUrlParam
(
"applyid"
);
//获取GET参数
var
_applyId
=
getUrlParam
(
"applyid"
);
//获取GET参数
var
_token
=
getUrlParam
(
"token"
);
var
_token
=
getUrlParam
(
"token"
);
Vue
.
component
(
'imgshow-component'
,
{
Vue
.
component
(
'imgshow-component'
,
{
...
@@ -118,17 +117,17 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
...
@@ -118,17 +117,17 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
layerTipsX
(
data
[
'msg'
]);
layerTipsX
(
data
[
'msg'
]);
}
}
}
else
{
}
else
{
layerTipsX
(
'
数据错误
'
);
layerTipsX
(
'
data type error
'
);
};
};
},
},
error
:
function
()
{
error
:
function
()
{
layerTipsX
(
'
上传失败,请重试
'
);
layerTipsX
(
'
enter error
'
);
},
},
complete
:
function
(
xhr
,
textStatus
)
{
complete
:
function
(
xhr
,
textStatus
)
{
if
(
textStatus
===
"timeout"
)
{
if
(
textStatus
===
"timeout"
)
{
//处理超时的逻辑
//处理超时的逻辑
layerTipsX
(
'
请求超时,请重试
'
);
layerTipsX
(
'
timeover
'
);
};
};
_this
.
uploadImgFlag
=
false
;
_this
.
uploadImgFlag
=
false
;
}
}
...
@@ -145,7 +144,7 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
...
@@ -145,7 +144,7 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
}
else
{}
}
else
{}
$
.
ajax
({
$
.
ajax
({
url
:
"/broker/getregions"
,
url
:
ServerHostTempC
+
"/broker/getregions"
,
type
:
'GET'
,
type
:
'GET'
,
timeout
:
30000
,
timeout
:
30000
,
data
:
_data
,
data
:
_data
,
...
@@ -159,17 +158,17 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
...
@@ -159,17 +158,17 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
layerTipsX
(
_data
[
'msg'
]);
layerTipsX
(
_data
[
'msg'
]);
}
}
}
else
{
}
else
{
layerTipsX
(
'
数据错误
'
);
layerTipsX
(
'
data type error
'
);
};
};
},
},
error
:
function
()
{
error
:
function
()
{
layerTipsX
(
'
上传失败,请重试
'
);
layerTipsX
(
'
enter error
'
);
},
},
complete
:
function
(
xhr
,
textStatus
)
{
complete
:
function
(
xhr
,
textStatus
)
{
if
(
textStatus
===
"timeout"
)
{
if
(
textStatus
===
"timeout"
)
{
//处理超时的逻辑
//处理超时的逻辑
layerTipsX
(
'
请求超时,请重试
'
);
layerTipsX
(
'
timeover
'
);
};
};
}
}
});
});
...
@@ -245,17 +244,17 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
...
@@ -245,17 +244,17 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
layerTipsX(data['
msg
']);
layerTipsX(data['
msg
']);
}
}
} else {
} else {
layerTipsX('
数据错误
');
layerTipsX('
data
type
error
');
};
};
},
},
error: function() {
error: function() {
layerTipsX('
上传失败,请重试
');
layerTipsX('
enter
error
');
},
},
complete: function(xhr, textStatus) {
complete: function(xhr, textStatus) {
if(textStatus === "timeout") {
if(textStatus === "timeout") {
//处理超时的逻辑
//处理超时的逻辑
layerTipsX('
请求超时
,
请重试
');
layerTipsX('
timeover
');
};
};
_this.uploadImgFlag = false;
_this.uploadImgFlag = false;
}
}
...
@@ -327,7 +326,7 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
...
@@ -327,7 +326,7 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
layerTipsX(data['
msg
']);
layerTipsX(data['
msg
']);
}
}
} else {
} else {
layerTipsX('
数据错误
');
layerTipsX('
data
type
error
');
};
};
},
},
error: function() {
error: function() {
...
@@ -336,7 +335,7 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
...
@@ -336,7 +335,7 @@ require(['vue', 'vconsole', 'css!style/customerinfo_sub_page.css', 'css!style/cu
complete: function(xhr, textStatus) {
complete: function(xhr, textStatus) {
if(textStatus === "timeout") {
if(textStatus === "timeout") {
//处理超时的逻辑
//处理超时的逻辑
layerTipsX('
请求超时
');
layerTipsX('
timeover
');
};
};
_this.submitFlag = false;
_this.submitFlag = false;
}
}
...
...
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