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
ae4f2111
Commit
ae4f2111
authored
Sep 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
转到审核中
parent
2e004e9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+7
-2
No files found.
public/resource/js/financial_manager_daily_list.js
View file @
ae4f2111
...
@@ -51,7 +51,10 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
...
@@ -51,7 +51,10 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
$
(
'.is-print'
).
show
();
$
(
'.is-print'
).
show
();
$
(
'.is-submit-passed-btn'
).
show
();
$
(
'.is-submit-passed-btn'
).
show
();
$
(
'.is-submit-pass-btn'
).
show
();
$
(
'.is-submit-pass-btn'
).
show
();
$
(
'.inReview'
).
show
();
//财务日报审核 转到审核中
if
(
check_auth
(
'index/backDailyCheck'
)){
$
(
'.inReview'
).
show
();
//财务日报审核 转到审核中
}
bargain
.
financialTime
=
getUrlParam
(
'time'
);
bargain
.
financialTime
=
getUrlParam
(
'time'
);
var
managerTitle
=
localStorage
.
getItem
(
'financial_check_string_liu'
)
+
' '
+
bargain
.
financialTime
;
var
managerTitle
=
localStorage
.
getItem
(
'financial_check_string_liu'
)
+
' '
+
bargain
.
financialTime
;
...
@@ -1191,7 +1194,9 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
...
@@ -1191,7 +1194,9 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
if
(
bargain
.
isFinancial
*
1
==
1
){
if
(
bargain
.
isFinancial
*
1
==
1
){
$
(
'.add-pic'
).
hide
();
//财务看的 财务日报 已审核 不显示编辑按钮
$
(
'.add-pic'
).
hide
();
//财务看的 财务日报 已审核 不显示编辑按钮
$
(
'.del-details'
).
hide
();
$
(
'.del-details'
).
hide
();
$
(
'.inReview'
).
show
();
//财务日报审核 已审核状态
if
(
check_auth
(
'index/backDailyCheck'
)){
$
(
'.inReview'
).
show
();
//财务日报审核 转到审核中
}
}
}
...
...
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