knowledgeshenhe.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. <style>
  2. .tree-control .tree-input {
  3. min-height: 34px!important;
  4. padding-top: 5px;
  5. }
  6. .tree-control .tree-view .item-container:hover,
  7. .tree-control .tree-view .selected,
  8. .tree-control .tree-view .active {
  9. background-color: #428bca;
  10. background-image: linear-gradient(#428bca, #428bca)!important;
  11. background: #428bca;
  12. color: #fff;
  13. }
  14. .tree-control .tree-view .item-container:hover .expand,
  15. .tree-control .tree-view .selected .expand,
  16. .tree-control .tree-view .active .expand {
  17. border-left: 10px solid #fff;
  18. }
  19. .tree-control .tree-view .item-container:hover .expand-opened,
  20. .tree-control .tree-view .selected .expand-opened,
  21. .tree-control .tree-view .active .expand-opened {
  22. border-bottom: 0px solid transparent;
  23. border-left: 6px solid transparent;
  24. border-right: 6px solid transparent;
  25. border-top: 10px solid #fff;
  26. }
  27. .jry_history{
  28. width: 100%;
  29. height: 40px;
  30. line-height: 40px;
  31. background-color: rgb(234,234,234);
  32. border-radius: 4px
  33. }
  34. .jry_history .tit{
  35. float: left;
  36. margin-left: 8px;
  37. font-weight: bold;
  38. font-size: 16px
  39. }
  40. .jry_history .more{
  41. float: right;
  42. margin-right: 8px;
  43. color: rgb(30, 108, 172);
  44. cursor: pointer;
  45. }
  46. .jry_lists_box{
  47. width: 100%;
  48. height: 200px;
  49. background-color: rgb(249,249,249);
  50. overflow: hidden;
  51. overflow-y: scroll
  52. }
  53. .jry_lists_box .jry_lists{
  54. width: 100%;
  55. height: 30px;
  56. line-height: 30px;
  57. }
  58. .jry_lists_box .jry_lists span{
  59. float: left;
  60. margin-left: 20px;
  61. color: rgb(160,160,160)
  62. }
  63. .jry_lists_box .jry_lists .yuan{
  64. width: 10px;
  65. height: 10px;
  66. border-radius: 50%;
  67. background-color: rgb(121,163,196);
  68. margin-top: 10px
  69. }
  70. .jry_lists_box .jry_lists .see{
  71. color: rgb(24,29,159);
  72. text-decoration: underline;
  73. cursor: pointer;
  74. }
  75. .jry_lists_box .jry_lists:nth-child(1) span{
  76. color: black
  77. }
  78. .jry_lists_box .jry_lists:nth-child(1) .yuan{
  79. background-color: rgb(0,67,122);
  80. }
  81. .tongguo{
  82. background-color: rgb(0,83,149);
  83. border:1px rgb(0,83,149) solid;
  84. color: white
  85. }
  86. .quxiao{
  87. border:1px black solid;
  88. background-color: white
  89. }
  90. .bohui{
  91. color: red;
  92. border: 1px red solid;
  93. background-color: rgb(250,239,232)
  94. }
  95. .bohui_box{
  96. position: fixed;
  97. top: 0;
  98. left: 0;
  99. width: 100%;
  100. height: 100%;
  101. z-index: 9998;
  102. background-color: rgba(0,0,0,0.5)
  103. }
  104. .bohui_box .bohui_ipt_box{
  105. width: 400px;
  106. height: 240px;
  107. background-color: white;
  108. z-index: 9999;
  109. margin-left: -200px;
  110. margin-top: -120px;
  111. position: fixed;
  112. left: 50%;
  113. top: 50%
  114. }
  115. .bohui_tit{
  116. height: 30px;
  117. line-height: 30px;
  118. text-align: center;
  119. border-bottom: 1px rgb(239,239,239) solid;
  120. font-weight: bold;
  121. font-size: 16px;
  122. }
  123. .bohui_yuanyin{
  124. padding-left: 20px;
  125. }
  126. .bohui_yuanyin .bohui_yuanyin_tit{
  127. height: 30px;
  128. line-height: 30px
  129. }
  130. .bohui_anniu{
  131. border-top: 1px rgb(239,239,239) solid;
  132. margin-top: 11px;
  133. }
  134. .bohui_anniu .bohui_baocun{
  135. width: 50%;
  136. float: left;
  137. text-align: center;
  138. height: 36px;
  139. line-height: 36px;
  140. background-color: rgb(246,247,249);
  141. cursor: pointer;
  142. }
  143. .bohui_anniu .bohui_quxiao{
  144. width: 50%;
  145. float: left;
  146. text-align: center;
  147. height: 36px;
  148. line-height: 36px;
  149. background-color: rgb(246,247,249);
  150. border-left: 1px rgb(239,239,239) solid;
  151. cursor: pointer;
  152. }
  153. .formly-field-ui-input{
  154. height:62px;
  155. }
  156. </style>
  157. <div ng-controller="knowledgeformCtrl">
  158. <!--{{title}}-->
  159. <form>
  160. <formly-form model="vm.model" fields="vm.fields" options="vm.options" form="vm.form" ng-if="vm.fields.length">
  161. <div></div>
  162. <div class="col-xs-12 margin-top-30 margin-bottom-30 text-center">
  163. <div class="jry_history">
  164. <span class="tit">历史纪录</span>
  165. <span class="more" ng-click="to_history()">更多>></span>
  166. </div>
  167. <div class="jry_lists_box">
  168. <div class="jry_lists" ng-repeat="v in historyData" ng-click="other_to_lishi(v)">
  169. <span>{{v.solutionnumber}}</span>
  170. <span class="yuan"></span>
  171. <span>{{v.createtime}}</span>
  172. <span>{{v.createUser.name}}</span>
  173. <span><<{{v.title}}>></span>
  174. <span class="see">查看</span>
  175. </div>
  176. </div>
  177. <button class="btn tongguo" ng-click="jry_shenhe_success()">通过</button>
  178. <button class="btn quxiao" ng-click="jry_shenhe_close()">取消</button>
  179. <button class="btn bohui" ng-click="jry_bohuiyuanyin_show()">驳回</button>
  180. <!-- <button type="button" ladda="ldloading.sm" class="margin-left-5 btn btn-default ladda-button" ng-click="vm.options.resetModel()" translate="form.button.RESET">Reset</button> -->
  181. </div>
  182. </formly-form>
  183. </form>
  184. <div class="bohui_box" ng-show="bohui_show">
  185. <div class="bohui_ipt_box">
  186. <div class="bohui_tit">驳回原因</div>
  187. <div class="bohui_yuanyin">
  188. <div class="bohui_yuanyin_tit"><span>*</span>驳回原因:</div>
  189. <!-- <input type="text" class="bohui_ipt" placeholder="请输入驳回原因"> -->
  190. <textarea cols="48" rows="7" style="resize: none;" placeholder="请输入驳回原因" ng-model="bohui_YY"></textarea>
  191. </div>
  192. <div class="bohui_anniu">
  193. <div class="bohui_baocun" ng-click="jry_shenhe_bohui()">保存</div>
  194. <div class="bohui_quxiao" ng-click="bohuiyuanyin_close()">取消</div>
  195. </div>
  196. </div>
  197. </div>
  198. </div>