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
1019f682
Commit
1019f682
authored
Jul 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
c8760625
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
costCheck.js
public/resource/js/costCheck.js
+1
-1
costDetails.js
public/resource/js/costDetails.js
+1
-1
public.js
public/resource/js/public.js
+2
-2
cost_details_template_tpl.html
public/resource/template/cost_details_template_tpl.html
+2
-2
No files found.
public/resource/js/costCheck.js
View file @
1019f682
...
...
@@ -695,7 +695,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
paramsStr
+=
"purpose="
+
purpose
+
'&'
;
}
if
(
fee_item
)
{
//区分分部
if
(
cost_type
==
2
){
if
(
cost_type
==
3
){
params
.
site_id
=
fee_item
;
paramsStr
+=
"site_id="
+
fee_item
+
'&'
;
}
else
{
...
...
public/resource/js/costDetails.js
View file @
1019f682
...
...
@@ -250,7 +250,7 @@ define(['doT', 'text!temp/cost_details_template_tpl.html', 'css!style/home.css',
*/
buildSearchParams
:
function
(
is_excel
){
var
that
=
cost
;
var
count_time
=
$
(
'#count_time'
).
val
();
var
count_time
=
$
(
'#count_time'
).
val
()
+
'-01'
;
var
create_time_start
=
$
(
'#create_time_start'
).
val
();
var
create_time_end
=
$
(
'#create_time_end'
).
val
();
var
cost_type
=
$
(
'#cost_type'
).
val
();
...
...
public/resource/js/public.js
View file @
1019f682
...
...
@@ -389,9 +389,9 @@ function switchFeeItem(str){
case
'511'
:
return
'网络报销'
;
case
'512'
:
return
'
512
离职员工网络'
;
return
'离职员工网络'
;
case
'513'
:
return
'
513
门店独有成本其他费用'
;
return
'门店独有成本其他费用'
;
default
:
return
'暂无数据'
;
}
...
...
public/resource/template/cost_details_template_tpl.html
View file @
1019f682
...
...
@@ -7,8 +7,8 @@
<
td
>
[
%=
it
[
item
][
'setting_date'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'operator_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'type_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'fee_item_name'
]
%
]
<
/td
>
<
td
>
[
%=
switchFeeType
(
it
[
item
][
'type'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeItem
(
it
[
item
][
'fee_item'
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'purpose'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'store_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'assume_fee'
]
%
]
<
/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