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
140845a4
Commit
140845a4
authored
May 07, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
归档图片
parent
51ce410f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
6 deletions
+28
-6
daily_list.html
application/index/view/finance/daily_list.html
+19
-0
opensquareLogList.html
application/index/view/opensquare/opensquareLogList.html
+3
-3
financial_daily_list.js
public/resource/js/financial_daily_list.js
+4
-1
opensquareList.js
public/resource/js/opensquareList.js
+1
-1
financial_daily_list_template_tpl.html
.../resource/template/financial_daily_list_template_tpl.html
+1
-0
opensquareList_template_tpl.html
public/resource/template/opensquareList_template_tpl.html
+0
-1
No files found.
application/index/view/finance/daily_list.html
View file @
140845a4
...
...
@@ -183,3 +183,21 @@
</div>
<!-- /.modal -->
</div>
<!--财务日报图片 显示-->
<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-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h4
class=
"modal-title"
>
财务日报图片
</h4>
</div>
<div
class=
"modal-body-img"
>
<img
src=
""
alt=
""
class=
"review-images2"
/>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
\ No newline at end of file
application/index/view/opensquare/opensquareLogList.html
View file @
140845a4
...
...
@@ -181,7 +181,7 @@
.img-pre-ul
>
li
>
img
{
float
:
left
;
width
:
200
px
;
width
:
116
px
;
height
:
130px
;
object-fit
:
contain
;
cursor
:
pointer
;
...
...
@@ -478,9 +478,9 @@
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
封面图:(至少一张)
</label>
<div
class=
"col-xs-9"
>
<ul
class=
"list-group"
>
<ul
class=
"list-group"
style=
"margin-bottom: -6px;"
>
<li
class=
"list-group-item"
>
<div
class=
"file-upload-area p-a-0
"
>
<div
class=
"file-upload-area p-a-0
"
style=
"padding: 0;
"
>
<ul
class=
"img-pre-ul"
id=
"fujian_ul_add"
></ul>
<div
class=
"btn-area"
>
<input
class=
"btn btn-default"
type=
"file"
id=
"upload-image-btn"
data-limittop=
"1"
/>
<!--修改上传文件的最大数字-->
...
...
public/resource/js/financial_daily_list.js
View file @
140845a4
...
...
@@ -29,7 +29,10 @@ define(['doT', 'text!temp/financial_daily_list_template_tpl.html', 'css!style/ho
bargain
.
mainTabIndex
=
_this
.
index
();
bargain
.
getList
(
1
);
});
//归档图片 显示
$
(
document
).
delegate
(
".financial-check-pic"
,
"click"
,
function
()
{
$
(
'.review-images2'
).
attr
(
'src'
,
$
(
this
).
attr
(
"data-img"
));
});
//点击审核按钮 缓存店铺名称
_doc
.
on
(
'click'
,
'.financial-check'
,
function
(
e
)
{
e
.
preventDefault
();
...
...
public/resource/js/opensquareList.js
View file @
140845a4
...
...
@@ -229,7 +229,7 @@ define (['doT', 'text!temp/opensquareList_template_tpl.html','ckfinder','ckfinde
success
:
function
(
data
)
{
if
(
data
.
code
==
200
)
{
$
(
'#dish_name'
).
val
(
data
.
data
.
ex
ternal_title
);
$
(
'#dish_name'
).
val
(
data
.
data
.
in
ternal_title
);
user
.
agent_id_choose
=
data
.
data
.
house_id
//编辑获取关联商铺id
$
(
'#announcement_title_add'
).
val
(
data
.
data
.
title
);
$
(
"#add_city_id"
).
val
(
data
.
data
.
site_id
);
...
...
public/resource/template/financial_daily_list_template_tpl.html
View file @
140845a4
...
...
@@ -12,6 +12,7 @@
<
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
-
storeTime
=
"[%= it[item]['daily_date'] %]"
data
-
toggle
=
"modal"
href
=
"#modal-report-img"
>
归档图片
<
/a
>
[
%
}
%
]
<
/td
>
<
/tr
>
...
...
public/resource/template/opensquareList_template_tpl.html
View file @
140845a4
...
...
@@ -19,7 +19,6 @@
<
a
class
=
"btn1 btn-success show_modal_btn"
href
=
"#show_modal"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['id'] %]"
>
查看
<
/a>
<
a
class
=
"btn1 btn-success edit_modal_btn"
href
=
"#add_modal"
data
-
toggle
=
"modal"
data
-
id
=
"[%= it[item]['id'] %]"
>
编辑
<
/a>
<
a
class
=
"btn1 btn-danger announcement-del"
href
=
"#modal-delete"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
删除
<
/a
>
<
a
class
=
"btn1 btn-success associated-shops"
href
=
"#modal-associatedShops"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
关联商铺
<
/a
>
<
/td
>
<
/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