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
631ab3ac
Commit
631ab3ac
authored
Sep 28, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日报 修改
parent
1749788a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
22 deletions
+4
-22
dayAchievementsReport.js
public/resource/js/dayAchievementsReport.js
+3
-13
weekAchievementsReport.js
public/resource/js/weekAchievementsReport.js
+1
-9
No files found.
public/resource/js/dayAchievementsReport.js
View file @
631ab3ac
...
@@ -5,12 +5,8 @@
...
@@ -5,12 +5,8 @@
pageSize
:
15
,
pageSize
:
15
,
/*每页显示多少条*/
/*每页显示多少条*/
id
:
''
,
id
:
''
,
house_id
:
''
,
type
:
''
,
type
:
''
,
valueCurrent
:
''
,
ajaxObj
:
''
,
ajaxObj
:
''
,
stopstatus
:
true
,
boxphoto
:
''
,
report_id
:
''
,
report_id
:
''
,
agent_id_phone
:
''
,
//经纪人 姓名搜索
agent_id_phone
:
''
,
//经纪人 姓名搜索
init
:
function
()
{
init
:
function
()
{
...
@@ -43,7 +39,7 @@
...
@@ -43,7 +39,7 @@
$
(
document
).
delegate
(
".review-images"
,
"click"
,
function
()
{
//提交
$
(
document
).
delegate
(
".review-images"
,
"click"
,
function
()
{
//提交
$
(
'.review-images2'
).
attr
(
'src'
,
$
(
this
).
attr
(
"data-img"
));
$
(
'.review-images2'
).
attr
(
'src'
,
$
(
this
).
attr
(
"data-img"
));
});
});
//
分佣方
姓名下拉式
//
经纪人
姓名下拉式
$
(
document
).
on
(
"input"
,
"#partical_name"
,
function
()
{
//手机号新增搜索客方
$
(
document
).
on
(
"input"
,
"#partical_name"
,
function
()
{
//手机号新增搜索客方
if
(
$
(
"#partical_name"
).
val
()
==
''
)
{
if
(
$
(
"#partical_name"
).
val
()
==
''
)
{
report
.
agent_id_phone
=
''
;
report
.
agent_id_phone
=
''
;
...
@@ -69,7 +65,7 @@
...
@@ -69,7 +65,7 @@
$
(
document
).
delegate
(
".report-del"
,
"click"
,
function
()
{
$
(
document
).
delegate
(
".report-del"
,
"click"
,
function
()
{
report
.
report_id
=
$
(
this
).
attr
(
"data-id"
);
report
.
report_id
=
$
(
this
).
attr
(
"data-id"
);
});
});
$
(
"#search"
).
click
(
function
()
{
$
(
"#search"
).
click
(
function
()
{
//搜索
report
.
getList
(
1
);
report
.
getList
(
1
);
});
});
$
(
"#reset"
).
click
(
function
()
{
//重置
$
(
"#reset"
).
click
(
function
()
{
//重置
...
@@ -77,12 +73,6 @@
...
@@ -77,12 +73,6 @@
$
(
'#guest_stores'
).
html
(
''
);
$
(
'#guest_stores'
).
html
(
''
);
});
});
$
(
document
).
delegate
(
".review-images"
,
"click"
,
function
()
{
//提交
console
.
log
(
$
(
this
).
attr
(
"data-img"
));
});
$
(
"#export"
).
click
(
function
()
{
//导出列表
report
.
exportList
();
});
},
},
//经纪人 姓名搜索
//经纪人 姓名搜索
search_phone
:
function
()
{
//手机号新增客户
search_phone
:
function
()
{
//手机号新增客户
...
@@ -201,7 +191,7 @@
...
@@ -201,7 +191,7 @@
}
}
});
});
},
},
delete_report
:
function
(
params
)
{
delete_report
:
function
(
params
)
{
//删除 日报
$
.
ajax
({
$
.
ajax
({
url
:
'/index/delNotice'
,
url
:
'/index/delNotice'
,
type
:
'POST'
,
type
:
'POST'
,
...
...
public/resource/js/weekAchievementsReport.js
View file @
631ab3ac
...
@@ -5,12 +5,8 @@
...
@@ -5,12 +5,8 @@
pageSize
:
15
,
pageSize
:
15
,
/*每页显示多少条*/
/*每页显示多少条*/
id
:
''
,
id
:
''
,
house_id
:
''
,
type
:
''
,
type
:
''
,
valueCurrent
:
''
,
ajaxObj
:
''
,
ajaxObj
:
''
,
stopstatus
:
true
,
boxphoto
:
''
,
report_id
:
''
,
report_id
:
''
,
init
:
function
()
{
init
:
function
()
{
//初始化dot
//初始化dot
...
@@ -63,10 +59,6 @@
...
@@ -63,10 +59,6 @@
$
(
'#guest_stores'
).
html
(
''
);
$
(
'#guest_stores'
).
html
(
''
);
});
});
$
(
document
).
delegate
(
".review-images"
,
"click"
,
function
()
{
//提交
console
.
log
(
$
(
this
).
attr
(
"data-img"
));
});
},
},
getList
:
function
(
pageNo
)
{
getList
:
function
(
pageNo
)
{
report
.
pageNo
=
pageNo
;
report
.
pageNo
=
pageNo
;
...
@@ -157,7 +149,7 @@
...
@@ -157,7 +149,7 @@
}
}
});
});
},
},
delete_report
:
function
(
params
)
{
delete_report
:
function
(
params
)
{
//删除 周报
$
.
ajax
({
$
.
ajax
({
url
:
'/index/delNotice'
,
url
:
'/index/delNotice'
,
type
:
'POST'
,
type
:
'POST'
,
...
...
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