-
合格数量:
-
{{ currentProjectMsg.per1 }}
+
+ 当前进度:
+ {{ currentProjectMsg.per1 }}
+ 0
开始时间:
diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue
index c65e735..9103f1c 100644
--- a/hb_client/src/views/dashboard/index.vue
+++ b/hb_client/src/views/dashboard/index.vue
@@ -931,6 +931,7 @@
obj.endTime = endTime;
obj.planTime = [startTime, endTime];
obj.per = item.count;
+ obj.per1 = item.count_ok;
obj.type = 1;
obj.productName = item.product_.name;
obj.productNum = item.product_.specification;
@@ -954,7 +955,7 @@
objChild.endTime = end;
objChild.planTime = [start, end];
objChild.per = child.count;
- objChild.per1 = child.count_real;
+ objChild.per1 = child.count_ok;
objChild.type = 1;
objChild.productName = child.product_.name;
objChild.productNum = child.product_.specification;
@@ -970,7 +971,7 @@
obj.endTime = endTime;
obj.planTime = [startTime, endTime];
obj.per = item.count;
- obj.per1 = item.count_real;
+ obj.per1 = item.count_ok;
obj.type = 3;
obj.productName = item.product_.name;
obj.productNum = item.product_.specification;
diff --git a/hb_client/src/views/pm/management.vue b/hb_client/src/views/pm/management.vue
index b8b22cb..c672637 100644
--- a/hb_client/src/views/pm/management.vue
+++ b/hb_client/src/views/pm/management.vue
@@ -183,6 +183,7 @@
obj.endTime = endTime;
obj.planTime = [startTime, endTime];
obj.per = item.count;
+ obj.per1 = item.count_ok;
obj.type = 1;
obj.productName = item.product_.name;
obj.productNum = item.product_.specification;
@@ -206,7 +207,7 @@
objChild.endTime = end;
objChild.planTime = [start, end];
objChild.per = child.count;
- objChild.per1 = child.count_real;
+ objChild.per1 = child.count_ok;
objChild.type = 1;
objChild.productName = child.product_.name;
objChild.productNum = child.product_.specification;
@@ -222,7 +223,7 @@
obj.endTime = endTime;
obj.planTime = [startTime, endTime];
obj.per = item.count;
- obj.per1 = item.count_real;
+ obj.per1 = item.count_ok;
obj.type = 3;
obj.productName = item.product_.name;
obj.productNum = item.product_.specification;