You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.2 KiB

4 years ago
<div class="easyui-layout easyui-resizable" data-options="fit:true">
<div data-options="region:'center'" style="padding-top: 20px;">
<div id="errMsg" class="errMsg" style="color:red" align="center">
</div>
<table border="0" style="margin: auto;">
<tr>
<td align="right">
<p>调入批次:</p>
</td>
<td>
<input class="easyui-combobox sInPcNo" style="width:220px;" editable="true" name="state" >
</td>
</tr>
<tr>
<td align="right">
<p>调出批次:</p>
</td>
<td>
<input class="easyui-combobox sOutPcNo" style="width:220px;" editable="true" name="state" >
</td>
</tr>
<tr>
<td align="right">
<p>调整数量:</p>
</td>
<td>
<input class="easyui-numberbox fTzCount" precision="4" style="width:220px;" editable="true" name="state" >
</td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 40px;">
<button class="btnOK" style="width:75px;" >确定</button> <!-- 确定 -->
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<button class="btnCancel" style="width:75px;">取消</button> <!-- 取消 -->
</td>
</tr>
</table>
</div>
</div>