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
463d04d0
Commit
463d04d0
authored
May 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7803afee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
daily_total.js
public/resource/js/daily_total.js
+3
-0
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+2
-0
financial_daily_list_template_tpl.html
.../resource/template/financial_daily_list_template_tpl.html
+4
-1
No files found.
public/resource/js/daily_total.js
View file @
463d04d0
...
...
@@ -29,6 +29,9 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
$
(
document
).
on
(
'click'
,
'#reset'
,
function
(
e
){
$
(
'#comit_time_start'
).
val
(
''
);
$
(
'#comit_time_end'
).
val
(
''
);
$
(
'#create_start_time'
).
val
(
''
);
$
(
'#create_end_time'
).
val
(
''
);
});
},
...
...
public/resource/js/financial_manager_daily_list.js
View file @
463d04d0
...
...
@@ -1084,6 +1084,8 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
!=
null
)
{
}
else
{
alert
(
data
.
msg
);
}
}
});
...
...
public/resource/template/financial_daily_list_template_tpl.html
View file @
463d04d0
...
...
@@ -12,7 +12,10 @@
<
a
class
=
"btn1 btn-info financial-check"
data
-
recordid
=
"[%= it[item]['id'] %]"
data
-
store
=
"[%= it[item]['store_name'] %]"
data
-
storeId
=
"[%= it[item]['store_id'] %]"
data
-
storeTime
=
"[%= it[item]['daily_date'] %]"
data
-
toggle
=
"modal"
>
审核
<
/a
>
[
%
}
else
{
%
]
<
a
class
=
"btn1 btn-info financial-check"
data
-
recordid
=
"[%= it[item]['id'] %]"
data
-
store
=
"[%= it[item]['store_name'] %]"
data
-
storeId
=
"[%= it[item]['store_id'] %]"
data
-
storeTime
=
"[%= it[item]['daily_date'] %]"
data
-
toggle
=
"modal"
>
查看
<
/a
>
<
a
class
=
"btn1 btn-info financial-check-pic"
data
-
recordid
=
"[%= it[item]['id'] %]"
data
-
store
=
"[%= it[item]['store_name'] %]"
data
-
storeId
=
"[%= it[item]['store_id'] %]"
data
-
img
=
"[%= it[item]['back_img'] %]"
data
-
toggle
=
"modal"
href
=
"#modal-report-img"
>
归档图片
<
/a
>
[
%
if
(
it
[
item
][
'back_img'
]){
%
]
<
a
class
=
"btn1 btn-info financial-check-pic"
data
-
recordid
=
"[%= it[item]['id'] %]"
data
-
store
=
"[%= it[item]['store_name'] %]"
data
-
storeId
=
"[%= it[item]['store_id'] %]"
data
-
img
=
"[%= it[item]['back_img'] %]"
data
-
toggle
=
"modal"
href
=
"#modal-report-img"
>
归档图片
<
/a
>
[
%
}
%
]
[
%
}
%
]
...
...
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