diff --git a/src/views/wpm/mlog6_form.vue b/src/views/wpm/mlog6_form.vue
index e2f9ab14..6cee8b02 100644
--- a/src/views/wpm/mlog6_form.vue
+++ b/src/views/wpm/mlog6_form.vue
@@ -139,30 +139,45 @@
不合格原因及数量:
-
+
-
+
+
+
+
+
+
+
@@ -183,6 +198,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -259,47 +355,80 @@
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -317,6 +446,7 @@ export default {
mtask: { type: String, default: "" },
handledate: { type: String, default: "" },
material_out: { type: String, default: "" },
+ material_name: { type: String, default: "" },
},
data() {
return {
diff --git a/src/views/wpm/mlog_dept10.vue b/src/views/wpm/mlog_dept10.vue
index 76745f63..63dbc423 100644
--- a/src/views/wpm/mlog_dept10.vue
+++ b/src/views/wpm/mlog_dept10.vue
@@ -97,6 +97,7 @@
+
diff --git a/src/views/wpm/mlog_dept6_detail.vue b/src/views/wpm/mlog_dept6_detail.vue
index 5750e3aa..687031d9 100644
--- a/src/views/wpm/mlog_dept6_detail.vue
+++ b/src/views/wpm/mlog_dept6_detail.vue
@@ -31,26 +31,43 @@
-
-
- {{ scope.row.material_out_.number }}
-
+
+
+ {{scope.row.material_out_.name}}
+
+
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -77,7 +94,7 @@
+ :material_out="material_out" :material_name="material_name" @success="handleSaveSuccess" @closed="dialogSave = false">
@@ -127,6 +144,7 @@ export default {
this.mgroup = res.mgroup;
this.mtask = res.id;
this.material_out = res.material_out_.id;
+ this.material_name = res.material_out_.name;
this.handledate = res.start_date;
this.params.mtask = this.mtaskId;
diff --git a/src/views/wpm/mlog_dept7.vue b/src/views/wpm/mlog_dept7.vue
index 62081be2..b8ad28d8 100644
--- a/src/views/wpm/mlog_dept7.vue
+++ b/src/views/wpm/mlog_dept7.vue
@@ -99,6 +99,8 @@
}}
+
+
{{