| | |
| | | <body style="padding:10px"> |
| | | <form runat="server"> |
| | | <table class="tableStyle" > |
| | | |
| | | <tr id="trCarNo"> |
| | | <td class="ali03"> |
| | | 请示主题: |
| | | </td> |
| | | <td colspan="3"> |
| | | <input id="txtPlanTitle" type="text" style=" width:400px;" class="req" runat="server" maxlength="100" msg="请输入请示主题" /> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03">收款单位:</td> |
| | | <td> <%--<select keepdefaultstyle='true' id='selSuppliers' runat="server" datatextfield='Name' datavaluefield='Keyid' onchange='custormerChange(this)' class='Sreq' sign="" selinputhtml="True" style=" width:183px;" > |
| | |
| | | <tr> |
| | | <td class="ali03">金额:</td> |
| | | <td> <input id='txtZengjianmoney' runat="server" maxlength='18' onblur="validateAmount(event)" placeholder="请输入金额" readonly="readonly" /></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03">抹零金额:</td> |
| | | <td> <input id='txtmolingmoney' runat="server" maxlength='18' onblur="validateAmount(event)" placeholder="请输入金额" /></td> |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03">户名:</td> |
| | |
| | | </tr> |
| | | <tr id="trbtn" runat="server"> |
| | | <td class="ali02" colspan="2"> |
| | | <asp:Button ID="btn_Submit" Text="提交申请" runat="server" OnClick="btn_Submit_form" /> |
| | | <asp:Button ID="btn_Submit" Text="提交申请" UseSubmitBehavior="false" runat="server" OnClick="btn_Submit_form" OnClientClick="this.disabled = true; this.value = 'Submitting...';" /> |
| | | <span style="margin-left:10px"></span> |
| | | <input type="button" value="取消 " onclick="top.Dialog.close()" /> |
| | | </td> |