-
@@ -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 @@
>
+
+
+
+
+