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
e8b6ebdf
Commit
e8b6ebdf
authored
Feb 26, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经纪人冻结
parent
26b7299c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Setting.php
application/index/controller/Setting.php
+1
-0
setting_template_tpl.html
public/resource/template/setting_template_tpl.html
+5
-0
No files found.
application/index/controller/Setting.php
View file @
e8b6ebdf
...
@@ -168,6 +168,7 @@ class Setting extends Basic
...
@@ -168,6 +168,7 @@ class Setting extends Basic
$redis
->
set
(
's_lookNum'
,
$agent_shop_num
);
//业务员最多可查看的商铺数量
$redis
->
set
(
's_lookNum'
,
$agent_shop_num
);
//业务员最多可查看的商铺数量
$redis
->
set
(
's_agent_call_day'
,
$data
[
'agent_call_day'
]);
//业务员多少天可以打多少电话
$redis
->
set
(
's_agent_call_day'
,
$data
[
'agent_call_day'
]);
//业务员多少天可以打多少电话
$redis
->
set
(
's_agent_call_number'
,
$data
[
'agent_call_number'
]);
//业务员多少天可以打多少电话
$redis
->
set
(
's_agent_call_number'
,
$data
[
'agent_call_number'
]);
//业务员多少天可以打多少电话
$redis
->
set
(
's_agent_suspend'
,
$data
[
'agent_suspend'
]);
//业务员多少天可以打多少电话
return
;
return
;
}
}
...
...
public/resource/template/setting_template_tpl.html
View file @
e8b6ebdf
...
@@ -52,6 +52,11 @@
...
@@ -52,6 +52,11 @@
<
div
class
=
"col-sm-8"
>
<
div
class
=
"col-sm-8"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"agent_shop_num"
placeholder
=
"业务员最多可查看的商铺数量"
value
=
"[%= JSON.parse(it[item]['rule']).agent_shop_num %]"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"agent_shop_num"
placeholder
=
"业务员最多可查看的商铺数量"
value
=
"[%= JSON.parse(it[item]['rule']).agent_shop_num %]"
>
<
/div
>
<
/div
>
[
%
}
else
if
(
it
[
item
][
'params'
]
==
'agent_suspend'
)
{
%
]
<
label
class
=
"col-sm-4 control-label"
style
=
"text-align: right"
>
帐号自动冻结(客户跟进少于多少条):
<
/label
>
<
div
class
=
"col-sm-8"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"agent_suspend"
placeholder
=
"帐号自动冻结,客户跟进数量"
value
=
"[%= JSON.parse(it[item]['rule']).agent_suspend %]"
>
<
/div
>
[
%
}
%
]
[
%
}
%
]
[
%
}
%
]
[
%
}
%
]
<
/div
>
<
/div
>
...
...
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