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
0c34b0e3
Commit
0c34b0e3
authored
Sep 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
转到审核中 按钮显示隐藏
parent
a3ea635e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
daily_details.html
application/index/view/finance/daily_details.html
+1
-1
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+2
-0
No files found.
application/index/view/finance/daily_details.html
View file @
0c34b0e3
...
...
@@ -925,7 +925,7 @@
<a
class=
"btn btn-primary is-submit"
>
提交
</a>
<a
class=
"btn btn-primary is-submit-pass-btn"
href=
"#modal_financialremark"
data-toggle=
"modal"
>
审核通过
</a>
<a
class=
"btn btn-primary is-submit-passed-btn"
href=
"#modal_financialremarked"
data-toggle=
"modal"
>
转到已审核
</a>
<a
class=
"btn btn-primary inReview"
href=
"javascript:;"
>
转到审核中
</a>
<a
class=
"btn btn-primary inReview"
href=
"javascript:;"
style=
"display: none;"
>
转到审核中
</a>
</div>
<div
class=
"tips-dian text-danger text-center"
style=
"font-size: 16px; font-weight: 600;"
>
...
...
public/resource/js/financial_manager_daily_list.js
View file @
0c34b0e3
...
...
@@ -52,6 +52,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
$
(
'.is-submit-passed-btn'
).
show
();
$
(
'.is-submit-pass-btn'
).
show
();
if
(
check_auth
(
'index/backDailyCheck'
)){
// console.log(555)
$
(
'.inReview'
).
show
();
//财务日报审核 转到审核中
}
...
...
@@ -1195,6 +1196,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
$
(
'.add-pic'
).
hide
();
//财务看的 财务日报 已审核 不显示编辑按钮
$
(
'.del-details'
).
hide
();
if
(
check_auth
(
'index/backDailyCheck'
)){
console
.
log
(
555
)
$
(
'.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