|
@@ -10,8 +10,8 @@
|
|
loadProvince();
|
|
loadProvince();
|
|
//$("#name").focus();
|
|
//$("#name").focus();
|
|
$("#inputForm").validate({
|
|
$("#inputForm").validate({
|
|
- ignore:"",
|
|
|
|
submitHandler: function(form){
|
|
submitHandler: function(form){
|
|
|
|
+ debugger
|
|
var bindMobile = $("#contractMobile").val();
|
|
var bindMobile = $("#contractMobile").val();
|
|
var userID = $("#userID").val();
|
|
var userID = $("#userID").val();
|
|
$.post("${ctx}/new/user/agency/checkMobile?bindMobile="+bindMobile+"&userID="+userID, function (data) {
|
|
$.post("${ctx}/new/user/agency/checkMobile?bindMobile="+bindMobile+"&userID="+userID, function (data) {
|
|
@@ -766,7 +766,7 @@ function loadTown(curTown) {
|
|
</div>
|
|
</div>
|
|
<div class="control-group">
|
|
<div class="control-group">
|
|
<b>公司经营信息</b>
|
|
<b>公司经营信息</b>
|
|
- <table>
|
|
|
|
|
|
+ <table style="border-collapse: separate; border-spacing: 10px; ">
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
<span><font color="red">*</font>公司类型:</span>
|
|
<span><font color="red">*</font>公司类型:</span>
|
|
@@ -822,18 +822,34 @@ function loadTown(curTown) {
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
-
|
|
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
- <span><font color="red">*</font>公司简介:</span>
|
|
|
|
- <form:textarea path="info" htmlEscape="false" style="margin: 0px; width: 300px; height: 95px;" maxlength="2000" class="input-xlarge required"/>
|
|
|
|
|
|
+ <span style="min-width: 130px;">官网地址:</span>
|
|
|
|
+ <form:input path="website" htmlEscape="false" maxlength="100" placeholder="请输入网址" class="input-xlarge"/>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <span style="min-width: 130px;">微信公众号:</span>
|
|
|
|
+ <form:input path="wxOfficialAccount" htmlEscape="false" maxlength="20" placeholder="请输入微信公众号名称" class="input-xlarge"/>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <span style="min-width: 130px;">微信小程序:</span>
|
|
|
|
+ <form:input path="wxApplets" htmlEscape="false" maxlength="20" placeholder="请输入微信小程序名称" class="input-xlarge"/>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <span style="min-width: 130px;"><font color="red">*</font>主打系列商品说明:</span>
|
|
|
|
+ <form:textarea path="productDesc" htmlEscape="false" style="margin: 0px; width: 600px; height: 120px;" maxlength="5000" placeholder="请输入公司主打系列商品说明" class="input-xlarge required"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
-
|
|
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
- <span><font color="red">*</font>主打产品说明:</span>
|
|
|
|
- <form:textarea path="productDesc" htmlEscape="false" style="margin: 0px; width: 300px; height: 95px;" maxlength="500" class="input-xlarge required"/>
|
|
|
|
|
|
+ <span style="min-width: 130px;"><font color="red">*</font>公司介绍:</span>
|
|
|
|
+ <form:textarea path="info" htmlEscape="false" style="margin: 0px; width: 600px; height: 120px;" maxlength="5000" placeholder="公司介绍会展示在公司主页,有助于机构更好的了解您公司, 建议从规模、产品、服务、荣誉资质这4方面进行介绍" class="input-xlarge required"/>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|