list.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. <style>
  2. /* 操作文字颜色 */
  3. .handlefont{
  4. color: #5496e3!important
  5. }
  6. /* 头部 */
  7. .searchlistback {
  8. height: 150px;
  9. background-color: #f9fbff!important
  10. }
  11. .searchlistback .tit{
  12. font-size: 14px;
  13. font-weight: bold;
  14. display: inline-block;
  15. margin-bottom: 7px
  16. }
  17. /* 左边搜索条件盒子 */
  18. .searchlistback .left{
  19. float: left;
  20. width: 600px;
  21. margin-left: 15px;
  22. margin-top: 10px
  23. }
  24. /* 右边按钮盒子 */
  25. .searchlistback .right{
  26. float: right;
  27. margin-top: 58px;
  28. }
  29. .searchlistback .right input{
  30. float: left;
  31. }
  32. .searchlistback .right button{
  33. float: left;
  34. }
  35. .searchlistback .right .anniu{
  36. width: 100px;
  37. height: 32px;
  38. border: 0;
  39. margin-right: 16px;
  40. border-radius: 2px!important
  41. }
  42. /* 搜索 */
  43. .searchlistback .right .anniu:nth-child(1){
  44. background-color: #123f8f;
  45. color: white;
  46. border:1px #123f8f solid
  47. }
  48. /* 重置 */
  49. .searchlistback .right .anniu:nth-child(2){
  50. background-color: white;
  51. color: #1b51b2;
  52. border:1px #1b51b2 solid
  53. }
  54. /* 高级搜索 */
  55. .searchlistback .right .anniu:nth-child(3){
  56. background-color: #f2f2f2;
  57. color: #a5a5a5;
  58. border:1px #eeeeee solid
  59. }
  60. /* 打印二维码 */
  61. .searchlistback .right .anniu:nth-child(4){
  62. background-color: white;
  63. color: #4a90e2;
  64. border:1px #4a90e2 solid
  65. }
  66. /* 导出 */
  67. .searchlistback .right .anniu:nth-child(5){
  68. background-color: #4a90e2;
  69. color: white;
  70. border:1px #4a90e2 solid
  71. }
  72. .searchlistback .left>div{
  73. float: left;
  74. width: 300px;
  75. }
  76. /* 下拉框的长宽 */
  77. .tree-control .tree-view{
  78. width: 254px;
  79. }
  80. /* 树形下拉框的长宽 */
  81. .left .tree-control{
  82. width: 254px;
  83. height: 28px;
  84. margin: 0;
  85. }
  86. .tree-control{
  87. width: 254px;
  88. height: 32px;
  89. margin: 0 auto
  90. }
  91. div.cs-select{
  92. width: 254px!important;
  93. height: 32px;
  94. }
  95. /* 条件搜索下拉框 */
  96. .tiaojian{
  97. float: left;
  98. }
  99. .tiaojian .cs-skin-slide .cs-options{
  100. width: 147px;
  101. margin-left: 25px;
  102. }
  103. .tiaojian div.cs-skin-slide::before{
  104. width: 147px;
  105. }
  106. .tiaojian div.cs-select{
  107. width: 96px!important;
  108. }
  109. /* 条件搜索下拉框 */
  110. .left .cs-skin-slide.radiuleft>span{
  111. height: 32px;
  112. font-size: 12px;
  113. padding-right: 0;
  114. }
  115. /* 输入框长度 */
  116. .left .tiaojianipt{
  117. width: 157px;
  118. height: 32px!important;
  119. }
  120. .row{
  121. margin: 0
  122. }
  123. /* 导出弹框 */
  124. .modal-body>div:nth-child(2){
  125. text-align: center;
  126. margin-bottom: 31px;
  127. margin-top: 20px
  128. }
  129. .modal-content{
  130. background-color: rgb(232,232,232)!important;
  131. }
  132. div.form-group label{
  133. font-weight: bold;
  134. margin-left: 46px;
  135. margin-top: 15px
  136. }
  137. .cs-skin-slide>span::after, .cs-skin-slide.cs-active>span::after{
  138. background: url(assets/images/jiang/arrow.png) no-repeat;
  139. width: 12px;
  140. color: rgba(255,255,255,0);
  141. position: absolute;
  142. right: 4px;
  143. top: 21px;
  144. /* content:''; */
  145. }
  146. .left .tree-control .tree-input .caret{
  147. opacity: 0;
  148. }
  149. #jiantou{
  150. position: relative;
  151. }
  152. .jiantou{
  153. position: absolute;
  154. right: 57px;
  155. top: 38px;
  156. }
  157. /* 资产状态下拉框 */
  158. .left .cs-skin-slide.radiu>span{
  159. font-size: 12px;
  160. padding-top: 4px;
  161. }
  162. .left div.cs-skin-slide::before{
  163. margin-top: 48px;
  164. }
  165. .left .cs-skin-slide .cs-options{
  166. margin-top: 48px;
  167. }
  168. /* 资产分类下拉框 */
  169. .left .tree-control .tree-input{
  170. padding-left: 4px;
  171. font-size: 12px;
  172. padding-top: 5px;
  173. color: black!important;
  174. }
  175. /* 高级搜索 */
  176. .senior_fixed{
  177. width: 100%;
  178. height: 100%;
  179. position: fixed;
  180. left: 0;
  181. top:0;
  182. background-color: rgba(0,0,0,0.5);
  183. z-index: 9999;
  184. }
  185. .senior{
  186. width: 340px;
  187. height: 405px;
  188. margin-left: -170px;
  189. margin-top: -202px;
  190. position: absolute;
  191. left: 50%;
  192. top: 50%;
  193. background-color: white;
  194. border-radius: 2px
  195. }
  196. .senior .head{
  197. width: 100%;
  198. height: 40px;
  199. line-height: 40px;
  200. text-align: center;
  201. border-bottom: 1px #eeeeee solid;
  202. position: relative;
  203. }
  204. /* 交叉 */
  205. .senior .head .jiaocha {
  206. width: 14px;
  207. height: 14px;
  208. line-height: 12px;
  209. text-align: center;
  210. border: 1px #6e6e6e solid;
  211. border-radius: 50%;
  212. cursor: pointer;
  213. position: absolute;
  214. right: 20px;
  215. top: 15px
  216. }
  217. .senior .body{
  218. width: 298px;
  219. height: 302px;
  220. margin: 0 auto;
  221. margin-top: 10px;
  222. border: 1px #d1d1d1 solid;
  223. border-radius: 2px
  224. }
  225. .senior .body .new{
  226. width: 100%;
  227. height: 39px;
  228. background-color: #fbfbfb;
  229. border-bottom: 2px #e3e3e3 solid;
  230. text-align: center;
  231. line-height: 39px;
  232. cursor: pointer;
  233. }
  234. .senior .body .new span:nth-child(1){
  235. border-radius: 50%;
  236. border:1px #78ace8 solid;
  237. display: inline-block;
  238. width: 14px;
  239. text-align: center;
  240. height: 14px;
  241. line-height: 12px;
  242. padding-right: 13px;
  243. }
  244. .senior .body .new span{
  245. color:#78ace8
  246. }
  247. .senior .body .sele_ipt{
  248. width: 100%;
  249. height: 261px;
  250. overflow: hidden;
  251. overflow-y: scroll;
  252. background-color: #f5f5f5;
  253. }
  254. .senior .body .sele_ipt>div{
  255. height: 77px;
  256. background-color: #f5f5f5;
  257. margin-left: 19px;
  258. padding-top: 16px
  259. }
  260. .senior .body .sele_ipt>div>span{
  261. font-weight: bold;
  262. }
  263. .senior .body .sele_ipt>div>input{
  264. float: left;
  265. width: 149px;
  266. margin-top: 6px;
  267. height: 30px;
  268. font-size: 12px
  269. }
  270. .senior .body .sele_ipt .daxiao{
  271. width: 97px!important;
  272. margin-top: 6px
  273. }
  274. .senior .body .sele_ipt .ui-select-bootstrap>.ui-select-match>.btn{
  275. font-size: 12px;
  276. padding-left: 2px;
  277. }
  278. .senior .fot_btn{
  279. width: 100%;
  280. text-align: center;
  281. padding-top: 9px
  282. }
  283. .senior .fot_btn .search{
  284. width: 80px;
  285. height: 34px;
  286. background-color: #123f8f;
  287. border:1px #123f8f solid;
  288. color: white
  289. }
  290. .senior .fot_btn .guanbi{
  291. width: 80px;
  292. height: 34px;
  293. background-color: #f2f2f2;
  294. border:1px #d1d1d1 solid;
  295. color: black;
  296. margin-left: 19px
  297. }
  298. </style>
  299. <div ng-controller="fixedCtrl">
  300. <div class="row onlines print-content" print-table="selected.items">
  301. <!--<label class="qrcanvas"></label>-->
  302. <div class="qrcanvasfloat col-md-12">
  303. <label class="getfloat" ng-repeat="item in selected.items">
  304. <p print-only class="fontsizes">{{item.uuid||'空'}}</p>
  305. <p print-only class="fontsizes">{{item.name||'空'}}</p>
  306. <p print-only class="fontsizes">{{item.createtime|date:"yyyy-MM-dd"}}</p>
  307. </label>
  308. </div>
  309. </div>
  310. <section id="page-title">
  311. <div class="row">
  312. <div class="col-sm-8">
  313. <h1 class="mainTitle">固定资产列表
  314. <i tooltip='固定资产列表,点击操作处理任务' tooltip-placement="right" class="fa ti-help-alt margin-left-10 fontcolor-five pointfont"></i>
  315. </h1>
  316. </div>
  317. </div>
  318. </section>
  319. <div class="row searchlistback" id="searchid">
  320. <div class="left">
  321. <div id="jiantou">
  322. <span class="tit">资产分类:</span><br>
  323. <multi-select-tree ng-model="cifilter_classic" data-input-model="select_treedata" data-output-model="cifilter_classics" theme="bootstrap" multi-select="false" data-default-label="资产分类" data-callback="onFilterCallback(item)" data-select-only-leafs="true"
  324. reset-search-input="false" data-trans-label="label" data-switch-view="false"></multi-select-tree>
  325. <img src="assets/images/jiang/arrow.png" alt="" class="jiantou">
  326. </div>
  327. <div>
  328. <span class="tit">资产状态:</span><br>
  329. <select ng-model="searchStatus" class="cs-select cs-skin-slide radiu" ng-change="onChangestatus(searchStatus);">
  330. <option value="">请选择状态</option>
  331. <option value=""> 全部状态 </option>
  332. <option value="1">在库</option>
  333. <option value="2">在线</option>
  334. <option value="3">借出</option>
  335. <option value="4">报修</option>
  336. <option value="5">报废</option>
  337. <option value="6">备用</option>
  338. </select>
  339. </div>
  340. <div>
  341. <span class="tit">条件搜索:</span><br>
  342. <div class="tiaojian">
  343. <select ng-model="searchTypes" class="cs-select cs-skin-slide radiuleft" ng-change="onChangetype(searchTypes);">
  344. <option value="">选择搜索类型</option>
  345. <option value="uuid">资产编码</option>
  346. <option value="hw_mingcheng">资产名称</option>
  347. <option value="hw_zherenren">责任人</option>
  348. </select>
  349. </div>
  350. <input type="text" style="border-radius: 0px 4px 4px 0px !important" class="form-control tiaojianipt" ng-model="searchSolutionInput" placeholder="请输入关键字">
  351. </div>
  352. </div>
  353. <div class="right">
  354. <button type="button" class="btn anniu" ng-click="searchSolution(searchTypes,searchSolutionInput)" ng-disabled="!searchTypes||!searchSolutionInput">搜索</button>
  355. <input type="button" value="重置" class="anniu" ng-click="reset()">
  356. <input type="button" value="高级搜索" class="btn anniu" ng-disabled="propTypeOptions.length==0" ng-click="senior_cli()">
  357. <button print-hide class="btn btn-primary anniu" ng-disabled="selected.items.length==0" print-btn>打印二维码</button>
  358. <input type="button" value="导出" class="anniu" ng-click="exportopen()">
  359. </div>
  360. </div>
  361. <div ui-i18n="{{lang}} ">
  362. <!-- <div id="grid" ui-grid="gridOptions" ui-grid-pagination external-scopes="$scope" ui-grid-cellNav ui-grid-resize-columns ui-grid-pinning
  363. ui-grid-selection ui-grid-move-columns ui-grid-exporter class="grid"></div> -->
  364. <div id="grid1" ui-grid="gridOptions" ui-grid-pagination external-scopes="$scope" ui-grid-cellNav ui-grid-resize-columns ui-grid-pinning ui-grid-selection ui-grid-move-columns ui-grid-exporter class="grid"></div>
  365. </div>
  366. <!-- 高级搜索 -->
  367. <div class="senior_fixed" ng-show="senior_show">
  368. <div class="senior">
  369. <div class="head">
  370. <span>高级搜索</span>
  371. <span class="jiaocha" ng-click="close()">×</span>
  372. </div>
  373. <div class="body">
  374. <div class="new" ng-click="new_select()">
  375. <span>+</span>
  376. <span>新增字段</span>
  377. </div>
  378. <div class="sele_ipt">
  379. <!-- <div>
  380. <span ng-click="haha()">自定义字段:</span><br>
  381. <ui-select class="pull-left selectzise daxiao" ng-model="key1.propTypeOptions" theme="bootstrap">
  382. <ui-select-match placeholder="选择搜索类型">
  383. {{key1.propTypeOptions.templateOptions.label}}
  384. </ui-select-match>
  385. <ui-select-choices repeat="n in propTypeOptions">
  386. <div ng-bind-html="n.templateOptions.label"></div>
  387. </ui-select-choices>
  388. </ui-select>
  389. <input type="text" placeholder="请输入关键字" ng-model="a.value">
  390. </div> -->
  391. <!-- <div>
  392. <span>自定义字段:</span><br>
  393. <ui-select class="pull-left selectzise daxiao" ng-model="xinzengxiala2.propTypeOptions" theme="bootstrap">
  394. <ui-select-match placeholder="选择搜索类型">
  395. {{xinzengxiala2.propTypeOptions.templateOptions.label}}
  396. </ui-select-match>
  397. <ui-select-choices repeat="n in propTypeOptions">
  398. <div ng-bind-html="n.templateOptions.label"></div>
  399. </ui-select-choices>
  400. </ui-select>
  401. <input type="text" placeholder="请输入关键字">
  402. </div>
  403. <div>
  404. <span>自定义字段:</span><br>
  405. <ui-select class="pull-left selectzise daxiao" ng-model="xinzengxiala3.propTypeOptions" theme="bootstrap">
  406. <ui-select-match placeholder="选择搜索类型">
  407. {{xinzengxiala3.propTypeOptions.templateOptions.label}}
  408. </ui-select-match>
  409. <ui-select-choices repeat="n in propTypeOptions">
  410. <div ng-bind-html="n.templateOptions.label"></div>
  411. </ui-select-choices>
  412. </ui-select>
  413. <input type="text" placeholder="请输入关键字">
  414. </div> -->
  415. <div ng-repeat="r in new_one">
  416. <span ng-click="dwdw()">自定义字段:</span><br>
  417. <ui-select class="pull-left selectzise daxiao" ng-model="$parent.new_one[$index].keys" theme="bootstrap">
  418. <ui-select-match placeholder="选择搜索类型">
  419. {{r.keys.templateOptions.label}}
  420. </ui-select-match>
  421. <ui-select-choices repeat="n in propTypeOptions">
  422. <div ng-bind-html="n.templateOptions.label"></div>
  423. </ui-select-choices>
  424. </ui-select>
  425. <input type="text" placeholder="请输入关键字" ng-model="$parent.new_one[$index].vals">
  426. </div>
  427. </div>
  428. </div>
  429. <div class="fot_btn">
  430. <input type="button" class="btn search" value="搜索" ng-click="gaoji_search()">
  431. <input type="button" class="btn guanbi" value="取消" ng-click="close()">
  432. </div>
  433. </div>
  434. </div>
  435. </div>