Geen omschrijving

XgWorktime.html 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. <script src="../js/laydate/laydate.js"></script>
  12. <style>
  13. .toolBar {
  14. padding: 15px 0;
  15. border-bottom: 1px solid #ccc;
  16. }
  17. .tree {
  18. height: 400px;
  19. overflow-y: auto;
  20. }
  21. .inpBox {
  22. border: 1px solid #a9a9a9;
  23. height: 27px;
  24. width: 172px;
  25. display: inline-block;
  26. position: relative;
  27. vertical-align: middle;
  28. }
  29. .inps {
  30. height: 24px;
  31. width: 172px;
  32. }
  33. .inps1,
  34. .inps4,
  35. .inps1_chg {
  36. width: 170px;
  37. height: 24px;
  38. outline: none;
  39. border: 0;
  40. border-image-width: 0;
  41. padding: 0;
  42. padding-left: 3px;
  43. }
  44. .xl {
  45. display: inline-block;
  46. background: url(../img/dropDown.png) no-repeat;
  47. height: 100%;
  48. background-position: center center;
  49. width: 20px;
  50. position: absolute;
  51. right: 0;
  52. top: 0px;
  53. /*background-color: #f7bc8b;*/
  54. cursor: pointer;
  55. }
  56. /*.xl:hover{
  57. background-color: #e6d523;
  58. }*/
  59. .addTree {
  60. background: #fff;
  61. position: absolute;
  62. width: 100%;
  63. border: 1px solid darkgrey;
  64. right: 0;
  65. top: 26px;
  66. display: none;
  67. }
  68. .inpstext {
  69. resize: none;
  70. width: 50%;
  71. height: 70px;
  72. }
  73. </style>
  74. </head>
  75. <body class="gray-bg">
  76. <div>
  77. <ul class="nav nav-tabs">
  78. <li class="active">
  79. <a href="#">参数信息</a>
  80. </li>
  81. </ul>
  82. <div class="add_time">
  83. <label for="">工作开始时间:</label>
  84. <input type="text" id="workstart" class="photo" /><input type="hidden" id="ID" value="" class="photo" />
  85. </div>
  86. <div class="add_time">
  87. <label for="">工作结束时间:</label>
  88. <input type="text" class="photo" id="workend" />
  89. </div>
  90. <div class="add_time">
  91. <label for="">时间段名称:</label>
  92. <input type="text" class="photo" id="timename" />
  93. </div>
  94. <div class="add_time">
  95. <label for="">坐席组:</label>
  96. <div class="inpBox">
  97. <input type="text" class="inps inps6" readonly="readonly" />
  98. <input id="OPID" value="" hidden="hidden">
  99. <i class="xl xl_three"></i>
  100. <div class="addTree xlAdd_three">
  101. <ul id="xlAdd_zxz" class="ztree"></ul>
  102. </div>
  103. </div>
  104. </div>
  105. <div class="add_time">
  106. <label for="" class="Pb_sm">时间段备注:</label>
  107. <textarea type="text" id="Pb" ></textarea>
  108. </div>
  109. <div class="add_time tc">
  110. <button type="button" class="sc_btn " id="tc" onclick="addedit()">保存</button>
  111. </div>
  112. </div>
  113. <script src="../js/zTree/jquery.ztree.core.js"></script>
  114. <script src="../js/zTree/jquery.ztree.excheck.min.js"></script>
  115. <script src="js/xgWorktime.js"></script>
  116. </body>
  117. </html>