GZMachinesWeb/WebContent/WEB-INF/views/bm/subcontractorsForm.jsp

36 lines
1.5 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" name="name" id="name" 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" name="chargePerson" id="chargePerson" 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="11" name="phone" id="phone" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<tr class="FormData">
<td class="CaptionTD"> 备注:</td>
<td class="DataTD">&nbsp;
<input type="text" name="remark" id="remark" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
</tbody>
</table>
</form>
</div>