arCheck.html 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213
  1. <style>
  2. body{
  3. font-family: "Microsoft YaHei", "微软雅黑" !important;
  4. }
  5. .text-num{
  6. }
  7. .append{
  8. color: #5078cb;font-size:12px; margin-left: 10px
  9. }
  10. .order-table td {
  11. padding-top: 10px;
  12. margin-bottom: 20px;
  13. border-bottom: solid 1px #ccc;
  14. border-top: solid 1px #e8e8e8;
  15. }
  16. .order-table td.first {
  17. padding-left: 20px;
  18. }
  19. .order-table td.last {
  20. padding-right: 20px;
  21. }
  22. .order-table td .static p {
  23. display: inline-block;
  24. line-height: 30px;
  25. padding-top: 5px;
  26. padding-bottom: 0px;
  27. width: 150px;
  28. font-size: 14px;
  29. color: #666;
  30. padding-left: 15px;
  31. border-left: solid 1px #e8e8e8;
  32. }
  33. .order-table td .static p:first-child{
  34. border-left: none;
  35. width: auto;
  36. padding-left: 0;
  37. }
  38. .order-table td .static p:last-child{
  39. /*margin-left: 22px;*/
  40. }
  41. .order-table td .static p:nth-of-type(3){
  42. margin-left: 20px;
  43. }
  44. .order-table td .main {
  45. margin-top: 5px;
  46. margin-bottom: 20px;
  47. color: #333;
  48. }
  49. .static{
  50. margin: 12px 0;
  51. }
  52. .order-table td .main strong {
  53. font-size: 14px;
  54. }
  55. .order-table td .static p strong {
  56. font-size: 14px;
  57. font-weight: bold;
  58. color: #888;
  59. }
  60. .order-table td.status {
  61. position: relative;
  62. border-left: solid 1px #e8e8e8;
  63. padding: 10px;
  64. vertical-align: top;
  65. }
  66. .order-table td.status .operate {
  67. position: absolute;
  68. display: block;
  69. bottom: 0;
  70. left: 0;
  71. right: 0;
  72. height: 0px;
  73. color: #ffffff;
  74. font-size: 14px;
  75. font-weight: bold;
  76. line-height: 40px;
  77. opacity: 0.8;
  78. transition: height ease-in-out 0.5s;
  79. text-decoration: none;
  80. }
  81. .order-table td.status .operate-undo {
  82. background: #428bca;
  83. }
  84. .order-table td.status .operate-done {
  85. background: #cccccc;
  86. }
  87. .order-table td.status:hover .operate {
  88. height: 40px;
  89. }
  90. .unPrinted {
  91. color: #56a022;
  92. }
  93. .order-table td .main strong{
  94. font-weight: normal;
  95. }
  96. .order-table td{
  97. font-size: 14px;
  98. }
  99. .order-table th{
  100. text-align: center;
  101. }
  102. .order-table .text-trans{
  103. margin-top: -13px;
  104. margin-right: 1px;
  105. }
  106. .menu .new-dot{
  107. width: 20px;
  108. height: 20px;
  109. line-height: 20px;
  110. font-size: 12px;
  111. color: #fff;
  112. font-weight: inherit;
  113. top: -2px;
  114. }
  115. .block {
  116. position: relative;
  117. }
  118. </style>
  119. <style>
  120. .com_tab {
  121. height: 40px;
  122. margin-bottom: 10px;
  123. }
  124. .com_tab ul {
  125. width: 100%;
  126. margin: 0 auto;
  127. height: 40px;
  128. line-height: 40px;
  129. background: #fff;
  130. }
  131. .com_tab ul li {
  132. height: 40px;
  133. text-align: center;
  134. float: left;
  135. position: relative;
  136. min-width: 110px;
  137. }
  138. .com_tab:nth-of-type(1) ul li.active > a {
  139. border-bottom: #fff;
  140. background: #5078cb;
  141. color: #fff !important;
  142. }
  143. .com_tab ul li a {
  144. min-width: 110px;
  145. }
  146. .com_tab ul li > a {
  147. font-size: 14px;
  148. height: 40px;
  149. padding: 0 20px;
  150. display: inline-block;
  151. }
  152. .com_tab:nth-of-type(1) ul li::after {
  153. background:url('static/img/vendor/images/downicon.png');
  154. width: 11px;
  155. height: 6px;
  156. position: absolute;
  157. bottom: 0px;
  158. left: 50%;
  159. content: ' ';
  160. margin-left: -5px;
  161. display: none;
  162. }
  163. .com_tab ul li::after {
  164. background:url('static/img/vendor/images/downicon.png');
  165. width: 11px;
  166. height: 6px;
  167. position: absolute;
  168. bottom: 0px;
  169. left: 50%;
  170. content: ' ';
  171. margin-left: -5px;
  172. display: none;
  173. }
  174. .com_tab ul li.active:after {
  175. display: block;
  176. }
  177. .oder01 ul li.active a{
  178. border-bottom: 1px solid #fff;
  179. color: #f15601;
  180. }
  181. .oder01 ul li.active a em {
  182. color: #f15601;
  183. }
  184. .oder01 ul li a em {
  185. color: #323232
  186. }
  187. .screen {
  188. background: #fff;
  189. padding-top: 10px;
  190. padding-right: 11px;
  191. line-height: 32px;
  192. padding-left: 22px;
  193. width: 100%;
  194. height: 50px;
  195. position: relative;
  196. }
  197. .screen .sreach input {
  198. border: #5078cb 1px solid;
  199. height: 32px;
  200. width: 280px;
  201. box-shadow: none;
  202. padding-left: 10px;
  203. background: #fff;
  204. float: left;
  205. vertical-align: middle;
  206. font-size: 14px;
  207. }
  208. .screen .sreach a.seek {
  209. width: 58px;
  210. height: 32px;
  211. background: #5078cb;
  212. color: #fff;
  213. line-height: 32px;
  214. float: none;
  215. border-radius: 2px;
  216. vertical-align: unset;
  217. }
  218. .order-table {
  219. background: #fff;
  220. width: 100%;
  221. }
  222. .order-table .header > th {
  223. height: 38px;
  224. text-align: center;
  225. background: #fff;
  226. border-top: 1px solid #e8e8e8;
  227. border-bottom: 1px solid #e8e8e8;
  228. font-size: 14px;
  229. }
  230. .order-table .sep-row {
  231. height: 10px;
  232. }
  233. .order-table .selector {
  234. vertical-align: middle;
  235. margin: 0 0 2px 0;
  236. }
  237. .toolbar label {
  238. margin-right: 10px;
  239. margin-bottom: 0;
  240. }
  241. .toolbar .select_all {
  242. margin: 0 6px 0 10px;
  243. line-height: 20px;
  244. }
  245. .toolbar .btn {
  246. -moz-border-radius: 2px;
  247. margin-right: 5px;
  248. border: 1px solid #dcdcdc;
  249. border-radius: 2px;
  250. -webkit-border-radius: 2px;
  251. }
  252. .order-table .order-hd {
  253. background: #f5f5f5;
  254. height: 40px;
  255. line-height: 40px;
  256. }
  257. .order-table .order-hd td.first {
  258. padding-left: 20px;
  259. }
  260. .order-table .order-hd .order-main span {
  261. margin-right: 8px;
  262. }
  263. .order-table .order-hd .order-code {
  264. font-style: normal;
  265. font-family: verdana;
  266. }
  267. .order-table .order-hd .order-sum {
  268. position: relative;
  269. padding: 0 5px;
  270. }
  271. .order-table .order-hd .dropdown-toggle {
  272. line-height: 40px;
  273. display: block;
  274. color: #5078cb;
  275. /*padding: 0 10px;*/
  276. }
  277. .order-table .operates {
  278. display: none;
  279. }
  280. .order-table > tbody:hover .operates {
  281. display: block;
  282. }
  283. .order-table .order-bd {
  284. border-bottom: 1px solid #e6e6e6;
  285. }
  286. .order-table .order-bd > td {
  287. padding: 10px 5px;
  288. text-align: center;
  289. }
  290. .order-table .order-bd .product {
  291. padding-left: 20px;
  292. }
  293. .input-xs, .input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-btn > .btn {
  294. height: 26px;
  295. padding: 0 5px;
  296. font-size: 12px;
  297. line-height: 1.5;
  298. border-radius: 3px;
  299. }
  300. .order-table .order-hd .dropdown-toggle:hover + .order-snapshot {
  301. display: block;
  302. }
  303. .order-table .order-hd .order-snapshot{
  304. padding: 10px 15px;
  305. display: none;
  306. width: 250px;
  307. position: absolute;
  308. top: 32px;
  309. left: 39px;
  310. border: 1px solid rgba(0,0,0,0.15);
  311. -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  312. -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  313. -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  314. box-shadow: 0 0 5px rgba(0,0,0,0.3);
  315. }
  316. .order-snapshot .title {
  317. border-top: 1px dashed #ddd;
  318. }
  319. .order-snapshot .dl-horizontal dt {
  320. width: 60px;
  321. text-align: left;
  322. font-weight: normal;
  323. color: #999;
  324. padding: 4px 0;
  325. }
  326. .order-snapshot .dl-horizontal dd {
  327. margin-left: 80px;
  328. padding: 4px 0;
  329. }
  330. /*arrow*/
  331. .order-send {
  332. position: relative;
  333. }
  334. .order-send.arrow-border:before, .arrow-border:after {
  335. content: '';
  336. position: absolute;
  337. top: 20px;
  338. width: 0;
  339. height: 0;
  340. border: 7px solid transparent;
  341. }
  342. .order-send.arrow-border.arrow-bottom-right:before {
  343. content: '';
  344. position: absolute;
  345. left: -13px;
  346. border-bottom-color: #fff;
  347. border-right-color: #fff;
  348. margin-top: -10px;
  349. }
  350. .menu .new-dot {
  351. width: 20px;
  352. height: 20px;
  353. line-height: 20px;
  354. font-size: 12px;
  355. color: #fff;
  356. font-weight: inherit;
  357. top: -2px;
  358. }
  359. .f14{
  360. font-size:14px;
  361. }
  362. .screen .sreach input {
  363. width: 288px
  364. }
  365. .modal {
  366. position: fixed;
  367. top: 0;
  368. right: 0;
  369. bottom: 0;
  370. left: 0;
  371. z-index: 1050;
  372. display: none;
  373. overflow: hidden;
  374. -webkit-overflow-scrolling: touch;
  375. outline: 0;
  376. margin: 0 !important;
  377. }
  378. .modal-open .modal {
  379. overflow-x: hidden;
  380. overflow-y: auto;
  381. }
  382. #empty {
  383. padding: 70px 0;
  384. margin: 0 auto;
  385. text-align: center;
  386. }
  387. #empty .left_img {
  388. display: inline-block;
  389. color: #3f84f6;
  390. }
  391. #empty .left_img a {
  392. font-size: 25px;
  393. color: #3f84f6;
  394. }
  395. #empty .right_link p {
  396. margin: 0;
  397. font-size: 14px;
  398. color: #666;
  399. }
  400. #empty_info .empty_title {
  401. color: #3f84f6;
  402. font-size: 18px;
  403. }
  404. #empty_info .empty_explain {
  405. font-size: 16px;
  406. color: #999;
  407. }
  408. #empty_info .empty_explain .info {
  409. text-indent: -22px;
  410. }
  411. .f16 {
  412. font-size: 16px !important;
  413. }
  414. .f14 {
  415. font-size: 14px !important;
  416. }
  417. #empty_info {
  418. padding-top:20px;
  419. padding-left: 60px;
  420. padding-bottom: 40px;
  421. }
  422. table tbody tr td {
  423. border-bottom: #e8e8e8 1px solid;
  424. border-right: #e8e8e8 1px solid;
  425. font-size: 14px;
  426. color: #666;
  427. }
  428. .ng-table-pager::after {
  429. clear: both;
  430. content: ' ';
  431. zoom: 1;
  432. display: block;
  433. visibility: hidden;
  434. }
  435. .ng-table-pager {
  436. padding-right: 20px;
  437. padding-top: 50px;
  438. margin-right: 0 !important;
  439. }
  440. .text-mns {
  441. padding-right: 15px;
  442. position: absolute;
  443. bottom: 64px;
  444. right: 20px;
  445. font-size: 12px;
  446. }
  447. .Boom18 {
  448. bottom: 18px;
  449. }
  450. .fixed {
  451. position: absolute;
  452. left: 0px;
  453. top: 0px;
  454. width: 40px;
  455. }
  456. .order-table tbody:hover {
  457. border: 2px solid #3c7cf5
  458. }
  459. .order-table tbody:hover .order-bd:nth-last-of-type(1) {
  460. background: #f8fafe
  461. }
  462. .order-table .order-hdt {
  463. background: #f5f5f5;
  464. }
  465. </style>
  466. <!--<link rel="stylesheet" href="static/css/public.css">-->
  467. <link rel="stylesheet" href="static/css/wui.min.css">
  468. <div class="user_right fr" style="position: relative">
  469. <div class="com_tab">
  470. <ul class="fl">
  471. <li class="active"><a href="javascript:void(0)">B2B</a></li>
  472. <li><a ui-sref="pay_center" href="javascript:void(0)">优软商城</a></li>
  473. <!--<li class="down-purchase" style="margin-right: 0;min-width: 80px" ng-hide="active === 'all'">-->
  474. <!--<a href="#" style="min-width: 80px" ng-click="exportXls()" target="_self" title="导出Excel表格" class="blue f14"><i class="fa fa-file-text fa-fw"></i>导出</a>-->
  475. <!--</li>-->
  476. <li style="float: right;font-size: 14px;cursor: pointer;" ng-hide="!showNotCheck" ng-click="hideshowNotCheck()"><img src="/static/img/vendor/images/backIcon.png" width="20"/>返回</li>
  477. <!--<li class="down-purchase" style="margin-right: 0;min-width: 80px" ng-hide="showNotCheck">-->
  478. <!--<a class="text-simple append" style="min-width: 80px" ui-sref="fa_apCheckList" title="新增对账单">-->
  479. <!--<i class="fa fa-plus-square fa-fw"></i>新增对账单-->
  480. <!--</a>-->
  481. <!--</li>-->
  482. <li style="float: right;font-size: 14px;cursor: pointer;" ng-show="active !== 'all'">
  483. <div class="btn-group btn-group-sm" style="float: right;font-size: 14px;cursor: pointer;text-align: right;height: 40px;line-height: 40px; margin-right: 20px;" ng-click="setActive('all')">
  484. <img src="static/img/vendor/images/backIcon.png" width="20"/>返回
  485. </div>
  486. </li>
  487. <li style="float: right;font-size: 14px;cursor: pointer;" ng-show="active === 'all'">
  488. <div class="btn-group btn-group-sm" style="float: right;
  489. font-size: 14px;
  490. cursor: pointer;
  491. text-align: right;
  492. height: 28px;
  493. line-height: 27px;
  494. margin-right: 20px;
  495. color: #5078cb;
  496. border: 1px solid #5078cb;
  497. margin-top: 6px;
  498. padding: 0 5px;" ng-click="setActive()">查看对账记录
  499. <!--<b class="new-dot" ng-if="unread.cancelled > 0">{{unread.cancelled > 99 ? '99+' : unread.cancelled}}</b>-->
  500. </div>
  501. </li>
  502. </ul>
  503. </div>
  504. <!--<div class="com_tab tab_top" style="margin-bottom: 0px">-->
  505. <!--<ul>-->
  506. <!--<li ng-class="{'active': active=='all'}" ng-click="setActive('all')"><a> 未对账</a></li>-->
  507. <!--<li ng-class="{'active': active=='todo'}" ng-click="setActive('todo')"><a>待确认(<em ng-class="{'color-black': !unread.replied }" ng-bind="unread.replied || 0"></em>)</a></li>-->
  508. <!--<li ng-class="{'active': active=='done'}" ng-click="setActive('done')"><a>已对账</a></li>-->
  509. <!--(<em ng-class="{'color-black': !unread.cancelled }" ng-bind="unread.cancelled || 0"></em>)-->
  510. <!--<li ng-class="{'active': active=='end'}" ng-click="setActive('end')"><a>已作废</a></li>-->
  511. <!--<li style="float: right;font-size: 14px;cursor: pointer;" ng-hide="!showNotCheck" ng-click="hideshowNotCheck()"><img src="/static/img/vendor/images/backIcon.png" width="20"/>返回</li>-->
  512. <!--</ul>-->
  513. <!--</div>-->
  514. <div class="screen check-filter" ng-show="!showNotCheck">
  515. <div class="radio-block date-radio" ng-show="active !== 'all'" style="width: 33%">
  516. 时间:
  517. <label class="com-check-radio">
  518. <input type="radio" id="oneMonth" name="date" ng-click="changeDateZone(1);condition.$open=false" ng-checked="condition.dateZone == '1'" ng-model="condition.dateZone">
  519. <label for="oneMonth"></label>
  520. 30天
  521. </label>
  522. <label class="com-check-radio">
  523. <input type="radio" id="threeMonth" name="date" ng-click="changeDateZone(3);condition.$open=false" ng-checked="condition.dateZone == '3'" ng-model="condition.dateZone">
  524. <label for="threeMonth"></label>
  525. 90天
  526. </label>
  527. <label class="com-check-radio">
  528. <input type="radio" id="sixMonth" name="date" ng-click="changeDateZone(6);condition.$open=false" ng-checked="condition.dateZone == '6'" ng-model="condition.dateZone">
  529. <label for="sixMonth"></label>
  530. 180天
  531. </label>
  532. <label class="com-check-radio">
  533. <input type="radio" id="autoMonth" name="date" ng-click="condition.$open=!condition.$open;changeDateZone(-1)">
  534. <label for="autoMonth"></label>
  535. 自定义
  536. </label>
  537. </div>
  538. <div class="fl" ng-show="active === 'all'" >
  539. <label class="control-label">请选择月份:</label>
  540. <span ng-click="addMouthOut(-1)" style=" display: inline-block;
  541. width: 32px;
  542. height: 32px;
  543. border: 1px solid #ddd;
  544. text-align: center;
  545. line-height: 32px;
  546. cursor: pointer;
  547. vertical-align: middle;">
  548. <img src="/static/img/vendor/images/arrow-left-d-l.png" width="24"/>
  549. </span>
  550. <span class="inputsIcon control-label" style="padding-right: 0px;display: inline-block">
  551. <wui-date
  552. format="yyyy-mm"
  553. placeholder="请选择或输入日期"
  554. id="date3"
  555. btns="{'ok':'确定','now':'此刻'}"
  556. ng-model="thisMouthOut"
  557. >
  558. </wui-date>
  559. </span>
  560. <span ng-click="addMouthOut(1)" ng-show="MouthOutShow" style="display: inline-block;
  561. width: 32px;
  562. height: 32px;
  563. border: 1px solid #ddd;
  564. text-align: center;
  565. line-height: 32px;
  566. cursor: pointer;
  567. vertical-align: middle;"><img src="/static/img/vendor/images/arrow-right-d-l.png" width="24"/></span>
  568. </div>
  569. <div class="sreach fr">
  570. <div ng-show="condition.$open" class="date fl">
  571. <div class="data-input">
  572. <input type="text" ng-model="condition.dateFrom"
  573. class="form-control select-adder" placeholder="起始时间"
  574. datepicker-popup="yyyy-MM-dd"
  575. is-open="condition.$fromOpened"
  576. max-date="condition.dateTo" current-text="今天" clear-text="清除" close-text="关闭"
  577. ng-focus="openFilterDatePicker($event, condition, '$fromOpened')"
  578. datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
  579. style="width: 130px"
  580. />
  581. <button class="open" ng-click="openFilterDatePicker($event, condition, '$fromOpened')"></button>
  582. </div>
  583. <em>–</em>
  584. <div class="data-input">
  585. <input type="text" ng-model="condition.dateTo"
  586. class="form-control select-adder" placeholder="结束时间"
  587. datepicker-popup="yyyy-MM-dd"
  588. is-open="condition.$toOpened"
  589. min-date="condition.dateFrom" current-text="今天" clear-text="清除" close-text="关闭"
  590. ng-focus="openFilterDatePicker($event, condition, '$toOpened')"
  591. datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
  592. style="width: 130px"
  593. />
  594. <button class="open" ng-click="openFilterDatePicker($event, condition, '$toOpened')"></button>
  595. </div>
  596. </div>
  597. <div class="sreach-input fr">
  598. <span ng-show="active !== 'all'">
  599. <input type="search" placeholder="单据编号/应付供应商名称/物料名称" class="form-control" ng-model="keyword" ng-search="onSearch(keyword)"/>
  600. <a class="seek" href="javascript:void(0)" ng-click="onSearch(keyword)" >搜索</a>
  601. </span>
  602. <span ng-show="active === 'all' && !showNotCheck">
  603. <input type="search" placeholder="应付供应商名称" class="form-control" ng-model="keyword" ng-search="onSearch(keyword)"/>
  604. <a class="seek" href="javascript:void(0)" ng-click="onSearch(keyword)">搜索</a>
  605. </span>
  606. </div>
  607. </div>
  608. </div>
  609. <div ng-hide="showNotCheck">
  610. <div >
  611. <table class="order-table block" ng-class="{'order-table2': active === 'all'}" ng-table="tableParams" ng-table="tableParams" width="100%" style="table-layout:fixed">
  612. <thead ng-show="active !== 'all'">
  613. <tr class="header">
  614. <th width="230">对账期间</th>
  615. <th width="180">对账总额</th>
  616. <th width="180">对账人</th>
  617. <!--<th width="100">商品总数</th>-->
  618. <!--<th width="100">对账结果</th>-->
  619. <!--<th width="100">操作</th>-->
  620. </tr>
  621. </thead>
  622. <tbody ng-show="active !== 'all'" ng-repeat="check in $data">
  623. <tr class="order-bd order-hdt">
  624. <td colspan="3" style="text-align: left">
  625. <a href="javascript:void(0)" ng-if="!isUnread(check.id)" class="circle-icon">
  626. 已读
  627. </a>
  628. <a href="javascript:void(0)" ng-if="isUnread(check.id)" class="no-circle-icon">
  629. 未读
  630. </a>
  631. <span class="text-num text-bold;" style="font-weight:bold" title="录单时间">日期:{{::check.recordDate | date:'MM月dd日 HH:mm'}}</span>
  632. &nbsp;&nbsp;&nbsp;
  633. <span>
  634. <!--<i class="fa fa-star" ng-class="{'text-default':check.status==201}"></i>-->
  635. <img src="static/img/user/images/shop_home.png" style="margin-right: 5px">{{::check.vendorName}}</span>
  636. <span style="margin-left: 100px;">单据编号:</span>
  637. <span class="text-num"><a ui-sref="fa_arCheck_detail({id:check.id})" title="点击查看详情" ng-click="setOrdersRead(check.id)" style="color: #5078cb">{{::check.code}}</a></span>
  638. </td>
  639. </tr>
  640. <tr class="order-bd" style="padding: 15px 0 ">
  641. <td class="first info" colspan="1" style="text-align: left">
  642. <div class="static">
  643. <p><span class="f14 text-num">{{::check.beginDate | date:'yyyy/MM/dd'}} - {{::check.endDate | date:'yyyy/MM/dd'}}</span></p>
  644. </div>
  645. </td>
  646. <td>
  647. <p>
  648. <strong class="text-num">{{::(isUser?'-':(check.checkAmount | number:2))}}</strong>
  649. <span ng-if="!isUser" class="text-number">{{::check.currency}}</span>
  650. </p>
  651. </td>
  652. <td style="text-align: center">
  653. 对账人:{{::check.recorder}}
  654. </td>
  655. <!--<td>-->
  656. <!--<p>-->
  657. <!--<strong class="text-num">{{::check.items.length}}</strong> 条<br>-->
  658. <!--</p>-->
  659. <!--</td>-->
  660. <!--<td>-->
  661. <!--<p>-->
  662. <!--<strong class="text-num">{{getTotalProd(check) | number}}</strong> <i class="fa fa-cubes"></i>-->
  663. <!--</p>-->
  664. <!--</td>-->
  665. <!--<td class="status">-->
  666. <!--&lt;!&ndash;<div ng-if="check.checkStatus == '未对账'" class="text-center text-muted f14"><br>未对账!</div>&ndash;&gt;-->
  667. <!--<div></div>-->
  668. <!--<div ng-if="check.checkStatus == '已确认'" class="text-center text-muted f14">-->
  669. <!--<br> <i class="fa fa-check-square-o"></i> 已确认-->
  670. <!--</div>-->
  671. <!--<div ng-if="check.checkStatus == '不同意'" class="text-center text-muted f14">-->
  672. <!--<br> <i class="fa fa-check-square-o"></i> 不同意-->
  673. <!--</div>-->
  674. <!--<div ng-if="check.checkStatus == '已作废'" class="text-center text-muted f14">-->
  675. <!--<br> <i class="fa fa-check-square-o"></i> 已作废-->
  676. <!--</div>-->
  677. <!--</td>-->
  678. <!--<td>-->
  679. <!--<div ng-hide="check.status" class="block">-->
  680. <!--<span class="text-trans error">未提交</span>-->
  681. <!--</div>-->
  682. <!--<div ng-show="check.status" class="block">-->
  683. <!--<span class="text-trans success">已提交</span>-->
  684. <!--</div>-->
  685. <!--<div class="" style="margin-top: 33px;margin-right: 20px;">-->
  686. <!--<a ng-click="print(check)" class="pull-right" title="打印{{check.print? '(已打印)':'(未打印)'}}" ng-class="{'unPrinted' : !check.print, 'text-muted': check.print}"><i class="fa fa-print fa-lg"></i>&nbsp;打印</a>-->
  687. <!--</div>-->
  688. <!-- <a ui-sref="fa.apCheck_detail({id:check.id})" class="operate operate-undo text-center"
  689. target="_blank">查看详情</a> -->
  690. <!--</td>-->
  691. </tr>
  692. </tbody>
  693. <thead ng-show="active === 'all'">
  694. <tr class="header">
  695. <th width="200">应付供应商名称</th>
  696. <th width="170">本月应付</th>
  697. <th width="170">本月未对</th>
  698. <th width="170">本月已对</th>
  699. <th width="170">应付总额</th>
  700. <th width="80">操作</th>
  701. </tr>
  702. </thead>
  703. <tbody ng-show="active === 'all'" ng-repeat="check in ALLList">
  704. <tr >
  705. <td style="color: #3f84f6">{{::check.vendorEnterprise.enName}}</td>
  706. <td ng-if="check.thisMonthCount.length > 0">
  707. <div ng-repeat="count in check.thisMonthCount">
  708. <span>{{count.currency}}:{{count.amount | number:2}}</span>
  709. </div>
  710. </td>
  711. <td ng-if="check.thisMonthCount.length === 0">-</td>
  712. <td ng-if="check.thisMonthTodoCount.length > 0">
  713. <div ng-repeat="count in check.thisMonthTodoCount">
  714. <span ng-if="count.amount > 0">{{count.currency}}:{{count.amount | number:2}}</span>
  715. </div>
  716. </td>
  717. <td ng-if="check.thisMonthTodoCount.length === 0">-</td>
  718. <td ng-if="check.thisMonthDoneCount.length > 0">
  719. <div ng-repeat="count in check.thisMonthDoneCount">
  720. <span ng-if="count.amount > 0">{{count.currency}}:{{count.amount | number:2}}</span>
  721. </div>
  722. </td>
  723. <td ng-if="check.thisMonthDoneCount.length === 0">-</td>
  724. <td ng-if="check.totalCount.length > 0">
  725. <div ng-repeat="count in check.totalCount">
  726. <span ng-if="count.amount > 0">{{count.currency}}:{{count.amount | number:2}}</span>
  727. </div>
  728. </td>
  729. <td ng-if="check.totalCount.length === 0">-</td>
  730. <td style="color: #3f84f6;cursor: pointer" ng-click="goToMNs(check)">明细</td>
  731. </tr>
  732. </tbody>
  733. <tbody ng-if="active !== 'all' && tableParams.total() == 0">
  734. <tr>
  735. <td colspan="3">
  736. <div id="empty">
  737. <div class="left_img">
  738. <a><img src="static/img/all/empty-cart.png"></a>
  739. <a>B2B 商务</a>
  740. </div>
  741. <div class="right_link">
  742. <p ng-if="active != 'all'">暂无对账信息!</p>
  743. <!--<p ng-if="active == 'all'">您还未生成对账单,请立即新增对账!</p>-->
  744. <!--<a ng-if="active == 'all'" ui-sref="fa_apCheckList"><i class="fa fa-plus-square fa-fw"></i> 新增对账单</a>-->
  745. </div>
  746. </div>
  747. </td>
  748. </tr>
  749. </tbody>
  750. <tbody ng-if="active === 'all' && (ALLList === undefined || ALLList.length == 0)">
  751. <tr>
  752. <td colspan="6">
  753. <div class="empty">
  754. <div class="left_img">
  755. <a><img src="static/img/all/empty-cart.png"></a>
  756. <a>B2B 商务</a>
  757. </div>
  758. <div class="right_link">
  759. <p ng-if="active != 'all'">暂无对账信息!</p>
  760. <!--<p ng-if="active == 'all'">您还未生成对账单,请立即新增对账!</p>-->
  761. <!--<a ng-if="active == 'all'" ui-sref="fa_apCheckList"><i class="fa fa-plus-square fa-fw"></i> 新增对账单</a>-->
  762. </div>
  763. </div>
  764. </td>
  765. </tr>
  766. </tbody>
  767. </table>
  768. </div>
  769. </div>
  770. <div ng-hide="!showNotCheck" class="infoms add-apCheckList" >
  771. <form class="form-horizontal"
  772. style="padding-top: 10px; padding-bottom: 20px;">
  773. <div class="form-group form-group-sm form-group-inline">
  774. <div class="col-sm-7 control-label">
  775. <div style="text-align: left">
  776. <label>应付供应商:</label>
  777. <label style="text-align:left">
  778. {{suuorname}}
  779. </label>
  780. </div>
  781. <div style="text-align: left;margin-top: 20px">
  782. <label>本期间应付总额:</label>
  783. <label style="text-align:left;vertical-align: top;">
  784. <div ng-if="dataInfo.thisMonthCount.length > 0" ng-repeat="count in dataInfo.thisMonthCount">
  785. <span>{{count.currency}}:{{count.amount | number:2}}</span>
  786. </div>
  787. <div ng-if="dataInfo.thisMonthCount.length === 0">
  788. 0
  789. </div>
  790. </label>
  791. </div>
  792. <div style="text-align: left;margin-top: 20px">
  793. <label>本期间已对总额:</label>
  794. <label style="text-align:left;vertical-align: top;">
  795. <div ng-if="dataInfo.thisMonthDoneCount.length > 0" ng-repeat="count in dataInfo.thisMonthDoneCount">
  796. <span>{{count.currency}}:{{count.amount | number:2}}</span>
  797. </div>
  798. <div ng-if="dataInfo.thisMonthDoneCount.length === 0">
  799. 0
  800. </div>
  801. </label>
  802. </div>
  803. <div style="text-align: left;margin-top: 20px">
  804. <label>本期间未对总额:</label>
  805. <label style="text-align:left;vertical-align: top;">
  806. <div ng-if="dataInfo.thisMonthTodoCount.length > 0" ng-repeat="count in dataInfo.thisMonthTodoCount">
  807. <span>{{count.currency}}:{{count.amount | number:2}}</span>
  808. </div>
  809. <div ng-if="dataInfo.thisMonthTodoCount.length === 0">
  810. 0
  811. </div>
  812. </label>
  813. </div>
  814. <div style="text-align: left;margin-top: 20px">
  815. <label>应付总额:</label>
  816. <label style="text-align:left;vertical-align: top;">
  817. <div ng-if="dataInfo.totalCount.length > 0" ng-repeat="count in dataInfo.totalCount">
  818. <span>{{count.currency}}:{{count.amount | number:2}}</span>
  819. </div>
  820. <div ng-if="dataInfo.totalCount.length === 0">
  821. 0
  822. </div>
  823. </label>
  824. </div>
  825. </div>
  826. <div class="col-sm-5 control-label">
  827. <div>
  828. <label class="control-label">请选择月份:</label>
  829. <span ng-click="addMouth(-1)" style=" display: inline-block;
  830. width: 32px;
  831. height: 32px;
  832. border: 1px solid #ddd;
  833. text-align: center;
  834. line-height: 32px;
  835. cursor: pointer;
  836. vertical-align: middle;">
  837. <img src="/static/img/vendor/images/arrow-left-d-l.png" width="24"/>
  838. </span>
  839. <span class="control-label" style="padding-right: 5px;display: inline-block;vertical-align: middle; padding-top: 0;" ng-click="apCheckCondition.$open = false">
  840. <wui-date
  841. format="yyyy-mm"
  842. placeholder="请选择或输入日期"
  843. id="date4"
  844. btns="{'ok':'确定','now':'此刻'}"
  845. ng-model="thisMouth"
  846. >
  847. </wui-date>
  848. </span><span ng-click="addMouth(1)" ng-show="MouthinShow" style="display: inline-block;
  849. width: 32px;
  850. height: 32px;
  851. border: 1px solid #ddd;
  852. text-align: center;
  853. line-height: 32px;
  854. cursor: pointer;
  855. vertical-align: middle;"><img src="/static/img/vendor/images/arrow-right-d-l.png" width="24"/></span>
  856. <label class="control-label com-check-radio" ng-click="apCheckCondition.$open = true">
  857. <input type="radio" name="psa" ng-checked="apCheckCondition.$open === true" ng-model="apCheckCondition.$open">
  858. <label for="autoMonth"></label>
  859. 自定义
  860. </label>
  861. </div>
  862. <div ng-hide="!apCheckCondition.$open" class="date fr apCheckCondition" style="margin-top: 14px;">
  863. <div class="data-input">
  864. <input type="text" ng-model="apCheckCondition.dateFrom"
  865. class="form-control select-adder" placeholder="起始时间"
  866. datepicker-popup="yyyy-MM-dd"
  867. is-open="apCheckCondition.$fromOpened"
  868. max-date="apCheckCondition.dateTo" current-text="今天" clear-text="清除" close-text="关闭"
  869. ng-focus="apCheckopenFilterDatePicker($event, apCheckCondition, '$fromOpened')"
  870. datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
  871. style="width: 130px;height: 32px"
  872. />
  873. <button class="open" ng-click="apCheckopenFilterDatePicker($event, apCheckCondition, '$fromOpened')"></button>
  874. </div>
  875. <em style="float:left;margin: 0 10px">–</em>
  876. <div class="data-input">
  877. <input type="text" ng-model="apCheckCondition.dateTo"
  878. class="form-control select-adder" placeholder="结束时间"
  879. datepicker-popup="yyyy-MM-dd"
  880. is-open="apCheckCondition.$toOpened"
  881. min-date="apCheckCondition.dateFrom" current-text="今天" clear-text="清除" close-text="关闭"
  882. ng-focus="apCheckopenFilterDatePicker($event, apCheckCondition, '$toOpened')"
  883. datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
  884. style="width: 130px;height: 32px"
  885. />
  886. <button class="open" ng-click="apCheckopenFilterDatePicker($event, apCheckCondition, '$toOpened')"></button>
  887. </div>
  888. </div>
  889. </div>
  890. </div>
  891. <div class="form-group form-group-sm form-group-inline">
  892. <div class="col-sm-12 text-right">
  893. <a ng-click="condition.$open=!condition.$open" class="text-simple"><span
  894. ng-bind="condition.$open ? '收起筛选条件' : '更多筛选条件'"></span><i
  895. class="fa fa-fw"
  896. ng-class="{'fa-angle-up': condition.$open, 'fa-angle-down': !condition.$open}"></i></a>
  897. <div class="btn-group btn-group-sm">
  898. <a class="btn btn-default" ng-click="searchOrder()" title="筛选"><i class="fa fa-search fa-fw btn-icon-left"></i>筛选</a>
  899. <!--<a class="btn btn-default" ng-click="createApCheck(check.$selected)" ng-disabled="!data || data.length==0"><i class="fa fa-check-circle-o fa-fw btn-icon-left"></i>对账</a>-->
  900. <a class="btn btn-default" ng-click="exportApcheckList()" title="导出Excel" ng-disabled="!data || data.length==0"><i class="fa fa-file-text fa-fw btn-icon-left"></i>导出</a>
  901. </div>
  902. </div>
  903. </div>
  904. <div class="form-group form-group-sm form-group-inline"
  905. ng-show="condition.$open">
  906. <!--<label class="col-sm-2 control-label">应付供应商:</label>-->
  907. <!--<div class="col-sm-4">-->
  908. <!--<div class="form-group form-group-sm has-feedback">-->
  909. <!--<input type="search" class="form-control input-sm"-->
  910. <!--ng-model="receiveName" placeholder="可用应付供应商名称筛选" /><span-->
  911. <!--class="form-control-feedback text-simple"><i-->
  912. <!--class="fa fa-search"></i></span>-->
  913. <!--</div>-->
  914. <!--</div>-->
  915. <!--ng-show="condition.$open">-->
  916. <label class="col-sm-2 control-label">税&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;率:</label>
  917. <div class="col-sm-4">
  918. <div class="form-group form-group-sm has-feedback">
  919. <input type="search" class="form-control input-sm"
  920. ng-model="taxRate" placeholder="请输入税率" /><span
  921. class="form-control-feedback text-simple"><i
  922. class="fa fa-search"></i></span>
  923. </div>
  924. </div>
  925. <label class="col-sm-2 control-label">送货工厂:</label>
  926. <div class="col-sm-4">
  927. <div class="form-group form-group-sm has-feedback">
  928. <input type="search" class="form-control input-sm"
  929. ng-model="factory" placeholder="请输入送货工厂名称" /><span
  930. class="form-control-feedback text-simple"><i
  931. class="fa fa-search"></i></span>
  932. </div>
  933. </div>
  934. </div>
  935. <div class="form-group form-group-sm form-group-inline"
  936. ng-show="condition.$open">
  937. <label class="col-sm-2 control-label">物料名称:</label>
  938. <div class="col-sm-4">
  939. <div class="form-group form-group-sm has-feedback">
  940. <input type="search" class="form-control input-sm"
  941. ng-model="prodTitle" placeholder="请输入物料名称" /><span
  942. class="form-control-feedback text-simple"><i
  943. class="fa fa-search"></i></span>
  944. </div>
  945. </div>
  946. <label class="col-sm-2 control-label">规&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;格:</label>
  947. <div class="col-sm-4">
  948. <div class="form-group form-group-sm has-feedback">
  949. <input type="search" class="form-control input-sm"
  950. ng-model="prodSpec" placeholder="请输入物料规格" /><span
  951. class="form-control-feedback text-simple"><i
  952. class="fa fa-search"></i></span>
  953. </div>
  954. </div>
  955. </div>
  956. <!--<div class="form-group form-group-sm form-group-inline"-->
  957. <!---->
  958. <!--</div>-->
  959. </form>
  960. <!-- 标签scroll-table用于表头滚动 -->
  961. <div class="table-wrap" id="order-detail-list" scroll-table>
  962. <div class="table-header-wrap">
  963. <table class="table table-bordered">
  964. <tr>
  965. <!--<th width="36" style="vertical-align: middle;"><input type="checkbox" name="checkbox" ng-model="checkboxes.checked" ng-click="checkAll()"></th>-->
  966. <!--<th width="70">客户<br>名称</th>-->
  967. <th width="70">采购单</th>
  968. <th width="60">发货单</th>
  969. <th width="90">单据日期</th>
  970. <th width="60">验收单</th>
  971. <th width="70">物料编号</th>
  972. <th width="70">物料名称</th>
  973. <th width="70">规格型号</th>
  974. <th width="55">发货数量</th>
  975. <th width="100">验收数量</th>
  976. <th width="40">单价</th>
  977. <th width="40">税率</th>
  978. <th width="70">小计</th>
  979. <th width="100">
  980. 对账人<br />/日期
  981. </th>
  982. <!--<th width="35">序号</th>-->
  983. <!--<th width="60">类型</th>-->
  984. <!--<th width="60">单据<br>日期</th>-->
  985. <!--<th width="90">应付<br>供应商</th>-->
  986. <!--<th width="65">客户<br>料号</th>-->
  987. <!--<th width="65">送货<br>工厂</th>-->
  988. <!--<th width="30">币别</th>-->
  989. <!--<th width="60">金额</th>-->
  990. </tr>
  991. </table>
  992. </div>
  993. <div class="table-body-wrap">
  994. <table class="table table-bordered">
  995. <tr ng-repeat="check in data" ng-click="checkOne(check);getTotalMoney()" class="thAlign" style="height: 40px;">
  996. <td width="70">{{::check.ordercode}}</td>
  997. <td width="60">{{::check.sendcode}}</td>
  998. <td width="90">{{::check.pidate | date:'yyyy年MM月dd日' || '-'}}</td>
  999. <td width="60">{{::check.inoutno}}</td>
  1000. <td width="70" title="{{check.prodcode}}">
  1001. <div style="display: -webkit-box; text-overflow: ellipsis; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;">{{::check.prodcode}}</div>
  1002. </td>
  1003. <td width="70" title="{{check.prodtitle}}">
  1004. <div style="display: -webkit-box; text-overflow: ellipsis; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;">{{::check.prodtitle}}</div>
  1005. </td>
  1006. <td width="70" title="{{check.prodspec}}">
  1007. <div style="display: -webkit-box; text-overflow: ellipsis; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;">{{::check.prodspec}}</div></td>
  1008. <td width="55">{{::check.qty}}</td>
  1009. <td width="100">{{::check.thischeckqty}}</td>
  1010. <td width="40">{{::check.orderprice}}</td>
  1011. <td width="40" align="center">{{::check.taxrate}}</td>
  1012. <td width="70">{{::(check.orderprice || 0)*(check.thischeckqty || 0) | number:2}}</td>
  1013. <td width="100" ng-if="check.haveChecked === 1">
  1014. <div>{{::check.recorder || '-'}}</div>
  1015. <div>{{::check.apCheckDate | date:'yyyy年MM月dd日' || '-'}}</div>
  1016. </td>
  1017. <td width="100" ng-if="check.haveChecked !== 1">
  1018. 未对账
  1019. </td>
  1020. </tr>
  1021. <tr ng-if="!data || data.length==0">
  1022. <td colspan="11">
  1023. <div class="empty-block">
  1024. <i class="fa fa-exclamation-circle"></i>
  1025. <p class="text-muted">没有对账数据,请先筛选</p>
  1026. </div>
  1027. </td>
  1028. </tr>
  1029. </table>
  1030. </div>
  1031. <div style="padding: 10px 20px">本期间应付总额:{{totalMoney | number:2 || 0}}</div>
  1032. </div>
  1033. </div>
  1034. <div ng-if="infoCommon.totalElement > 0 && !showNotCheck" class="text-mns text-right" ng-class="infoCommon.totalElement > 20 ? '': 'Boom18'">
  1035. 显示&nbsp;{{(infoCommon .page - 1 ) * infoCommon.size + 1}}-{{infoCommon.all >= 20 ? infoCommon.page * infoCommon.size: (infoCommon.page - 1 ) * infoCommon.size + infoCommon.all}}&nbsp;条,共&nbsp;{{infoCommon.totalElement}}&nbsp;条
  1036. </div>
  1037. </div>
  1038. <style>
  1039. .order-table2 tbody td {
  1040. text-align: center;
  1041. padding: 20px 0
  1042. }
  1043. </style>
  1044. <style>
  1045. .wui-date-picker.left {
  1046. margin-right : 0 !important;
  1047. right: 0;
  1048. left: auto
  1049. }
  1050. .wui-date-picker.left table tbody tr td {
  1051. border: 0
  1052. }
  1053. .add-apCheckList {
  1054. background: #fff
  1055. }
  1056. .add-apCheckList input[type="checkbox"] {
  1057. /*width: 16px;
  1058. height: 16px*/
  1059. }
  1060. .add-apCheckList .table-wrap {
  1061. overflow: hidden
  1062. }
  1063. .add-apCheckList .table-header-wrap {
  1064. background: #f9f9f9;
  1065. overflow-x: hidden;
  1066. overflow-y: scroll;
  1067. }
  1068. .add-apCheckList .table-header-wrap table,.add-apCheckList .table-body-wrap table
  1069. {
  1070. width: 100%;
  1071. table-layout: fixed;
  1072. border-collapse: collapse;
  1073. border-spacing: 0;
  1074. margin-bottom: 0
  1075. }
  1076. .add-apCheckList .table-header-wrap th {
  1077. text-align: center;
  1078. }
  1079. .add-apCheckList .table-body-wrap {
  1080. max-height: 600px;
  1081. overflow-x: auto;
  1082. overflow-y: scroll;
  1083. }
  1084. .add-apCheckList td {
  1085. word-break: break-all;
  1086. text-align: center;
  1087. }
  1088. .add-apCheckList tbody {
  1089. overflow: auto;
  1090. }
  1091. #order-detail-list .input-sm {
  1092. border: #ccc 1px solid;
  1093. }
  1094. .infoms .has-feedback input[type="search"] {
  1095. padding-right: 0 !important;
  1096. }
  1097. .infoms .table>tbody>tr>td{
  1098. vertical-align: middle;
  1099. }
  1100. .form-horizontal .form-group {
  1101. margin-right: 0px;
  1102. margin-left: 0px;
  1103. }
  1104. .infoms .form-horizontal .form-group-sm .control-label{
  1105. font-size: 14px;
  1106. }
  1107. .infoms .form-group .form-control{
  1108. font-size: 14px;
  1109. }
  1110. .wui-date.small .wui-date-picker {
  1111. width: 260px
  1112. }
  1113. .empty {
  1114. padding: 70px 0;
  1115. margin: 0 auto;
  1116. text-align: center;
  1117. background: #fff;
  1118. }
  1119. .empty .left_img {
  1120. display: inline-block;
  1121. color: #3f84f6;
  1122. }
  1123. .empty .left_img a {
  1124. font-size: 25px;
  1125. color: #3f84f6;
  1126. }
  1127. .empty .right_link p {
  1128. margin: 0;
  1129. font-size: 14px;
  1130. color: #666;
  1131. }
  1132. .inputsIcon .wui-date-editor .icon1{
  1133. top: 11px !important;
  1134. }
  1135. .wui-input {
  1136. border: 1px solid #3f84f6;
  1137. font-size: 14px;
  1138. color: #3f84f6;
  1139. font-weight: bold;
  1140. }
  1141. .wui-date-editor .iconfont {
  1142. color: #3f84f6
  1143. }
  1144. .apCheckCondition ul {
  1145. left: auto !important;
  1146. right: 0;
  1147. }
  1148. .wui-date.small .wui-date-picker .month_panel .wui-data-table td {
  1149. line-height: 20px;
  1150. }
  1151. </style>