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
f3ee7a6c
Commit
f3ee7a6c
authored
May 28, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分佣提成汇总
parent
512a56fb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
index.html
application/index/view/business_district/index.html
+1
-1
commissionTotal.js
public/resource/js/commissionTotal.js
+1
-1
commissionTotal_template_tpl.html
public/resource/template/commissionTotal_template_tpl.html
+10
-2
No files found.
application/index/view/business_district/index.html
View file @
f3ee7a6c
...
...
@@ -12,7 +12,7 @@
<div
class=
"col-lg-10 col-lg-offset-0"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading breadcrumb"
>
<li><a
href=
"#"
>
商
铺管理
</a></li>
<li><a
href=
"#"
>
商
圈列表
</a></li>
<li
class=
"active"
>
添加商圈
</li>
<div
class=
"pull-right"
>
<ul
class=
"bread_btn"
>
...
...
public/resource/js/commissionTotal.js
View file @
f3ee7a6c
...
...
@@ -322,7 +322,7 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs
params
.
house_number
=
$
(
'#internal_num'
).
val
();
$
.
ajax
({
url
:
'/index/get
TallAge
List'
,
//获取列表
url
:
'/index/get
CommissionTotal
List'
,
//获取列表
type
:
'GET'
,
async
:
true
,
data
:
params
,
...
...
public/resource/template/commissionTotal_template_tpl.html
View file @
f3ee7a6c
...
...
@@ -9,8 +9,16 @@
<
td
>
[
%=
it
[
item
][
'house_number'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'scale_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<!--<
td
>
<!--
create_time
string
提交时间
id
int
成交报告
id
agent_id
string
经纪人
id
fee
int
税费
practical_fee
int
实收佣金
name
string
经纪人名
phone
string
经纪人手机
district_store
string
所属部门
/
门店
scale_fee
int
应收佣金
<!--<
td
>-->
<
a
class
=
"btn1 btn-info edit"
href
=
"#modal-details"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-info timeline"
href
=
"#modal-linetime"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
时间轴
<
/a
>
<
/td>--
>
...
...
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