Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
registration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
丁伟
registration
Commits
8941970c
Commit
8941970c
authored
Dec 21, 2021
by
丁伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、报名页联系地址字段增加省市区联动
parent
f2328eb8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
7 deletions
+20
-7
src/main/java/org/ccpit/business/registerManage/IndexController.java
+3
-1
src/main/webapp/WEB-INF/jsp/front/reg.jsp
+17
-6
src/main/webapp/resource/front/js/reg.js
+0
-0
src/main/webapp/resource/front/sheng_shi_qu.txt
+0
-0
No files found.
src/main/java/org/ccpit/business/registerManage/IndexController.java
View file @
8941970c
...
...
@@ -250,7 +250,9 @@ public class IndexController extends BaseController {
return
null
;
}
Map
<
String
,
Object
>
map
=
new
HashMap
<
String
,
Object
>();
String
pre_address
=
request
.
getParameter
(
"pre_address"
);
String
address
=
registerInfo
.
getAddress
();
registerInfo
.
setAddress
(
pre_address
+
address
);
if
(
StringUtils
.
isEmpty
(
registerInfo
.
getEmail
()))
{
map
.
put
(
"success"
,
false
);
map
.
put
(
"info"
,
"请填写邮箱"
);
...
...
src/main/webapp/WEB-INF/jsp/front/reg.jsp
View file @
8941970c
...
...
@@ -66,7 +66,7 @@
</tr>
<tr
id=
"trSex"
name=
"gender"
>
<td
class=
"name"
><span
style=
"color: red;"
>
*
</span><yh:yh
id=
"1_Info_Sex"
english=
"Sex:"
isnotnull=
"0"
>
性别:
</yh:yh></td>
<td><select
name=
"gender"
class=
"required"
style=
"width:22
0
px"
>
<td><select
name=
"gender"
class=
"required"
style=
"width:22
5
px"
>
<option
value=
""
>
请选择
</option>
<c:forEach
items=
"${gender}"
var=
"g"
>
<option
value=
"${g.dataNameId}"
>
${g.dataName}
</option>
...
...
@@ -108,13 +108,24 @@
</tr>
<tr
id=
"trAddress"
name=
"trAddress"
>
<td
class=
"name"
><span
style=
"color: red;"
>
*
</span>
联系地址:
</td>
<td><textarea
class=
"required"
name=
"address"
style=
"width:220px;height:45px;resize: none;"
type=
"text"
></textarea></td>
<td>
<span
class=
"ress"
>
<select
id=
"JSheng"
onchange=
"JGetShi();"
runat=
"server"
style=
"width: 225px;"
></select>
</span><br/>
<span
class=
"ress"
>
<select
id=
"JShi"
onchange=
"JGetQu();"
runat=
"server"
style=
"width: 225px;"
></select>
</span><br/>
<span
class=
"ress"
>
<select
id=
"JQu"
runat=
"server"
style=
"width: 225px;"
></select>
</span>
<textarea
class=
"required"
name=
"address"
style=
"width:223px;height:45px;resize: none;"
type=
"text"
></textarea></td>
<td><span
class=
"reg_body"
>
可以安全收到邮寄材料的地址
</span></td>
</tr>
<tr>
<td
class=
"name"
><span
style=
"color: red;"
>
*
</span><yh:yh
id=
"1_customitem6"
english=
"Custom Item6:"
isnotnull=
"0"
>
增值税发票:
</yh:yh></td>
<td><select
class=
"required"
id=
"appreciationTaxTypeId"
name=
"appreciationTaxType"
style=
"width:22
0
px"
>
<td><select
class=
"required"
id=
"appreciationTaxTypeId"
name=
"appreciationTaxType"
style=
"width:22
5
px"
>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
增值税普通发票
</option>
<option
value=
"2"
>
增值税专用发票
</option>
...
...
@@ -161,7 +172,7 @@
</tr>
<tr>
<td
class=
"name"
><span
style=
"color: red;"
>
*
</span><yh:yh
id=
"1_customitem6"
english=
"Custom Item6:"
isnotnull=
"0"
>
发票开具时间:
</yh:yh></td>
<td><select
class=
"required"
id=
"taxIssueId"
name=
"taxIssue"
style=
"width:22
0
px"
>
<td><select
class=
"required"
id=
"taxIssueId"
name=
"taxIssue"
style=
"width:22
5
px"
>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
款项到账当年开具
</option>
<option
value=
"2"
>
款项到账次年开具
</option>
...
...
@@ -177,7 +188,7 @@
<tr>
<td
class=
"name"
><span
style=
"color: red;"
>
*
</span><yh:yh
id=
"1_customitem9"
english=
"Custom Item9:"
isnotnull=
"0"
>
TITLE:
</yh:yh></td>
<td><select
class=
"required"
name=
"title"
style=
"width:22
0
px"
>
<td><select
class=
"required"
name=
"title"
style=
"width:22
5
px"
>
<option
value=
""
>
请选择
</option>
<option
value=
"Mr."
>
Mr.
</option>
<option
value=
"Ms."
>
Ms.
</option>
...
...
@@ -191,7 +202,7 @@
</tr>
<tr>
<td
class=
"name"
><span
style=
"color: red;"
>
*
</span><yh:yh
id=
"1_customitem10"
english=
"Custom Item10:"
isnotnull=
"0"
>
GENDER:
</yh:yh></td>
<td><select
class=
"required"
name=
"gender_en"
style=
"width:22
0
px"
>
<td><select
class=
"required"
name=
"gender_en"
style=
"width:22
5
px"
>
<option
value=
""
>
请选择
</option>
<c:forEach
items=
"${engender}"
var=
"g"
>
<option
value=
"${g.dataNameId}"
>
${g.dataName}
</option>
...
...
src/main/webapp/resource/front/js/reg.js
View file @
8941970c
This diff is collapsed.
Click to expand it.
src/main/webapp/resource/front/sheng_shi_qu.txt
0 → 100644
View file @
8941970c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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