arCheck.html 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235
  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="180">应付供应商名称</th>
  696. <th width="140">本月应付</th>
  697. <th width="140">本月未对</th>
  698. <th width="140">本月已对</th>
  699. <!--<th width="140">本月已付</th>-->
  700. <th width="140">应付总额</th>
  701. <th width="80">操作</th>
  702. </tr>
  703. </thead>
  704. <tbody ng-show="active === 'all'" ng-repeat="check in ALLList">
  705. <tr >
  706. <td style="color: #3f84f6">{{::check.vendorEnterprise.enName}}</td>
  707. <td ng-if="check.thisMonthCount.length > 0">
  708. <div ng-repeat="count in check.thisMonthCount">
  709. <span>{{count.currency}}:{{count.amount | number:2}}</span>
  710. </div>
  711. </td>
  712. <td ng-if="check.thisMonthCount.length === 0">-</td>
  713. <td ng-if="check.thisMonthTodoCount.length > 0">
  714. <div ng-repeat="count in check.thisMonthTodoCount">
  715. <span ng-if="count.amount > 0">{{count.currency}}:{{count.amount | number:2}}</span>
  716. </div>
  717. </td>
  718. <td ng-if="check.thisMonthTodoCount.length === 0">-</td>
  719. <td ng-if="check.thisMonthDoneCount.length > 0">
  720. <div ng-repeat="count in check.thisMonthDoneCount">
  721. <span ng-if="count.amount > 0">{{count.currency}}:{{count.amount | number:2}}</span>
  722. </div>
  723. </td>
  724. <td ng-if="check.thisMonthDoneCount.length === 0">-</td>
  725. <!--<td ng-if="check.apCheckAmounts.length > 0">-->
  726. <!--<div ng-repeat="count in check.apCheckAmounts">-->
  727. <!--<span ng-if="count.amount > 0">{{count.currency}}:{{count.amount | number:2}}</span>-->
  728. <!--</div>-->
  729. <!--</td>-->
  730. <!--<td ng-if="check.apCheckAmounts.length === 0">-</td>-->
  731. <td ng-if="check.totalCount.length > 0">
  732. <div ng-repeat="count in check.totalCount">
  733. <span ng-if="count.amount > 0">{{count.currency}}:{{count.amount | number:2}}</span>
  734. </div>
  735. </td>
  736. <td ng-if="check.totalCount.length === 0">-</td>
  737. <td style="color: #3f84f6;cursor: pointer" ng-click="goToMNs(check)">明细</td>
  738. </tr>
  739. </tbody>
  740. <tbody ng-if="active !== 'all' && tableParams.total() == 0">
  741. <tr>
  742. <td colspan="3">
  743. <div id="empty">
  744. <div class="left_img">
  745. <a><img src="static/img/all/empty-cart.png"></a>
  746. <a>B2B 商务</a>
  747. </div>
  748. <div class="right_link">
  749. <p ng-if="active != 'all'">暂无对账信息!</p>
  750. <!--<p ng-if="active == 'all'">您还未生成对账单,请立即新增对账!</p>-->
  751. <!--<a ng-if="active == 'all'" ui-sref="fa_apCheckList"><i class="fa fa-plus-square fa-fw"></i> 新增对账单</a>-->
  752. </div>
  753. </div>
  754. </td>
  755. </tr>
  756. </tbody>
  757. <tbody ng-if="active === 'all' && (ALLList === undefined || ALLList.length == 0)">
  758. <tr>
  759. <td colspan="6">
  760. <div class="empty">
  761. <div class="left_img">
  762. <a><img src="static/img/all/empty-cart.png"></a>
  763. <a>B2B 商务</a>
  764. </div>
  765. <div class="right_link">
  766. <p ng-if="active != 'all'">暂无对账信息!</p>
  767. <!--<p ng-if="active == 'all'">您还未生成对账单,请立即新增对账!</p>-->
  768. <!--<a ng-if="active == 'all'" ui-sref="fa_apCheckList"><i class="fa fa-plus-square fa-fw"></i> 新增对账单</a>-->
  769. </div>
  770. </div>
  771. </td>
  772. </tr>
  773. </tbody>
  774. </table>
  775. </div>
  776. </div>
  777. <div ng-hide="!showNotCheck" class="infoms add-apCheckList" >
  778. <form class="form-horizontal"
  779. style="padding-top: 10px; padding-bottom: 20px;">
  780. <div class="form-group form-group-sm form-group-inline">
  781. <div class="col-sm-7 control-label">
  782. <div style="text-align: left">
  783. <label>应付供应商:</label>
  784. <label style="text-align:left">
  785. {{suuorname}}
  786. </label>
  787. </div>
  788. <div style="text-align: left;margin-top: 20px">
  789. <label>本期间应付总额:</label>
  790. <label style="text-align:left;vertical-align: top;">
  791. <div ng-if="dataInfo.thisMonthCount.length > 0" ng-repeat="count in dataInfo.thisMonthCount">
  792. <span>{{count.currency}}:{{count.amount | number:2}}</span>
  793. </div>
  794. <div ng-if="dataInfo.thisMonthCount.length === 0">
  795. 0
  796. </div>
  797. </label>
  798. </div>
  799. <div style="text-align: left;margin-top: 20px">
  800. <label>本期间未对总额:</label>
  801. <label style="text-align:left;vertical-align: top;">
  802. <div ng-if="dataInfo.thisMonthTodoCount.length > 0" ng-repeat="count in dataInfo.thisMonthTodoCount">
  803. <span>{{count.currency}}:{{count.amount | number:2}}</span>
  804. </div>
  805. <div ng-if="dataInfo.thisMonthTodoCount.length === 0">
  806. 0
  807. </div>
  808. </label>
  809. </div>
  810. <div style="text-align: left;margin-top: 20px">
  811. <label>本期间已对总额:</label>
  812. <label style="text-align:left;vertical-align: top;">
  813. <div ng-if="dataInfo.thisMonthDoneCount.length > 0" ng-repeat="count in dataInfo.thisMonthDoneCount">
  814. <span>{{count.currency}}:{{count.amount | number:2}}</span>
  815. </div>
  816. <div ng-if="dataInfo.thisMonthDoneCount.length === 0">
  817. 0
  818. </div>
  819. </label>
  820. </div>
  821. <!--<div style="text-align: left;margin-top: 20px">-->
  822. <!--<label>本期间已付总额:</label>-->
  823. <!--<label style="text-align:left;vertical-align: top;">-->
  824. <!--<div ng-if="dataInfo.thisMonthDoneCount.length > 0" ng-repeat="count in dataInfo.thisMonthDoneCount">-->
  825. <!--<span>{{count.currency}}:{{count.amount | number:2}}</span>-->
  826. <!--</div>-->
  827. <!--<div ng-if="dataInfo.thisMonthDoneCount.length === 0">-->
  828. <!--0-->
  829. <!--</div>-->
  830. <!--</label>-->
  831. <!--</div>-->
  832. <div style="text-align: left;margin-top: 20px">
  833. <label>应付总额:</label>
  834. <label style="text-align:left;vertical-align: top;">
  835. <div ng-if="dataInfo.totalCount.length > 0" ng-repeat="count in dataInfo.totalCount">
  836. <span>{{count.currency}}:{{count.amount | number:2}}</span>
  837. </div>
  838. <div ng-if="dataInfo.totalCount.length === 0">
  839. 0
  840. </div>
  841. </label>
  842. </div>
  843. </div>
  844. <div class="col-sm-5 control-label">
  845. <div>
  846. <label class="control-label">请选择月份:</label>
  847. <span ng-click="addMouth(-1)" style=" display: inline-block;
  848. width: 32px;
  849. height: 32px;
  850. border: 1px solid #ddd;
  851. text-align: center;
  852. line-height: 32px;
  853. cursor: pointer;
  854. vertical-align: middle;">
  855. <img src="/static/img/vendor/images/arrow-left-d-l.png" width="24"/>
  856. </span>
  857. <span class="control-label" style="padding-right: 5px;display: inline-block;vertical-align: middle; padding-top: 0;" ng-click="apCheckCondition.$open = false">
  858. <wui-date
  859. format="yyyy-mm"
  860. placeholder="请选择或输入日期"
  861. id="date4"
  862. btns="{'ok':'确定','now':'此刻'}"
  863. ng-model="thisMouth"
  864. >
  865. </wui-date>
  866. </span><span ng-click="addMouth(1)" ng-show="MouthinShow" style="display: inline-block;
  867. width: 32px;
  868. height: 32px;
  869. border: 1px solid #ddd;
  870. text-align: center;
  871. line-height: 32px;
  872. cursor: pointer;
  873. vertical-align: middle;"><img src="/static/img/vendor/images/arrow-right-d-l.png" width="24"/></span>
  874. <label class="control-label com-check-radio" ng-click="apCheckCondition.$open = true">
  875. <input type="radio" name="psa" ng-checked="apCheckCondition.$open === true" ng-model="apCheckCondition.$open">
  876. <label for="autoMonth"></label>
  877. 自定义
  878. </label>
  879. </div>
  880. <div ng-hide="!apCheckCondition.$open" class="date fr apCheckCondition" style="margin-top: 14px;">
  881. <div class="data-input">
  882. <input type="text" ng-model="apCheckCondition.dateFrom"
  883. class="form-control select-adder" placeholder="起始时间"
  884. datepicker-popup="yyyy-MM-dd"
  885. is-open="apCheckCondition.$fromOpened"
  886. max-date="apCheckCondition.dateTo" current-text="今天" clear-text="清除" close-text="关闭"
  887. ng-focus="apCheckopenFilterDatePicker($event, apCheckCondition, '$fromOpened')"
  888. datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
  889. style="width: 130px;height: 32px"
  890. />
  891. <button class="open" ng-click="apCheckopenFilterDatePicker($event, apCheckCondition, '$fromOpened')"></button>
  892. </div>
  893. <em style="float:left;margin: 0 10px">–</em>
  894. <div class="data-input">
  895. <input type="text" ng-model="apCheckCondition.dateTo"
  896. class="form-control select-adder" placeholder="结束时间"
  897. datepicker-popup="yyyy-MM-dd"
  898. is-open="apCheckCondition.$toOpened"
  899. min-date="apCheckCondition.dateFrom" current-text="今天" clear-text="清除" close-text="关闭"
  900. ng-focus="apCheckopenFilterDatePicker($event, apCheckCondition, '$toOpened')"
  901. datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
  902. style="width: 130px;height: 32px"
  903. />
  904. <button class="open" ng-click="apCheckopenFilterDatePicker($event, apCheckCondition, '$toOpened')"></button>
  905. </div>
  906. </div>
  907. </div>
  908. </div>
  909. <div class="form-group form-group-sm form-group-inline">
  910. <div class="col-sm-12 text-right">
  911. <a ng-click="condition.$open=!condition.$open" class="text-simple"><span
  912. ng-bind="condition.$open ? '收起筛选条件' : '更多筛选条件'"></span><i
  913. class="fa fa-fw"
  914. ng-class="{'fa-angle-up': condition.$open, 'fa-angle-down': !condition.$open}"></i></a>
  915. <div class="btn-group btn-group-sm">
  916. <a class="btn btn-default" ng-click="searchOrder()" title="筛选"><i class="fa fa-search fa-fw btn-icon-left"></i>筛选</a>
  917. <!--<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>-->
  918. <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>
  919. </div>
  920. </div>
  921. </div>
  922. <div class="form-group form-group-sm form-group-inline"
  923. ng-show="condition.$open">
  924. <!--<label class="col-sm-2 control-label">应付供应商:</label>-->
  925. <!--<div class="col-sm-4">-->
  926. <!--<div class="form-group form-group-sm has-feedback">-->
  927. <!--<input type="search" class="form-control input-sm"-->
  928. <!--ng-model="receiveName" placeholder="可用应付供应商名称筛选" /><span-->
  929. <!--class="form-control-feedback text-simple"><i-->
  930. <!--class="fa fa-search"></i></span>-->
  931. <!--</div>-->
  932. <!--</div>-->
  933. <!--ng-show="condition.$open">-->
  934. <label class="col-sm-2 control-label">税&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;率:</label>
  935. <div class="col-sm-4">
  936. <div class="form-group form-group-sm has-feedback">
  937. <input type="search" class="form-control input-sm"
  938. ng-model="taxRate" placeholder="请输入税率" /><span
  939. class="form-control-feedback text-simple"><i
  940. class="fa fa-search"></i></span>
  941. </div>
  942. </div>
  943. <label class="col-sm-2 control-label">送货工厂:</label>
  944. <div class="col-sm-4">
  945. <div class="form-group form-group-sm has-feedback">
  946. <input type="search" class="form-control input-sm"
  947. ng-model="factory" placeholder="请输入送货工厂名称" /><span
  948. class="form-control-feedback text-simple"><i
  949. class="fa fa-search"></i></span>
  950. </div>
  951. </div>
  952. </div>
  953. <div class="form-group form-group-sm form-group-inline"
  954. ng-show="condition.$open">
  955. <label class="col-sm-2 control-label">物料名称:</label>
  956. <div class="col-sm-4">
  957. <div class="form-group form-group-sm has-feedback">
  958. <input type="search" class="form-control input-sm"
  959. ng-model="prodTitle" placeholder="请输入物料名称" /><span
  960. class="form-control-feedback text-simple"><i
  961. class="fa fa-search"></i></span>
  962. </div>
  963. </div>
  964. <label class="col-sm-2 control-label">规&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;格:</label>
  965. <div class="col-sm-4">
  966. <div class="form-group form-group-sm has-feedback">
  967. <input type="search" class="form-control input-sm"
  968. ng-model="prodSpec" placeholder="请输入物料规格" /><span
  969. class="form-control-feedback text-simple"><i
  970. class="fa fa-search"></i></span>
  971. </div>
  972. </div>
  973. </div>
  974. <!--<div class="form-group form-group-sm form-group-inline"-->
  975. <!---->
  976. <!--</div>-->
  977. </form>
  978. <!-- 标签scroll-table用于表头滚动 -->
  979. <div class="table-wrap" id="order-detail-list" scroll-table>
  980. <div class="table-header-wrap">
  981. <table class="table table-bordered">
  982. <tr>
  983. <!--<th width="36" style="vertical-align: middle;"><input type="checkbox" name="checkbox" ng-model="checkboxes.checked" ng-click="checkAll()"></th>-->
  984. <!--<th width="70">客户<br>名称</th>-->
  985. <th width="70">采购单</th>
  986. <th width="60">发货单</th>
  987. <th width="90">单据日期</th>
  988. <th width="60">验收单</th>
  989. <th width="70">物料编号</th>
  990. <th width="70">物料名称</th>
  991. <th width="70">规格型号</th>
  992. <th width="55">发货数量</th>
  993. <th width="100">验收数量</th>
  994. <th width="40">单价</th>
  995. <th width="40">税率</th>
  996. <th width="70">小计</th>
  997. <th width="100">
  998. 对账人<br />/日期
  999. </th>
  1000. <!--<th width="35">序号</th>-->
  1001. <!--<th width="60">类型</th>-->
  1002. <!--<th width="60">单据<br>日期</th>-->
  1003. <!--<th width="90">应付<br>供应商</th>-->
  1004. <!--<th width="65">客户<br>料号</th>-->
  1005. <!--<th width="65">送货<br>工厂</th>-->
  1006. <!--<th width="30">币别</th>-->
  1007. <!--<th width="60">金额</th>-->
  1008. </tr>
  1009. </table>
  1010. </div>
  1011. <div class="table-body-wrap">
  1012. <table class="table table-bordered">
  1013. <tr ng-repeat="check in data" ng-click="checkOne(check);getTotalMoney()" class="thAlign" style="height: 40px;">
  1014. <td width="70">{{::check.ordercode}}</td>
  1015. <td width="60">{{::check.sendcode}}</td>
  1016. <td width="90">{{::check.pidate | date:'yyyy年MM月dd日' || '-'}}</td>
  1017. <td width="60">{{::check.inoutno}}</td>
  1018. <td width="70" title="{{check.prodcode}}">
  1019. <div style="display: -webkit-box; text-overflow: ellipsis; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;">{{::check.prodcode}}</div>
  1020. </td>
  1021. <td width="70" title="{{check.prodtitle}}">
  1022. <div style="display: -webkit-box; text-overflow: ellipsis; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;">{{::check.prodtitle}}</div>
  1023. </td>
  1024. <td width="70" title="{{check.prodspec}}">
  1025. <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>
  1026. <td width="55">{{::check.qty}}</td>
  1027. <td width="100">{{::check.thischeckqty}}</td>
  1028. <td width="40">{{::check.orderprice}}</td>
  1029. <td width="40" align="center">{{::check.taxrate}}</td>
  1030. <td width="70">{{::(check.orderprice || 0)*(check.thischeckqty || 0) | number:2}}</td>
  1031. <td width="100" ng-if="check.haveChecked === 1">
  1032. <div>{{::check.recorder || '-'}}</div>
  1033. <div>{{::check.apCheckDate | date:'yyyy年MM月dd日' || '-'}}</div>
  1034. </td>
  1035. <td width="100" ng-if="check.haveChecked !== 1">
  1036. 未对账
  1037. </td>
  1038. </tr>
  1039. <tr ng-if="!data || data.length==0">
  1040. <td colspan="11">
  1041. <div class="empty-block">
  1042. <i class="fa fa-exclamation-circle"></i>
  1043. <p class="text-muted">没有对账数据,请先筛选</p>
  1044. </div>
  1045. </td>
  1046. </tr>
  1047. </table>
  1048. </div>
  1049. <div style="padding: 10px 20px">本期间应付总额:{{totalMoney | number:2 || 0}}</div>
  1050. </div>
  1051. </div>
  1052. <div ng-if="infoCommon.totalElement > 0 && !showNotCheck" class="text-mns text-right" ng-class="infoCommon.totalElement > 20 ? '': 'Boom18'">
  1053. 显示&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;条
  1054. </div>
  1055. </div>
  1056. <style>
  1057. .order-table2 tbody td {
  1058. text-align: center;
  1059. padding: 20px 0
  1060. }
  1061. </style>
  1062. <style>
  1063. .wui-date-picker.left {
  1064. margin-right : 0 !important;
  1065. right: 0;
  1066. left: auto
  1067. }
  1068. .wui-date-picker.left table tbody tr td {
  1069. border: 0
  1070. }
  1071. .add-apCheckList {
  1072. background: #fff
  1073. }
  1074. .add-apCheckList input[type="checkbox"] {
  1075. /*width: 16px;
  1076. height: 16px*/
  1077. }
  1078. .add-apCheckList .table-wrap {
  1079. overflow: hidden
  1080. }
  1081. .add-apCheckList .table-header-wrap {
  1082. background: #f9f9f9;
  1083. overflow-x: hidden;
  1084. overflow-y: scroll;
  1085. }
  1086. .add-apCheckList .table-header-wrap table,.add-apCheckList .table-body-wrap table
  1087. {
  1088. width: 100%;
  1089. table-layout: fixed;
  1090. border-collapse: collapse;
  1091. border-spacing: 0;
  1092. margin-bottom: 0
  1093. }
  1094. .add-apCheckList .table-header-wrap th {
  1095. text-align: center;
  1096. }
  1097. .add-apCheckList .table-body-wrap {
  1098. max-height: 600px;
  1099. overflow-x: auto;
  1100. overflow-y: scroll;
  1101. }
  1102. .add-apCheckList td {
  1103. word-break: break-all;
  1104. text-align: center;
  1105. }
  1106. .add-apCheckList tbody {
  1107. overflow: auto;
  1108. }
  1109. #order-detail-list .input-sm {
  1110. border: #ccc 1px solid;
  1111. }
  1112. .infoms .has-feedback input[type="search"] {
  1113. padding-right: 0 !important;
  1114. }
  1115. .infoms .table>tbody>tr>td{
  1116. vertical-align: middle;
  1117. }
  1118. .form-horizontal .form-group {
  1119. margin-right: 0px;
  1120. margin-left: 0px;
  1121. }
  1122. .infoms .form-horizontal .form-group-sm .control-label{
  1123. font-size: 14px;
  1124. }
  1125. .infoms .form-group .form-control{
  1126. font-size: 14px;
  1127. }
  1128. .wui-date.small .wui-date-picker {
  1129. width: 260px
  1130. }
  1131. .empty {
  1132. padding: 70px 0;
  1133. margin: 0 auto;
  1134. text-align: center;
  1135. background: #fff;
  1136. }
  1137. .empty .left_img {
  1138. display: inline-block;
  1139. color: #3f84f6;
  1140. }
  1141. .empty .left_img a {
  1142. font-size: 25px;
  1143. color: #3f84f6;
  1144. }
  1145. .empty .right_link p {
  1146. margin: 0;
  1147. font-size: 14px;
  1148. color: #666;
  1149. }
  1150. .inputsIcon .wui-date-editor .icon1{
  1151. top: 11px !important;
  1152. }
  1153. .wui-input {
  1154. border: 1px solid #3f84f6;
  1155. font-size: 14px;
  1156. color: #3f84f6;
  1157. font-weight: bold;
  1158. }
  1159. .wui-date-editor .iconfont {
  1160. color: #3f84f6
  1161. }
  1162. .apCheckCondition ul {
  1163. left: auto !important;
  1164. right: 0;
  1165. }
  1166. .wui-date.small .wui-date-picker .month_panel .wui-data-table td {
  1167. line-height: 20px;
  1168. }
  1169. </style>