Açıklama Yok

addOrEditPerformanceBonus.html 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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 rel="stylesheet" href="../css/init.css" />
  8. <link rel="stylesheet" href="../js/layui/css/layui.css">
  9. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  10. <title>新版知识库添加</title>
  11. <style type="text/css">
  12. .Common {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .Common table {
  17. width: 100%;
  18. }
  19. .inpBox {
  20. border: 1px solid #cccccc;
  21. height: 34px;
  22. width: 100%;
  23. display: inline-block;
  24. position: relative;
  25. vertical-align: middle;
  26. z-index: 111;
  27. }
  28. .addTree {
  29. background: #fff;
  30. position: absolute;
  31. width: 100%;
  32. border: 1px solid darkgrey;
  33. right: 0;
  34. top: 32px;
  35. display: none;
  36. z-index: 222;
  37. }
  38. .xl {
  39. display: inline-block;
  40. background: url(../../img/dropDown.png) no-repeat;
  41. height: 100%;
  42. background-position: center center;
  43. width: 20px;
  44. position: absolute;
  45. right: 0;
  46. top: 0px;
  47. cursor: pointer;
  48. }
  49. .ztree li span {
  50. border: none;
  51. padding: 0;
  52. }
  53. .inps {
  54. width: 80%;
  55. height: 32px;
  56. outline: none;
  57. border: 0;
  58. border-image-width: 0;
  59. padding: 0;
  60. padding-left: 3px;
  61. }
  62. .xl {
  63. display: inline-block;
  64. background: url(../img/dropDown.png) no-repeat;
  65. height: 100%;
  66. background-position: center center;
  67. width: 20px;
  68. position: absolute;
  69. right: 0;
  70. top: 0px;
  71. /* background-color: #f7bc8b; */
  72. cursor: pointer;
  73. }
  74. .Cleans {
  75. display: inline-block;
  76. width: 20px;
  77. position: absolute;
  78. right: 21px;
  79. top: 9px;
  80. display: none;
  81. }
  82. .selDpart1 {
  83. position: absolute;
  84. left: 15px;
  85. top: 34px;
  86. z-index: 11111;
  87. width: 220px;
  88. line-height: 30px;
  89. background: #ffffff;
  90. display: none;
  91. }
  92. #sponsor {
  93. width: 218px;
  94. border: 1px solid #00a1cb;
  95. margin: 0;
  96. padding: 0;
  97. list-style: none;
  98. max-height: 212px;
  99. overflow-x: hidden;
  100. overflow-y: scroll;
  101. }
  102. #sponsor li {
  103. margin: 0;
  104. padding-left: 10px;
  105. width: 220px;
  106. height: 30px;
  107. line-height: 30px;
  108. list-style: none;
  109. }
  110. #sponsor li:hover {
  111. background: #00a1cb;
  112. }
  113. </style>
  114. </head>
  115. <body class="">
  116. <div class="wrapper wrapper-content animated fadeInRight">
  117. <form>
  118. <div>
  119. <div class="form-group clearfix">
  120. <span class="col-sm-1">
  121. 工单编号:
  122. </span>
  123. <span class="col-sm-5">
  124. <input type="text" class="khmc form-control" id="cusname" />
  125. </span>
  126. <span class="col-sm-1 Import">
  127. 部门:
  128. </span>
  129. <span class="col-sm-5" style="position: relative">
  130. <div class="inpBox">
  131. <input type="text" class="inps" onkeyup="darptSearch()" />
  132. <input type="hidden" id="PID">
  133. <i class="Cleans fa fa-close"></i>
  134. <i class="xl xl_one"></i>
  135. <div class="addTree xlAdd">
  136. <ul id="addTreeDemo" class="ztree"></ul>
  137. </div>
  138. </div>
  139. <div class="selDpart1">
  140. <ul id="sponsor"></ul>
  141. </div>
  142. </span>
  143. </div>
  144. <div class="form-group clearfix">
  145. <span class="col-sm-1">
  146. 考评内容:
  147. </span>
  148. <span class="col-sm-2">
  149. <select name="" id="evaluation" class="form-control">
  150. <option value="">请选择</option>
  151. </select>
  152. </span>
  153. <span class="col-sm-3">
  154. <select name="" id="bonusitems" class="form-control">
  155. <option value="">请选择</option>
  156. </select>
  157. </span>
  158. </div>
  159. <div class="form-group clearfix">
  160. <span class="col-sm-1 Import">备注:</span>
  161. <span class="col-sm-11">
  162. <input id="remark" class="form-control" type="text" style=" padding: 5px; width: 100%;" />
  163. </span>
  164. </div>
  165. <div class="form-group clearfix">
  166. </div>
  167. <div class="form-group clearfix" style="text-align: center">
  168. <a class="btns addBtn">保存</a>
  169. </div>
  170. </div>
  171. </form>
  172. </div>
  173. <script src="../js/layui/layui.js"></script>
  174. <script src="../js/adjustHeight.js"></script>
  175. <script src="../css/laydate/laydate.js"></script>
  176. <script src="../js/zTree/jquery.ztree.core.js"></script>
  177. <script src="js/addOrEditPerformanceBonus.js"></script>
  178. </body>
  179. </html>