GZMachinesWeb/WebContent/WEB-INF/views/newInput/machinesAcceptform.jsp

31 lines
1.4 KiB
Plaintext
Raw Normal View History

2025-06-20 17:47:53 +08:00
<%@ 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">&nbsp;
<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">&nbsp;
<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">&nbsp;
<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">&nbsp;
<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>