diff --git a/hb_client/src/App.vue b/hb_client/src/App.vue index 1698488..3e65971 100644 --- a/hb_client/src/App.vue +++ b/hb_client/src/App.vue @@ -63,4 +63,7 @@ export default { .overFlowShow .el-tabs__content{ overflow: visible; } + #warningTabs .el-tabs__item{ + padding: 0 10px!important; + } diff --git a/hb_client/src/components/Gantt/components/dashLeftMenu.vue b/hb_client/src/components/Gantt/components/dashLeftMenu.vue index 9014840..2df8e74 100644 --- a/hb_client/src/components/Gantt/components/dashLeftMenu.vue +++ b/hb_client/src/components/Gantt/components/dashLeftMenu.vue @@ -19,14 +19,12 @@ @expand-change="handlerExpand" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" > - + - + - - diff --git a/hb_client/src/components/Gantt/dashGantt.vue b/hb_client/src/components/Gantt/dashGantt.vue index 9bb04ed..4947167 100644 --- a/hb_client/src/components/Gantt/dashGantt.vue +++ b/hb_client/src/components/Gantt/dashGantt.vue @@ -255,11 +255,11 @@ {{ currentProjectMsg.allTime }}天
- 当前进度: + 订单计划: {{ currentProjectMsg.per }}
- 合格数量: + 当前进度: {{ currentProjectMsg.per1 }}
@@ -1389,8 +1389,9 @@ .searchWrap{ position: absolute; z-index: 2000; - top: -38px; - display: flex + top: -35px; + right: 10px; + display: flex; } #searchWrap .el-range-editor--medium.el-input__inner{ height: 30px!important; diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue index a5cb9e0..cc88406 100644 --- a/hb_client/src/views/dashboard/index.vue +++ b/hb_client/src/views/dashboard/index.vue @@ -86,22 +86,11 @@
- - +
+
任务进度
- - - -
- 成品率 -
-
- - - -
-
- - -
-
- - -
-
- 本周 -
-
本月 -
-
三个月 -
-
-
+
+
+
+ 成品率 +
+
+ +
- - +
+
-
+
生产设备 + + +
- +
@@ -222,8 +203,11 @@
-
+
人员到岗 + + +
-
+
提醒 + + +
+ @tab-click="activeNameClick" id="warningTabs">
    -
  • +
  • - {{item.name}}({{item.unit}})剩余{{item.count}},低于安全库存{{item.count_safe}} + {{item.name}}({{item.unit}})低于安全库存
@@ -307,9 +294,9 @@
    -
  • +
  • - {{item.name}}({{item.number}}){{item.delivery_date}}到交货日期 + {{item.name}}({{item.number}}){{item.delivery_date}}为交货日期
@@ -317,13 +304,39 @@
    -
  • +
  • {{item.name}}({{item.number}}){{item.delivery_date}}到期
+ +
    +
  • +
    + {{item.name}}({{item.number}}) + 接近校准日期 + 已过校准日期 +
    +
  • +
+
+ +
    +
  • +
    + {{item.name}}({{item.number}}) + 接近计划日期 + 已过计划日期 +
    +
  • +
+
@@ -331,7 +344,6 @@
-