Browse Source

库位视图显示:库位如果是空的话就用白色表示,如果有空托就用图标表示,质检状态里如果有不合格的标为红色,有货是绿色 有货(不合格是红色) 空托是白色

k 2 years ago
parent
commit
ac633ff39c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ruoyi-ui/src/views/ams/inv/locationView/index.vue

+ 4 - 0
ruoyi-ui/src/views/ams/inv/locationView/index.vue

@@ -309,6 +309,10 @@ import { clearLocRequest,locationInvView,queryLocationZoneDict,lockLocRequest,lo
   border: solid 1px;
 }
 
+.colorWhite {
+  background-color: #e6ece6;
+}
+
 .colorGreen {
   background-color: #19a708;
 }