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
b37e5ad3
Commit
b37e5ad3
authored
Jul 25, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
56117492
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
costCheck.js
public/resource/js/costCheck.js
+2
-0
public.js
public/resource/js/public.js
+2
-0
accountingTable_list_template_tpl.html
.../resource/template/accountingTable_list_template_tpl.html
+1
-1
No files found.
public/resource/js/costCheck.js
View file @
b37e5ad3
...
...
@@ -492,6 +492,8 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
//费用项目 切换
if
(
$
(
'#cost_type_add'
).
val
()
==
3
){
params
.
site_id
=
$
(
'#fee_item_add'
).
val
();
params
.
fee_item
=
302
;
}
else
{
params
.
fee_item
=
$
(
'#fee_item_add'
).
val
();
}
...
...
public/resource/js/public.js
View file @
b37e5ad3
...
...
@@ -364,6 +364,8 @@ function switchFeeItem(str){
return
'其他费用'
;
case
'301'
:
return
'分部固定成本'
;
case
'302'
:
return
'其他费用'
;
case
'401'
:
return
'同联发展基金'
;
case
'501'
:
...
...
public/resource/template/accountingTable_list_template_tpl.html
View file @
b37e5ad3
...
...
@@ -68,7 +68,7 @@
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
><
/td
>
<
td
>
[
%=
it
[
item
][
'apply_for_time'
]
%
]
<
/td
>
<
td
>
[
%=
switchFee
Type
(
it
[
item
][
'type
'
])
%
]
<
/td
>
<
td
>
[
%=
switchFee
SiteId
(
it
[
item
][
'site_id
'
])
%
]
<
/td
>
<
td
>
[
%=
switchFeeItem
(
it
[
item
][
'fee_item'
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'total_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'store_attendance_num'
]
%
]
/
[
%=
it
[
item
][
'district_attendance_num'
]
%
]
<
/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