Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ab99148a
authored
2018-03-25 16:11:08 +0800
by
Zelig
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
js 中国行政区
1 parent
acc63e1e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
3 deletions
application/views/common/footer.php
application/views/work/资料/资料补录.php
resource/location.js
application/views/common/footer.php
View file @
ab99148
...
...
@@ -12,6 +12,7 @@
<script
src=
"https://cdn.bootcss.com/Chart.js/2.7.2/Chart.bundle.min.js"
></script>
<script
type=
"text/javascript"
src=
"/resource/chart.js"
></script>
<script
src=
"https://cdn.bootcss.com/holder/2.9.4/holder.min.js"
></script>
<script
type=
"text/javascript"
src=
"/resource/location.js"
></script>
<script
type=
"text/javascript"
src=
"/resource/upload.js"
></script>
<script>
(
function
(
$
)
{
...
...
application/views/work/资料/资料补录.php
View file @
ab99148
...
...
@@ -199,8 +199,21 @@
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
户口所在地
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
"1"
>
浙江
</option>
<select
class=
"select"
size=
"1"
id=
"province"
>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
id=
"city"
>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
id=
"county"
>
</select>
</span>
</div>
...
...
@@ -209,7 +222,7 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
户口详细地址
</label>
<input
type=
"text"
class=
"form-control input-text"
<input
type=
"text"
class=
"form-control input-text"
id=
"address"
value=
"
<?=
$clientInfoOutputVO
->
registerDetailAddress
?>
"
>
</div>
</div>
...
...
@@ -533,6 +546,8 @@
layer_load('提交成功', '
<?=
site_url
(
"work/recorded"
)
?>
');
});
}
var loc = beva.locationutil.attach('
province
', '
city
', '
county
', '
address
'
);
</script>
</body>
</html>
...
...
resource/location.js
0 → 100644
View file @
ab99148
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment