| | |
| | | <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> |
| | | <td> <input id='txtHuming' runat="server" maxlength='50' placeholder="请输入户名" style="width:200px;" /></td> |
| | |
| | | |
| | | |
| | | $.ajax({ |
| | | url: 'https://yocaisim.51zhengcai.com/api/UpFile/UpdateFile', // 替换为你的服务器端点 |
| | | url: '/Pages/business/FileUploadHandler.ashx', // 替换为你的服务器端点 |
| | | type: 'POST', |
| | | data: formData, |
| | | contentType: false, |
| | |
| | | $('a[name="HrefAttachmentFapiao"]').last().html('<img src="' + response.data+'" width="20" height="20" />'); |
| | | alertMsg('上传成功'); |
| | | } else { |
| | | alertMsg('上传失败'); |
| | | alertMsg(response.message); |
| | | } |
| | | |
| | | |