Нет описания

editSeatsMessage.html 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>座席组管理</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <script src="../Script/Common/huayi.load.js"></script>
  8. <script src="../Script/Common/huayi.config.js"></script>
  9. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  10. <link href="../css/Table/table1.css" rel="stylesheet" />
  11. <link href="../css/init.css" rel="stylesheet" />
  12. <script src="../js/laydate/laydate.js"></script>
  13. </head>
  14. <style>
  15. .toolBar {
  16. padding: 15px 0;
  17. border-bottom: 1px solid #ccc;
  18. }
  19. .tree {
  20. height: 400px;
  21. overflow-y: auto;
  22. }
  23. .inpBox {
  24. border: 1px solid #a9a9a9;
  25. height: 27px;
  26. width: 172px;
  27. display: inline-block;
  28. position: relative;
  29. vertical-align: middle;
  30. }
  31. .inps {
  32. height: 24px;
  33. width: 172px;
  34. }
  35. .inps1,
  36. .inps4,
  37. .inps1_chg {
  38. width: 170px;
  39. height: 24px;
  40. outline: none;
  41. border: 0;
  42. border-image-width: 0;
  43. padding: 0;
  44. padding-left: 3px;
  45. }
  46. .xl {
  47. display: inline-block;
  48. background:url(../img/dropDown.png) no-repeat;
  49. height: 100%;
  50. background-position: center center;
  51. width: 20px;
  52. position: absolute;
  53. right: 0;
  54. top: 0px;
  55. /*background-color: #f7bc8b;*/
  56. cursor: pointer;
  57. }
  58. /*.xl:hover{
  59. background-color: #e6d523;
  60. }*/
  61. .addTree {
  62. background: #fff;
  63. position: absolute;
  64. width: 100%;
  65. border: 1px solid darkgrey;
  66. right: 0;
  67. top: 26px;
  68. display: none;
  69. }
  70. .inpstext {
  71. resize: none;
  72. width: 50%;
  73. height: 70px;
  74. }
  75. </style>
  76. <body class="gray-bg">
  77. <div class="seatsMsg">
  78. <ul class="nav nav-tabs">
  79. <li class="active">
  80. <input type="hidden" id="ID" />
  81. </li>
  82. </ul>
  83. <div class="add_time">
  84. <label for="">编号:</label>
  85. <input type="text" id="Z_Nums" class="photo" />
  86. <label for="">名称:</label>
  87. <input type="text" id="Z_Names" class="photo" />
  88. </div>
  89. <div class="add_time">
  90. <label for="">所属地区号:</label>
  91. <input type="text" id="Z_gsds" class="photo" />
  92. <label for="">外呼外地前缀:</label>
  93. <input type="text" id="Z_ws" class="photo" />
  94. </div>
  95. <div class="add_time">
  96. <label for="">外呼本地前缀:</label>
  97. <input type="text" id="Z_bs" class="photo" />
  98. </div>
  99. <div class="add_time">
  100. <label for="">地区:</label>
  101. <div class="inpBox">
  102. <input type="text" class="inps inps6" readonly="readonly" />
  103. <input id="OPID" value="" hidden="hidden">
  104. <i class="xl xl_three"></i>
  105. <div class="addTree xlAdd_three">
  106. <ul id="xlAdd_zxz" class="ztree"></ul>
  107. </div>
  108. </div>
  109. </div>
  110. <div class="add_time">
  111. <label for="" class="Pb_sm">描述说明:</label>
  112. <textarea id="Pbs"></textarea>
  113. </div>
  114. <div class="add_time tc">
  115. <button type="button" class="btn sc_btn " id="tc" onclick="addedit()">保&nbsp;&nbsp;存</button>
  116. </div>
  117. </div>
  118. <script src="../js/zTree/jquery.ztree.core.js"></script>
  119. <script src="../js/zTree/jquery.ztree.excheck.min.js"></script>
  120. <script src="js/editSeatsMess.js"></script>
  121. </body>
  122. </html>