GZMachinesWeb/.svn/pristine/be/be4206d5758ec22698cb579bf67...

57 lines
2.6 KiB
Plaintext

<%@ page contentType="text/html;charset=UTF-8" %>
<div id="auDiv" class="hide">
<form id="auForm" method="POST" onsubmit="return false;" >
<table cellspacing="0" cellpadding="0" border="0" class="customTable">
<tbody>
<tr style="display:none">
<td colspan="2" class="ui-state-error"><input type="hidden" name="id" ></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>公司名称:</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" maxlength="16" name="factory" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>地址:</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" maxlength="16" name="address" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>法人代表:</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" maxlength="16" name="companyMan" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>主要联系人:</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" maxlength="16" name="mainPerson" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>联系电话:</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" maxlength="16" name="phone" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>主要经营范围:</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" maxlength="16" name="scopeBusiness" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>备注:</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" maxlength="16" name="notes" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>营业执照:</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" maxlength="16" name="picurl" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
</tbody>
</table>
</form>
</div>