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
6c721391
Commit
6c721391
authored
Jun 15, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 后台,渠道登录,客户查看,按分销商搜索,右侧的清空按钮没有实现效果
parent
a63c6cb9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
6 deletions
+15
-6
building
html/application/cache/building
+0
-0
building_rsync_begin_time
html/application/cache/building_rsync_begin_time
+2
-2
customerSearch.php
html/application/views/admin/channel/customerSearch.php
+10
-1
recommend.php
html/application/views/distributor/recommend.php
+1
-1
style.css
html/assets/css/distributor/style.css
+2
-2
No files found.
html/application/cache/building
View file @
6c721391
This source diff could not be displayed because it is too large. You can
view the blob
instead.
html/application/cache/building_rsync_begin_time
View file @
6c721391
a:3:{s:4:"time";i:1497345334;s:3:"ttl";i:86400;s:4:"data";i:1497345332;}
\ No newline at end of file
a:3:{s:4:"time";i:1497507003;s:3:"ttl";i:86400;s:4:"data";i:1497507000;}
\ No newline at end of file
html/application/views/admin/channel/customerSearch.php
View file @
6c721391
...
...
@@ -83,7 +83,7 @@
<button
type=
"submit"
class=
"btn blue"
id=
"search"
>
搜索
</button>
<input
type=
"reset"
class=
"btn red"
name=
"button2"
value=
"清空"
>
<input
type=
"reset"
class=
"btn red"
name=
"button2"
id=
"emptyvalue"
value=
"清空"
>
</form>
</div>
</div>
...
...
@@ -223,6 +223,15 @@
+
city_code
+
"&building_id="
+
building_id
;
});
$
(
"#emptyvalue"
).
click
(
function
(){
var
a
=
$
(
"#distributor_name"
).
val
=
""
;
var
b
=
$
(
"#status"
).
val
=
""
;
var
c
=
$
(
"#channel_id"
).
val
=
""
;
var
d
=
$
(
"#building_title"
).
val
=
""
;
var
e
=
$
(
"#time"
).
val
=
""
;
location
.
href
=
"
<?php
echo
site_url
(
'admin/channeladmin/customerSearch'
)
?>
?distributor_name="
+
a
+
"&status="
+
b
+
"&channel_id="
+
c
+
"&building_title="
+
d
+
"&time="
+
e
})
});
...
...
html/application/views/distributor/recommend.php
View file @
6c721391
...
...
@@ -32,7 +32,7 @@
<li>
<div
class=
"left-tit left"
>
身份证号码
</div>
<div
class=
"right-input left"
>
<input
placeholder=
"若有,请填写"
maxlength=
"18"
class=
"customer_id"
name=
"customer_id[]"
type=
"text"
style=
"ime-mode:disabled;"
onpaste=
"return false;"
onkeypress=
"keyPress()"
onkeyup=
"value=value.replace(/[^0-9]/g,'')"
onpaste=
"value=value.replace(/[^0-9]/g,'')"
oncontextmenu =
"value=value.replace(/[^0-9]/g,'')"
>
<input
placeholder=
"若有,请填写"
maxlength=
"18"
class=
"customer_id"
name=
"customer_id[]"
type=
"text"
style=
"ime-mode:disabled;"
onpaste=
"return false;"
>
</div>
<div
class=
"clearf"
></div>
</li>
...
...
html/assets/css/distributor/style.css
View file @
6c721391
...
...
@@ -84,11 +84,11 @@
* 登录
*/
.rc-login-logo
{
padding
:
30px
0
50
px
;
padding
:
30px
0
25
px
;
text-align
:
center
;
}
.rc-login-logo
img
{
width
:
3
0%
;
width
:
6
0%
;
height
:
auto
;
}
.rc-login-input
.login-user
,
...
...
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