思念食品 UI

addCustomerFile.html 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. <div class="form-inline addJsz_select_cus">
  47. <div class="form-group">
  48. <input type="text" class="inps inps1" style="width: 180px;"/>
  49. <input type="text" class="inps2">
  50. <input type="text" class="inps3">
  51. <input type="text" class="inps4">
  52. <i class="xl xl_one"></i>
  53. <div class="addTree xlAdd">
  54. <ul id="addTreeDemo" class="ztree">
  55. </ul>
  56. </div>
  57. </div>
  58. </div>
  59. </td>
  60. </tr>
  61. </tbody>
  62. </table>
  63. <div style="text-align: center;"><button class="btns addCun">保存</button></div>
  64. </div>
  65. </div>
  66. <script src="../js/bootstrap-select/js/bootstrap-select.js"></script>
  67. <script src="../js/zTree/jquery.ztree.core.js"></script>
  68. <script src="js/addCustomer.js"></script>
  69. </body>
  70. </html>