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
6d030480
Commit
6d030480
authored
Dec 19, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务优化
parent
66ba6f94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+8
-3
No files found.
public/resource/js/financial_manager_daily_list.js
View file @
6d030480
...
...
@@ -224,8 +224,11 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$
(
'#pay_h'
).
html
(
data
.
data
.
commit_info
.
other_bank
);
$
(
'#pay_i'
).
html
(
data
.
data
.
commit_info
.
agent_name
);
$
(
'#pay_j'
).
html
(
data
.
data
.
commit_info
.
daily_date
);
if
(
data
.
data
.
check_list
){
$
(
'.audit-records'
).
hide
();
$
(
'.audit-records'
).
show
();
if
(
data
.
data
.
check_list
&&
data
.
data
.
check_list
.
length
){
$
(
'#maintable_list_f'
).
show
();
}
else
{
$
(
'#maintable_list_f'
).
hide
();
}
}
else
{
//未提交
...
...
@@ -270,7 +273,9 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
}
else
{
if
(
getUrlParam
(
'time'
)){
$
(
'.is-submit-pass-btn'
).
show
();
$
(
'.is-submit-passed'
).
show
();
$
(
'.is-submit-passed'
).
show
();
$
(
'#maintable_list_total'
).
show
();
}
$
(
'#total_a'
).
html
(
data
.
data
.
total_info
.
alipay
);
$
(
'#total_b'
).
html
(
data
.
data
.
total_info
.
tenpay
);
...
...
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