50 lines
1.9 KiB
Plaintext
50 lines
1.9 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="batchId" ></td>
|
|||
|
|
</tr>
|
|||
|
|
|
|||
|
|
<tr class="FormData">
|
|||
|
|
<td class="CaptionTD"><font color="red">*</font>维修编号:</td>
|
|||
|
|
<td class="DataTD">
|
|||
|
|
<select id="machinesName" name="machinesName"></select>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
|
|||
|
|
<tr class="FormData">
|
|||
|
|
<td class="CaptionTD"><font color="red">*</font>机具名称:</td>
|
|||
|
|
<td class="DataTD">
|
|||
|
|
<select id="model" name="model"></select>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr class="FormData">
|
|||
|
|
<td class="CaptionTD"><font color="red">*</font>机具数量:</td>
|
|||
|
|
<td class="DataTD">
|
|||
|
|
<input type="text" maxlength="16" name="machinesNum" class="FormElement ui-widget-content ui-corner-all">
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr class="FormData">
|
|||
|
|
<td class="CaptionTD"><font color="red">*</font>机具单位:</td>
|
|||
|
|
<td class="DataTD">
|
|||
|
|
<input type="text" maxlength="16" name="machinesUnit" class="FormElement ui-widget-content ui-corner-all">
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr class="FormData">
|
|||
|
|
<td class="CaptionTD"><font color="red">*</font>机具重量(kg):</td>
|
|||
|
|
<td class="DataTD">
|
|||
|
|
<input type="text" maxlength="16" name="machinesWeight" class="FormElement ui-widget-content ui-corner-all">
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<!-- <tr class="FormData">
|
|||
|
|
<td class="CaptionTD"><font color="red">*</font>发票编号:</td>
|
|||
|
|
<td class="DataTD">
|
|||
|
|
<input type="text" maxlength="16" name="invoiceNum" class="FormElement ui-widget-content ui-corner-all">
|
|||
|
|
</td>
|
|||
|
|
</tr> -->
|
|||
|
|
</tbody>
|
|||
|
|
</table>
|
|||
|
|
</form>
|
|||
|
|
</div>
|