cc09b2678d6e57594dd23157d15c32b4dd29387c.svn-base 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title></title>
  7. <%@include file="../../include.jsp" %>
  8. <style type="text/css">
  9. input{
  10. cursor: pointer;
  11. }
  12. img{
  13. margin-left: 5px;
  14. }
  15. </style>
  16. <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/sms/addMoreContent.js"></script>
  17. <script type="text/javascript" src="/nwyj/scripts/business/gps/taskManagement/setIframeHeight.js"></script>
  18. <script type="text/javascript" src="/nwyj/scripts/business/em/report/addDo.js"></script>
  19. </head>
  20. <body>
  21. <div class="box1" id="formContent" style="border: 1px solid #E4E4E4;background: #F8F8F8;">
  22. <div style="height: 50px;" align="center"><a href="javascript:void(0)"><img align="left" alt="返回" title="返回" src="/nwyj/images/temp/back.png" id="back"></img></a><font style="font-weight: bold;font-size: 20px;line-height: 45px;color:#3e62a0" id="titleShow">批量新增联系(组)人</font></div>
  23. <form id="editForm" method="post" enctype="multipart/form-data">
  24. <input type="hidden" name="classid" value="630" required="true" />
  25. <input type="hidden" name="TASK_ID_632" id="TASK_ID_632" required="true" />
  26. <table style="border: none" width="100%">
  27. <tr>
  28. <td colspan="5" align="right"><input class="quanxian button" value="保存" type="button" id="save" />&nbsp;&nbsp;
  29. <input value="重置" type="button" class="quanxian button" id="resetTable"/>&nbsp;&nbsp;&nbsp;&nbsp;
  30. </td>
  31. </tr>
  32. <tr class="quanxian">
  33. <td width="10%" align="right">选择新增类型:</td>
  34. <td width="15%">
  35. <input type="radio" name="type" value="lxr" checked="checked" id="lxr" onclick="change('lxr')"/> <label for="lxr">联系人</label>
  36. <input type="radio" name="type" value="lxz" id="lxz" onclick="change('lxz')"/><label for="lxz">联系组</label>
  37. </td>
  38. <td align="right" width="10%">选择导入文件:</td>
  39. <td width="25%"><input name="import_report" fileWidth="300" id="import_report" type="file" contenteditable="false" /></td>
  40. <td >
  41. <input type="button" value="导入联系人(组)" id="importCon"/>
  42. &nbsp;&nbsp;&nbsp;&nbsp;
  43. <input type="button" value="下载模板" id="downloadUserModel"/>
  44. </td>
  45. </tr>
  46. </table>
  47. </form>
  48. <div style="padding:5px 0 0 0;"></div>
  49. <div id="dataGrid"></div>
  50. </div>
  51. </body>