| | |
| | | |
| | | |
| | | $.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); |
| | | } |
| | | |
| | | |
| | |
| | | 请示内容: |
| | | </td> |
| | | <td colspan="3"> |
| | | <textarea id="txtPlanContent" runat="server" style="width: 390px; height: 50px;" class="req" msg="请输入请示内容"></textarea> |
| | | <textarea id="txtPlanContent" runat="server" style="width: 390px; height: 50px;" class="req" msg="请输入请示内容" MaxLength="200" ></textarea> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | |
| | | 备注: |
| | | </td> |
| | | <td colspan="3"> |
| | | <textarea id="txtPlanRemark" runat="server" style="width: 390px; height: 50px;" ></textarea> |
| | | <textarea id="txtPlanRemark" runat="server" style="width: 390px; height: 50px;" MaxLength="100" ></textarea> |
| | | </td> |
| | | </tr> |
| | | <tr class="shangchanfujian"> |