Commit 8941970c by 丁伟

1、报名页联系地址字段增加省市区联动

parent f2328eb8
......@@ -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", "请填写邮箱");
......
......@@ -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:220px" >
<td><select name="gender" class="required" style="width:225px" >
<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:220px">
<td><select class="required" id="appreciationTaxTypeId" name="appreciationTaxType" style="width:225px">
<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:220px">
<td><select class="required" id="taxIssueId" name="taxIssue" style="width:225px">
<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:220px">
<td><select class="required" name="title" style="width:225px">
<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:220px">
<td><select class="required" name="gender_en" style="width:225px">
<option value="">请选择</option>
<c:forEach items="${engender}" var="g">
<option value="${g.dataNameId}">${g.dataName}</option>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment