25 lines
732 B
Plaintext
25 lines
732 B
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 id="batchId" type="hidden" name="batchId" ></td>
|
||
</tr>
|
||
|
||
<tr class="FormData">
|
||
<td class="DataTD">
|
||
<td class="CaptionTD">租赁单价(元):</td>
|
||
<td class="DataTD">
|
||
<input type="text" jyValidate="required" id="leasePrice" name="leasePrice" class="FormElement ui-widget-content ui-corner-all">
|
||
</td>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
</tbody>
|
||
</table>
|
||
</form>
|
||
</div>
|
||
|
||
</div> |