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
89d22c77
Commit
89d22c77
authored
Dec 28, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务日报详情 加关闭按钮
parent
61b60ecb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
daily_details.html
application/index/view/finance/daily_details.html
+5
-2
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 @
89d22c77
...
...
@@ -162,8 +162,8 @@
padding
:
0
3px
;
border-radius
:
6px
;
width
:
111px
;
height
:
3
2
px
;
line-height
:
3
2
px
;
height
:
3
4
px
;
line-height
:
3
4
px
;
font-size
:
15px
;
text-align
:
center
;
cursor
:
pointer
;
...
...
@@ -261,6 +261,9 @@
<span
class=
"manager-title ld-Marheight"
>
杭州同联- 九部一组周小雨
</span>
<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>
<a
class=
"btn btn-default is-close ld-Marheight"
href=
"/index/dailyList"
style=
"display: none;margin-left: 20px;"
>
关闭
</a>
</li>
</div>
<div
class=
"panel-body manager-daily-detail"
>
...
...
public/resource/js/financial_manager_daily_list.js
View file @
89d22c77
...
...
@@ -29,6 +29,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$
(
'#create_time_start'
).
val
(
day_end
);
//店长日报默认当天
//初始化dot
if
(
getUrlParam
(
'time'
)){
$
(
'.is-close'
).
show
();
bargain
.
isFinancial
=
1
;
$
(
'#create_time_start'
).
hide
();
$
(
'.is-submit'
).
hide
();
...
...
@@ -41,6 +42,7 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
bargain
.
store_id
=
getUrlParam
(
'storeId'
);
}
else
{
$
(
'.is-close'
).
hide
();
$
(
'.is-submit-passed'
).
hide
();
$
(
'.is-submit-pass-btn'
).
hide
();
bargain
.
isFinancial
=
0
;
...
...
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