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
a903b28b
Commit
a903b28b
authored
May 29, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
成交报告详情修改
parent
3768a721
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
22 deletions
+18
-22
reportDetails.vue
public/appnew/src/components/reportDetails/reportDetails.vue
+5
-5
commissionTotal.js
public/resource/js/commissionTotal.js
+3
-2
tax.js
public/resource/js/tax.js
+1
-1
commissionTotal_template_tpl.html
public/resource/template/commissionTotal_template_tpl.html
+9
-14
No files found.
public/appnew/src/components/reportDetails/reportDetails.vue
View file @
a903b28b
...
@@ -207,19 +207,19 @@
...
@@ -207,19 +207,19 @@
},
},
//判断分佣方类型
//判断分佣方类型
centCommission
(
e
)
{
centCommission
(
e
)
{
if
(
e
==
=
1
)
{
if
(
e
==
'1'
)
{
return
'盘方'
return
'盘方'
}
}
if
(
e
==
=
2
)
{
if
(
e
==
'2'
)
{
return
'客方'
return
'客方'
}
}
if
(
e
==
=
3
)
{
if
(
e
==
'3'
)
{
return
'反签'
return
'反签'
}
}
if
(
e
==
=
4
)
{
if
(
e
==
'4'
)
{
return
'独家'
return
'独家'
}
}
if
(
e
==
=
5
)
{
if
(
e
==
'5'
)
{
return
'合作方'
return
'合作方'
}
}
},
},
...
...
public/resource/js/commissionTotal.js
View file @
a903b28b
...
@@ -331,10 +331,11 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs
...
@@ -331,10 +331,11 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs
console
.
log
(
data
);
console
.
log
(
data
);
var
temp
=
document
.
getElementById
(
'commissionTotal_list_tpl'
).
innerHTML
;
var
temp
=
document
.
getElementById
(
'commissionTotal_list_tpl'
).
innerHTML
;
var
doTtmpl
=
doT
.
template
(
temp
);
var
doTtmpl
=
doT
.
template
(
temp
);
$
(
"#business_list"
).
html
(
doTtmpl
(
data
.
data
.
data
.
list
));
$
(
"#business_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
console
.
log
(
data
.
data
.
list
);
/*分页代码*/
/*分页代码*/
add_page
(
data
.
data
.
data
.
total
,
pageNo
,
business
.
pageSize
,
business
.
getList
);
add_page
(
data
.
data
.
total
,
pageNo
,
business
.
pageSize
,
business
.
getList
);
}
}
});
});
},
},
...
...
public/resource/js/tax.js
View file @
a903b28b
...
@@ -334,7 +334,7 @@ define(['doT', 'text!temp/tax_template_tpl.html', 'css!style/home.css', 'ckfinde
...
@@ -334,7 +334,7 @@ define(['doT', 'text!temp/tax_template_tpl.html', 'css!style/home.css', 'ckfinde
var
temp
=
document
.
getElementById
(
'tax_list_tpl'
).
innerHTML
;
var
temp
=
document
.
getElementById
(
'tax_list_tpl'
).
innerHTML
;
var
doTtmpl
=
doT
.
template
(
temp
);
var
doTtmpl
=
doT
.
template
(
temp
);
$
(
"#business_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
$
(
"#business_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
$
(
"
taxTotal"
).
html
(
data
.
total_tax
);
$
(
"
#taxTotal"
).
html
(
data
.
data
.
total_fee
);
/*分页代码*/
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
business
.
pageSize
,
business
.
getList
);
add_page
(
data
.
data
.
total
,
pageNo
,
business
.
pageSize
,
business
.
getList
);
...
...
public/resource/template/commissionTotal_template_tpl.html
View file @
a903b28b
...
@@ -3,22 +3,17 @@
...
@@ -3,22 +3,17 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'income_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'district_store'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'agent'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'internal_address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'cash'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_number'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'scale_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<!--
create_time
string
提交时间
<
td
>
[
%=
it
[
item
][
'cash'
]
%
]
<
/td
>
id
int
成交报告
id
<
td
>
[
%=
it
[
item
][
'service_charge'
]
%
]
<
/td
>
agent_id
string
经纪人
id
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
fee
int
税费
<
td
>
[
%=
it
[
item
][
'fee'
]
%
]
<
/td
>
practical_fee
int
实收佣金
<!--<
td
>
[
%=
it
[
item
][
'service_charge'
]
%
]
<
/td>--
>
name
string
经纪人名
<!--<
td
>
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 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
>
<
a
class
=
"btn1 btn-info timeline"
href
=
"#modal-linetime"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
时间轴
<
/a
>
<
/td>--
>
<
/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