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
9602bddd
Commit
9602bddd
authored
Jun 26, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8c0d69ec
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
48 deletions
+4
-48
bargaininfo_detail_static_pc_office.html
...roker/view/index/bargaininfo_detail_static_pc_office.html
+2
-2
bargaininfo_detail_static_pc.js
public/app/js/bargaininfo_detail_static_pc.js
+2
-23
bargaininfo_detail_static_pc_office.js
public/app/js/bargaininfo_detail_static_pc_office.js
+0
-23
No files found.
application/app_broker/view/index/bargaininfo_detail_static_pc_office.html
View file @
9602bddd
...
...
@@ -32,7 +32,7 @@
<li>
<div>
楼盘地址:
</div>
<div>
{{detailData.internal_address}}
<
!--<button v-if="otherBtn!='no'" class="btn-pc btn-info-pc btn-show-shop-detail" @click.stop.prevent="showShopDetail">商铺</button>--
>
<
button
v-if=
"otherBtn!='no'"
class=
"btn-pc btn-info-pc btn-show-shop-detail"
@
click
.
stop
.
prevent=
"showShopDetail"
>
商铺
</button
>
</div>
</li>
<li>
...
...
@@ -67,7 +67,7 @@
<li>
<div>
客户电话:
</div>
<div>
{{hidePhone(detailData.user_phone)}}
<
!--<button v-if="otherBtn!='no'" class="btn-pc btn-info-pc btn-show-customer-detail" @click.stop.prevent="showCustomerDetail">客户</button>--
>
<
button
v-if=
"otherBtn!='no'"
class=
"btn-pc btn-info-pc btn-show-customer-detail"
@
click
.
stop
.
prevent=
"showCustomerDetail"
>
客户
</button
>
</div>
</li>
<li>
...
...
public/app/js/bargaininfo_detail_static_pc.js
View file @
9602bddd
...
...
@@ -53,12 +53,6 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
getFenyong
()
{
let
_thisV
=
this
;
//获取分佣提成
if
(
isOffice
==
2
){
isOfficeUrl
=
'/office_index/commissionList'
;
_thisV
.
otherBtn
=
'no'
;
}
else
{
isOfficeUrl
=
'/index/commissionList'
;
}
$
.
ajax
({
'type'
:
'GET'
,
...
...
@@ -114,17 +108,10 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
getShuifei
()
{
//获取开票税费
let
_thisV
=
this
;
if
(
isOffice
==
2
){
isOfficeUrl
=
'/office_index/getTallAge'
;
_thisV
.
otherBtn
=
'no'
;
}
else
{
isOfficeUrl
=
'/index/getTallAge'
;
}
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
isOfficeUrl
,
'url'
:
'/index/getTallAge'
,
data
:
{
'bargain_id'
:
order_id
},
...
...
@@ -143,17 +130,9 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
getDeatil
()
{
//获取成交信息
let
_thisV
=
this
;
if
(
isOffice
==
2
){
isOfficeUrl
=
'/office_index/bargainInfo'
;
_thisV
.
otherBtn
=
'no'
;
}
else
{
isOfficeUrl
=
'/index/bargainInfo'
;
}
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
isOfficeUrl
,
'url'
:
'/index/bargainInfo'
,
data
:
{
'id'
:
order_id
},
...
...
public/app/js/bargaininfo_detail_static_pc_office.js
View file @
9602bddd
...
...
@@ -53,13 +53,6 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
getFenyong
()
{
let
_thisV
=
this
;
//获取分佣提成
if
(
isOffice
==
2
){
isOfficeUrl
=
'/office_index/commissionList'
;
_thisV
.
otherBtn
=
'no'
;
}
else
{
isOfficeUrl
=
'/index/commissionList'
;
}
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/office_index/commissionList'
,
...
...
@@ -114,14 +107,6 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
getShuifei
()
{
//获取开票税费
let
_thisV
=
this
;
if
(
isOffice
==
2
){
isOfficeUrl
=
'/office_index/getTallAge'
;
_thisV
.
otherBtn
=
'no'
;
}
else
{
isOfficeUrl
=
'/index/getTallAge'
;
}
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
isOfficeUrl
,
...
...
@@ -143,14 +128,6 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
getDeatil
()
{
//获取成交信息
let
_thisV
=
this
;
if
(
isOffice
==
2
){
isOfficeUrl
=
'/office_index/bargainInfo'
;
_thisV
.
otherBtn
=
'no'
;
}
else
{
isOfficeUrl
=
'/index/bargainInfo'
;
}
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/office_index/bargainInfo'
,
...
...
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