阅行客电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

911 lines
17 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. @import 'variables';
  2. @import 'mixin';
  3. .filter-search,
  4. .filter-rfid{
  5. @include btn_blue_style;
  6. &:hover{
  7. @include btn_blue_hover;
  8. }
  9. &:focus{
  10. @include btn_blue_style;
  11. }
  12. }
  13. .filter-refresh{
  14. @include btn_white_style;
  15. &:hover{
  16. @include btn_white_hover;
  17. }
  18. &:focus{
  19. @include btn_white_style;
  20. }
  21. }
  22. .packing-head{
  23. display: flex;
  24. justify-content: space-between;
  25. align-items: center;
  26. .el-input__inner {
  27. padding-left: 100px;
  28. border-radius: 3px;
  29. }
  30. }
  31. .container-main{
  32. .left-tree-item{
  33. margin-bottom: 20px;
  34. min-height: calc(100vh/2 - 105px);
  35. &:last-child{
  36. margin-bottom: 0;
  37. }
  38. }
  39. }
  40. .crud-opts{
  41. justify-content: space-between;
  42. }
  43. // 库房可删
  44. .archives-handler-btn{
  45. .el-button{
  46. padding: 0 13px 0 3px;
  47. span{
  48. margin-left: 5px;
  49. }
  50. &.packing-btn{
  51. border-color: $arcPurple;
  52. background-color: $arcPurple;
  53. &.is-disabled{
  54. border-color:#2B1D70;
  55. background-color: #2B1D70;
  56. }
  57. }
  58. &.part-btn{
  59. border-color: $arcCyan;
  60. background-color: $arcCyan;
  61. &.is-disabled{
  62. border-color:#075E6C;
  63. background-color: #075E6C;
  64. }
  65. }
  66. // &.warehousing-btn{
  67. // border-color: $arcYellow;
  68. // background-color: $arcYellow;
  69. // &.is-disabled{
  70. // border-color:#7E4021;
  71. // background-color: #7E4021;
  72. // }
  73. // }
  74. &.lending-btn{
  75. border-color: $arcRed;
  76. background-color: $arcRed;
  77. &.is-disabled{
  78. border-color:#7A2831;
  79. background-color: #7A2831;
  80. }
  81. }
  82. &.binding-btn{
  83. border-color: $arcGreen;
  84. background-color: $arcGreen;
  85. &.is-disabled{
  86. border-color:#0D5649;
  87. background-color: #0D5649;
  88. }
  89. }
  90. &.is-disabled{
  91. color: #666;
  92. }
  93. }
  94. .iconfont{
  95. line-height: 30px;
  96. }
  97. }
  98. .archives-table,
  99. .base-info{
  100. td.el-table__cell .row-state{
  101. display: block;
  102. width: 48px;
  103. height: 26px;
  104. line-height: 24px;
  105. margin: 0 auto;
  106. border-radius: 3px;
  107. color: #A6ADB6;
  108. border: 1px solid #E6E8ED;
  109. background-color: #F3F5F9;
  110. }
  111. .row-open{
  112. &.state-active{
  113. color: #563be1 !important;
  114. border-color: #b5a7fa !important;
  115. background-color: #ebe7ff !important;
  116. }
  117. }
  118. .row-physical{
  119. &.state-active{
  120. color: #0348F3 !important;
  121. border-color: #90B0F9 !important;
  122. background-color: #EEF5FE !important;
  123. }
  124. }
  125. .row-packing{
  126. &.state-active{
  127. color: #018BFF !important;
  128. border-color: #9BD1FF !important;
  129. background-color: #DCEDFD !important;
  130. }
  131. }
  132. .row-warehousing{
  133. &.state-active{
  134. color: #FF8329!important;
  135. border-color: #FEBD98 !important;
  136. background-color: #FFF3E5 !important;
  137. }
  138. }
  139. .row-lending{
  140. &.state-active{
  141. color: #FD7359 !important;
  142. border-color: #FBC0B5 !important;
  143. background-color: #FCECE9 !important;
  144. }
  145. }
  146. .row-binding{
  147. &.state-active{
  148. color: #2ECAAC !important;
  149. border-color: #B1EBDF !important;
  150. background-color: #E8F8F5 !important;
  151. }
  152. }
  153. .is-scrolling-left,
  154. .is-scrolling-middle,
  155. .is-scrolling-right{
  156. max-height: calc(100vh - 352px) !important;
  157. }
  158. }
  159. .base-info .row-state{
  160. width: 68px;
  161. height: 26px;
  162. line-height: 24px;
  163. text-align: center;
  164. margin-top: -6px;
  165. border-width: 1px;
  166. border-style: solid;
  167. border-radius: 26px;
  168. }
  169. // 上传附件
  170. .upload-file{
  171. position: relative;
  172. z-index: 1001;
  173. .upload-curd{
  174. display: flex;
  175. flex-direction: row;
  176. margin: 0 32px 20px 32px;
  177. }
  178. .upload-demo{
  179. position: relative;
  180. margin-right: 10px;
  181. .el-upload-list{
  182. display: none;
  183. position: absolute;
  184. left: 0;
  185. bottom: 0;
  186. }
  187. }
  188. }
  189. .screenshot{
  190. display: block;
  191. margin: 0 auto;
  192. object-fit: cover;
  193. }
  194. .file-down,
  195. .packing-handle-btn,
  196. .packing-recall-btn,
  197. .handOver-btn{
  198. display: block;
  199. width: 64px;
  200. height: 28px;
  201. line-height: 26px;
  202. padding: 0;
  203. border-radius: 3px;
  204. margin: 0 auto;
  205. &::before{
  206. margin-right: 5px;
  207. }
  208. }
  209. .file-down{
  210. padding: 0 !important;
  211. @include btn_blue_style;
  212. &:hover{
  213. @include btn_blue_hover;
  214. }
  215. &:focus{
  216. @include btn_blue_style;
  217. }
  218. }
  219. .packing-handle-btn{
  220. background-color: transparent !important;
  221. border-color: #41A4FF !important;
  222. color: #41A4FF !important;
  223. }
  224. .packing-recall-btn{
  225. background-color: transparent !important;
  226. border-color: #FD7359 !important;
  227. color: #FD7359 !important;
  228. }
  229. // 绑定标签
  230. .bindingDialog{
  231. .el-dialog{
  232. width: 720px;
  233. }
  234. .el-dialog__body{
  235. padding: 35px 35px 58px 35px;
  236. }
  237. }
  238. .rebinding {
  239. display: flex;
  240. justify-content: space-between;
  241. padding: 50px 65px 35px 65px;
  242. span{
  243. display: block;
  244. width: 60px;
  245. line-height: 36px;
  246. color: #3A99FD;
  247. }
  248. .el-input {
  249. .el-input__inner{
  250. font-size: 14px;
  251. height: 36px;
  252. line-height: 36px;
  253. color: #fff;
  254. border: 1px solid #3A99FD;
  255. background-color: transparent;
  256. }
  257. }
  258. }
  259. .binding-flow{
  260. .step-item{
  261. position: relative;
  262. display: flex;
  263. justify-content: space-between;
  264. margin-bottom: 10px;
  265. z-index: 1;
  266. &::before{
  267. content: "";
  268. position: absolute;
  269. left: 15px;
  270. top: -48px;
  271. width: 2px;
  272. height: 45px;
  273. border-left: 2px solid #0348F3;
  274. opacity: 0.3;
  275. z-index: 1;
  276. }
  277. &:first-child::before{
  278. display: none;
  279. }
  280. &.step-active{
  281. &::before{
  282. opacity: 1;
  283. }
  284. }
  285. &.step-loading{
  286. &::before{
  287. opacity: 1;
  288. border-left: 2px dashed #0348F3;
  289. }
  290. }
  291. }
  292. .step-left-num{
  293. position: relative;
  294. display: block;
  295. width: 30px;
  296. height: 30px;
  297. line-height: 28px;
  298. border-radius: 50%;
  299. font-size: 16px;
  300. text-align: center;
  301. color: #0348F3;
  302. border: 2px solid #0348F3;
  303. opacity: 0.3;
  304. z-index: 4;
  305. &.step-active{
  306. color: #fff;
  307. background-color:#0348F3;
  308. opacity: 1;
  309. }
  310. &.step-loading{
  311. color: #0348F3;
  312. border: 2px solid #0348F3;
  313. background-color: #fff;
  314. &::before,
  315. &::after{
  316. content: "";
  317. position: absolute;
  318. left: 50%;
  319. top: 50%;
  320. margin: -15px 0 0 -15px;
  321. width: 30px;
  322. height: 30px;
  323. border-radius: 50%;
  324. border: 1px solid #0348F3;
  325. z-index: 1;
  326. }
  327. &::before{
  328. animation: halo 2s linear 0.5s infinite;
  329. }
  330. &::after{
  331. animation: halo 2s linear 1.5s infinite;
  332. }
  333. }
  334. }
  335. // 晕开效果
  336. @keyframes halo {
  337. 0% {
  338. transform: scale(1);
  339. -webkit-transform: scale(1);
  340. opacity: 0.0;
  341. }
  342. 25% {
  343. transform: scale(1);
  344. -webkit-transform: scale(1);
  345. opacity: 0.1;
  346. }
  347. 50% {
  348. transform: scale(1);
  349. -webkit-transform: scale(1);
  350. opacity: 0.3;
  351. }
  352. 75% {
  353. transform: scale(1.3);
  354. -webkit-transform: scale(1.3);
  355. opacity: 0.5;
  356. }
  357. 100% {
  358. transform: scale(1.6);
  359. -webkit-transform: scale(1.6);
  360. opacity: 0.0;
  361. }
  362. }
  363. .step-right-cont{
  364. flex: 1;
  365. margin-left: 12px;
  366. .step-title{
  367. font-size: 16px;
  368. line-height: 30px;
  369. color: #0348F3;
  370. span{
  371. padding-left: 10px;
  372. color: #0C0E1E;
  373. }
  374. }
  375. .step-tip{
  376. padding: 0 10px;
  377. height: 40px;
  378. line-height: 40px;
  379. color: #A6ADB6;
  380. background-color: #EDEFF3;
  381. border-radius: 4px;
  382. &.tip-active{
  383. color: #545B65;
  384. }
  385. &.tip-error{
  386. color: #ED4A41;
  387. }
  388. }
  389. }
  390. }
  391. // 分卷装盒
  392. .partPackingDialog{
  393. .el-dialog{
  394. width: 950px !important;
  395. position: absolute;
  396. left: 50%;
  397. top: 50%;
  398. transform: translate(-50%, -50%);
  399. margin-top: 0 !important;
  400. }
  401. .dialog-footer{
  402. margin: 20px auto 0 auto;
  403. padding-bottom: 20px;
  404. }
  405. .packing-head{
  406. margin-bottom: 20px;
  407. .head-search{
  408. margin-bottom: 0;
  409. }
  410. }
  411. }
  412. .selct-data-head{
  413. color: #545B65;
  414. line-height: 30px;
  415. span{
  416. display: inline-block;
  417. padding: 0 2px;
  418. color: #0C0E1E;
  419. }
  420. }
  421. .part-packing-cont{
  422. display: flex;
  423. flex-direction: row;
  424. flex-wrap: wrap;
  425. justify-content: space-between;
  426. }
  427. .part-packing-item{
  428. width: calc(100%/2 - 10px);
  429. .part-packing-title{
  430. position: relative;
  431. padding: 0 12px;
  432. height: 40px;
  433. line-height: 40px;
  434. font-size: 16px;
  435. font-weight: normal;
  436. color: #0C0E1E;
  437. &::before{
  438. content: "";
  439. position: absolute;
  440. left: 0;
  441. top: 50%;
  442. width: 3px;
  443. height: 14px;
  444. margin-top: -7px;
  445. background-color: #0348F3;
  446. }
  447. }
  448. .el-table{
  449. overflow-x: hidden;
  450. overflow-y: auto;
  451. border-top: none;
  452. }
  453. }
  454. .upload-btn{
  455. position: relative;
  456. margin-right: 10px;
  457. overflow: hidden;
  458. #upFile{
  459. position: absolute;
  460. left: 0;
  461. top: 0;
  462. opacity: 0;
  463. height: 34px;
  464. }
  465. }
  466. // 借阅管理
  467. .el-dialog .el-dialog__body{
  468. .el-button.is-disabled,
  469. .el-button.is-disabled:hover,
  470. .el-button.is-disabled:focus{
  471. color: #b4c8fb;
  472. border-color: #b4c8fb;
  473. background-color: #f2f5fe;
  474. }
  475. }
  476. .crud-opts {
  477. display: inline-block;
  478. }
  479. .iconfont::before {
  480. margin-right: 5px;
  481. }
  482. .clear {
  483. border-radius: 13px;
  484. width: 80px;
  485. height: 26px;
  486. line-height: 26px;
  487. display: inline-block;
  488. text-align: center;
  489. }
  490. .no-clear .clear {
  491. color: $arcYellow;
  492. border: 1px solid $arcYellow;
  493. }
  494. .have-clear .clear {
  495. color: $arcGreen;
  496. border: 1px solid $arcGreen;
  497. }
  498. .fail-clear .clear {
  499. color: $arcRed;
  500. border: 1px solid $arcRed;
  501. }
  502. .other-clear .clear {
  503. color: $arcCyan;
  504. border: 1px solid $arcCyan;
  505. }
  506. .error-clear-bg .clear{
  507. color: #fff;
  508. background-color: $arcRed;
  509. }
  510. .have-clear-bg .clear{
  511. color: #fff;
  512. background-color: $arcGreen;
  513. }
  514. .no-clear-bg .clear{
  515. color: #fff;
  516. background-color: $arcYellow;
  517. }
  518. //3D库房
  519. .iframe_box {
  520. width: 100%;
  521. height: calc(100vh - 285px);
  522. }
  523. .warehouse {
  524. display: flex;
  525. max-height: calc(100vh - 184px);
  526. overflow: hidden;
  527. .warehouse-left {
  528. flex: 1;
  529. }
  530. .warehouse-right {
  531. width: 458px;
  532. max-height: calc(100vh - 192px);
  533. }
  534. }
  535. .warehose-el-table .el-table__header-wrapper {
  536. box-shadow: inset 0px 0px 6px 1px $mainColor;
  537. background: none !important;
  538. }
  539. .warehose-el-table .el-table__header .el-table__cell {
  540. padding: 0;
  541. height: 30px;
  542. background: transparent;
  543. .cell {
  544. font-size: 14px;
  545. }
  546. }
  547. .light-blue {
  548. background-color: #011E4F !important;
  549. }
  550. // 20230712 抽屉
  551. .el-drawer__wrapper {
  552. position: absolute;
  553. top: -22px;
  554. right: -22px;
  555. height: calc(100vh - 138px);
  556. }
  557. [data-theme=dark] .el-drawer__wrapper {
  558. position: absolute;
  559. top: -42px;
  560. right: -22px;
  561. height: calc(100vh - 159px);
  562. }
  563. .management-drawer.el-drawer__wrapper {
  564. height: calc(100vh - 118px);
  565. }
  566. [data-theme=dark] .management-drawer.el-drawer__wrapper {
  567. height: calc(100vh - 159px);
  568. }
  569. .el-drawer{
  570. overflow: visible;
  571. }
  572. [data-theme=dark] .el-drawer{
  573. background-color: #031435;
  574. border: 1px solid #113d72;
  575. }
  576. .el-drawer.rtl{
  577. top: 0;
  578. box-shadow: -8px 0px 10px 0px rgba(0,0,0,0.08);
  579. border: 1px solid #E6E8ED;
  580. }
  581. [data-theme=dark] .el-drawer.rtl{
  582. border: 1px solid #113d72;
  583. }
  584. .el-drawer__body{
  585. position: relative;
  586. overflow: visible;
  587. padding-top: 57px;
  588. }
  589. [data-theme=dark] .el-drawer__body{
  590. padding-top: 40px;
  591. }
  592. .anjuan-drawer .el-drawer__body{
  593. padding-top: 23px;
  594. }
  595. [data-theme=dark] .anjuan-drawer .el-drawer__body{
  596. padding-top: 42px;
  597. }
  598. [data-theme=dark] .anjuan-drawer .el-drawer.rtl {
  599. border-top: none;
  600. }
  601. .management-drawer.el-drawer__wrapper {
  602. .el-drawer__body{
  603. padding: 20px;
  604. }
  605. }
  606. .closed-btn{
  607. position: relative;
  608. position: absolute;
  609. left: -22px;
  610. top: 50%;
  611. display: block;
  612. width: 22px;
  613. height: 60px;
  614. margin-top: -30px;
  615. background: url("~@/assets/images/collect/zk.png") no-repeat;
  616. background-size: 22px 60px;
  617. z-index: 999;
  618. cursor: pointer;
  619. }
  620. .collect-header{
  621. display: flex;
  622. justify-content: space-between;
  623. height: 73px;
  624. padding: 20px 10px 0 20px;
  625. border-top: 1px solid #EDEFF3;
  626. h4{
  627. flex: 1;
  628. padding-left: 62px;
  629. line-height: 40px;
  630. background: url("~@/assets/images/collect/xm.png") no-repeat left top;
  631. background-size: 47px 40px;
  632. font-size: 18px;
  633. font-weight: 500;
  634. color: #0C0E1E;
  635. &.is-anjuan{
  636. background: url("~@/assets/images/collect/aj.png") no-repeat left -2px;
  637. background-size: 50px 39px;
  638. }
  639. &.is-juannei{
  640. background: url("~@/assets/images/collect/jn.png") no-repeat left top;
  641. background-size: 46px 49px;
  642. }
  643. &.is-file{
  644. background: url("~@/assets/images/collect/yw.png") no-repeat left -6px;
  645. background-size: 50px 46px;
  646. }
  647. }
  648. .head-search{
  649. margin-right: 30px;
  650. .el-button{
  651. margin-left: 10px;
  652. }
  653. &.is-recycle{
  654. margin-right: 10px;
  655. }
  656. }
  657. }
  658. [data-theme=dark] .collect-header{
  659. border-top: none;
  660. h4{
  661. color: #fff;
  662. }
  663. }
  664. .collect-menu{
  665. .el-menu.el-menu--horizontal{
  666. border-bottom: none;
  667. background-color: transparent;
  668. }
  669. .el-submenu{
  670. width: 76px;
  671. height: 32px;
  672. border-radius: 3px;
  673. border: 1px solid #0348F3;
  674. margin-right: 10px;
  675. .el-submenu__title{
  676. display: flex;
  677. justify-content: center;
  678. align-items: center;
  679. padding: 0;
  680. height: 30px;
  681. line-height: 32px;
  682. font-weight: bold;
  683. color: #0348F3;
  684. border-bottom: none;
  685. i.iconfont{
  686. color: #0348F3;
  687. margin-right: 0;
  688. }
  689. span{
  690. display: block;
  691. }
  692. .el-submenu__icon-arrow {
  693. display: none;
  694. }
  695. &:focus,
  696. &:hover{
  697. color: #0348F3;
  698. }
  699. }
  700. &.is-active{
  701. .el-submenu__title{
  702. border-bottom: none;
  703. color: #0348F3;
  704. }
  705. }
  706. }
  707. }
  708. .el-menu--popup{
  709. min-width: 120px;
  710. padding: 10px 0;
  711. border-radius: 3px;
  712. border: 1px solid #E6E8ED;
  713. .collect-submenu-group{
  714. .el-menu-item{
  715. padding: 0 18px !important;
  716. color: #0C0E1E;
  717. &:hover,
  718. &:focus,
  719. &.active-item{
  720. background: #F5F9FC;
  721. color: #0348F3;
  722. }
  723. }
  724. .el-menu-item-group__title{
  725. font-size: 14px;
  726. padding: 0 18px !important;
  727. line-height: 36px;
  728. color: #A6ADB6;
  729. }
  730. &.submenu-tree{
  731. .el-menu-item{
  732. padding: 0 18px 0 32px !important;
  733. }
  734. }
  735. }
  736. }
  737. .collect-menu-item{
  738. position: relative;
  739. .collect-submenu{
  740. display: none;
  741. position: absolute;
  742. top: 40px;
  743. right: 0;
  744. width: 120px;
  745. height: 125px;
  746. background: #FFFFFF;
  747. box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.08);
  748. border-radius: 3px;
  749. border: 1px solid #E6E8ED;
  750. transform-origin: 95% 40%;
  751. transition: all 0.3s ease-in-out;
  752. }
  753. }
  754. .fileUpload-dialog {
  755. .el-dialog{
  756. width: 536px;
  757. }
  758. }
  759. .collect-filter{
  760. display: flex;
  761. height: 32px;
  762. justify-content: flex-end;
  763. .vue-treeselect{
  764. font-size: 12px;
  765. margin-right: 10px !important;
  766. .vue-treeselect__control{
  767. height: 33px !important;
  768. }
  769. }
  770. }
  771. .mangement-fixed-top{
  772. text-align: right;
  773. flex: 1;
  774. color: #545B65;
  775. }
  776. .drag-tip {
  777. display: block;
  778. padding-left: 20px;
  779. padding-bottom: 10px;
  780. font-style: normal;
  781. font-weight: bold;
  782. font-size: 12px;
  783. }
  784. .spk-a {
  785. display: inline-block;
  786. width: 10px;
  787. height: 10px;
  788. border-radius: 5px;
  789. background-color:#2FD490;
  790. box-shadow: 0px 3px 4px 0px rgba(17,243,189,0.35);
  791. vertical-align: middle;
  792. }
  793. .off-line {
  794. display: inline-block;
  795. width: 10px;
  796. height: 10px;
  797. border-radius: 5px;
  798. background-color: #ED4A41;
  799. box-shadow: 0px 3px 4px 0px rgba(252,122,122,0.35);
  800. vertical-align: middle;
  801. }
  802. .device-child-btn{
  803. width: auto !important;
  804. padding: 0 14px !important;
  805. line-height: 28px !important;
  806. font-weight: bold !important;
  807. color: #0348F3 !important;
  808. border-color: #0348F3 !important;
  809. }
  810. .device-sulan-btn{
  811. display: inline-block;
  812. padding: 0 7px;
  813. color: #FF8329;
  814. background-color: #FFF3E5;
  815. border: 1px solid #FEBD98;
  816. border-radius: 3px;
  817. cursor: pointer;
  818. }
  819. .device-edit-btn{
  820. display: inline-block;
  821. padding: 0 6px 0 10px;
  822. margin: 0 4px;
  823. text-align: center;
  824. color: #0348F3;
  825. background-color: #DCEDFD;
  826. border: 1px solid #9BD1FF;
  827. border-radius: 3px;
  828. cursor: pointer;
  829. }
  830. .device-delt-btn{
  831. display: inline-block;
  832. padding: 0 6px 0 10px;
  833. text-align: center;
  834. color: #ED4A41;
  835. background-color: #FCECE9;
  836. border: 1px solid #FBC0B5;
  837. border-radius: 3px;
  838. cursor: pointer;
  839. }
  840. .detail-tab{
  841. position: relative;
  842. }
  843. .double-click-btn{
  844. position: absolute;
  845. right: 0;
  846. top: 0;
  847. display: flex;
  848. justify-content: flex-start;
  849. align-items: center;
  850. line-height: 26px;
  851. span{
  852. display: inline-block;
  853. font-size: 12px;
  854. color: #545B65;
  855. }
  856. i{
  857. display: inline-block;
  858. color: #0348F3;
  859. }
  860. }