111 lines
4.8 KiB
Plaintext
111 lines
4.8 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">
|
|
<input type="text" jyValidate="required" name="name" id="name" onblur="" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
|
|
<td class="CaptionTD">工程编号:</td>
|
|
<td class="DataTD">
|
|
<input type="text" name="num" id="num" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>所属分公司:</td>
|
|
<td class="DataTD">
|
|
<select name="companyId1" id="companyId1" style="width: 160px;"></select></td>
|
|
|
|
<td class="CaptionTD"><font color="red">*</font>工程类型:</td>
|
|
<td class="DataTD">
|
|
<select name="typeId1" id="typeId1" ></select></td>
|
|
</tr>
|
|
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>所在省:</td>
|
|
<td class="DataTD">
|
|
<select name="provinceid" id="provinceid" style="width: 160px;"></select></td>
|
|
|
|
<td class="CaptionTD"><font color="red">*</font>所在市:</td>
|
|
<td class="DataTD">
|
|
<select name="cityid" id="cityid" ></select></td>
|
|
</tr>
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>所在区:</td>
|
|
<td class="DataTD">
|
|
<select name="areaid" id="areaid" style="width: 160px;"></select></td>
|
|
|
|
<td class="CaptionTD"><font color="red">*</font>详细地址:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" name="detailed" id="detailed" onblur="" maxLength="30" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
|
|
|
|
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">项目经理:</td>
|
|
<td class="DataTD">
|
|
<input type="text" name="manager" id="manager" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
|
|
<td class="CaptionTD">项目性质:</td>
|
|
<td class="DataTD">
|
|
<input type="text" name="nature" id="nature" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">联系电话:</td>
|
|
<td class="DataTD">
|
|
<input type="text" name="telphone" maxLength="11" id="telphone" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
|
|
<td class="CaptionTD">手机:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxLength="11" name="phone" maxLength="11" id="phone" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">传真:</td>
|
|
<td class="DataTD">
|
|
<input type="text" name="fax" id="fax" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
|
|
<td class="CaptionTD">工程属地:</td>
|
|
<td class="DataTD">
|
|
<input type="text" name="address" id="address" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<!-- <td class="CaptionTD">电压等级:</td>
|
|
<td class="DataTD">
|
|
<select id="volId1" name='volId1'></select></td> -->
|
|
|
|
<td class="CaptionTD">材料员:</td>
|
|
<td class="DataTD">
|
|
<input type="text" name="materialClerk" id="materialClerk" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
|
|
<td class="CaptionTD">公里数:</td>
|
|
<td class="DataTD">
|
|
<input type="text" placeholder="千米 / 公里 / km" name="kilometer" id="kilometer" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD">材料员联系方式:</td>
|
|
<td class="DataTD">
|
|
<input type="text" maxLength="11" name="clerkPhone" id="clerkPhone" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
|
|
<td class="CaptionTD">备注:</td>
|
|
<td class="DataTD">
|
|
<input type="text" name="remarks" id="remarks" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
<!-- <select id="isBalanceEnd" name="isBalanceEnd">
|
|
<option value="0">否</option>
|
|
<option value="1">是</option>
|
|
</select> -->
|
|
<!-- <input type="text" name="isBalanceEnd" id="isBalanceEnd" class="FormElement ui-widget-content ui-corner-all"></td> -->
|
|
</tr>
|
|
<!-- <tr class="FormData" >
|
|
|
|
</tr> -->
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div> |