ZZDianXin_UI - 郑州电信 演示

addCommissFile.html 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../Script/Common/huayi.load.js"></script>
  6. <script src="../Script/Common/huayi.config.js"></script>
  7. <link href="../js/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" />
  8. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  9. <link rel="stylesheet" href="../css/init.css" />
  10. <link rel="stylesheet" href="css/kehuManger.css" />
  11. <title></title>
  12. </head>
  13. <body>
  14. <div class="container-fluid">
  15. <div class="boxCon">
  16. <table>
  17. <tbody>
  18. <!--<tr>
  19. <th>客户类型: </th>
  20. <td>
  21. <div class="form-group addJsz_select_cus">
  22. <select class="form-control" id="customerType" data-live-search="true">
  23. <option value="1">客户</option>
  24. <option value="2">专员</option>
  25. </select>
  26. <span class="addJsz_kong addJsz_posi">*</span>
  27. </div>
  28. </td>
  29. </tr>-->
  30. <tr>
  31. <th>客诉专员名称: </th>
  32. <td>
  33. <input type="text" class="Customer" style="padding-left: 10px;"/>
  34. <span class="addJsz_kong" style="color: red;">*</span>
  35. </td>
  36. </tr>
  37. <tr>
  38. <th>电话: </th>
  39. <td>
  40. <input type="text" class="mobile" style="padding-left: 10px;" />
  41. </td>
  42. </tr>
  43. <tr>
  44. <th>区域: </th>
  45. <td>
  46. <input type="text" id="areaInps" style="padding-left: 10px;" />
  47. </td>
  48. </tr>
  49. <tr>
  50. <th>省市:</th>
  51. <td>
  52. <div class="form-inline addJsz_select_cus">
  53. <div class="form-group">
  54. <input type="text" class="inps inps1" style="width: 180px;"/>
  55. <input type="text" class="inps2">
  56. <input type="text" class="inps3">
  57. <i class="xl xl_one"></i>
  58. <div class="addTree xlAdd">
  59. <ul id="addTreeDemo" class="ztree">
  60. </ul>
  61. </div>
  62. </div>
  63. </div>
  64. </td>
  65. </tr>
  66. </tbody>
  67. </table>
  68. <div style="text-align: center;"><button class="btns addCun">保存</button></div>
  69. </div>
  70. </div>
  71. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  72. <script src="../js/zTree/jquery.ztree.core.js"></script>
  73. <script src="js/addCommissioner.js"></script>
  74. </body>
  75. </html>