GZMachinesWeb/.svn/pristine/c4/c43fc8713f6e7e50f248ace64a2...

32 lines
1.0 KiB
Plaintext
Raw Normal View History

2025-06-20 17:47:53 +08:00
<%@ 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="2" class="ui-state-error"><input id="batchId" type="hidden" name="batchId" ></td>
</tr>
<tr class="FormData">
<td class="DataTD">&nbsp;
<td class="CaptionTD">扣减费用(元)</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" id="deductionMoney" name="deductionMoney" class="FormElement ui-widget-content ui-corner-all">
</td>
</td>
</tr>
<tr class="FormData">
<td class="DataTD">&nbsp;
<td class="CaptionTD">备注(元)</td>
<td class="DataTD">&nbsp;
<input type="text" jyValidate="required" id="remark" name="remark" class="FormElement ui-widget-content ui-corner-all">
</td>
</td>
</tr>
</tbody>
</table>
</form>
</div>
</div>