94 lines
2.9 KiB
Plaintext
94 lines
2.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 class="DataTD">
|
|
<input type="hidden" id="parentIds" value="0">
|
|
</td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>设备类型:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" id="names" name="name" 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" jyValidate="required" id="warnValue" name="warnValue" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
|
|
<tr class="FormData" >
|
|
<td class="CaptionTD">设备标签:</td>
|
|
<td class="DataTD">
|
|
<label class="radio-inline">
|
|
<input type="radio" name="label" id="label11" value="1" > 自有
|
|
</label>
|
|
<label class="radio-inline">
|
|
<input type="radio" name="label" id="label21" value="2"> 外租
|
|
</label>
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
|
|
<div id="add" class="hide">
|
|
<form id="addform" method="POST" onsubmit="return false;" >
|
|
<table cellspacing="0" cellpadding="0" border="0" class="customTable">
|
|
<tbody>
|
|
<tr style="display:none">
|
|
<td class="DataTD">
|
|
<input type="hidden" id="parentIds" value="0">
|
|
</td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>设备类型:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" id="namesType" name="name" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
|
|
<tr class="FormData" >
|
|
<td class="CaptionTD">设备标签:</td>
|
|
<td class="DataTD">
|
|
<label class="radio-inline">
|
|
<input type="radio" name="label" id="label1" value="1" checked> 自有
|
|
</label>
|
|
<label class="radio-inline">
|
|
<input type="radio" name="label" id="label2" value="2"> 外租
|
|
</label>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
|
|
<div id="update" class="hide">
|
|
<form id="updateform" method="POST" onsubmit="return false;" >
|
|
<table cellspacing="0" cellpadding="0" border="0" class="customTable">
|
|
<tbody>
|
|
<tr style="display:none">
|
|
<td class="DataTD">
|
|
<input type="hidden" id="parentIds" value="0">
|
|
</td>
|
|
</tr>
|
|
<tr class="FormData">
|
|
<td class="CaptionTD"><font color="red">*</font>库存预警值设置:</td>
|
|
<td class="DataTD">
|
|
<input type="text" jyValidate="required" id="warnValue" name="warnValue" class="FormElement ui-widget-content ui-corner-all">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div>
|