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
32f1d79b
Commit
32f1d79b
authored
Nov 01, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
共用部分
parent
392b8387
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
20 additions
and
7 deletions
+20
-7
bargaininfo_detail_static_pc.html
...n/app_broker/view/index/bargaininfo_detail_static_pc.html
+4
-4
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+1
-1
performancesubsidiaryList.html
...view/performancesubsidiary/performancesubsidiaryList.html
+0
-0
bargaininfo_detail_static_pc.css
public/app/css/bargaininfo_detail_static_pc.css
+1
-0
bargaininfo_detail_static_pc.js
public/app/js/bargaininfo_detail_static_pc.js
+4
-2
public.css
public/resource/css/public.css
+10
-0
performance_subsidiary.js
public/resource/js/performance_subsidiary.js
+0
-0
No files found.
application/app_broker/view/index/bargaininfo_detail_static_pc.html
View file @
32f1d79b
...
@@ -13,9 +13,9 @@
...
@@ -13,9 +13,9 @@
<body
class=
"body-pc"
style=
"display: none;"
>
<body
class=
"body-pc"
style=
"display: none;"
>
<div
id=
"app"
>
<div
id=
"app"
>
<nav
class=
"oh"
>
<nav
class=
"oh"
>
<a
href=
"javascript:;"
class=
"btn-pc"
@
click=
"tabMain(0)"
:class=
"{'btn-
default
-pc':mainInit == 0}"
>
成交信息
</a>
<a
href=
"javascript:;"
class=
"btn-pc"
@
click=
"tabMain(0)"
:class=
"{'btn-
info
-pc':mainInit == 0}"
>
成交信息
</a>
<a
href=
"javascript:;"
class=
"btn-pc"
@
click=
"tabMain(1)"
:class=
"{'btn-
default
-pc':mainInit == 1}"
>
分佣提成
</a>
<a
href=
"javascript:;"
class=
"btn-pc"
@
click=
"tabMain(1)"
:class=
"{'btn-
info
-pc':mainInit == 1}"
>
分佣提成
</a>
<a
href=
"javascript:;"
class=
"btn-pc"
@
click=
"tabMain(2)"
:class=
"{'btn-
default
-pc':mainInit == 2}"
>
开票税费
</a>
<a
href=
"javascript:;"
class=
"btn-pc"
@
click=
"tabMain(2)"
:class=
"{'btn-
info
-pc':mainInit == 2}"
>
开票税费
</a>
</nav>
</nav>
<main>
<main>
<section
v-show=
"mainInit == 0"
>
<section
v-show=
"mainInit == 0"
>
...
@@ -188,7 +188,7 @@
...
@@ -188,7 +188,7 @@
</tbody>
</tbody>
</table>
</table>
</div>
</div>
<div
v-else
>
暂无数据
</div>
<div
v-else
class=
"tc"
>
暂无数据
</div>
</section>
</section>
</main>
</main>
</div>
</div>
...
...
application/app_broker/view/index/shop_detail_pc.html
View file @
32f1d79b
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
<tr
class=
"tr-seat"
>
<tr
class=
"tr-seat"
>
<td
colspan=
"4"
></td>
<td
colspan=
"4"
></td>
</tr>
</tr>
<tr
v-if=
"d.is_show_landlord == 1
)
"
>
<tr
v-if=
"d.is_show_landlord == 1"
>
<td
colspan=
"4"
>
<td
colspan=
"4"
>
<div
class=
"fl"
>
房东:
</div>
<div
class=
"fl"
>
房东:
</div>
<div
class=
"fl"
>
<div
class=
"fl"
>
...
...
application/index/view/performancesubsidiary/performancesubsidiaryList.html
View file @
32f1d79b
This diff is collapsed.
Click to expand it.
public/app/css/bargaininfo_detail_static_pc.css
View file @
32f1d79b
...
@@ -68,6 +68,7 @@ main>section:nth-of-type(1){
...
@@ -68,6 +68,7 @@ main>section:nth-of-type(1){
border-collapse
:
collapse
;
border-collapse
:
collapse
;
border-spacing
:
0
;
border-spacing
:
0
;
border-color
:
grey
;
border-color
:
grey
;
margin
:
0
auto
;
}
}
.fenyong-ticheng-main-table
th
,
.fenyong-ticheng-main-table
th
,
.fenyong-ticheng-main-table
td
{
.fenyong-ticheng-main-table
td
{
...
...
public/app/js/bargaininfo_detail_static_pc.js
View file @
32f1d79b
...
@@ -131,6 +131,8 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
...
@@ -131,6 +131,8 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
if
(
data
.
data
)
{
if
(
data
.
data
)
{
_thisV
.
detailData
=
data
.
data
;
_thisV
.
detailData
=
data
.
data
;
localStorage
.
setItem
(
'tlPcModalTempShopId'
,
data
.
data
.
house_id
);
//存储临时商铺id
localStorage
.
setItem
(
'tlPcModalTempCustomerId'
,
data
.
data
.
user_id
);
//存储临时客户id
};
};
}
else
{
}
else
{
alert
(
'获取失败!'
);
alert
(
'获取失败!'
);
...
@@ -177,10 +179,10 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
...
@@ -177,10 +179,10 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
return
hideTel
(
t
);
return
hideTel
(
t
);
},
},
showCustomerDetail
()
{
showCustomerDetail
()
{
$
(
'a[href="#modal_user_detail"]'
,
parent
.
document
).
click
();
window
.
parent
.
document
.
querySelector
(
'a[href="#modal_user_detail"]'
).
click
();
},
},
showShopDetail
()
{
showShopDetail
()
{
$
(
'a[href="#modal_shop_detail"]'
,
parent
.
document
).
click
();
window
.
parent
.
document
.
querySelector
(
'a[href="#modal_shop_detail"]'
).
click
();
}
}
}
}
});
});
...
...
public/resource/css/public.css
View file @
32f1d79b
...
@@ -349,6 +349,8 @@ a:hover{
...
@@ -349,6 +349,8 @@ a:hover{
.modal-iframe-700
>
div
{
.modal-iframe-700
>
div
{
width
:
700px
;
width
:
700px
;
}
}
/*商铺详情模态框*/
.iframe-shop-detail
{
.iframe-shop-detail
{
border
:
none
;
border
:
none
;
width
:
100%
;
width
:
100%
;
...
@@ -364,6 +366,14 @@ a:hover{
...
@@ -364,6 +366,14 @@ a:hover{
height
:
600px
;
height
:
600px
;
}
}
/*成交报告详情静态页模态框样式*/
.iframe-bargaininfo-static
{
border
:
none
;
width
:
100%
;
max-width
:
1240px
;
height
:
600px
;
}
.menu-sub-alink.active-a
{
.menu-sub-alink.active-a
{
/*background-color: #ff9419!important;*/
/*background-color: #ff9419!important;*/
background-color
:
rgba
(
255
,
148
,
25
,
.7
)
!important
;
background-color
:
rgba
(
255
,
148
,
25
,
.7
)
!important
;
...
...
public/resource/js/performance_subsidiary.js
View file @
32f1d79b
This diff is collapsed.
Click to expand it.
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