70 lines
2.6 KiB
Plaintext
70 lines
2.6 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="4" class="ui-state-error">
|
||
|
|
<input type="hidden" name="id" >
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr class="FormData">
|
||
|
|
<td class="CaptionTD">机具类型:</td>
|
||
|
|
<td class="DataTD">
|
||
|
|
<input type="text" readonly id="pName" 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" id="name" name="name" class="FormElement ui-widget-content ui-corner-all">
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
<tr class="FormData">
|
||
|
|
<td class="CaptionTD">重量:</td>
|
||
|
|
<td class="DataTD">
|
||
|
|
<input type="text" id="weight" name="weight" class="FormElement ui-widget-content ui-corner-all">
|
||
|
|
</td>
|
||
|
|
<td class="CaptionTD">计量单位:</td>
|
||
|
|
<td class="DataTD">
|
||
|
|
<input type="text" id="unit" name="unit" 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" id="leasePrice" name="leasePrice" class="FormElement ui-widget-content ui-corner-all">
|
||
|
|
</td>
|
||
|
|
<td class="CaptionTD"><font color="red">*</font>丢失赔偿价格:</td>
|
||
|
|
<td class="DataTD">
|
||
|
|
<input type="text" id="payPrice" name="payPrice" 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" id="buyPrice" name="buyPrice" class="FormElement ui-widget-content ui-corner-all">
|
||
|
|
</td>
|
||
|
|
<td class="CaptionTD">是否需要实验:</td>
|
||
|
|
<td class="DataTD">
|
||
|
|
<label class="radio-inline">
|
||
|
|
<input type="radio" name="isTest" id="isTest1" value="1"> 是
|
||
|
|
</label>
|
||
|
|
<label class="radio-inline">
|
||
|
|
<input type="radio" name="isTest" id="isTest0" value="0"> 否
|
||
|
|
</label>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr class="FormData">
|
||
|
|
<td class="CaptionTD">库管员:</td>
|
||
|
|
<td class="DataTD">
|
||
|
|
<input type="text" id="keeper" readonly class="FormElement ui-widget-content ui-corner-all">
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
</form>
|
||
|
|
</div>
|