From fed5bfbaf6d45176320cd15861cf7a92ba821d73 Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Thu, 12 Oct 2023 15:53:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=9B=98=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/archives-manage.scss | 93 +++++++++++++ .../archivesManage/archivesCheck/index.vue | 124 ++++++++++++++++-- .../archivesCheck/module/checkDetail.vue | 107 ++++++++++----- 3 files changed, 278 insertions(+), 46 deletions(-) diff --git a/src/assets/styles/archives-manage.scss b/src/assets/styles/archives-manage.scss index 080befb..699e030 100644 --- a/src/assets/styles/archives-manage.scss +++ b/src/assets/styles/archives-manage.scss @@ -579,3 +579,96 @@ $arcCyan: #0FBED9; margin: 2px 0 !important; } } + + +::v-deep .el-table .el-table__header-wrapper, +.el-table .el-table__header{ + th.el-table__cell{ + &.yingp { + .cell{ + color: #fff !important; + } + } + &.yip { + .cell{ + color: #1aae93 !important; + } + } + &.weip { + .cell{ + color: #f65163 !important; + } + } + &.yij { + .cell{ + color: #1aae93 !important; + } + } + &.yic { + .cell{ + color: #f65163 !important; + } + } + &.cuow { + .cell{ + color: #fd8042 !important; + } + } + &.dp { + .cell{ + color: #8378E8 !important; + } + } + + } +} + +::v-deep .el-table .el-table__body-wrapper, +.el-table .el-table__fixed-right { + td.el-table__cell{ + &.yingp { + .cell span{ + + color: #fff !important; + } + } + &.yip { + .cell span{ + border: 1px solid #1aae93 !important; + color: #fff !important; + background-color: #1aae93 !important; + } + } + &.weip { + .cell span{ + border: 1px solid #f65163 !important; + color: #f65163 !important; + } + } + &.yij { + .cell span{ + border: 1px solid #1aae93 !important; + color: #1aae93 !important; + } + } + &.yic { + .cell span{ + border: 1px solid #f65163 !important; + color: #fff !important; + background-color: #f65163 !important; + } + } + &.cuow { + .cell span{ + border: 1px solid #fd8042 !important; + color: #fd8042 !important; + } + } + &.dp { + .cell span{ + border: 1px solid #8378E8 !important; + color: #8378E8 !important; + } + } + } +} \ No newline at end of file diff --git a/src/views/archivesManage/archivesCheck/index.vue b/src/views/archivesManage/archivesCheck/index.vue index 71ca3f8..d37dd87 100644 --- a/src/views/archivesManage/archivesCheck/index.vue +++ b/src/views/archivesManage/archivesCheck/index.vue @@ -36,11 +36,21 @@
+ 清空缓存
-
+
+ 提示:应盘 = + 已盘+ + 已借+ + 错位+ + 未盘+ + 异常 + 多盘为非本盘点单计数 +
+
@@ -50,7 +60,8 @@ :cell-class-name="cell" :loading="crud.downloadLoading" style="min-width: 100%" - height="calc(100vh - 315px)" + height="calc(100vh - 322px)" + :header-cell-class-name="headerRowStyle" @selection-change="selectionChangeHandler" @row-click="clickRowHandler" @row-dblclick="handleDbClick" @@ -58,25 +69,50 @@ - + - - - + + + + + + + + + + + + - - + + + + + +