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
b7800c65
Commit
b7800c65
authored
Jun 13, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拜访列表修改
parent
d59f0431
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
+9
-10
visitShop.html
application/index/view/supervise/visitShop.html
+1
-1
visitShop.js
public/resource/js/visitShop.js
+8
-9
No files found.
application/index/view/supervise/visitShop.html
View file @
b7800c65
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
</h4>
</h4>
</div>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<img
src=
"
images/banner/Tulips.jpg"
alt=
""
/>
<img
src=
"
"
alt=
""
class=
"review-images2"
/>
</div>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
<!-- /.modal -->
...
...
public/resource/js/visitShop.js
View file @
b7800c65
...
@@ -28,7 +28,8 @@ define(['doT', 'text!temp/visit_shop_template_tpl.html', 'css!style/home.css', '
...
@@ -28,7 +28,8 @@ define(['doT', 'text!temp/visit_shop_template_tpl.html', 'css!style/home.css', '
});
});
$
(
document
).
delegate
(
".review-images"
,
"click"
,
function
()
{
//提交
$
(
document
).
delegate
(
".review-images"
,
"click"
,
function
()
{
//提交
console
.
log
(
$
(
this
).
attr
(
"data-img"
));
// console.log($(this).attr ("data-img"));
$
(
'.review-images2'
).
attr
(
'src'
,
$
(
this
).
attr
(
"data-img"
));
});
});
$
(
"#export"
).
click
(
function
()
{
//导出列表
$
(
"#export"
).
click
(
function
()
{
//导出列表
...
@@ -131,14 +132,12 @@ define(['doT', 'text!temp/visit_shop_template_tpl.html', 'css!style/home.css', '
...
@@ -131,14 +132,12 @@ define(['doT', 'text!temp/visit_shop_template_tpl.html', 'css!style/home.css', '
console
.
log
(
$
(
'#shop_name'
).
val
());
console
.
log
(
$
(
'#shop_name'
).
val
());
follow
.
pageNo
=
pageNo
;
follow
.
pageNo
=
pageNo
;
var
params
=
{};
var
params
=
{};
params
.
user_name
=
$
.
trim
(
$
(
'#customer_name'
).
val
());
params
.
start_date
=
$
(
'#start_date'
).
val
();
params
.
start_time
=
$
(
'#start_date'
).
val
();
params
.
start_end
=
$
(
'#end_date'
).
val
();
params
.
end_time
=
$
(
'#end_date'
).
val
();
params
.
store_name
=
$
(
'#visitors_shop'
).
val
();
params
.
internal_title
=
$
(
'#shop_name'
).
val
();
params
.
phone
=
$
(
'#visitors_phone'
).
val
();
params
.
user_phone
=
$
(
'#customer_phone'
).
val
();
params
.
visitor_name
=
$
(
'#visitors_name'
).
val
();
params
.
store_name
=
$
(
'#store_name'
).
val
();
params
.
shop_name
=
$
(
'#visiting_shop'
).
val
();
params
.
report_phone
=
$
(
'#applicant_phone'
).
val
();
params
.
report_name
=
$
(
'#applicant_name'
).
val
();
params
.
pageNo
=
follow
.
pageNo
;
params
.
pageNo
=
follow
.
pageNo
;
params
.
pageSize
=
follow
.
pageSize
;
params
.
pageSize
=
follow
.
pageSize
;
$
.
ajax
({
$
.
ajax
({
...
...
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