newOrder的副本.html 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. <style>
  2. .bodybackground {
  3. background: #eee;
  4. }
  5. </style>
  6. <div class="newOrder" ng-controller="newOrderCtrl" ng-style="bodyheight">
  7. <section id="page-title">
  8. <div class="row">
  9. <div class="col-sm-8">
  10. <h1 class="mainTitle">快速建单
  11. <!-- <i tooltip='事件列表,点击操作处理任务' tooltip-placement="right"
  12. class="fa ti-help-alt margin-left-10 fontcolor-five pointfont"></i> -->
  13. </h1>
  14. </div>
  15. </div>
  16. </section>
  17. <div class="listbote">
  18. <div style="background: #F9F9F9 !important;padding-left: 16px;padding-right: 0px;">
  19. <div class="row wt_searchlistback" id="searchid">
  20. <div class="col-xs-10" style="padding-right: 0px !important;padding-bottom: 10px;">
  21. <form class="form-inline incidentsearchsize" style='padding-top: 8px'>
  22. <div class="form-group incidentsearch wt_width">
  23. <div class="">
  24. <div class="control-label pull-left margin-top-5">报修科室:</div>
  25. <ui-select class="pull-right selectzise wt_width1 wt_width3"
  26. ng-model="searchkeys.department" theme="bootstrap">
  27. <ui-select-match placeholder="">
  28. {{$select.selected.dept}}
  29. </ui-select-match>
  30. <ui-select-choices repeat="item in department"
  31. refresh="onChangeDept($select.search)">
  32. <div ng-bind-html="item.dept | highlight: $select.search"></div>
  33. </ui-select-choices>
  34. </ui-select>
  35. </div>
  36. </div>
  37. <div class="form-group incidentsearch wt_width">
  38. <div class="">
  39. <div class="control-label pull-left margin-top-5">联系电话:</div>
  40. <input class=" inputcolor wt_width1 wt_width3 pull-right" type="text"
  41. ng-model="searchkeys.houseNumber" placeholder="" />
  42. </div>
  43. </div>
  44. <div class="form-group incidentsearch wt_width">
  45. <div>
  46. <div class="control-label pull-left margin-top-5 margin-right-5">联系人:</div>
  47. <input class="f inputcolor wt_width1 wt_width3 pull-right" type="text"
  48. ng-model="searchkeys.incidentsign" placeholder="" />
  49. </div>
  50. </div>
  51. <div class="form-group incidentsearch wt_width">
  52. <div>
  53. <div class="control-label pull-left margin-top-5 margin-right-5">故障地点:</div>
  54. <input class="f inputcolor wt_width1 wt_width3 pull-right" type="text"
  55. ng-model="searchkeys.incidentsign" placeholder="" />
  56. </div>
  57. </div>
  58. </form>
  59. </div>
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. <style>
  65. @media screen and (max-width: 1750px) {
  66. .wt_width {
  67. width: 30% !important;
  68. }
  69. .wt_width1 {
  70. width: 60% !important;
  71. }
  72. .wt_width4 {
  73. width: 27% !important;
  74. }
  75. .wt_width5 {
  76. width: 60% !important;
  77. border-color: #dedede;
  78. float: right;
  79. }
  80. }
  81. .selectzise {
  82. width: 160px;
  83. }
  84. .wt_width {
  85. width: 20%;
  86. margin-right: 16px;
  87. min-width: 275px !important;
  88. }
  89. .wt_width1 {
  90. width: 160px;
  91. }
  92. .wt_margin-top {
  93. margin-top: 35px !important;
  94. }
  95. .form-inline .form-control {
  96. border-radius: 2px;
  97. }
  98. .wt_width3 {
  99. width: 160px;
  100. height: 28px !important;
  101. border-radius: 2px !important;
  102. }
  103. .wt_width4 {
  104. width: 20%;
  105. }
  106. .wt_width5 {
  107. width: 160px;
  108. border-color: #dedede;
  109. float: right;
  110. height: 28px;
  111. border-radius: 2px !important;
  112. }
  113. .wt_width6 {
  114. display: inline-block;
  115. padding-top: 0px;
  116. position: relative;
  117. top: 4px;
  118. /* left: 10px; */
  119. width: 8.2%;
  120. text-align: left;
  121. }
  122. .ui-select-bootstrap .ui-select-toggle {
  123. height: 28px;
  124. }
  125. /*
  126. .wt_width {
  127. width: 20%;
  128. margin-right: 1%;
  129. padding: 0px;
  130. }
  131. .wt_width1 {
  132. width: 100% !important;
  133. padding: 0px;
  134. } */
  135. .wt_width2 {
  136. width: 50% !important;
  137. }
  138. .wt_pad {
  139. padding: 0px;
  140. }
  141. .wt_btns {
  142. display: inline-block;
  143. margin-right: 8px;
  144. }
  145. .wt_btn1 {
  146. width: 60px;
  147. height: 28px !important;
  148. border-radius: 2px;
  149. line-height: 28px;
  150. font-size: 14px;
  151. padding: 0px !important;
  152. font-size: 14px !important;
  153. }
  154. .btn.steelbutton.wt_btn1 {
  155. padding: 0px !important;
  156. }
  157. .wt_btnColor {
  158. background: #4A90E2 !important;
  159. }
  160. /* .btn{
  161. padding: 0px!important;
  162. } */
  163. .wt_btnColor:hover {
  164. background: #fff !important;
  165. color: #2B5EB8 !important;
  166. border: 1px solid #2B5EB8;
  167. }
  168. .wt_btnColor2:hover {
  169. background: #fff !important;
  170. color: #2B5EB8 !important;
  171. border: 1px solid #2B5EB8;
  172. }
  173. .wt_btn2 {
  174. width: 100px;
  175. height: 34px !important;
  176. border-radius: 2px !important;
  177. }
  178. .wt_list {
  179. padding: 15px;
  180. background: #F9F9F9;
  181. }
  182. .ui-grid-render-container:hover {
  183. background: #fff !important;
  184. }
  185. .wt_btnColor1 {
  186. background: #fff !important;
  187. color: #2B5EB8 !important;
  188. border: 1px solid #2B5EB8;
  189. }
  190. .wt_btnColor1:hover {
  191. background: #4A90E2 !important;
  192. color: #fff !important;
  193. border: 1px solid #4A90E2 !important;
  194. }
  195. div.ui-grid-row.ng-scope:hover {
  196. cursor: pointer;
  197. background: #fff !important;
  198. }
  199. .wt_searchlistback {
  200. margin-top: 1px;
  201. margin-bottom: 8px;
  202. border-top-left-radius: 0px !important;
  203. border-top-right-radius: 8px !important;
  204. border-bottom-left-radius: 8px !important;
  205. border-bottom-right-radius: 8px !important;
  206. }
  207. .ui-grid-row:nth-child(even) .ui-grid-cell {
  208. background: #fafafa !important;
  209. }
  210. .searchBtnBox>.wt_btns {
  211. margin: 0 8px 10px 0;
  212. }
  213. .newOrder{
  214. min-height: 500px;
  215. }
  216. .newOrder #page-title{
  217. text-align: left;
  218. }
  219. </style>