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
7fdba4a8
Commit
7fdba4a8
authored
Aug 26, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用报销
parent
670727ae
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
publicCostDetails.html
application/index/view/cost/publicCostDetails.html
+11
-0
main_index.html
application/index/view/main_index/main_index.html
+1
-0
performance_ranking.html
...n/index/view/performance_ranking/performance_ranking.html
+6
-0
publicCostDetails.js
public/resource/js/publicCostDetails.js
+2
-0
No files found.
application/index/view/cost/publicCostDetails.html
View file @
7fdba4a8
...
...
@@ -266,6 +266,17 @@
</div>
</div>
</div>
<div
class=
"col-xs-12 margain-10 fee_store_hide"
style=
"display: none;"
>
<div
class=
"col-xs-6"
>
<div
class=
"form-group"
>
<strong><span
class=
"col-xs-4 ld-Marheight"
>
费用承担办公室:
</span></strong>
<span
id=
"fee_store"
class=
"col-xs-6 ld-Marheight"
>
</span>
</div>
</div>
</div>
<div
class=
"col-xs-12"
style=
"padding: 0 30px;"
>
<p
style=
"font-size: 16px;font-weight: 600;"
>
成本明细
</p>
<div
class=
""
>
...
...
application/index/view/main_index/main_index.html
View file @
7fdba4a8
...
...
@@ -69,6 +69,7 @@
#mainFrameTabs
::-webkit-scrollbar-thumb
{
background-color
:
#CCCCCC
!important
;
}
</style>
<!--<div class="backer"></div>-->
<!--切换不同的页面 框架-->
...
...
application/index/view/performance_ranking/performance_ranking.html
View file @
7fdba4a8
...
...
@@ -200,6 +200,12 @@
font-size
:
.15rem
;
margin-left
:
.1rem
;
}
.panel
{
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0
);
}
.panel-default
{
border-color
:
#fff
;
}
</style>
<!--<div class="backer"></div>-->
<div
id=
"page-content-wrapper"
>
...
...
public/resource/js/publicCostDetails.js
View file @
7fdba4a8
...
...
@@ -205,6 +205,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
cost
.
store_id
=
data
.
data
.
store_id
;
//门店id
cost
.
office_id
=
data
.
data
.
office_id
;
//办公室id
$
(
'#fee_store'
).
html
(
data
.
data
.
office_name
);
//费用承担办公室
$
(
'#cost_id'
).
html
(
data
.
data
.
id
);
$
(
'#tijiaoren'
).
html
(
data
.
data
.
agent_name
);
//提交人
$
(
'#tijiaotime'
).
html
(
data
.
data
.
create_time
);
...
...
@@ -221,6 +222,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
//根据费用类型 显示费用项目
// 费用类型 1办公室成本 2上海总部成本 3分部成本 4同联发展基金 5门店单独成本。
if
(
data
.
data
.
type
==
1
){
//办公室
$
(
'.fee_store_hide'
).
show
();
//费用承担办公室
$
(
'.choose_office_add'
).
show
();
$
(
'.choose_total_add'
).
hide
();
$
(
'.choose_siteID_add'
).
hide
();
...
...
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