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
b4ea9aa8
Commit
b4ea9aa8
authored
Aug 13, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业绩明细 加总计
parent
8068e6c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
performancesubsidiaryList.html
...view/performancesubsidiary/performancesubsidiaryList.html
+10
-2
performance_subsidiary.js
public/resource/js/performance_subsidiary.js
+2
-0
No files found.
application/index/view/performancesubsidiary/performancesubsidiaryList.html
View file @
b4ea9aa8
...
@@ -4,6 +4,13 @@
...
@@ -4,6 +4,13 @@
.clear
{
.clear
{
clear
:
both
;
clear
:
both
;
}
}
.margin-top-ld-mingxi
{
margin-top
:
15px
!important
;
float
:
left
;
margin-left
:
5px
;
font-size
:
16px
;
font-weight
:
700
;
}
</style>
</style>
<div
id=
"page-content-wrapper"
>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
<div
class=
"container"
>
...
@@ -53,12 +60,13 @@
...
@@ -53,12 +60,13 @@
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"agent_name"
placeholder=
"分佣方姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"agent_name"
placeholder=
"分佣方姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"agent_phone"
placeholder=
"分佣方手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"agent_phone"
placeholder=
"分佣方手机号"
type=
"text"
value=
""
>
<!--<input class="form-control btn2" data-rule-phoneus="false" data-rule-required="false" id="partical_name" placeholder="分佣方姓名" type="text" value="">-->
<!--<input class="form-control btn2" data-rule-phoneus="false" data-rule-required="false" id="partical_name" placeholder="分佣方姓名" type="text" value="">-->
<div
class=
"clear"
>
<span
class=
"margin-top-ld-mingxi"
>
业绩总计:
</span><span
id=
"performance_subsidiary_total"
class=
"margin-top-ld-mingxi"
></span>
<div
class=
"clear"
>
</div>
</div>
<span
class=
"btn btn-info btn3 search"
id=
"maintable_search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 search"
id=
"maintable_search"
>
搜索
</span>
<span
class=
"btn btn-info btn3"
id=
"maintable_reset"
>
重置
</span>
<span
class=
"btn btn-info btn3"
id=
"maintable_reset"
>
重置
</span>
<!--<span>业绩总计:</span><span id="performance_subsidiary_total">15000</span>-->
<!--<span class="btn btn-info btn3" id="maintable_export">导出excel</span>-->
<!--<span class="btn btn-info btn3" id="maintable_export">导出excel</span>-->
</form>
</form>
</td>
</td>
...
...
public/resource/js/performance_subsidiary.js
View file @
b4ea9aa8
...
@@ -1354,6 +1354,8 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
...
@@ -1354,6 +1354,8 @@ define(['doT','text!temp/performance_subsidiary_template_tpl.html', 'text!temp/r
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'performance_subsidiary_list_tpl'
).
innerHTML
);
var
doTtmpl
=
doT
.
template
(
document
.
getElementById
(
'performance_subsidiary_list_tpl'
).
innerHTML
);
console
.
log
(
data
.
data
);
console
.
log
(
data
.
data
);
$
(
"#maintable_list"
).
html
(
doTtmpl
(
data
.
data
.
data
));
$
(
"#maintable_list"
).
html
(
doTtmpl
(
data
.
data
.
data
));
$
(
'#performance_subsidiary_total'
).
html
(
data
.
data
.
scale_fee_sum
);
// var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo')));
// var user_info_obj = JSON.parse(decodeURIComponent(localStorage.getItem('pcUserInfo')));
/*分页代码*/
/*分页代码*/
add_page
(
data
.
data
.
total
,
pageNo
,
bargain
.
pageSize
,
bargain
.
getList
);
add_page
(
data
.
data
.
total
,
pageNo
,
bargain
.
pageSize
,
bargain
.
getList
);
...
...
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