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
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
204 additions
and
137 deletions
+204
-137
users_list.html
application/index/view/member/users_list.html
+7
-6
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+182
-116
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
...
...
@@ -205,7 +205,7 @@
opacity
:
0
;
}
#
user_call
{
.
user_call
{
height
:
20px
;
width
:
30px
;
border-radius
:
3px
;
...
...
@@ -221,7 +221,7 @@
overflow-y
:
scroll
;
}
/*客户详情 头像*/
#
user_pic
{
.
user_pic
{
width
:
30px
;
height
:
30px
;
border-radius
:
15px
;
...
...
@@ -330,8 +330,7 @@
</div>
</div>
</div>
<!--客户详情 客户跟进-->
<!--客户详情 客户跟进 不可编辑-->
<div
class=
"modal fade"
id=
"modal-record"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content modal-body-details"
>
...
...
@@ -349,12 +348,12 @@
<tr>
<td
width=
"40%"
>
<span
class=
"fore-span ld-Marheight"
>
产生类型:
</span>
<span
class=
"fore-span ld-Marheight
"
id=
"
source_type"
></span>
<span
class=
"fore-span ld-Marheight
source_type"
></span>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
VIP客户:
</span>
<select
class=
"form-control btn6 ld-Marheight
"
id=
"user_vip2
"
>
<select
class=
"form-control btn6 ld-Marheight
user_vip2"
disabled=
"disabled
"
>
<option
value=
''
class=
"successModel"
>
请选择
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"0"
>
否
</option>
...
...
@@ -362,18 +361,18 @@
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
客户编号:
</span>
<span
class=
"fore-span ld-Marheight
"
id=
"
cus_id"
></span>
<span
class=
"fore-span ld-Marheight
cus_id"
></span>
</td>
</tr>
<tr>
<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=
"cus_name"
name=
"name"
type=
"text
"
>
<input
class=
"form-control btn6 ld-Marheight
cus_name"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
name=
"name"
type=
"text"
disabled=
"disabled
"
>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
性别:
</span>
<select
class=
"form-control btn6 ld-Marheight
"
id=
"sex
"
>
<select
class=
"form-control btn6 ld-Marheight
sex"
disabled=
"disabled
"
>
<option
value=
"0"
class=
"successModel"
>
性别
</option>
<option
value=
"1"
>
男
</option>
<option
value=
"2"
>
女
</option>
...
...
@@ -381,14 +380,14 @@
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
电话:
</span>
<span
class=
"fore-span ld-Marheight
"
id=
"
cus_phone"
></span>
<a
class=
"fore-span btn-primary ld-Marheight
"
id=
"
user_call"
href=
"#modal-call"
data-toggle=
"modal"
>
拨打
</a>
<span
class=
"fore-span ld-Marheight
cus_phone"
></span>
<a
class=
"fore-span btn-primary ld-Marheight
user_call"
href=
"#modal-call"
data-toggle=
"modal"
>
拨打
</a>
</td>
</tr>
<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"
name=
"industry_type_two"
disabled=
"disabled"
>
<option>
轻餐饮
</option>
<option>
重餐饮
</option>
<option>
百货零售
</option>
...
...
@@ -400,41 +399,41 @@
</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"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
""
name=
"price_demand"
type=
"number"
disabled=
"disabled"
><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"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
""
name=
"area_demand"
type=
"number"
disabled=
"disabled"
><span
class=
"fore-span ld-Marheight"
>
m²
</span>
</td>
</tr>
<tr>
<td>
<span
class=
"fore-span ld-Marheight"
>
注册时间:
</span>
<span
class=
"fore-span ld-Marheight
"
id=
"
registration_time"
></span>
<span
class=
"fore-span ld-Marheight
registration_time"
></span>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
邀请人:
</span>
<span
class=
"fore-span ld-Marheight
"
id=
"
referrer_user"
></span>
<span
class=
"fore-span ld-Marheight
referrer_user"
></span>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
昵称:
</span>
<!--<input type="hidden" value='[%= it[item]["agent_img"] %]'>-->
<!--<img src='' class="diagram-image J_preview" data-bimg=''>-->
<img
src=
""
alt=
""
id=
"user_pic"
class=
"fore-span ld-Marheight diagram-image J_preview
"
data-bimg=
''
/>
<span
class=
"fore-span ld-Marheight
"
id=
"
cus_nick"
></span>
<img
src=
""
alt=
""
class=
"fore-span ld-Marheight diagram-image J_preview user_pic
"
data-bimg=
''
/>
<span
class=
"fore-span ld-Marheight
cus_nick"
></span>
</td>
</tr>
<tr>
<td>
<span
class=
"fore-span ld-Marheight"
>
创建时间:
</span>
<span
class=
"fore-span ld-Marheight
"
id=
"
cus_date"
></span>
<span
class=
"fore-span ld-Marheight
cus_date"
></span>
</td>
<!--<td>
</td>-->
<td>
<span
class=
"fore-span ld-Marheight"
>
下载登录时间:
</span>
<span
class=
"fore-span ld-Marheight
"
id=
"
firstlogin_time"
></span>
<span
class=
"fore-span ld-Marheight
firstlogin_time"
></span>
</td>
</tr>
<tr>
...
...
@@ -442,36 +441,18 @@
<div
class=
"form-group"
>
<span
class=
"fore-span ld-Marheight"
>
客方:
</span>
<div
class=
"col-sm-9"
>
<input
type=
"text"
class=
"form-control btn6-1 ld-Marheight
"
name=
"pwd"
autocomplete=
"off"
id=
"cus_fang
"
>
<
ul
class=
"user-ul2"
></ul
>
<input
type=
"text"
class=
"form-control btn6-1 ld-Marheight
cus_fang_edit"
name=
"pwd"
autocomplete=
"off"
disabled=
"disabled
"
>
<
!--<ul class="user-ul2"></ul>--
>
</div>
</div>
</td>
</tr>
<tr
class=
"ld-Marheight"
>
<
!--<
tr class="ld-Marheight">
<td class="text-left"><label>客方修改记录:</label></td>
</tr>
</tr>
-->
</thead>
</table>
<div
id=
"caozuo_table_scroll"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<!--<thead>
<tr class="ld-Marheight">
<td class="text-left">客方修改记录:</td>
</tr>
</thead>-->
<tbody
class=
"text-center"
id=
"caozuo_table"
></tbody>
</table>
</div>
<!--客户详情保存-->
<div
class=
"center-btn"
>
<button
type=
"button"
class=
"btn btn-primary submit_edit"
>
保存
</button>
</div>
<h4
class=
"modal-title-genjing clear text-info"
>
客户跟进
</h4>
...
...
@@ -483,9 +464,11 @@
</div>
<label
class=
"col-sm-3 control-label"
>
状态标签:
</label>
<div
class=
"col-sm-9"
>
<label
class=
"control-label"
>
求租
</label><input
type=
"radio"
name=
"user_status"
value=
"0"
>
<label
class=
"control-label"
>
已租
</label><input
type=
"radio"
name=
"user_status"
value=
"1"
>
<label
class=
"control-label"
>
无效
</label><input
type=
"radio"
name=
"user_status"
value=
"-1"
>
<label
class=
"control-label"
>
已租
</label><input
type=
"radio"
name=
"user_status"
value=
"1"
>
<label
class=
"control-label"
>
求租
</label><input
type=
"radio"
name=
"user_status"
value=
"0"
>
<span
class=
"text-danger"
>
(必填)
</span>
</div>
<div
class=
"clear"
>
...
...
@@ -517,76 +500,6 @@
<!-- /.modal -->
</div>
<!-- /#删除模态框 -->
<div
class=
"modal fade"
id=
"modal-delete"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h4
class=
"modal-title"
>
删除
</h4>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<input
type=
"hidden"
value=
""
id=
"delete_id"
/>
确认删除吗?
</div>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
关闭
</button>
<button
type=
"button"
class=
"btn btn-primary"
id=
"confirm_delete"
>
删除
</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
<!-- /#跟进 -->
<!-- #批量修改客方-->
<div
class=
"modal fade"
id=
"modal_modify_user"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog modal-dialog-one"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h4
class=
"modal-title"
>
批量修改盘方
</h4>
</div>
<div
class=
"modal-body modal-body-one"
>
<br>
<!-- ============添加========== -->
<div
class=
"jian_class"
>
<input
name=
"ues_id"
placeholder=
"请输入经纪人姓名"
type=
"tel"
value=
""
class=
"phone_jia old_agents form-control"
>
<ul
class=
"phone_list"
></ul>
</div>
<span
class=
"btn3"
id=
"batch"
>
批量修改为
</span>
<div
class=
"jian_class"
>
<input
name=
"ues_id"
placeholder=
"请输入经纪人姓名"
type=
"tel"
value=
""
class=
"phone_jia new_agents form-control"
>
<ul
class=
"phone_list"
></ul>
</div>
<br><br><br>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
关闭
</button>
<button
type=
"button"
class=
"btn btn-primary"
id=
"modify_add"
data-dismiss=
"modal"
>
提交
</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
<!--约带看-->
<div
class=
"modal fade"
id=
"modal-takeLook"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
...
...
@@ -702,4 +615,158 @@
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
\ No newline at end of file
</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"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h4
class=
"modal-title text-info"
>
客户编辑
</h4>
</div>
<div
class=
"modal-body modal-body1"
>
<table
class=
""
id=
"caozuo_hide"
border=
'0'
>
<thead>
<tr>
<td
width=
"40%"
>
<span
class=
"fore-span ld-Marheight"
>
产生类型:
</span>
<span
class=
"fore-span ld-Marheight source_type"
></span>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
VIP客户:
</span>
<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>
</select>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
客户编号:
</span>
<span
class=
"fore-span ld-Marheight cus_id"
></span>
</td>
</tr>
<tr>
<td>
<span
class=
"fore-span ld-Marheight"
>
姓名:
</span>
<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 sex_1"
>
<option
value=
"0"
class=
"successModel"
>
性别
</option>
<option
value=
"1"
>
男
</option>
<option
value=
"2"
>
女
</option>
</select>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
电话:
</span>
<span
class=
"fore-span ld-Marheight cus_phone"
></span>
<!--<a class="fore-span btn-primary ld-Marheight user_call" href="#modal-call" data-toggle="modal">拨打</a>-->
</td>
</tr>
<tr>
<td>
<span
class=
"fore-span ld-Marheight"
>
业态:
</span>
<select
class=
"form-control btn6 ld-Marheight industry_type_two_1"
name=
"industry_type_two"
>
<option>
轻餐饮
</option>
<option>
重餐饮
</option>
<option>
百货零售
</option>
<option>
服装
</option>
<option>
亲子教育
</option>
<option>
休闲娱乐
</option>
</select>
</td>
<td>
<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 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>
<td>
<span
class=
"fore-span ld-Marheight"
>
注册时间:
</span>
<span
class=
"fore-span ld-Marheight registration_time"
></span>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
邀请人:
</span>
<span
class=
"fore-span ld-Marheight referrer_user"
></span>
</td>
<td>
<span
class=
"fore-span ld-Marheight"
>
昵称:
</span>
<!--<input type="hidden" value='[%= it[item]["agent_img"] %]'>-->
<!--<img src='' class="diagram-image J_preview" data-bimg=''>-->
<img
src=
""
alt=
""
class=
"fore-span ld-Marheight diagram-image J_preview user_pic"
data-bimg=
''
/>
<span
class=
"fore-span ld-Marheight cus_nick"
></span>
</td>
</tr>
<tr>
<td>
<span
class=
"fore-span ld-Marheight"
>
创建时间:
</span>
<span
class=
"fore-span ld-Marheight cus_date"
></span>
</td>
<!--<td>
</td>-->
<td>
<span
class=
"fore-span ld-Marheight"
>
下载登录时间:
</span>
<span
class=
"fore-span ld-Marheight firstlogin_time"
></span>
</td>
</tr>
<tr>
<td>
<div
class=
"form-group"
>
<span
class=
"fore-span ld-Marheight"
>
客方:
</span>
<div
class=
"col-sm-9"
>
<input
type=
"text"
class=
"form-control btn6-1 ld-Marheight cus_fang"
name=
"pwd"
autocomplete=
"off"
>
<ul
class=
"user-ul2"
></ul>
</div>
</div>
</td>
</tr>
<tr
class=
"ld-Marheight"
>
<td
class=
"text-left"
><label>
客方修改记录:
</label></td>
</tr>
</thead>
</table>
<div
id=
"caozuo_table_scroll"
>
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<!--<thead>
<tr class="ld-Marheight">
<td class="text-left">客方修改记录:</td>
</tr>
</thead>-->
<tbody
class=
"text-center"
id=
"caozuo_table_edit"
></tbody>
</table>
</div>
<!--客户详情保存-->
<div
class=
"center-btn"
>
<button
type=
"button"
class=
"btn btn-primary submit_edit"
>
保存
</button>
</div>
</div>
<!--<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭
</button>
<button type="button" class="btn btn-primary submit_edit" data-dismiss="modal">
提交
</button>
</div>-->
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
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