84 lines
3.8 KiB
Plaintext
84 lines
3.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" maxlength="16" name="name" id="name" class="FormElement ui-widget-content ui-corner-all"></td>
|
||
|
||
<td class="CaptionTD">工程编号:</td>
|
||
<td class="DataTD">
|
||
<input type="text" maxlength="32" name="num" id="num" class="FormElement ui-widget-content ui-corner-all"></td>
|
||
</tr>
|
||
<tr class="FormData">
|
||
<td class="CaptionTD">所属分公司:</td>
|
||
<td class="DataTD">
|
||
<select name="companyId1" id="companyId1" ></select></td>
|
||
|
||
<td class="CaptionTD">工程类型:</td>
|
||
<td class="DataTD">
|
||
<select name="typeId1" id="typeId1" ></select></td>
|
||
</tr>
|
||
<tr class="FormData">
|
||
<td class="CaptionTD">项目经理:</td>
|
||
<td class="DataTD">
|
||
<input type="text" maxlength="32" name="manager" id="manager" class="FormElement ui-widget-content ui-corner-all"></td>
|
||
|
||
<td class="CaptionTD">项目性质:</td>
|
||
<td class="DataTD">
|
||
<input type="text" maxlength="32" 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" maxlength="32" name="telphone" id="telphone" class="FormElement ui-widget-content ui-corner-all"></td>
|
||
|
||
<td class="CaptionTD">手机:</td>
|
||
<td class="DataTD">
|
||
<input type="text" maxlength="32" name="phone" 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" maxlength="32" name="fax" id="fax" class="FormElement ui-widget-content ui-corner-all"></td>
|
||
|
||
<td class="CaptionTD">工程属sss地:</td>
|
||
<td class="DataTD">
|
||
<input type="text" maxlength="32" 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" maxlength="32" name="materialClerk" id="materialClerk" class="FormElement ui-widget-content ui-corner-all"></td>
|
||
</tr>
|
||
<tr class="FormData">
|
||
<td class="CaptionTD">材料员联系方式:</td>
|
||
<td class="DataTD">
|
||
<input type="text" maxlength="32" name="clerkPhone" id="clerkPhone" class="FormElement ui-widget-content ui-corner-all"></td>
|
||
|
||
<td class="CaptionTD">是否已结算完成:</td>
|
||
<td class="DataTD">
|
||
<select id="isBalanceEnd" name="isBalanceEnd">
|
||
<!-- <option value="0">否</option>
|
||
<option value="1">是</option> -->
|
||
</select>
|
||
<!-- <input type="text" maxlength="32" name="isBalanceEnd" id="isBalanceEnd" class="FormElement ui-widget-content ui-corner-all"></td> -->
|
||
</tr>
|
||
<tr class="FormData" >
|
||
<td class="CaptionTD">备注:</td>
|
||
<td class="DataTD">
|
||
<input type="text" maxlength="32" name="remarks" id="remarks" class="FormElement ui-widget-content ui-corner-all"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</form>
|
||
</div> |