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
579c4749
Commit
579c4749
authored
Jul 31, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表
parent
c9a05745
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
67 additions
and
9 deletions
+67
-9
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+11
-1
commission.html
application/index/view/finance/commission.html
+6
-0
commission_total.html
application/index/view/finance/commission_total.html
+6
-0
tax.html
application/index/view/finance/tax.html
+6
-0
performancesubsidiaryList.html
...view/performancesubsidiary/performancesubsidiaryList.html
+6
-0
commission.js
public/resource/js/commission.js
+12
-0
performance_subsidiary.js
public/resource/js/performance_subsidiary.js
+6
-6
tax.js
public/resource/js/tax.js
+14
-2
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
579c4749
...
...
@@ -165,7 +165,7 @@
</div>
</td>
</tr>
<tr
v-if=
"
fals
e"
>
<tr
v-if=
"
tru
e"
>
<td
colspan=
"4"
>
<div
class=
"fl"
>
案场权限人:
</div>
<div
class=
"fl"
>
...
...
@@ -175,6 +175,16 @@
</div>
</td>
</tr>
<tr
v-if=
"true"
>
<td
colspan=
"4"
>
<div
class=
"fl"
>
上传人:
</div>
<div
class=
"fl"
>
<ul
class=
"oh phone-list"
>
<li
class=
"fl oh"
>
{{d.upload_user}}
</li>
</ul>
</div>
</td>
</tr>
<tr>
<td>
上传时间:{{d.create_time}}
</td>
<td>
最后编辑时间:{{d.update_time}}
</td>
...
...
application/index/view/finance/commission.html
View file @
579c4749
...
...
@@ -92,6 +92,12 @@
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr>
<td
colspan=
"14"
class=
"maintable-top-sub-tr"
>
<a
class=
"btn btn-info liudan_pic_btn"
>
商铺
</a>
<a
class=
"btn btn-default liudan_pic_btn"
>
公楼
</a>
</td>
</tr>
<tr>
<td
colspan=
"12"
>
<form
id=
"form_search"
>
...
...
application/index/view/finance/commission_total.html
View file @
579c4749
...
...
@@ -96,6 +96,7 @@
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr>
<td
colspan=
"10"
>
<form
id=
"form_search"
>
...
...
@@ -103,6 +104,11 @@
<div
class=
"clear"
>
</div>
<select
class=
"form-control ld-Marheight btn4"
name=
""
id=
"maintable_shop_type_yeji"
>
<option
value=
""
>
房源类型
</option>
<option
value=
"0"
>
商铺
</option>
<option
value=
"1"
>
办公楼
</option>
</select>
<span
class=
"fore-span ld-Marheight"
>
收佣日期/开票日期:
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"create_time"
name=
"start_date"
type=
"date"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
...
...
application/index/view/finance/tax.html
View file @
579c4749
...
...
@@ -80,6 +80,12 @@
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr>
<td
colspan=
"14"
class=
"maintable-top-sub-tr"
>
<a
class=
"btn btn-info liudan_pic_btn"
>
商铺
</a>
<a
class=
"btn btn-default liudan_pic_btn"
>
公楼
</a>
</td>
</tr>
<tr>
<td
colspan=
"9"
>
<form
id=
"form_search"
>
...
...
application/index/view/performancesubsidiary/performancesubsidiaryList.html
View file @
579c4749
...
...
@@ -62,6 +62,12 @@
<div
class=
"table-responsive"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr>
<td
colspan=
"14"
class=
"maintable-top-sub-tr"
>
<a
class=
"btn btn-info liudan_pic_btn"
>
商铺
</a>
<a
class=
"btn btn-default liudan_pic_btn"
>
公楼
</a>
</td>
</tr>
<!--三级审核的搜索功能-->
<tr>
<td
colspan=
"16"
>
...
...
public/resource/js/commission.js
View file @
579c4749
...
...
@@ -52,6 +52,18 @@ define(['doT', 'text!temp/commission_template_tpl.html', 'css!style/home.css', '
},
event
:
function
()
{
var
_doc
=
$
(
document
);
//商铺 办公楼切换
_doc
.
on
(
'click'
,
'.maintable-top-sub-tr>a'
,
function
(
e
){
e
.
preventDefault
();
e
.
stopPropagation
();
var
_this
=
$
(
this
);
_this
.
removeClass
(
'btn-default'
).
addClass
(
'btn-info'
).
siblings
().
removeClass
(
'btn-info'
).
addClass
(
'btn-default'
);
if
(
$
(
this
).
index
()
==
0
){
}
else
if
(
$
(
this
).
index
()
==
1
){
}
});
$
(
"#search"
).
click
(
function
()
{
bargain
.
getList
(
1
);
});
...
...
public/resource/js/performance_subsidiary.js
View file @
579c4749
...
...
@@ -17,17 +17,17 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
},
event
:
function
()
{
var
_doc
=
$
(
document
);
//主页面一级审核,二级审核,三级审核,结单四个tab的点击事件
//专员审核 总监审核 经理审核 出纳审核
//商铺 办公楼切换
_doc
.
on
(
'click'
,
'.maintable-top-sub-tr>a'
,
function
(
e
){
e
.
preventDefault
();
e
.
stopPropagation
();
var
_this
=
$
(
this
);
_this
.
removeClass
(
'btn-default'
).
addClass
(
'btn-info'
).
siblings
().
removeClass
(
'btn-info'
).
addClass
(
'btn-default'
);
bargain
.
mainTabIndex
=
_this
.
index
();
console
.
log
(
bargain
.
mainTabIndex
);
bargain
.
getList
(
1
);
if
(
$
(
this
).
index
()
==
0
){
}
else
if
(
$
(
this
).
index
()
==
1
){
}
});
//成交报告详情 点击商铺 查看商铺详情
_doc
.
on
(
'click'
,
'a[href="#modal_shop_detail"]'
,
function
(
e
){
...
...
public/resource/js/tax.js
View file @
579c4749
...
...
@@ -16,10 +16,22 @@ define(['doT','text!temp/tax_template_tpl.html', 'css!style/home.css', 'css!styl
},
event
:
function
()
{
var
_doc
=
$
(
document
);
$
(
"#search"
).
click
(
function
()
{
//商铺 办公楼切换
_doc
.
on
(
'click'
,
'.maintable-top-sub-tr>a'
,
function
(
e
){
e
.
preventDefault
();
e
.
stopPropagation
();
var
_this
=
$
(
this
);
_this
.
removeClass
(
'btn-default'
).
addClass
(
'btn-info'
).
siblings
().
removeClass
(
'btn-info'
).
addClass
(
'btn-default'
);
if
(
$
(
this
).
index
()
==
0
){
}
else
if
(
$
(
this
).
index
()
==
1
){
}
});
$
(
"#search"
).
click
(
function
()
{
bargain
.
getList
(
1
);
});
$
(
"#reset"
).
click
(
function
()
{
//重置
$
(
"#reset"
).
click
(
function
()
{
//重置
document
.
getElementById
(
"form_search"
).
reset
();
});
//主页面一级审核,二级审核,三级审核,结单四个tab的点击事件
...
...
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