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
61a2a152
Commit
61a2a152
authored
Aug 15, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分析表
parent
f47ccf3a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
27 deletions
+16
-27
methodOfAnalysis.html
application/index/view/work_learning/methodOfAnalysis.html
+1
-1
qualityAssessment.html
application/index/view/work_learning/qualityAssessment.html
+2
-2
valueAssessment.html
application/index/view/work_learning/valueAssessment.html
+2
-2
methodOfAnalysis.js
public/resource/js/methodOfAnalysis.js
+2
-6
qualityAssessment.js
public/resource/js/qualityAssessment.js
+2
-6
valueAssessment.js
public/resource/js/valueAssessment.js
+1
-4
work_learn_template_tpl.html
public/resource/template/work_learn_template_tpl.html
+6
-6
No files found.
application/index/view/work_learning/methodOfAnalysis.html
View file @
61a2a152
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
×
×
</button>
</button>
<h4
class=
"modal-title"
>
<h4
class=
"modal-title"
>
日报
图片
方法分析
图片
</h4>
</h4>
</div>
</div>
<div
class=
"modal-body-img"
>
<div
class=
"modal-body-img"
>
...
...
application/index/view/work_learning/qualityAssessment.html
View file @
61a2a152
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading breadcrumb"
>
<div
class=
"panel-heading breadcrumb"
>
<li>
<li>
<a
href=
"javascript:;"
>
方法分析
表
</a>
<a
href=
"javascript:;"
>
素质测评
表
</a>
</li>
</li>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
×
×
</button>
</button>
<h4
class=
"modal-title"
>
<h4
class=
"modal-title"
>
日报
图片
素质测评
图片
</h4>
</h4>
</div>
</div>
<div
class=
"modal-body-img"
>
<div
class=
"modal-body-img"
>
...
...
application/index/view/work_learning/valueAssessment.html
View file @
61a2a152
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading breadcrumb"
>
<div
class=
"panel-heading breadcrumb"
>
<li>
<li>
<a
href=
"javascript:;"
>
方法分析
表
</a>
<a
href=
"javascript:;"
>
价值观考核
表
</a>
</li>
</li>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"panel-body"
>
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
×
×
</button>
</button>
<h4
class=
"modal-title"
>
<h4
class=
"modal-title"
>
日
报
图片
日
价值观考核
图片
</h4>
</h4>
</div>
</div>
<div
class=
"modal-body-img"
>
<div
class=
"modal-body-img"
>
...
...
public/resource/js/methodOfAnalysis.js
View file @
61a2a152
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,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'
,
ServerHostImageLiu
+
'/static/week_work_img/'
+
$
(
this
).
attr
(
"data-img"
));
});
});
//经纪人 姓名下拉式
//经纪人 姓名下拉式
$
(
document
).
on
(
"input"
,
"#partical_name"
,
function
()
{
//手机号新增搜索客方
$
(
document
).
on
(
"input"
,
"#partical_name"
,
function
()
{
//手机号新增搜索客方
...
@@ -115,15 +115,11 @@
...
@@ -115,15 +115,11 @@
params
.
end_date
=
$
(
'#create_time_end'
).
val
();
params
.
end_date
=
$
(
'#create_time_end'
).
val
();
params
.
district_id
=
$
(
'#district_id'
).
val
();
params
.
district_id
=
$
(
'#district_id'
).
val
();
params
.
store_id
=
$
(
'#guest_stores'
).
val
();
params
.
store_id
=
$
(
'#guest_stores'
).
val
();
params
.
type
=
1
;
//日报
params
.
agent_id
=
report
.
agent_id_phone
;
//经纪人 姓名
params
.
pageNo
=
report
.
pageNo
;
params
.
pageNo
=
report
.
pageNo
;
params
.
pageSize
=
report
.
pageSize
;
params
.
pageSize
=
report
.
pageSize
;
params
.
level
=
$
(
'#shop_type'
).
val
();
//日报类型
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/index/
getPerformanceReportList'
,
//日报
url
:
'/index/
methodOfAnalysis'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
...
public/resource/js/qualityAssessment.js
View file @
61a2a152
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,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'
,
ServerHostImageLiu
+
'/static/week_work_img/'
+
$
(
this
).
attr
(
"data-img"
));
});
});
//经纪人 姓名下拉式
//经纪人 姓名下拉式
$
(
document
).
on
(
"input"
,
"#partical_name"
,
function
()
{
//手机号新增搜索客方
$
(
document
).
on
(
"input"
,
"#partical_name"
,
function
()
{
//手机号新增搜索客方
...
@@ -115,15 +115,11 @@
...
@@ -115,15 +115,11 @@
params
.
end_date
=
$
(
'#create_time_end'
).
val
();
params
.
end_date
=
$
(
'#create_time_end'
).
val
();
params
.
district_id
=
$
(
'#district_id'
).
val
();
params
.
district_id
=
$
(
'#district_id'
).
val
();
params
.
store_id
=
$
(
'#guest_stores'
).
val
();
params
.
store_id
=
$
(
'#guest_stores'
).
val
();
params
.
type
=
1
;
//日报
params
.
agent_id
=
report
.
agent_id_phone
;
//经纪人 姓名
params
.
pageNo
=
report
.
pageNo
;
params
.
pageNo
=
report
.
pageNo
;
params
.
pageSize
=
report
.
pageSize
;
params
.
pageSize
=
report
.
pageSize
;
params
.
level
=
$
(
'#shop_type'
).
val
();
//日报类型
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
url
:
'/index/
getPerformanceReportList'
,
//日报
url
:
'/index/
qualityAssessment'
,
data
:
params
,
data
:
params
,
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
...
public/resource/js/valueAssessment.js
View file @
61a2a152
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,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'
,
ServerHostImageLiu
+
'/static/week_work_img/'
+
$
(
this
).
attr
(
"data-img"
));
});
});
//经纪人 姓名下拉式
//经纪人 姓名下拉式
$
(
document
).
on
(
"input"
,
"#partical_name"
,
function
()
{
//手机号新增搜索客方
$
(
document
).
on
(
"input"
,
"#partical_name"
,
function
()
{
//手机号新增搜索客方
...
@@ -115,11 +115,8 @@
...
@@ -115,11 +115,8 @@
params
.
end_date
=
$
(
'#create_time_end'
).
val
();
params
.
end_date
=
$
(
'#create_time_end'
).
val
();
params
.
district_id
=
$
(
'#district_id'
).
val
();
params
.
district_id
=
$
(
'#district_id'
).
val
();
params
.
store_id
=
$
(
'#guest_stores'
).
val
();
params
.
store_id
=
$
(
'#guest_stores'
).
val
();
params
.
type
=
1
;
//日报
params
.
agent_id
=
report
.
agent_id_phone
;
//经纪人 姓名
params
.
pageNo
=
report
.
pageNo
;
params
.
pageNo
=
report
.
pageNo
;
params
.
pageSize
=
report
.
pageSize
;
params
.
pageSize
=
report
.
pageSize
;
params
.
level
=
$
(
'#shop_type'
).
val
();
//日报类型
$
.
ajax
({
$
.
ajax
({
type
:
'GET'
,
type
:
'GET'
,
...
...
public/resource/template/work_learn_template_tpl.html
View file @
61a2a152
...
@@ -4,9 +4,9 @@
...
@@ -4,9 +4,9 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"
name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"
name"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"
agent_name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"agent_
name"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
<
td
>
<
a
class
=
"review-images"
href
=
"#modal-report-img"
data
-
toggle
=
"modal"
data
-
img
=
'[%= it[item]["img_
file_path
"] %]'
>
查看
<
/a
>
<
a
class
=
"review-images"
href
=
"#modal-report-img"
data
-
toggle
=
"modal"
data
-
img
=
'[%= it[item]["img_
url
"] %]'
>
查看
<
/a
>
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
...
@@ -23,9 +23,9 @@
...
@@ -23,9 +23,9 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"
name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"
name"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"
agent_name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"agent_
name"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
<
td
>
<
a
class
=
"review-images"
href
=
"#modal-report-img"
data
-
toggle
=
"modal"
data
-
img
=
'[%= it[item]["img_
file_path
"] %]'
>
查看
<
/a
>
<
a
class
=
"review-images"
href
=
"#modal-report-img"
data
-
toggle
=
"modal"
data
-
img
=
'[%= it[item]["img_
url
"] %]'
>
查看
<
/a
>
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
[
%
}
%
]
[
%
}
%
]
...
@@ -42,9 +42,9 @@
...
@@ -42,9 +42,9 @@
[
%
for
(
var
item
in
it
){
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"
name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"
name"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"
agent_name"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
"agent_
name"
]
%
]
[
%
}
%
]
<
/td
>
<
td
>
<
td
>
<
a
class
=
"review-images"
href
=
"#modal-report-img"
data
-
toggle
=
"modal"
data
-
img
=
'[%= it[item]["img_
file_path
"] %]'
>
查看
<
/a
>
<
a
class
=
"review-images"
href
=
"#modal-report-img"
data
-
toggle
=
"modal"
data
-
img
=
'[%= it[item]["img_
url
"] %]'
>
查看
<
/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