<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>离职人员客户</title>

  <link href="/css/bootstrap.min.css" rel="stylesheet">
  <link href="/font-awesome/css/font-awesome.css" rel="stylesheet">
  <link href="/css/animate.css" rel="stylesheet">
  <link href="/css/style.css" rel="stylesheet">
</head>

<body class="gray-bg">
  <div class="middle-box text-center animated fadeInDown">
    <h1></h1>
    <h2 class="font-bold">导入离职人员客户</h2>
    <div class="error-desc">
        <form id="formUpload" action="/api/check/importdimission" method="post" enctype="multipart/form-data" style="margin-top: 40px;">
            <input type="file" name="file" id="fileInput" accept="application/vnd.ms-excel, application/x-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" style="float:left;">

            <button type="submit">提交</button>
        </form>
    </div>
  </div>
</body>
</html>