Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac-quanmin
Overview
Overview
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
HTML5-李恒逸
sunac-quanmin
Commits
7d169742
Commit
7d169742
authored
Jun 15, 2017
by
html5-李恒逸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bugs
parent
6c721391
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
18 deletions
+10
-18
customerExport.php
html/application/views/admin/channel/customerExport.php
+2
-6
customerSearch.php
html/application/views/admin/channel/customerSearch.php
+2
-6
index.php
html/application/views/admin/index.php
+4
-4
index.php
html/application/views/channel/index.php
+1
-1
list.php
html/application/views/distributor/customer/list.php
+1
-1
DB_driver.php
html/system/database/DB_driver.php
+0
-0
No files found.
html/application/views/admin/channel/customerExport.php
View file @
7d169742
...
...
@@ -45,13 +45,9 @@
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
0
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"0"
>
已推荐
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
1
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"1"
>
已分配
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
2
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"2"
>
到访看房
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
3
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"3"
>
签订合同
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
4
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"4"
>
支付房款
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
5
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"5"
>
支付佣金
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
6
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"6"
>
完成
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
7
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"7"
>
认购
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
3
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"3"
>
认购
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
4
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"4"
>
签约
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
8
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"8"
>
已过期
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
9
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"9"
>
可结俑
</option>
</select>
渠道:
<select
class=
"form-control input-inline"
name=
"channel_id"
id=
"channel_id"
>
...
...
html/application/views/admin/channel/customerSearch.php
View file @
7d169742
...
...
@@ -45,13 +45,9 @@
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
0
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"0"
>
已推荐
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
1
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"1"
>
已分配
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
2
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"2"
>
到访看房
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
3
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"3"
>
签订合同
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
4
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"4"
>
支付房款
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
5
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"5"
>
支付佣金
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
6
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"6"
>
完成
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
7
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"7"
>
认购
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
3
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"3"
>
认购
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
4
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"4"
>
签约
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
8
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"8"
>
已过期
</option>
<option
<?php
if
(
isset
(
$status
)
&&
$status
==
9
)
:?>
selected
=
"selected"
<?
php
endif
;
?>
value=
"9"
>
可结俑
</option>
</select>
渠道:
<select
class=
"form-control input-inline"
name=
"channel_id"
id=
"channel_id"
>
...
...
html/application/views/admin/index.php
View file @
7d169742
...
...
@@ -57,9 +57,9 @@
楼盘
</div>
</div>
<a
class=
"more"
href=
"
<?php
echo
site_url
(
'admin/buildingadmin'
);
?>
"
>
<
!-- <
a class="more" href="
<?php
echo
site_url
(
'admin/buildingadmin'
);
?>
">
更多 <i class="m-icon-swapright m-icon-white"></i>
</a>
</a>
-->
</div>
</div>
<div
class=
"col-lg-4 col-md-3 col-sm-6 col-xs-12"
>
...
...
@@ -75,9 +75,9 @@
已签约客户
</div>
</div>
<a
class=
"more"
href=
"
<?php
echo
site_url
(
'admin/report/index'
);
?>
"
>
<
!-- <
a class="more" href="
<?php
echo
site_url
(
'admin/report/index'
);
?>
">
更多<i class="m-icon-swapright m-icon-white"></i>
</a>
</a>
-->
</div>
</div>
</div>
...
...
html/application/views/channel/index.php
View file @
7d169742
...
...
@@ -787,7 +787,7 @@
postdata.channel_id=choose_channel;
}
postdata.num=1;
resetSelector();
//
resetSelector();
_loading = true;
postdata.is_search = 1; //是否搜索,后台使用
async_getlist_pullup();
...
...
html/application/views/distributor/customer/list.php
View file @
7d169742
...
...
@@ -316,7 +316,7 @@
},
1000
);
console
.
log
(
"CHANDU"
+
data
.
data
.
length
);
var
html
=
''
;
for
(
var
i
=
data
.
data
.
length
-
1
;
i
>-
1
;
i
--
){
for
(
var
i
=
0
;
i
<
data
.
data
.
length
;
i
++
){
html
+=
'<li class="customer_li" id='
+
data
.
data
[
i
].
cbid
+
'><div>'
+
data
.
data
[
i
].
customer_user
+
'</div><div class="client-mid"><span class="client-phone">'
+
data
.
data
[
i
].
customer_mobile
+
'</span><span class="client-site">'
+
data
.
data
[
i
].
building_title
+
'</span>'
+
(
data
.
data
[
i
].
tips
==
1
?
'<span class="tips">即将过期</span>'
:
''
)
+
'</div><div class="client-ren">推荐人:'
+
data
.
data
[
i
].
user_name
+
'</div><!--添加 curr 为选中状态--><div class="cli-check curr" style="display: none;"></div> </li>'
;
}
console
.
log
(
html
);
...
...
html/system/database/DB_driver.php
View file @
7d169742
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