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
3351ffbd
Commit
3351ffbd
authored
May 10, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
db1237ce
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
10 deletions
+6
-10
daily_list.html
application/index/view/finance/daily_list.html
+2
-2
financial_daily_list.js
public/resource/js/financial_daily_list.js
+1
-1
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+0
-6
financial_daily_list_template_tpl.html
.../resource/template/financial_daily_list_template_tpl.html
+3
-1
No files found.
application/index/view/finance/daily_list.html
View file @
3351ffbd
...
@@ -185,7 +185,7 @@
...
@@ -185,7 +185,7 @@
</div>
</div>
<!--财务日报图片 显示-->
<!--财务日报图片 显示-->
<div
class=
"modal fade"
id=
"modal-report-img"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal fade"
id=
"modal-report-img"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-dialog"
style=
"width: 900px;"
>
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
...
@@ -195,7 +195,7 @@
...
@@ -195,7 +195,7 @@
财务日报图片
财务日报图片
</h4>
</h4>
</div>
</div>
<div
class=
"modal-body-img"
>
<div
class=
"modal-body-img"
style=
"width: 900px;overflow-x: scroll;"
>
<img
src=
""
alt=
""
class=
"review-images2"
/>
<img
src=
""
alt=
""
class=
"review-images2"
/>
</div>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-content -->
...
...
public/resource/js/financial_daily_list.js
View file @
3351ffbd
...
@@ -31,7 +31,7 @@ define(['doT', 'text!temp/financial_daily_list_template_tpl.html', 'css!style/ho
...
@@ -31,7 +31,7 @@ define(['doT', 'text!temp/financial_daily_list_template_tpl.html', 'css!style/ho
});
});
//归档图片 显示
//归档图片 显示
$
(
document
).
delegate
(
".financial-check-pic"
,
"click"
,
function
()
{
$
(
document
).
delegate
(
".financial-check-pic"
,
"click"
,
function
()
{
$
(
'.review-images2'
).
attr
(
'src'
,
$
(
this
).
attr
(
"data-img"
));
$
(
'.review-images2'
).
attr
(
'src'
,
ServerHostImageLiu
+
"/"
+
$
(
this
).
attr
(
"data-img"
));
});
});
//点击审核按钮 缓存店铺名称
//点击审核按钮 缓存店铺名称
_doc
.
on
(
'click'
,
'.financial-check'
,
function
(
e
)
{
_doc
.
on
(
'click'
,
'.financial-check'
,
function
(
e
)
{
...
...
public/resource/js/financial_manager_daily_list.js
View file @
3351ffbd
...
@@ -79,12 +79,6 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
...
@@ -79,12 +79,6 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
}
}
bargain
.
getList
(
1
);
bargain
.
getList
(
1
);
});
});
//测试 截图
// _doc.on('click', '.is-submit-pass-btn', function(e) {
// e.preventDefault();
// e.stopPropagation();
// bargain.saveHtml2Image();;
// });
//财务日报审核 点击关闭按钮
//财务日报审核 点击关闭按钮
_doc
.
on
(
'click'
,
'.is-close'
,
function
(
e
)
{
_doc
.
on
(
'click'
,
'.is-close'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
preventDefault
();
...
...
public/resource/template/financial_daily_list_template_tpl.html
View file @
3351ffbd
...
@@ -12,8 +12,10 @@
...
@@ -12,8 +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
>
<
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
{
%
]
[
%
}
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"
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
-
storeTime
=
"[%= it[item]['daily_date
'] %]"
data
-
toggle
=
"modal"
href
=
"#modal-report-img"
>
归档图片
<
/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
>
[
%
}
%
]
[
%
}
%
]
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
...
...
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