diff --git a/src/views/home/widgets/index_photon.vue b/src/views/home/widgets/index_photon.vue index 166a751e..c4913857 100644 --- a/src/views/home/widgets/index_photon.vue +++ b/src/views/home/widgets/index_photon.vue @@ -18,23 +18,8 @@
-
-
- 昨日核心指标 -
+
+
昨日核心指标
@@ -175,31 +160,9 @@
-
-
- 本月生产合格趋势 -
-
+
+
本月生产合格趋势
+
-
-
- 库存情况 -
-
+
+
库存情况
+
- +
@@ -354,29 +294,14 @@
- +
-
-
- 生产设备 -
+
+
生产设备
- +
-
-
- 日历 -
+
+
半成品统计
-
- +
+ + + + + + +
@@ -491,6 +422,7 @@ export default { chartData: [], tableData: [], equipList: [], + halfProductList: [], warningMaterial: [], calendarValue: "", eqState_: { @@ -619,6 +551,7 @@ export default { } return classInfo; }, + //设备列表 getEquipList() { this.$API.em.equipment.list .req({ page: 0, type: 10 }) @@ -626,6 +559,12 @@ export default { this.equipList = res; }); }, + //半成品数量统计 + getHalfProductList() { + // this.$API.inm.halfProduct.list.req({ page: 0 }).then((res) => { + // this.halfProductList = res; + // }); + }, materialTypeChange() { this.getMaterialList(); }, @@ -1063,7 +1002,24 @@ export default { position: relative; background: #ffffff; } - +.Retangle_container { + display: flex; + justify-content: space-between; + padding: 0 24px; +} +.Retangle_container > .title { + color: rgb(30, 30, 30); + font-size: 16px; + font-weight: 400; + line-height: 24px; +} +.radios_group { + color: rgb(122, 121, 121); + size: 12px; + font-weight: 290; + line-height: 22px; + height: 23px; +} .retangleImg { height: 188px; color: #ffffff; diff --git a/src/views/inm/mio_form.vue b/src/views/inm/mio_form.vue index 2b8d1fc1..84743688 100644 --- a/src/views/inm/mio_form.vue +++ b/src/views/inm/mio_form.vue @@ -66,6 +66,20 @@ > + + + + +