GZMachinesWeb/WebContent/WEB-INF/views/lease/agreementform.jsp

55 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ 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" id="contractNumber" name="contractNumber" 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" class="FormElement ui-widget-content ui-corner-all" id="startTime" name="startTime" >
</td>
</tr>
<tr class="FormData">
<td class="CaptionTD"><font color="red">*</font>租赁期限(天)</td>
<td class="DataTD" >&nbsp;
<input type="number" jyValidate="required" id="leaseTerm" name="leaseTerm" 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" id="authorizingPerson" name="authorizingPerson" 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" id="authorizingPhone" name="authorizingPhone" 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" class="FormElement ui-widget-content ui-corner-all">
</td>
</tr>
</tbody>
</table>
</form>
</div>