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

46 lines
1.8 KiB
Plaintext
Raw Normal View History

2025-06-20 17:47:53 +08:00
<%@ 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="hidden" id="parentId" name="parentId">
<input type="text" jyValidate="required" name="name" id="name" class="FormElement ui-widget-content ui-corner-all"></td>
<td class="CaptionTD">联系方式:</td>
<td class="DataTD">&nbsp;
<input type="text" maxLength="11" name="phone" id="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;
<select name="typeId1" id="typeId1"></select></td>
<td class="CaptionTD">材料员:</td>
<td class="DataTD">&nbsp;
<input type="text" name="materialClerk" id="materialClerk" 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="manager" id="manager" class="FormElement ui-widget-content ui-corner-all"></td>
</tr>
<!-- <tr class="FormData" >
<td class="CaptionTD">是否结算:</td>
<td class="DataTD">&nbsp;
<select id="isDismiss" name="isDismiss">
<option value="0">否</option>
<option value="1">是</option>
</select>
</tr> -->
</tbody>
</table>
</form>
</div>