1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <%@page language="java" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title></title>
- <%@include file="../../include.jsp" %>
- <style type="text/css">
- input{
- cursor: pointer;
- }
- img{
- margin-left: 5px;
- }
- </style>
- <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/sms/addMoreContent.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/business/gps/taskManagement/setIframeHeight.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/business/em/report/addDo.js"></script>
- </head>
- <body>
- <div class="box1" id="formContent" style="border: 1px solid #E4E4E4;background: #F8F8F8;">
- <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>
- <form id="editForm" method="post" enctype="multipart/form-data">
- <input type="hidden" name="classid" value="630" required="true" />
- <input type="hidden" name="TASK_ID_632" id="TASK_ID_632" required="true" />
- <table style="border: none" width="100%">
- <tr>
- <td colspan="5" align="right"><input class="quanxian button" value="保存" type="button" id="save" />
- <input value="重置" type="button" class="quanxian button" id="resetTable"/>
- </td>
- </tr>
- <tr class="quanxian">
- <td width="10%" align="right">选择新增类型:</td>
- <td width="15%">
- <input type="radio" name="type" value="lxr" checked="checked" id="lxr" onclick="change('lxr')"/> <label for="lxr">联系人</label>
- <input type="radio" name="type" value="lxz" id="lxz" onclick="change('lxz')"/><label for="lxz">联系组</label>
- </td>
- <td align="right" width="10%">选择导入文件:</td>
- <td width="25%"><input name="import_report" fileWidth="300" id="import_report" type="file" contenteditable="false" /></td>
- <td >
- <input type="button" value="导入联系人(组)" id="importCon"/>
-
- <input type="button" value="下载模板" id="downloadUserModel"/>
- </td>
- </tr>
- </table>
- </form>
- <div style="padding:5px 0 0 0;"></div>
- <div id="dataGrid"></div>
- </div>
- </body>
|