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
99f20741
Commit
99f20741
authored
Aug 03, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
11fe5301
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
21 deletions
+22
-21
users_list.html
application/index/view/member/users_list.html
+7
-6
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+0
-0
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+9
-9
user.js
public/resource/js/user.js
+6
-6
No files found.
application/index/view/member/users_list.html
View file @
99f20741
...
...
@@ -980,6 +980,7 @@
</div>
<!-- /.modal -->
</div>
<!--客户编辑-->
<div
class=
"modal fade"
id=
"modal-record-edit"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content modal-body-details"
>
...
...
@@ -1002,7 +1003,7 @@
<td>
<span
class=
"fore-span ld-Marheight"
>
VIP客户:
</span>
<select
class=
"form-control btn6 ld-Marheight user_vip2"
>
<select
class=
"form-control btn6 ld-Marheight user_vip2
user_vip2_1
"
>
<option
value=
''
class=
"successModel"
>
请选择
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"0"
>
否
</option>
...
...
@@ -1016,12 +1017,12 @@
<tr>
<td>
<span
class=
"fore-span ld-Marheight"
>
姓名:
</span>
<input
class=
"form-control btn6 ld-Marheight cus_name"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
name=
"name"
type=
"text"
>
<input
class=
"form-control btn6 ld-Marheight cus_name
cus_name_1
"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
name=
"name"
type=
"text"
>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
性别:
</span>
<select
class=
"form-control btn6 ld-Marheight sex"
>
<select
class=
"form-control btn6 ld-Marheight sex
sex_1
"
>
<option
value=
"0"
class=
"successModel"
>
性别
</option>
<option
value=
"1"
>
男
</option>
<option
value=
"2"
>
女
</option>
...
...
@@ -1036,7 +1037,7 @@
<tr>
<td>
<span
class=
"fore-span ld-Marheight"
>
业态:
</span>
<select
class=
"form-control btn6 ld-Marheight"
name=
"industry_type_two"
>
<select
class=
"form-control btn6 ld-Marheight
industry_type_two_1
"
name=
"industry_type_two"
>
<option>
轻餐饮
</option>
<option>
重餐饮
</option>
<option>
百货零售
</option>
...
...
@@ -1048,12 +1049,12 @@
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
价格:
</span>
<input
class=
"form-control btn6 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
""
name=
"price_demand"
type=
"number"
><span
class=
"fore-span ld-Marheight"
>
元/月
</span>
<input
class=
"form-control btn6 ld-Marheight
price_demand_1
"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
""
name=
"price_demand"
type=
"number"
><span
class=
"fore-span ld-Marheight"
>
元/月
</span>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
面积:
</span>
<input
class=
"form-control btn6 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
""
name=
"area_demand"
type=
"number"
><span
class=
"fore-span ld-Marheight"
>
m²
</span>
<input
class=
"form-control btn6 ld-Marheight
area_demand_1
"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
""
name=
"area_demand"
type=
"number"
><span
class=
"fore-span ld-Marheight"
>
m²
</span>
</td>
</tr>
<tr>
...
...
application/index/view/remark/remark_follow_index.html
View file @
99f20741
This diff is collapsed.
Click to expand it.
public/resource/js/RemarkFollowIndex.js
View file @
99f20741
...
...
@@ -511,13 +511,13 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
Submit_follow
:
function
()
{
//提交
var
params
=
{};
params
.
id
=
user
.
user_id
;
params
.
user_name
=
$
(
"
#cus_name
"
).
val
();
params
.
user_name
=
$
(
"
.cus_name_1
"
).
val
();
params
.
agents_id
=
user
.
agent_id2
;
params
.
sex
=
$
(
"
#sex
"
).
val
();
params
.
vip
=
$
(
"
#user_vip2
"
).
val
();
params
.
industry_type
=
$
(
"
select[name=industry_type_two]
"
).
val
();
params
.
price_demand
=
$
(
"
input[name=price_demand]
"
).
val
();
params
.
area_demand
=
$
(
"
input[name=area_demand]
"
).
val
();
params
.
sex
=
$
(
"
.sex_1
"
).
val
();
params
.
vip
=
$
(
"
.user_vip2_1
"
).
val
();
params
.
industry_type
=
$
(
"
.industry_type_two_1
"
).
val
();
params
.
price_demand
=
$
(
"
.price_demand_1
"
).
val
();
params
.
area_demand
=
$
(
"
.area_demand_1
"
).
val
();
$
.
ajax
({
'type'
:
'POST'
,
'url'
:
'/index/pcEditClient'
,
...
...
@@ -615,9 +615,9 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
caozuo_table
+=
'<tr><td>'
+
item
.
remark
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
});
if
(
caozuo_table
){
$
(
"#caozuo_table"
).
html
(
caozuo_table
);
$
(
"#caozuo_table
_edit
"
).
html
(
caozuo_table
);
}
else
{
$
(
"#caozuo_table"
).
html
(
'暂无数据(*^_^*)'
);
$
(
"#caozuo_table
_edit
"
).
html
(
'暂无数据(*^_^*)'
);
}
}
...
...
@@ -656,7 +656,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
)
{
$
(
"input[type='radio'][name='user_status'][value="
+
data
.
data
+
"]"
).
prop
(
"checked"
,
"checked"
);
//
$("input[type='radio'][name='user_status'][value=" + data.data + "]").prop("checked", "checked");
user
.
getGenjincon
();
}
}
...
...
public/resource/js/user.js
View file @
99f20741
...
...
@@ -506,13 +506,13 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
Submit_follow
:
function
()
{
//提交
var
params
=
{};
params
.
id
=
user
.
user_id
;
params
.
user_name
=
$
(
".cus_name"
).
val
();
params
.
user_name
=
$
(
".cus_name
_1
"
).
val
();
params
.
agents_id
=
user
.
agent_id2
;
params
.
sex
=
$
(
".sex"
).
val
();
params
.
vip
=
$
(
".user_vip2"
).
val
();
params
.
industry_type
=
$
(
"
select[name=industry_type_two]
"
).
val
();
params
.
price_demand
=
$
(
"
input[name=price_demand]
"
).
val
();
params
.
area_demand
=
$
(
"
input[name=area_demand]
"
).
val
();
params
.
sex
=
$
(
".sex
_1
"
).
val
();
params
.
vip
=
$
(
".user_vip2
_1
"
).
val
();
params
.
industry_type
=
$
(
"
.industry_type_two_1
"
).
val
();
params
.
price_demand
=
$
(
"
.price_demand_1
"
).
val
();
params
.
area_demand
=
$
(
"
.area_demand_1
"
).
val
();
$
.
ajax
({
'type'
:
'POST'
,
'url'
:
'/index/pcEditClient'
,
...
...
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