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
e78c5a5d
Commit
e78c5a5d
authored
Sep 12, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台 客户列表 新增客户 客户来源必填
parent
1f1be260
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
user.js
public/resource/js/user.js
+5
-1
performance_subsidiary_template_tpl.html
...esource/template/performance_subsidiary_template_tpl.html
+1
-1
reportList_template_tpl.html
public/resource/template/reportList_template_tpl.html
+5
-5
No files found.
public/resource/js/user.js
View file @
e78c5a5d
...
...
@@ -1840,10 +1840,14 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
$
(
"#user_vip"
).
focus
();
return
;
}
if
(
params
.
source_intro
==
''
)
{
alert
(
'请选择客户来源'
);
$
(
"#user_source_add"
).
focus
();
return
;
}
if
(
params
.
agents_id
==
''
){
alert
(
'请选择正确的客方'
);
return
;
}
checkLogin
();
$
.
ajax
({
...
...
public/resource/template/performance_subsidiary_template_tpl.html
View file @
e78c5a5d
...
...
@@ -6,7 +6,7 @@
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/td
>
<
td
>
[
%=
sw
(
it
[
item
][
'trade_type'
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'landmark'
]
%
]
<
/td
>
<
td
class
=
"text-left"
>
[
%=
it
[
item
][
'landmark'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'name'
]
%
]
-
[
%=
it
[
item
][
'phone'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'district_name'
]
%
]
-
[
%=
it
[
item
][
'store_name'
]
%
]
<
/td
>
...
...
public/resource/template/reportList_template_tpl.html
View file @
e78c5a5d
...
...
@@ -15,23 +15,23 @@
<
td
class
=
"text-center"
>
[
%=
it
[
"list"
][
item
][
'commission'
]
%
]
<
/td
>
<
td
class
=
"text-center"
width
=
"15%"
>
[
%
if
(
check_auth
(
'index/bargainInfo'
))
{
%
]
<
a
class
=
"btn1 btn-success details-btn"
href
=
"#modal_detail"
data
-
toggle
=
"modal"
>
详情
<
/a
>
<
a
class
=
"btn1 btn-success details-btn"
href
=
"#modal_detail"
data
-
toggle
=
"modal"
>
详情
<
/a>
 
;
[
%
}
%
]
[
%
if
(
it
[
"step"
]
<
3
)
{
%
]
[
%
if
(
check_auth
(
'index/checkReportAttache/1'
)
||
check_auth
(
'index/checkReportManager/2'
)
||
check_auth
(
'index/checkReportMajordomo/3'
)
||
check_auth
(
'index/checkReportCashier/4'
))
{
%
]
<
a
class
=
"btn1 btn-success"
href
=
"#modal-pass"
data
-
toggle
=
"modal"
>
通过
<
/a
>
<
a
class
=
"btn1 btn-success"
href
=
"#modal-pass"
data
-
toggle
=
"modal"
>
通过
<
/a>
 
;
[
%
}
%
]
[
%
}
else
if
(
it
[
"step"
]
==
3
)
{
%
]
[
%
if
(
check_auth
(
'index/toReportListOne'
))
{
%
]
<
a
class
=
"btn1 btn-success maintable-btn-trans-one"
>
转到一级审核
<
/a
>
<
a
class
=
"btn1 btn-success maintable-btn-trans-one"
>
转到一级审核
<
/a>
 
;
[
%
}
%
]
[
%
if
(
check_auth
(
'index/checkOver'
))
{
%
]
<
a
class
=
"btn1 btn-success maintable-btn-account"
>
结单
<
/a
>
<
a
class
=
"btn1 btn-success maintable-btn-account"
>
结单
<
/a>
 
;
[
%
}
%
]
[
%
}
%
]
[
%
if
(
it
[
'step'
]
<=
3
&&
check_auth
(
'index/backOutToOne'
))
{
%
]
<
a
class
=
"btn1 btn-success report-back-out"
href
=
"#modal-back-out"
data
-
toggle
=
"modal"
>
撤销
<
/a
>
<
a
class
=
"btn1 btn-success report-back-out"
href
=
"#modal-back-out"
data
-
toggle
=
"modal"
>
撤销
<
/a>
 
;
[
%
}
%
]
<
a
class
=
"btn1 btn-success timeline"
href
=
"#modal-time"
data
-
toggle
=
"modal"
>
时间轴
<
/a
>
<
/td
>
...
...
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