31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
<div id="auAcceptDiv" class="hide">
|
|
<form id="auAcceptForm" method="POST" onsubmit="return false;" >
|
|
<table cellspacing="0" cellpadding="0" border="0" class="customTable">
|
|
<tbody>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>机具类型:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" readonly id="machineType" class="FormElement ui-widget-content ui-corner-all"></td>
|
|
<td class="CaptionTD"><font color="red">*</font>规格型号:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" readonly id="modelType" 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="number" jyValidate="required" id="checkNum" name="checkNum" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>验收结论:</td>
|
|
<td colspan="3" class="DataTD">
|
|
<textarea rows="2" style="width:93%;" jyValidate="required" id="checkConclusion" name="checkConclusion" class="FormElement ui-widget-content ui-corner-all"></textarea>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div>
|