meansout.html 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <div ng-controller="meansapplyListCtrl" class="">
  2. <section id="page-title">
  3. <div class="row">
  4. <!-- <i class="iconfont icon-bianji pull-left"></i> -->
  5. <div class="col-sm-8">
  6. <h1 class="mainTitle">申请单列表<i tooltip='申请单列表,点击操作处理任务' tooltip-placement="right" class="fa ti-help-alt margin-left-10 fontcolor-five pointfont"></i></h1>
  7. </div>
  8. </div>
  9. </section>
  10. <div class="listbote row">
  11. <div class="col-xs-12">
  12. <div class="row_0 backlg">
  13. <div class="col-xs-10" style="padding-right: 0px !important;">
  14. <form class="form-inline incidentsearchsize">
  15. <!-- <div class="form-group">
  16. <div class="control-label margin-top-5 margin-right-5">处理人:</div>
  17. <ui-select class="selectzise" ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
  18. <ui-select-match placeholder="">
  19. {{$select.selected.name}}
  20. </ui-select-match>
  21. <ui-select-choices repeat="item in handlingPersonnelUser | filter: $select.search">
  22. <div ng-bind-html="item.name | highlight: $select.search"></div>
  23. </ui-select-choices>
  24. </ui-select>
  25. </div> -->
  26. <div class="form-group">
  27. <label class="control-label" for="title">处理人:</label>
  28. <ui-select class="selectzise" ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
  29. <ui-select-match placeholder="">
  30. {{$select.selected.name}}
  31. </ui-select-match>
  32. <ui-select-choices repeat="item in handlingPersonnelUser | filter: $select.search">
  33. <div ng-bind-html="item.name | highlight: $select.search"></div>
  34. </ui-select-choices>
  35. </ui-select>
  36. </div>
  37. <!-- <div class="form-group">
  38. <label class="control-label" for="title">标题:</label>
  39. <input id="title" name="title" class="form-control" ng-model="entity.title" placeholder="标题" />
  40. </div> -->
  41. <div class="form-group">
  42. <div class="control-label margin-top-5 margin-right-5">申请时间:</div>
  43. <div class="pull-right">
  44. <input type="text" class="form-control pull-right incidentsearchsize" style="width:120px !important;border-color: #dedede;" datepicker-popuptime="yyyy-MM-dd" ng-model="parameters.paramDateFrom" max-date="parameters.paramDateTo" is-open="startOpened" hour-time=true
  45. ng-init="startOpened = false" close-text="关闭" ng-click="startOpen($event)" placeholder="" />
  46. </div>
  47. <!-- </div> -->
  48. <span class="panel-title text-dark" style="padding-left:3px;padding-right:3px"> - </span>
  49. <div class="pull-left">
  50. <!-- <div class="control-label pull-left margin-top-5 margin-right-5">关闭时间:</div> -->
  51. <input type="text" class="form-control selectzise pull-right incidentsearchsize" style="width:120px !important;border-color: #dedede;" datepicker-popuptime="yyyy-MM-dd" ng-model="parameters.paramDateTo" hour-time=true min-date="parameters.paramDateFrom"
  52. is-open="endOpened" ng-init="endOpened = false" close-text="关闭" ng-click="endOpen($event)" placeholder="" />
  53. </div>
  54. </div>
  55. <div class="form-group">
  56. <div class="control-label margin-top-5 margin-right-5">状态:</div>
  57. <ui-select class="selectzise" ng-model="searchkeys.state" theme="bootstrap">
  58. <ui-select-match placeholder="">
  59. {{$select.selected.name}}
  60. </ui-select-match>
  61. <ui-select-choices repeat="item in states | filter: $select.search">
  62. <div ng-bind-html="item.name | highlight: $select.search"></div>
  63. </ui-select-choices>
  64. </ui-select>
  65. </div>
  66. <div class="form-group">
  67. <div class="control-label margin-top-5 margin-right-5">类型:</div>
  68. <ui-select class="selectzise" ng-model="searchkeys.type" theme="bootstrap">
  69. <ui-select-match placeholder="">
  70. {{$select.selected.name}}
  71. </ui-select-match>
  72. <ui-select-choices repeat="item in type | filter: $select.search">
  73. <div ng-bind-html="item.name | highlight: $select.search"></div>
  74. </ui-select-choices>
  75. </ui-select>
  76. </div>
  77. <div class="form-group">
  78. <div class="control-label margin-top-5 margin-right-5">条件搜索:</div>
  79. <!-- <ui-select class="cs-select cs-skin-slide radiuleft" style="width:96px" ng-model="searchkeys.handlingPersonnelUser" theme="bootstrap">
  80. <ui-select-match placeholder="">
  81. {{$select.selected.name}}
  82. </ui-select-match>
  83. <ui-select-choices repeat="item in handlingPersonnelUser | filter: $select.search">
  84. <div ng-bind-html="item.name | highlight: $select.search"></div>
  85. </ui-select-choices>
  86. </ui-select>
  87. <input class="form-control pull-right inputcolor" style="width:160px !important;border-color: #dedede;color: #93989e;" type="text" ng-model="searchkeys.title" placeholder="" /> -->
  88. <li style="float:left;display:inline;width:96px">
  89. <!-- <select ng-model="searchTypes" class="cs-select cs-skin-slide radiuleft" ng-change="onChangetype(searchTypes);">
  90. <option value="" >搜索条件</option>
  91. <option value="place"> 资产地点 </option>
  92. <option value="name">资产名称</option>
  93. <option value="uuid">资产编号</option>
  94. <option value="meansmanager">管理员</option>
  95. <option value="assetsuuid">国资编号</option>
  96. </select> -->
  97. <ui-select class="cs-select cs-skin-slide radiuleft" ng-model="searchkeys.title" theme="bootstrap">
  98. <ui-select-match placeholder="">
  99. {{$select.selected.name}}
  100. </ui-select-match>
  101. <ui-select-choices repeat="item in application | filter: $select.search">
  102. <div ng-bind-html="item.name | highlight: $select.search"></div>
  103. </ui-select-choices>
  104. </ui-select>
  105. </li>
  106. <li style="float:left;display:inline;" class=" margin-right-30">
  107. <input type="text" style="border-radius: 0px 2px 2px 0px !important" class="form-control" ng-model="searchSolutionInput" placeholder="资产关键字搜索...">
  108. </li>
  109. </div>
  110. </form>
  111. </div>
  112. <div class="col-xs-2">
  113. <!-- <hr style="height:60px !important;width:5px;color:red;margin-top:0px;margin-bottom: 0px;border-top: 1px solid #eee;" class="pull-left" /> -->
  114. <div class="buttonmodel">
  115. <!-- <table class="pull-left hrboardr">
  116. <tr>
  117. <td valign="top"></td>
  118. </tr>
  119. </table> -->
  120. <div class=" margin-top-10">
  121. <div class="form-group">
  122. <div class="btn btn-searchbutton steelbutton" ng-click="chiceIncident(parameters,searchkeys,othcode.state)" type="button">搜索</div>
  123. </div>
  124. <div class="form-group">
  125. <button class="blank btn btn-downbutton downbutton" ng-click="export()" ladda="ldloading.zoom_in" data-style="zoom-in"><span translate="sidebar.nav.configuremanagerdb.LISTButton.EXPORT ">Export Data</span></button>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <div ui-i18n="{{lang}}" class="col-xs-12 backlg margin-top-15">
  132. <div id="grid " ui-grid="gridOptions" ui-grid-pagination external-scopes="$scope " ui-grid-resize-columns ui-grid-auto-resize class="grid "></div>
  133. </div>
  134. </div>
  135. </div>
  136. </div>