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
fa500f6d
Commit
fa500f6d
authored
Jan 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台优化
parent
5e208a51
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
daily_details.html
application/index/view/finance/daily_details.html
+1
-1
public.css
public/resource/css/public.css
+1
-1
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+6
-0
No files found.
application/index/view/finance/daily_details.html
View file @
fa500f6d
...
@@ -262,7 +262,7 @@
...
@@ -262,7 +262,7 @@
<input
class=
"btn4-pk ld-Marheight input-pk-style"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"create_time_start"
name=
"start_date1"
type=
"date"
>
<input
class=
"btn4-pk ld-Marheight input-pk-style"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"create_time_start"
name=
"start_date1"
type=
"date"
>
<span
class=
"is-print ld-Marheight"
>
打印
</span>
<span
class=
"is-print ld-Marheight"
>
打印
</span>
<a
class=
"btn btn-default is-close ld-Marheight"
href=
"/index/dailyList"
style=
"display: none;margin-left: 20px;"
>
关闭
</a>
<a
class=
"btn btn-default is-close ld-Marheight"
style=
"display: none;margin-left: 20px;"
>
关闭
</a>
</li>
</li>
</div>
</div>
...
...
public/resource/css/public.css
View file @
fa500f6d
...
@@ -117,7 +117,7 @@ a:hover{
...
@@ -117,7 +117,7 @@ a:hover{
width
:
14%
;
width
:
14%
;
z-index
:
1000
;
z-index
:
1000
;
float
:
left
;
float
:
left
;
height
:
8
5
0px
;
height
:
8
6
0px
;
/*animation: show-mulu-action 1.3s;*/
/*animation: show-mulu-action 1.3s;*/
/*目录显示的动画效果(from透明 to 全部显示,用时1.5秒)*/
/*目录显示的动画效果(from透明 to 全部显示,用时1.5秒)*/
}
}
...
...
public/resource/js/financial_manager_daily_list.js
View file @
fa500f6d
...
@@ -87,6 +87,12 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
...
@@ -87,6 +87,12 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
e
.
stopPropagation
();
e
.
stopPropagation
();
bargain
.
getList
(
1
);
//一级审核搜索
bargain
.
getList
(
1
);
//一级审核搜索
});
});
//财务日报审核 点击关闭按钮
_doc
.
on
(
'click'
,
'.is-close'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
stopPropagation
();
location
.
href
=
'/index/dailyList'
});
//点击资料 显示图片
//点击资料 显示图片
_doc
.
on
(
'click'
,
'.record-pic'
,
function
(
e
)
{
_doc
.
on
(
'click'
,
'.record-pic'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
preventDefault
();
...
...
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